html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #6d6d6d;
    background-color: #000;
    font-weight: 400;
}

::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}

/* #Primary
================================================== */



/* #header
================================================== */
.navbar{
    padding: 0.5rem 0rem;
    box-shadow: none;
}
header .navbar-light .navbar-nav .nav-link{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff !important;
    font-family: Inter, serif;
    padding-right: 30px;
}
header .navbar-light .navbar-nav .nav-link:hover{
    color: #fbca27 !important;
}
.navbar-brand{
    margin-right: 10rem;
}




.navbar-toggler{
    background-color: #fff;
    border: 1px solid #000;
}
.button {align-items: center;background-color: #fbca27;border-radius: 14px;border: none;color: #000;display: inline-flex;overflow: hidden;padding: 15px 35px;position: relative;transition: color .3s cubic-bezier(.65,0,.35,1);z-index: 0}
.button:before{background-color: #fff;border-radius: 50%;content: "";display: block;height: 0;left: 50%;padding-top: 100%;position: absolute;top: 50%;transform: translate(-50%,-50%) scale(0);transform-origin: var(--x) var(--y);transition: transform .3s cubic-bezier(.65,0,.35,1);width: 0;z-index: 0;}
.button:hover{background-color: #fff;color: #fff;}
.button:hover:before{background-color: #fff;transform: translate(-50%,-50%) scale(1);}
.button__box {display: block;position: relative;z-index: 1;}
.button__box--icon {padding-right: 26px;}
.button__box--icon:after,.button__box--icon:before {display: block;font-size: 12px;font-weight: 400;height: 12px;line-height: 12px;margin-top: -6px;position: absolute;text-align: center;top: 50%;transition: transform .2s,opacity .2s;width: 14px;}
.button__box--icon:before {content: url(/images/arrow-hover.png);left: 0px;opacity: 0;transform: translate(-12px,-12px);}
.button__box--icon:after {content: url(/images/arrow.png);opacity: 1;right: 0;transform: translate(0);}
.button__text {display: block;font-size: 14px;font-weight: 800;color: #161616;position: relative;transform: translateX(0);transition: transform .2s;}
.button:hover .button__box--icon:before {opacity: 1;transform: translate(0);}
.button:hover .button__box--icon:after {opacity: 0;transform: translate(12px,12px);}
.button:hover .button__box--icon .button__text {transform: translateX(24px);}

/* #home
================================================== */
.home .hero-sec{
    background: url(/images/back.png)no-repeat;
    background-size: cover;
    background-position: top center;
}
.home .hero-sec .txt h4{
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .home .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 11.333333%;
        max-width: 11.333333%;
    }
}
@media (min-width: 768px) {
    .home .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 23.666667%;
        max-width: 23.666667%;
    }
}
.first-pic{
    margin-right: -120px;
    margin-top: 20px;
}
.first-pic:hover{
    transform: scale(1.2); 
    z-index: 1;
    position: relative;
}
.second-pic{
    margin-right: -120px;
    margin-top: 20px;
}
.second-pic:hover{
    transform: scale(1.2); 
    z-index: 2;
    position: relative;
}
.third-pic{
    margin-right: -120px; 
    margin-top: 20px;
}
.third-pic:hover{
    transform: scale(1.2); 
    z-index: 6;
    position: relative;
}
.fourth-pic{
    position: relative;
    z-index: 5;
}
.fourth-pic:hover{
    transform: scale(1.2); 
    z-index: 22222;
    position: relative;
}
.five-pic{
    margin-left: -120px;
    z-index: 4;
    position: relative;
    margin-top: 20px;
}
.five-pic:hover{
    transform: scale(1.2); 
    z-index: 6;
    position: relative;
}
.six-pic{
    margin-left: -120px;
    z-index: 2;
    position: relative;
    margin-top: 20px;
}
.six-pic:hover{
    transform: scale(1.2); 
    z-index: 22222;
    position: relative;
}
.seven-pic{
    z-index: 1;
    margin-left: -120px;
    margin-top: 20px;
}
.seven-pic:hover{
    transform: scale(1.2); 
    z-index: 22222;
    position: relative;
}













footer{

}
footer a{
    color: #6d6d6d; 
}
footer p{
    font-size: 16px;
    color: #6d6d6d;
    text-align: center;
    padding: 10px 0;
}
.modal-content{
    border-radius: 16px !important;
}
.modal-title h4{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
}
.modal-header{
    border: none;
}
.modal-footer{
    border: none;
    padding: 0 20px 35px 20px;
}
.modal-header{
    padding: 15px 30px;
}
.download-modal .button:hover{background-color: #000;color: #fff;}
.download-modal .button:hover .button__text{color: #fff;}


.home .desktop{
    display: block;
}
.home .mobile-view{
    display: none;
}
.home .mobile-view .ig-logo{
    position: absolute;
    top: 10px;
    right: 10px;
}
.home .mobile-view .call-logo{
    position: absolute;
    top: 10px;
    left: 10px;
}
.home .mobile-view{
    background: url(/images/back.png)no-repeat;
    background-size: cover;
    background-position: top center;
}
.home .mobile-view .logo{
    padding: 45px 20px;
    text-align: center;
    padding-bottom: 60px;
}
.home .mobile-view .slider-carousel{
    padding-bottom: 70px;
}
.home .mobile-view .txt h4{
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    padding-bottom: 40px;
}
.home .mobile-view p{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
.home .mobile-view p a{
    color: #6d6d6d;
}



/* #policy
========================================== */
.policy{
    margin-bottom: 60px;
}
.policy .txt h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff !important;
    margin-bottom: 5px;
}
.policy .txt h5{
    font-size: 18px;
    line-height: 1.4;
    color: #a3a0a0 !important;
    padding-right: 30px;
}
.policy .txt .point{
    margin-bottom: 15px;
}
.policy .txt .point h6{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 5px;
}
.policy .txt .point ul li{
    font-size: 16px;
    line-height: 1.5;
    color: #a3a0a0 !important;
}
.policy .txt .point ul li:before{
    content: "\2022";
    color: #a3a0a0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}
.policy .txt .point ul li span{
    font-weight: 700;
}
.policy .txt .point p{
    font-size: 16px;
    line-height: 1.5;
    color: #a3a0a0 !important; 
}
.policy .txt .point p span{
    font-weight: 700;
}



/* #submit-form
========================================== */

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid rgba(232, 232, 232, 0.15);
    width: 100%;
}
textarea{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid rgba(232, 232, 232, 0.15);
    width: 100%;
}
.floating-form{
    border: 1px solid rgba(232, 232, 232, 0.15);
    padding: 0px 20px 0px;
}
.floating-label {
    position: relative;
    margin-bottom: 20px;
}
.floating-input, .floating-select {
    font-size: 18px;
    padding: 20px 17px 2px 0px;
    display: block;
    width: 100%;
    height: 48px;
    background: transparent; 
    color: #6d6d6d;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #6d6d6d;
}
.floating-input:focus, .floating-select:focus {
    outline: none;
}
.floating-input:disabled{
    background-color: #fff6bd;
}
.floating-form .floating-label label {
    color: #6d6d6d;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: 7px;
    font-size: 12px;
    color: #808d9e;
    margin-top: 0;
    left: 0px;
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: 7px;
    font-size: 12px;
    color: #808d9e;
    left: 0px;
}
.floating-select option{
    background-color: #051017;
    color: #fff;
}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%; 
}
.floating-textarea {
    min-height: 80px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}
/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; 
}
/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; 
}
.calendly-badge-widget{
    display: inline-table !important;
}

@media (max-width: 768px) {
    header{
        display: none;
    }
    .navbar-brand img{
        height: 75px;
    }
    .home .hero-sec .img-box{
        padding-bottom: 50px;
    }
    .home .hero-sec .txt h4 {
        font-size: 30px;
        line-height: 1.5;
    }
    .home .desktop{
        display: none;
    }
    .home .mobile-view{
        display: block;
    }
    .owl-stage {
        left: -40px;
    }
}
@media (min-width: 768px) and (max-width: 998px) {

}
