@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Marcellus&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

*{

    box-sizing: border-box;

}

:root{

    --inter: 'Inter', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --marcellus: 'Marcellus' sans-serif;
    --color-1: #ffffff;
    --color-2: #000000;
    --color-3: #F8AAFF;
    --color-4: #19CDAD;

}

/* navbar-section st */

.nav-a{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;

}

.nav-a:hover{

    color: var(--color-3);

}

.nav-sec-btn{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-3);
    color: var(--color-3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;

}

.nav-sec-btn::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-3);
    transition: .3s linear;
    z-index: -1;

}

.nav-sec-btn:hover::before{

    width: 100%;
    left: 0;

}

.nav-sec-btn:hover{

    color: var(--color-1);

}

/* navbar-section end */

/* home-section st */

.home-sec-div{

    background: url('../img/home-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 194px;
    padding-bottom: 195px;

}

.home-sec-div-2{

    background: var(--color-4);
    padding-top: 100px;
    padding-right: 80px !important;
    padding-bottom: 80px;

}

.home-h2{

    color: var(--color-1);
    font-family: var(--poppins);
    font-size: 25px;
    font-weight: 400;

}

.home-h1{

    color: var(--color-1);
    font-family: var(--poppins);
    font-size: 85px;
    font-weight: 600;

}

.home-p{

    color: var(--color-1);
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 500;
    margin-top: -15px;

}

/* home-section end */

/* section-2 st */

.sec-2-div{

    background: url('../img/sec-2-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 97px;
    padding-bottom: 97px;

}

.sec-2-h1{

    color: var(--color-1);
    font-family: var(--poppins);
    font-size: 35px;
    font-weight: 400;

}

.sec-2-h2{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 35px;
    font-weight: 400;

}

/* section-2 end */

/* section-3 st */

.section-3{

    margin-top: 20px;
    background: #FFF4FA;
    padding-top: 25px;

}

.sec-3-h1{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 35px;
    margin-top: 40px;

}

.sec-3-p{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 14px;
    margin-top: 15px;

}

.sec-3-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-4);
    color: var(--color-4);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;

}

.sec-3-a::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-4);
    transition: .3s linear;
    z-index: -1;

}

.sec-3-a:hover::before{

    width: 100%;
    left: 0;

}

.sec-3-a:hover{

    color: var(--color-1);

}

/* section-3 end */

/* section-4 st */

.section-4{

    background: #FFF4FA;
    padding-top: 70px;

}

#sec-4-h1{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 45px;

}

.prev,.next{

    color: var(--color-4);
    font-size: 30px;
    border: none;
    outline: none;
    background: transparent;
    transition: .5s ease;

}
.prev:hover,.next:hover{

    color: var(--color-3);
    scale: 1.1;
    transition: .5s ease;

}

.sec-4-div{transition: .5s ease;}
.sec-4-div img{transition: .5s ease;}
.sec-4-div:hover img{transition: .5s ease; scale: .9;}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec-4-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-3);
    color: var(--color-3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;

}

.sec-4-a::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-3);
    transition: .3s linear;
    z-index: -1;

}

.sec-4-a:hover::before{

    width: 100%;
    left: 0;

}

.sec-4-a:hover{

    color: var(--color-1);

}

.sec-4-div{

    background: var(--color-1);
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;

}

.sec-4-img{

    width: 92px;
    height: 189px;

}


/* section-4 end */

/* section-5 st */

.section-5{

    background: var(--color-4);
    padding-top: 40px;
    padding-bottom: 40px;

}

.sec-5-h2{

    color: var(--color-1);
    font-family: var(--inter);
    font-weight: 400;
    font-size: 18px;

}

.sec-5-p{

    color: var(--color-1);
    font-family: var(--inter);
    font-weight: 300;
    font-size: 14px;
    margin-top: -10px;

}

/* section-5 end */

/* section-6 st */

.section-6{

    margin-top: 100px;

}

.sec-6-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-3);
    color: var(--color-3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;

}

.sec-6-a::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-3);
    transition: .3s linear;
    z-index: -1;

}

.sec-6-a:hover::before{

    width: 100%;
    left: 0;

}

.sec-6-a:hover{

    color: var(--color-1);

}

.sec-6-h1{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 45px;
    font-weight: 500;

}

/* section-6 end */

/* section-7 st */

.section-7{

    margin-top: 30px;

}

.sec-7-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-3);
    color: var(--color-1);
    background: var(--color-3);
    border-radius: 10px;

}

.sec-7-a:hover{

    color: var(--color-3);
    background: transparent;

}

.sec-7-div{

    text-align: center;
    margin-top: -60px;

}

/* section-7 end */

/* section-8 st */

.section-8{

    margin-top: 130px;

}

.sec-8-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-4);
    color: var(--color-4);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;

}

.sec-8-a::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-4);
    transition: .3s linear;
    z-index: -1;

}

.sec-8-a:hover::before{

    width: 100%;
    left: 0;

}

.sec-8-a:hover{

    color: var(--color-1);

}

/* section-8 end */

/* section-9 st */

.section-9{

    color: #FFF4FA;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.sec-9-h1{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;

}

.link{
    display: flex;
    overflow: hidden;
    text-decoration: none;
  }
  
  .rev-2{
     display: flex;
     flex: none;
     gap: 40px;
     animation: slide 10s linear infinite;
     transform: translate3d(-100%,0px,0px);
     transform-style: preserve-3d;
     will-change: transform;
    }
  
  
  @keyframes slide {
    from {
        transform: translate3d(0%,0px,0px);
        transform-style: preserve-3d;
        will-change: transform;
    }
    to {
        transform: translate3d(-100%,0px,0px);
        transform-style: preserve-3d;
        will-change: transform;
    }
}

/* section-9 end */

/* section-10 st */

.section-10{

    background: var(--color-3);
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;

}

.sec-10-h1{

    color: var(--color-1);
    font-family: var(--marcellus);
    font-size: 56px;
    font-weight: 400;

}

.sec-10-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-1);
    color: var(--color-1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;

}

.sec-10-a::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-1);
    transition: .3s linear;
    z-index: -1;

}

.sec-10-a:hover::before{

    width: 100%;
    left: 0;

}

.sec-10-a:hover{

    color: var(--color-3);

}

/* section-10 end */

/* section-11 st */

.footer-h1{

    color: var(--color-3);
    font-family: var(--inter);
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 25px;

}

.footer-a{

    color: var(--color-4);
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    transition: .5s ease;

}

.footer-a:hover{

    color: var(--color-3);
    padding-left: 5px;
    transition: .5s ease;

}

.footer-input{

    width: 100%;
    height: 46px;
    margin-top: -10px;
    background: #FFF4FA;
    border: 1px solid #FFF4FA;

}

.footer-input::placeholder{

    color: var(--color-3);
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;

}

#footer-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: 2px solid var(--color-3);
    color: var(--color-3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;

}

#footer-a::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-3);
    transition: .3s linear;
    z-index: -1;

}

#footer-a:hover::before{

    width: 100%;
    left: 0;

}

#footer-a:hover{

    color: var(--color-1);

}

/* section-11 end */

/* mediaqurey */

@media (max-width:600px){

    .home-h1{

        font-size: 40px;

    }

    .br{

        display: none;

    }

    .home-h2{

        font-size: 20px;

    }

    .home-p{

        font-size: 15px;
        margin-top: 10px;

    }

    .home-div{

        text-align: center;

    }

    .sec-2-h2{

        font-size: 25px;

    }

    .sec-3-img-idv{

        margin-top: 20px;

    }

    .section-3{

        padding-bottom: 40px;

    }

    .sec-6-h1{

        font-size: 25px;

    }

    #sec-7-div{

        margin-top: 60px;
        margin-bottom: 60px;

    }

    .sec-10-img-div{

        margin-top: 40px;
        margin-bottom: 30px;

    }

    .sec-10-h1{

        font-size: 35px;
        margin-top: 10px;

    }

    .footer-sec-div{

        margin-left: 50px;
        margin-right: 40px;

    }

    .section-11{

        padding-bottom: 60px;

    }

    #footer-sec-img-div{

        margin-bottom: 50px;

    }

    #footer-a{

        display: block;
        margin-top: 20px;
        text-align: center;

    }

    #footer-a-div{

        text-align: center;
        margin-left: 50px;

    }

    #nav-sec-btn2{

        margin-top: 30px;

    }

    .sec-5-h2{

        font-size: 15px;

    }

    #sec-5-text-div{

        margin-top: 15px;

    }

    #sec-5-img{

        width: 30px;

    }

}



#prelodar{

    background: white url('../img/Loading_icon.gif') no-repeat center center;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
  
  }