/* === FONTS === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@font-face {
    font-family: 'adam_boldbold';
    src: url('../fonts/adam-bold-webfont.woff2') format('woff2'),
         url('../fonts/adam-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* === RESET & BASE === */
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: inline-block;
    width: 100%;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
.light-color {
    color: #D7C6BD !important;
}
.title {
    color: #2C3C4B;
    font-size: 45px;
    font-family: 'adam_boldbold';
    text-transform: uppercase;
    display: block;
}

/* === HEADER === */
header {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 99;
}
header .container {
    position: relative;
}
header .navbar {
    padding: 20px 0;
}
header.fixed-top .navbar {
    padding: 15px 0 25px;
}
.fixed-top {
    background: #2a3948;
}
header .navbar-expand-lg .navbar-nav {
    margin: 0 auto;
}
header .navbar-light .navbar-nav li {
    padding: 0 15px;
}
header .navbar-light .navbar-nav a.nav-link,
#navbarSupportedContent ul li.lang-item a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'adam_boldbold';
    font-size: 17px;
    padding: 0;
    padding-bottom: 3px;
    position: relative;
    text-decoration: none;
}
header .navbar-light .navbar-nav li.active a,
header .navbar-light .navbar-nav li .nav-link.active,
header .navbar-light .navbar-nav li a:hover {
    color: #d7c6bd !important;
}
.navbar-light .navbar-toggler {
    background: #40505e;
    border-radius: 0;
    padding: 10px 11px;
    border: 0;
}
.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 10px;
}

/* === HERO === */
.hero-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../img/hero-banner-bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.hero-banner:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(179.82deg, rgba(0, 0, 0, 0.39) 35.93%, rgba(0, 0, 0, 0.4) 99.85%);
}
.banner-content {
    width: 570px;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    position: relative;
}
.banner-content figure {
    margin: 0;
}
.banner-content span {
    color: #D5C5BE;
    font-weight: 500;
    font-size: 24px;
    display: block;
    padding: 20px 0;
}
.content-banner-downloads a {
    padding: 0 10px;
    display: inline-block;
}

/* === ABOUT === */
.about-us-sec {
    width: 100%;
    background: url(../img/about-bg.jpg);
    padding: 150px 0 100px;
}
.about-right-box p {
    color: #2D3D4C;
    font-size: 15px;
    line-height: 170%;
}
.left-mobile-box figure {
    width: 440px;
    position: relative;
}
.left-mobile-box figure:before {
    position: absolute;
    content: '';
    background: #2D3D4C;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.left-mobile-box figure img {
    position: relative;
    z-index: 99;
    left: 30px;
    top: -30px;
}
.left-mobile-box:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(../img/about-mobile-right-line.png);
    width: 31px;
    height: 598px;
    bottom: 0;
}

/* === HOW IT WORKS === */
.how-it-works-sec {
    background: #2D3D4C;
    width: 100%;
    padding: 100px 0 30px;
    position: relative;
}
.how-it-works-sec:after {
    position: absolute;
    right: 100px;
    top: 190px;
    content: '';
    background: url(../img/how-it-works-right-line.svg);
    width: 31px;
    height: 892px;
}
.how-it-works-sec .title {
    margin-bottom: 50px;
}
.works-bg-sec {
    background: #40505E;
    margin-bottom: 30px;
    z-index: 99;
}
.works-box {
    padding: 30px;
    text-align: center;
    height: 100%;
    border-right: 2px solid #D5C5BE;
}
.works-box h4 {
    color: #D5C5BE;
    display: block;
    padding: 10px 0;
    font-family: 'adam_boldbold';
    text-transform: uppercase;
    font-size: 25px;
}
.works-box p {
    font-size: 18px;
    color: #D5C5BE;
    line-height: 170%;
}
.how-it-works-sec .col-lg-4:last-child .works-box,
.how-it-works-sec .col-lg-6:last-child .works-box {
    border: 0;
}

/* === DOWNLOAD + FOOTER === */
.download-app-sec {
    width: 100%;
    background: #2d3d4c;
}
.download-bg-sec {
    background: #D7C6BD;
    padding: 40px 50px;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 99;
    top: 84px;
}
.download-bg-sec .left-title,
.right-btns {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-bg-sec .left-title h3 {
    text-align: left;
    display: inline-block;
    font-family: 'adam_boldbold';
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
    color: #2D3D4C;
}
.right-btns figure a {
    display: inline-block;
    padding: 0 10px;
}
footer {
    background: #40505E;
    width: 100%;
    position: relative;
    padding-top: 154px;
}
footer h3 {
    color: #FFFFFF;
    font-size: 26px;
    font-family: 'adam_boldbold';
    text-transform: uppercase;
    display: block;
}
.footer-links {
    padding: 20px 0 0;
    margin: 0;
}
.footer-links li {
    list-style: none;
    padding: 3px 0;
}
.footer-links li a {
    font-size: 16px;
    color: #D5C5BE;
    font-family: 'adam_boldbold';
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.footer-logo img {
    max-width: 200px;
}
.bottom-footer {
    padding: 50px 0;
    border-top: 1px solid hsl(21deg 25% 79% / 20%);
    margin-top: 65px;
}
.bottom-footer span,
.bottom-footer .terms-conditions ul li a {
    color: #D5C5BE;
    font-size: 16px;
    font-family: 'adam_boldbold';
    text-transform: uppercase;
}
.bottom-footer .terms-conditions {
    display: inline-block;
    padding-left: 70px;
}
.bottom-footer .terms-conditions ul {
    padding: 0;
    margin: 0;
}
.bottom-footer .terms-conditions ul li {
    list-style: none;
}

/* === LINK UNDERLINE EFFECT === */
.footer-links li a:before,
header .navbar-light .navbar-nav a.nav-link:before,
#navbarSupportedContent ul li.lang-item a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    opacity: .75;
    transform: scale3d(0,1,1);
    transform-origin: 100% 50%;
    transition: transform .3s;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: #D5C5BE;
}
.footer-links li a:hover:before,
header .navbar-light .navbar-nav a.nav-link:hover:before,
#navbarSupportedContent ul li.lang-item a:hover:before {
    transform: scale3d(1,1,1);
    transform-origin: 0% 50%;
    transition-timing-function: ease;
}
