*{
    font-family: 'Poppins';
}

/* Start NavBar */

.navbar{
    /* height: 0; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    z-index: 10;
    padding: 30px 240px;
    padding-left: 100px;
}

.navbar .navbar-brand{
    width: 182px;
    margin-right: 20px;
    margin-left: 86px;
}

.navbar .navbar-brand img{
    width: 100%;
}

.navbar .nav-item{
    display: flex;
    align-items: center;
    margin-right: 30px;
    justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    font-size: 19px;
    text-wrap: nowrap;
}

.navbar-light .navbar-nav .nav-link a:hover,
.navbar-light .navbar-nav .nav-link a:focus{
    color: rgba(0, 0, 0, 0.5);
}

.navbar .nav-item.auth{
    width: 85px;
}

.navbar .nav-item.auth img{
    width: 100%;
}

.navbar .joinUs-btn,
a.joinUs-btn {
    background-color: #00A083;
    color: #fff;
    padding: 16px 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    text-wrap: nowrap;
    white-space: nowrap;
}

.navbar .lang-btn,
a.lang-btn{
    background-color: #FFE4C2;
    color: #000;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'Alex';
    white-space: nowrap;
    /* margin-right: 20px; */

}



/* /End Navbar */

/* Start Header */

section.header{
    position: relative;
    padding-top: 150px;
    height: 100vh;
}

section.header .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.header .background img{
    width: 100%;
    height: 100%;
}

section.header .container{
    max-width: 1650px !important;
}

section.header .img,
section.header .img img{
    width: 100%;
    height: 100%;
}

section.header .video-player{
    background-color: transparent;
    border: none;
    width: 160px;
}

section.header .video-player img{
    width: 100%;
}

/* /End Header */

/* Start Works */

.works{
    padding: 40px;
}

.works .section-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.works .section-header .title,
.works .section-header .title-desc{
    font-weight: bold;
    font-size: 22px;
}

.works .section-header .title{
    color: #00A083;
    text-align: center;
}

.works .section-header .title-desc{
    width: 20%;
    text-align: center;
    margin: auto;
}

.works .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 8px #e7e7e7;
    width: 430px;
    height: 350px;
    border-radius: 5px;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
}

.works .box .icon{
    width: 120px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.works .box .icon img{
    width: 100%;
    height: 100%;
}

.works .box .title{
    font-weight: bold;
}

.works .box p.desc{
    width: 68%;
    text-align: center;
    margin: auto;
}

/* /End Works */

/* Start Trusted */

.trusted{
    padding: 20px;
}

.trusted .title{
    text-align: center;
    font-size: 25px;
    color: #696984;
    font-weight:600
}

.trusted-by {
    padding: 53px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.trusted-by .image {
    width: calc(100%/5);
    height: 100px;
    margin: 0 17px;
    margin-bottom: 40px;
}

.trusted-by .image img {
    width: 100%;
    height: 100%;
}

/* /End Trusted */

/* Start Why */

.why{
    background-color: #F9F8FE;
    padding: 50px;
    padding-left: 350px;
}

.why h2.title{
    margin-bottom: 25px;
    font-family: 'PoppinsBold';
    font-weight: bold;
}

.why .why-box{
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
}

.why-box .icon {
    width: 17%;
    height: 70px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 8px #cdcdcd;
    border-radius: 15px;
    margin-right: 20px;
}

.why-box .icon img {
    width: 100%;
    height: 100%;
}

.why-box .text{
    width: 83%;
}

.why .why-box .title{
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'PoppinsBold';
}

.why-box .desc{
    color: #A6A6A6;
    font-weight: bold;
}

/* /End Why */

/* Start Help */
.help{
    padding: 30px 120px;
}

.help h4.title{
    font-weight: bold;
}

.help .card{
    border: none;
    box-shadow: 0px 0px 10px #e2e2e2;
    border-radius: 15px;
}

.help .card-header{
    border: none;
    background-color: #fff;
    padding: 30px;
}

.help .card-header h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6F6C90;
    font-weight: bold;
}

.card-header h5 p {
    font-size: 22px;
}

.help .card-header h5 button {
    width: 30px;
    height: 30px;
    background-color: #F7F7FF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;

}

.help .card-header h5 button.minus{
    background-color: #00A083;
    color: #fff;
}
/* /End Help */

/* Start Contact Us */
.contact-us{
    padding: 40px;
    padding-top: 0;
}

.contact-us .header{
    text-align: center;
    font-weight: bold;
}

.contact-us .header span{
    margin-bottom: 20px;
    display: block;
    color: #282938;
}

.contact-us .header .title{
    font-family: 'PoppinsBold';
    font-size: 40px;
}

.contact-us form input,
.contact-us form textarea,
.contact-us form select{
    border: 1px solid #00A083;
    padding: 16px;
}

.contact-us .form-check-label{
    margin-left: 20px;
    margin-top: 5px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px) !important;
}

label{
    font-weight: bold !important;
    font-size: 20px !important;
}

.success-btn{
    background-color: #00A083;
    color: #fff;
    padding: 16px 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}

/* /End Contact Us */


/* Start Documentation */
.docs{
    padding: 40px;
    margin-top: 150px;
    min-height: 67vh;
}

.docs .title h3{
    text-align: center;
    font-family: 'PoppinsBold';
    font-size: 35px;
}

.docs.mobile{
    display: none;
}

code[class*=prettyprint]{
    font-size: 1.3rem !important;
}
/* /End Documentation */

/* Start Footer */
footer{
    background-image: url('../images/footer-bg.png');
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.whatsapp a{
    width: 100px;
    height: 100px;
    background-color: #00A083;
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    right: 100px;
    top: -75px;
}

.whatsapp img {
    width: 100%;
    height: 100%;
}

footer .logo{
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .logo img{
    width: 100%;
}

footer .social ul{
    display: flex;
}

footer .social ul li{
    width: 55px;
    height: 55px;
    padding: 15px;
    background-color: #495159;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
}

footer .social ul li:not(:last-of-type){
    margin-right: 20px;
}

/* footer .social ul li a{
    width: 35px;
    height: 35px;
} */

footer .social ul li a img{
    height: 100%;
}
/* /End Footer */

.scroll-top{
    position: fixed;
    opacity: 0;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    background-color: #00A083;
    width: 50px;
    height: 60px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .2 ease-in-out;
    cursor: pointer;
}

#submit-form{
    position: relative;
}

#submit-form:hover{
    text-decoration: none;
    color: #fff;
}

.scroll-top.show{
    opacity: 1;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    margin: 0 10px;
    position: absolute;
    right: 7px;
    top: 19px;
    display: none;
  }

  .loader.show{
    display: inline-block;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@font-face {
    font-family: 'Alex';
    src: url('../fonts/Alexandria/Alexandria-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@media only screen and (max-width: 1025px) and (min-width: 768px) {
    .navbar .navbar-brand{
        margin-right: 32px;
    }
    .navbar .nav-item{
        margin-right: 5px;
    }
    section.header{
        height: 600px;
    }
    section.header .header-title{
        font-size: 45px;
    }
    .works{
        padding: 20px;
    }

    .works .section-header .title-desc{
        width: 35%;
    }

    .why{
        padding-left: 80px;
    }

    .why-box .icon{
        width: 25%;
    } 

    .why-box .text{
        width: 75%;
    }
}

/* @media only screen and (max-width: 1023px) and (min-width: 768px) {
    section.header{
        height: 500px;
    }
} */


@media only screen and (max-width: 991px) {
    .navbar .navbar-brand{
        margin-right: 80px;
    }

    .navbar .navbar-collapse{
        background-color: #fff;
        position: absolute;
        right: 25px;
        top: 100px;
        padding: 20px;
        width: fit-content;
        z-index: 30;
        box-shadow: 0px 0px 8px #ddd;
        border-radius: 15px;
        padding-top: 0;
    }

    .trusted-by .image{
        width: 100%;
    }

    .works{
        padding: 20px;
    }

    .works .section-header .title-desc{
        width: 25%;
    }

    .works .box{
        width: auto;
    }
    

    .why{
        padding-left: 25px;
    }

    .why > .title{
        text-align: left;
    }

    .why-box .icon{
        width: 19%;
    } 

    .why-box .text{
        width: 75%;
    }

    .help{
        padding: 30px;
    }

    footer{
        background-position: right;
    }

    .whatsapp a{
        right: 10px;
    }

    .docs.mobile{
        display: block;
    }
    .docs{
        margin-top: 70px;
    }
}

@media only screen and (min-width: 1430px) {
    .header .header-title{
        font-size: 90px;
        font-weight: bold;
        width: 80%;
        font-family: 'PoppinsBold';
    }
}

@media only screen and (min-width: 1024px) {
    input[type="checkbox"]{
        margin-top: 14px;
    }
    .contact-us .form-check-label{
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1610px) {
    .navbar{
        padding: 30px 25px;
        padding-left: 50px;
    }

    .header .container{
        max-width: 1300px !important;
    }

    .header .header-title{
        font-size: 80px;
        font-weight: bold;
        width: 80%;
        font-family: 'PoppinsBold';
    }

    .why{
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1471px) {
    .navbar{
        padding-left: unset;
    }

    .navbar .navbar-brand{
        margin: 0;
    }
}

@media only screen and (max-width: 1433px) {
    .header .header-title{
        font-size: 70px;
    }

    .works .box{
        width: auto;
    }
}

@media only screen and (max-width: 1314px) {
    .navbar-light .navbar-nav .nav-link{
        font-size: 17px;
    }
}

@media only screen and (max-width: 1261px) {
    .header .header-title{
        font-size: 60px;
    }

    .navbar .joinUs-btn{
        padding: 15px 30px;
    }
    section.header{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1190px) {
    .navbar-light .navbar-nav .nav-link{
        font-size: 15px;
    }

    .navbar .joinUs-btn{
        padding: 15px 25px;
    }
}

@media only screen and (min-width: 1120px) {
    .works .section-header .title-desc{
        width: 25%;
    }
}

@media only screen and (min-width: 1120px) and (max-width: 1400px) {
    .why{
        padding-left: 125px;
    }

    .why-box .icon{
        width: 25%;
    }

    .contact-us .form-check-label{
        margin-left: 35px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1090px) {
    .header .header-title{
        font-size: 50px;
    }
}

@media only screen and (max-width: 1119px) and (min-width: 1025px) {
    .why .why-box .icon{
        width: 25%;
    }
}

@media only screen and (min-width: 991px) {
    .navbar .lang-btn{
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .nav-item.auth{
        width: 100%;
    }
    .navbar .nav-item.auth .nav-link{
        width: 60px;
        margin: auto;
    }
}

@media only screen and (max-width: 840px) {
    .why{
        padding-left: 80px;
    }
    .why-box .icon{
        width: 24%;
    }
}

@media only screen and (max-width: 425px) {
    .header .header-title{
        width: 100%;
        margin-bottom: 10px;
    }
    section.header .img{
        margin-top: 20px;
    }
    .works .box{
        height: auto !important;
    }
    .works .section-header .title{
        margin-top: 20px;
    }
    .works .box p.desc{
        width: 100%;
    }
    .navbar{
        padding: 10px 25px;
    }
    .navbar .nav-item{
        margin: 0;
    }
    .navbar .nav-item.auth{
        width: 100%;
    }
    .navbar .nav-item.auth .nav-link{
        width: 60px;
        margin: auto;
    }
    section.header{
        padding-top: 100px;
    }
    .why .why-box{
        margin-right: 0;
    }
    .docs{
        padding: 10px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .header{
        height: auto !important;
    }
    .why{
        padding: 20px;
        padding-left: 20px;
    }
}

/* @media screen and (max-width: 1900px) and (min-width: 900px){
    .navbar .navbar-brand{
        margin-left: 0;
    }
} */