@font-face {
    font-family: 'Levenim';
    src: url('../web-fonts/Levenim-MT-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('../web-fonts/Poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Poppins';
    src: url('../web-fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}


@font-face {
    font-family: 'Poppins';
    src: url('../web-fonts/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
}


@font-face {
    font-family: 'Poppins';
    src: url('../web-fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../web-fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('../web-fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('../web-fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}

body{
    font-family: 'Poppins';
    font-weight: 400;
}

.wrapper{
    max-width: 75%;
    margin: 0 auto;
}

.header-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #efefef;
    border-radius: 700px;
    padding: 10px 20px;
    opacity:0;
}

.logo{
    padding-left: 25px;
}

.logo img{
    max-width:65%;
    object-fit: contain;
}

.btn-app{
    background: #181b20;
    color: white !important;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 100px;
    line-height: 1;
    outline: 0 !important;
    transition: background 0.2s linear, color 0.2s linear;
}


.hero-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: white;
    max-width: 54%;
    margin: 0 auto;
    text-align: center;
    margin-top: 119px;
    opacity: 0;
}

.hero-text h2{
    margin-bottom: 0px;
    font-family: 'Levenim';
    font-size: 50px;
}

.hero-sec{
    min-height: 115vh;
    background-image: url('../img/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    background-position: bottom;
}

.hero-sec span{
    font-size: 18px;
}

.ques-container{
    display: flex;
    align-items: center;
}

.ques-container h3, .ques-container p{
    margin: 0;
}

.ques-container h3{
    font-family: 'Levenim';
    font-size: 30px;
}

.ques-container > div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-side{
    width: 65%;
}

.img-side{
    width: 40%;
    align-items: center;
}

.img-side img{
    width: 340px;
    height: 340px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: -1px 8px 15px 7px rgb(15 19 31 / 21%);
}

.text-side p{
    color: black;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.top-sec-margin{
    margin-top: 20px;
}

.con-spacer{
    margin-top: 20px;
}

.black-sperator{
    background-color: black;
    margin: 80px 0;
}

.black-sperator-con{
    display: flex;
    padding: 85px 0;
    justify-content: center;
    align-items: center;
}

.black-sperator-con p{
    color: white;
    margin: 0;
    width: 70%;
}

.black-sperator-con > div{
    width: 30%;
    text-align: center;
}

.black-sperator-con > div a{
    background: #9e005d;
    color: white !important;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 100px;
    line-height: 1;
    outline: 0 !important;
    transition: background 0.2s linear, color 0.2s linear;
}

.gradient-sperator{
    background: linear-gradient(180deg, #9f005f 0%, #271843 100%);
    margin: 60px 0;
    padding: 60px;
}

.gradient-sperator-con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gradient-sperator-con p{
    margin: 0;
    color: white;
    font-size: 28px;
    font-family: 'Levenim';
}

.gradient-sperator-con a{
    background: #ffffff;
    color: black !important;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    padding: 15px 17px;
    border-radius: 100px;
    line-height: 1;
    outline: 0 !important;
    margin-top: 20px;
    transition: background 0.2s linear, color 0.2s linear;
}

#team-sec{
    margin-top: 100px;
    position: relative;
}

#team-sec > div{
    width: 50%;
}

#team-sec .img-side img{
    width: 410px;
    height: 410px;
    object-position: 16%;
    object-fit: cover;
}

#team-sec .text-side{
    gap: 8px;
    padding-right: 20px;
    line-height: 1.2;
}

#team-sec::before{
    content: '';
    position: absolute;
    background-color: #efefef;
    width: 76%;
    height: 98%;
    top: 1.5%;
    left: 24%;
    z-index: -1;
}

#team-sec ul{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

#team-sec ul li{
    padding: 0;
    margin: 0;
    line-height: 1.5;
    color: black;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    list-style: none;
    position: relative;
    padding-left: 18px;
}

#team-sec ul li:before{
    content: '';
    background: linear-gradient(180deg, #9f005f 10%, #271843 100%);
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    top: calc(63% - 9px);
    left: 0;
}

.testi-sec{
    position: relative;
}

.test-con{
    min-height: 75vh;
    display: flex;
    align-items: center;
    z-index: 3;
    position: relative;
    gap: 40px;
}

.testi-sec-main{
    display: flex;
    align-items: center;
    z-index: 3;
    position: relative;
    gap: 40px;
}

.testi-sec-main > div{
    width: 50%;
}

.comps-feedaback{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testi-sec-main h4{
    font-family: 'Levenim';
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 30px;
}

.testi-sec-main > div > p{
    margin: 15px auto 35px;
    color: black;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}

.comps-feedaback > div{
    display: flex;
    align-items: center;
    justify-content: start;
    align-self: start;
    gap: 10px;
    background-color: #ebeef5;
    padding: 15px;
    border-radius: 8px;
}

.comps-feedaback img{
    width: 35%;
    object-fit: contain;
}

.comps-feedaback p{
    margin: 0px;
    line-height: 1.2;
    font-size: 14px;
    color: black;
}

.testi-sec-main .btn-app{
    background: #9e005d;
}

.testi-sec{
    margin-bottom: 50px;
}

#team-sec.inventory::before{
    left: 0px;
    width: 100%;
}

#team-sec.ques-container.inventory{
    margin-top: 60px;
    gap: 0px;
    min-height: 350px;
    align-items: center;
}

#team-sec.inventory::before{
    left: 0px;
    width: 100%;
    height: 100%;
    top: 3%;
}

#team-sec div.inventory-img-side{
    width: 65%;
    display: flex;
    flex-direction: revert;
    gap: 0;
    position: relative;
    padding-bottom: 75px;
}


.inventory-img-side img{
    width: 51%;
    object-position: 16%;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #9181a0;
}

.float-img-inv{
    position: relative;
    top: 100px;
    right: 45px;
    object-position: 60% !important;
}

#team-sec.ques-container.inventory div.text-side{
        width: 35%;
}

.footer{
    background: linear-gradient(180deg, #9f005f 0%, #271843 100%);
    padding: 60px 0px;
    margin-top: 70px;
}

.footer-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.footer-inner h3{
    font-family: 'Levenim';
    font-size: 30px;
    color:white;
    margin-bottom:0px;
        text-align: center;
}

.susb-container{
    display: flex;
    width: 45%;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}


.susb-container input{
    background-color: transparent;
    border: 2px solid white;
    outline: 0 !important;
    width: 80%;
    padding: 6px 15px;
    color: white;
    border-radius: 20px;
    padding-right: 50px;
}

#subscribe-btn{
    display: block;
    background-color: #FFF;
    color: black !important;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    padding: 12px 17px;
    border-radius: 100px;
    line-height: 1;
    outline: 0 !important;
    width: 30%;
    text-align: center;
    position: absolute;
    right: 0;
    transition: background 0.2s linear, color 0.2s linear;
}


.subs_msg {
    position: absolute;
    bottom: 0;
    top: 40px;
    color: white;
}


.subscribe-btn-disabled{
    pointer-events: none;
}

.header-btn:hover{
    background:#9e005d;
}

.btn_white:hover{
    background:#FFF;
    color:#000 !important;
}

.btn_black:hover{
    background:#000;
    color:#FFF !important;
}

#subscribe-btn.btn_black:hover{
    background-color:#000;
    color:#FFF !important;
}

@media only screen and (max-width: 1200px) {
    .ques-sec .ques-container:not(#team-sec){
        gap: 15px;
    }
}

@media only screen and (max-width: 1150px) {
    #team-sec{
        gap: 20px;
    }
    
    #team-sec.ques-container.inventory{
            min-height: 450px;
    }
}


@media only screen and (max-width: 1060px) {
    .ques-sec .ques-container:not(#team-sec){
        gap: 40px;
    }
    #team-sec{
        gap: 40px;
    }
    .hero-text{
        max-width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    
    
    .ques-container h3{
        font-size: 20px;
    }
    
    .text-side p{
        font-size: 14px;
    }
    
    .testi-sec-main h4{
        font-size: 20px;
    }
    
    .testi-sec-main > div > p{
        font-size: 14px;
    }
    
    #team-sec ul li{
        font-size:14px;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper{
            max-width: 85%;
    }
    
    .img-side img{
        width: 280px;
        height: 280px;
    }
    
    #team-sec .img-side img{
        width: 310px;
        height: 310px;
    }
    
    .ques-advance.ques-container h3{
        font-size: 18px;
    }
    
    .ques-advance .text-side p{
        font-size: 12px;
    }
    
    .ques-advance#team-sec ul li{
        font-size: 12px;
        line-height: 1.2;
    }
    
    .susb-container{
        width: 75%;
    }
}

@media only screen and (max-width: 668px) {
    .black-sperator-con p{
        width: 60%;
        font-size: 16px;
    }
    
    .black-sperator-con > div{
        width: 40%;
    }
}

@media only screen and (max-width: 600px) {
    .sec-one .ques-container:nth-child(odd), .sec-two .ques-container:nth-child(even), .sec-three .ques-container:not(#team-sec):nth-child(odd){
        flex-direction: column-reverse;
    }
    .sec-one .ques-container:nth-child(even), .sec-two .ques-container:nth-child(odd), .sec-three .ques-container:nth-child(even){
        flex-direction: column;
    }
    
    .ques-sec .text-side, .sec-one .img-side{
        width:100%;
    }
    
    .ques-sec .img-side img{
        width: 300px;
        height: 300px;
    }
    
    .inventory-img-side img{
        width: 310px;
        height: 310px;
    }
    
    .ques-sec .ques-container:not(#team-sec) .text-side{
        align-items: center;
        text-align: center;
    }
    
    .ques-sec .ques-container:not(:last-child){
        margin-bottom:100px;
    }
    
    .gradient-sperator-con p{
        font-size:20px;
    }
    
    #team-sec{
        flex-direction: column;   
    }
    
    #team-sec::before{
        width: 100%;
        height: 100%;
        top: 10%;
        left: 0px;
    }
    
    #team-sec > div{
        width: 100%;
        align-items: self-start;
    }
    
    #team-sec .text-side{
        padding-left: 40px;
    }
    
    .ques-advance.ques-container h3{
        font-size: 20px;
    }
    
    .ques-advance .text-side p{
        font-size: 14px;
    }
    
    .ques-advance#team-sec ul li{
        font-size: 14px;
        line-height: 1.5;
    }
    
    .black-sperator-con{
        flex-direction: column;
        gap: 20px;
    }
    
    .black-sperator-con p{
        width: 100%;
        text-align: center;
    }
    
    .black-sperator-con > div{
        width: 100%;
    }
    
    .testi-sec-main{
        flex-direction: column;
    }
    
    .testi-sec-main > div{
        width: 100%;
    }
    
    #team-sec div.inventory-img-side{
        width: 100%;
    }
    
    .float-img-inv{
        height: 260px;
    }
    
    #team-sec.ques-container.inventory div.text-side{
        width:100%;
    }
    
    #team-sec div.inventory-img-side{
        padding-bottom: 20px;
    }
    
    .float-img-inv{
        display:none;
    }
    
    .footer{
        margin-top: 100px;
    }
    
    .hero-text h2{
        font-size: 40px;
    }
}


@media only screen and (max-width: 500px) {
    .susb-container{
        width: 100%;
    }
}


@media only screen and (max-width: 412px) {
    .menu-list .btn-app{
        font-size: 12px;
        padding: 8px;
    }
}

@media only screen and (max-width: 345px) {
    .logo{
            padding-left: 0px;
    }
    
    .inventory-img-side img, #team-sec .img-side img{
        width: 210px;
        height: 210px;
    }
}