html {
    scroll-behavior: auto !important;
}

body {
    background: #f4f4f4;
    color: #273849;
    overflow-x: hidden;
}

.only-desktop {
	display: block;
}

@media(max-width: 1224px) {
	.container {
		max-width: 95vw;
	}
	.only-desktop {
		display: none;
	}
}

.btn-light {
    border: solid #ddd 1px;
}

#topbar {
    background: #ffffff;
}

#topbar h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: .75em;
}

#topbar img {
    width: 24px;
    height: 24px;
}

nav.navbar-desktop .nav-item {
    transition: all .3s;
}

nav.navbar-desktop .nav-item:hover {
    transform: scale3d(1.1,1.1,1.1);
    transition: all .3s;
}

.btn {
    border: 0;
}

.btn-primary {
    background: #f7953a;
    text-decoration: none;
}

.btn-primary:hover {
    background: #df832d;
    text-decoration: none;
}

.btn-primary:active {
    background: #df832d;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #f7953a;
}

a:hover {
    text-decoration: underline;
}

div.breaker {
    width: 25%;
    height: 5px;
    background: #eeeeeeff;
    margin: 3em auto 3em auto;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px, rgba(0, 0, 0, 0.2) 0px 7px 13px -3px;
}

#content img {
    display: inline-block;
    border-radius: 15px;
    max-width: 768px;
    width: 100%;
    height: auto;
}

#content h1 {
    margin: 0 0 1em 0;
}

h2 {
    font-size: 1.75em;
    letter-spacing: -1px;
}

h1 span,
h2 span {
    color: #999;
}

h3 {
    font-size: 1.50em;
    letter-spacing: -1px;
}

p.intro {
    text-transform: uppercase;
    font-size: 1em;
    opacity: .6;
}

.banner {
    background: #fff;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .3s;
    border-radius: 15px;
    min-height: 500px;
    text-decoration: none;
    color: #405059
}

@media (min-width: 768px ) {
    .banner h2,
    .box h2 {
        max-width: 75%;
    }
}

.banner-1 {
    background: url(../img/banner.jpg);
    background-position: top right !important;
}

#topbar a,
a.banner,
a.banner:hover,
a.box,
a.box-mini,
a.box:hover,
a.box-mini:hover,
.swiper a,
.swiper a:hover {
    text-decoration: none !important;
}

.box-mini {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: block;
    background: #ffffff;
    transition: all .3s;
    border-radius: 15px;
    text-decoration: none;
    color: #405059;
    min-height: 255px;
}

.box {
    background: #fff;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .3s;
    border-radius: 15px;
    text-decoration: none;
    color: #405059
}

.showcase .box {
    min-height: 700px;
}

.usecases .box {
    min-height: 500px;
}

.box-1 {
    background: url(../img/unsplash/surface-occotEKDsfc-unsplash.jpg);
    background-position: center center !important;
}

.box-2 {
    background: url(../img/unsplash/kelly-sikkema-CbZC2KVnK8s-unsplash.jpg);
    background-position: center center !important;
}

.box-3 {
    background: url(../img/unsplash/raspopova-marina-p6BMEqBSwS4-unsplash.jpg);
    background-position: 50% 25% !important;
}

.box-4 {
    background: url(../img/unsplash/joshua-hibbert-Pn6iimgM-wo-unsplash.jpg);
    background-position: center center !important;
    color: #fff;
}

.box-5 {
    background: url(../img/unsplash/eye-for-ebony-OeXcIHFwtsM-unsplash.jpg);
    background-position: center center !important;
    color: #fff;
}

.box-6 {
    background: url(../img/unsplash/arlington-research-kN_kViDchA0-unsplash.jpg);
    background-position: center center !important;
}

.box-7 {
    background: url(../img/unsplash/simon-lee-w2K7QpoqT0w-unsplash.jpg);
    background-position: center center !important;
    color: #fff;
}

.box-8 {
    background: url(../img/unsplash/mimi-thian-BYGLQ32Wjx8-unsplash.jpg);
    background-position: center center !important;
}

.box-mini:hover,
.box:hover,
.banner:hover {
    transform: scale3d(1.02,1.02,1.02);
    transition: all .3s;
}

.logo-icon {
    transition: all .3s;
    cursor: pointer;
}
.logo-icon:hover {
    transform: scale3d(1.2,1.2,1.2);
    transition: all .3s;
}

#content img {
    transition: all .3s;
    cursor: pointer;
}
#content img:hover {
    transform: scale3d(1.1,1.1,1.1);
    transition: all .3s;
}

.swiper {
    padding: 1em;
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    opacity: 1 !important;
    transition: all .3s;
}

.swiper-button-prev,
.swiper-button-next {
    border-radius: 50%;
    color: #666;
    opacity: 0 !important;
    transition: all .3s;
}

.swiper-button-prev::after {
    opacity: .5;
    background: #eee;
    border-radius: 50%;
    padding: .25em .5em .25em .5em;
    margin-left: 60px;
}

.swiper-button-next::after {
    opacity: .5;
    background: #eee;
    border-radius: 50%;
    padding: .25em .5em .25em .5em;
    margin-right: 60px;
}

.text-rainbow {
    background: linear-gradient(to right, #f9b375 0%, #f48575 20%, #8e64b4 40%, #6f88d0 60%, #5da99e 80%, #63c27a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

footer {
    background: #e9e9e9;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer a {
    color: #333;
}

footer a:hover {
    text-decoration: underline;
}

#copyright {
    color: #999;
}

#copyright a {
    color: #999;
}

#copyright a:hover {
    text-decoration: underline;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #333;
}

.shadow-bag-left::before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 100;
    width: 25px;
    height: 350px;
    background: url(../img/shadow-bag-left.png) no-repeat top left;
}

.shadow-bag-right::before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 100;
    left: var(--leftvar);
    width: 25px;
    height: 350px;
    background: url(../img/shadow-bag-right.png) no-repeat top left;
}

.list-group-none {
    list-style: none;
    padding: 0;
}

.accordion-button svg {
    width: 64px;
}