@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;

}

.row{margin: 0;}

: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 */

/* section-1 st */

.sec-1{

    background-image: url(../img/ab-sec-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;

}

.shop{
    font: 600 120px var(--poppins);
    color: var(--color-1);
    text-align: center;
}

/* section-1 end */

/* ab-section-2 st */

.ab-section-2{

    margin-top: 80px;

}

.ab-sec-2-h1{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;

}

.ab-sec-2-p{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;

}

.ab-sec-2-h2{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: -5px;

}

/* ab-section-2 end */

/* ab-section-3 st */

.ab-section-3{

    background: #FFF4FA;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;

}

.ab-sec-3-h1{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;

}

.ab-sec-3-h2{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;

}

.ab-sec-3-p{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;

}

/* ab-section-3 end */

.yasin{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;

}

/* section-5 st */

.section-9{

    color: #FFF4FA;
    margin-top: 40px;
    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-5 end */

/* section-6 st */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .ab-sec-6-h1{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 35px;
    font-weight: 600;

  }

  .ab-sec-6-p{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 25px;
    font-weight: 400;

  }

  .ab-sec-6-h2{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;

  }

  .ab-sec-6-h3{

    color: var(--color-3);
    font-family: var(--poppins);
    font-size: 25px;
    font-weight: 600;

  }

/* section-6 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 */

@media (max-width:600px){

    #nav-sec-btn2{

        margin-top: 30px;

    }

    .sec-10-img-div{

        margin-top: 40px;
        margin-bottom: 30px;

    }

    .sec-10-h1{

        font-size: 35px;
        margin-top: 10px;

    }

    .section-11{

        padding-bottom: 60px;

    }

    #footer-sec-img-div{

        margin-bottom: 50px;

    }

    .footer-sec-div{

        margin-left: 50px;
        margin-right: 40px;

    }

    #footer-a{

        display: block;
        margin-top: 20px;
        text-align: center;

    }

    #footer-a-div{

        text-align: center;
        margin-left: 50px;

    }

    .shop{

        font-size: 45px;

    }

    .ab-sec-2-h1{

        font-size: 25px;
        margin-top: 40px;

    }

    .br{

        display: none;

    }

    #sec-2-img{

        width: 30px;

    }

    .ab-sec-3-h1{

        font-size: 35px;
        margin-bottom: 30px;

    }

    .ab-sec-3-h2{

        font-size: 20px;

    }

    .ab-sec-3-p{

        font-size: 14px;

    }

    .yasin{

        font-size: 35px;

    }

    .ab-sec-6-h1{

        font-size: 20px;

    }

    #ab-sec-6-icon-s{

        width: 120px;

    }

    .ab-sec-6-p{

        font-size: 14px;

    }

    #ab-sec-6-img-c{

        width: 68px;

    }

    .ab-sec-6-h2{

        font-size: 20px;

    }

    .ab-sec-6-h3{

        font-size: 20px;

    }

    #ab-sec-6-icon-t{

        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;
  
  }