@font-face {
    font-family: 'dubai-bold';
    src: url(../fonts/DubaiW23-Bold.ttf);
}
@font-face {
    font-family: 'dubai-light';
    src: url(../fonts/DubaiW23-light.ttf);
}
@font-face {
    font-family: 'dubai-medium';
    src: url(../fonts/DubaiW23-medium.ttf);
}
@font-face {
    font-family: 'dubai-regular';
    src: url(../fonts/DubaiW23-Regular.ttf);
}
body{
    font-family: 'dubai-regular';
    font-size: 15px;
    padding-right: 0  !important;
}

/* text slide */
@-webkit-keyframes scroll {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
    }
    }
    @keyframes scroll {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
    }
    }
    .slider {
    /* background: pr;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    height: 50px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1400px;
    background-color: #4e7661;
    width: 100%;
    font-family: 'dubai-light';
    letter-spacing: 0.1rem;
    }
    .slider::before, .slider::after {
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
    }
    .slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    }
    .slider::before {
    left: 0;
    top: 0;
    }
    .slider .slide-track {
    -webkit-animation: scroll 25s linear infinite;
    animation: scroll 25s linear infinite;
    display: flex;
    align-items: center;
    width: calc(250px * 14);
    margin-top: 8px;
    color: white;

    }
    .slider .slide {
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    align-items: center;

    }
.slide-head {
    width: max-content;
   
} 


/* nav icon header */
.icon-header-main{
    display: flex;
    justify-content: space-between;
    margin: 15px 25px;
}
.icon-header-first{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-left: 20px; */
}
.icon-header-left{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #7E7E7E;
    font-size: 14px;
}
.icon-header-right{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7E7E7E;
    font-size: 14px;
    
}
.icon-header-second{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    /* margin-right: 20px; */
}


/* nav main */
.navbar-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -20px;
    background-color: white;
    height: 100px;
    /* box-shadow: 1px 2px 5px #e2e2e2;
    position: fixed;
    width: 100%;
    z-index: 99; */
    
}

.navbar {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    /* text-transform: uppercase; */
    letter-spacing: 0em;
    padding-right: 10px;
    margin-top: 15px;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: black;
    transition: 0.4s;
}
.active-home::after {
    content: '';
    display: block;
    width: 84%;
    height: 1px;
    background: black;
    transition: 0.4s;
    margin-top: 11px;
} 

.nav-item:hover::after {
    width:84%;
}

.nav-link{
    color: black;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link {
    color: black;
}
.navbar-nav{
    color: black;
}
.nav-link:active{
    color: black;
}


  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 1000px;
    z-index: 1;
    margin-top: 8px;
    box-shadow:  0px 0px 4px #e2e2e2;
  }
  
  .dropdown-content a {
    color: rgb(141, 141, 141);
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
  }
  
  .dropdown-content a:hover {color: black;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropdown-group{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    

}

.groups-drop{
   padding-left: 15px;
   font-size: 20px;
  
}

.nav-link{
   margin-right: 36px;
   margin-left: 14px;
   margin-top: 8px;
   
}

.nav-logo{
    height: 80px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}
.nav-input{
    display: inline;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    position: relative;
}

.nav-input-right{
    color: black;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    padding: 5px 10px 5px 60px;
    outline: none;
    border: none;
    background-color: #f5f5f5;
    border-radius: 5px;
}

/* the perfect skincare */
.the-perfect-main{
    display: flex;
}
.the-perfect-left{
    background-color: #EDF1F0;
    height: 520px;
    width: 50%;
    text-align: center;
    padding-top: 6%;
    padding-bottom: 5%;
   
    
}
.the-skincare{
    opacity: 0;
    transform: translateY(-150px);
    transition: 1s all ease;
    margin-bottom: 15px;
    
}
.the-skincare.active{
    transform: translateY(0);
    opacity: 1;
}

.care-for{
    opacity: 0;
    transform: translateY(-150px);
    transition: 1s all ease;
    
}
.care-for.active{
    transform: translateY(0);
    opacity: 1;
}


.made-using{
    opacity: 0;
    transform: translateY(-150px);
    transition: 1s all ease;
}
.made-using.active{
    transform: translateY(0);
    opacity: 1;
}

.special-heading{
    opacity: 1;
    transform: translateY(-10px);
    transition: 1s all ease;
}
.special-heading.active{
    transform: translateY(0);
    opacity: 1;
}

.special-beauty{
    opacity: 0;
    transform: translateY(-150px);
    transition: 1s all ease;
}
.special-beauty.active{
    transform: translateY(0);
    opacity: 1;
}

.special-made{
    opacity: 0;
    transform: translateY(150px);
    transition: 1s all ease;
}
.special-made.active{
    transform: translateY(0);
    opacity: 1;
}

.shop-now{
    opacity: 1;
    transform: translateY(-10px);
    transition: 1s all ease;
}
.shop-now.active{
    transform: translateY(0);
    opacity: 1;
}
.col-md-3{
    bottom: 70px;
    opacity: 0;
    transform: translateY(0);
    transition: 1s all ease;
}
.col-md-3.active{
    bottom: 0;
    transform: translateY(-10px);
    opacity: 1;
}

.the-skincare{
    font-size: 24px;
    color: #4e7661;
    font-family: 'dubai-bold' !important; 
    
}
.care-for{
    font-size: 56px;
    color: #000;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    line-height: 7.0rem;
    font-family: 'dubai-bold' !important; 
}
.made-using{
    margin-top: 25px;
    font-size: 18px;
    color: #7E7E7E;
}
.shop-now{
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 0 50px 0 50px;
    border-radius: 0.25rem;
    font-size: 20px;
    line-height: 3rem;
    border: solid 2px #f8f8f800;
    margin-top: 20px;
    /* font-family: 'dubai-bold' !important;  */
}
.shop-now:hover{
    background-color: #4e7661;
}
.the-perfect-right{
    /* background-color: #f8f8f8; */
    height: 520px;
    width: 50%;
  
    
    overflow: hidden;
    
}
.perfect-image{
    height: 520px;
    width: 100%;
    transition: transform 0.3s ease;
    
}
.perfect-image:hover{
    transform: scale(1.5);
    /*   transform: matrix(0.586,0.8,-0.8,0.586,0,0); */
    /*  transform:rotate(20deg) */
      transition: transform 0.3s ease;
}

/* icon after skincare */
.icon-four{
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: 10%;
    max-width: 80%;
    flex-wrap: wrap;
    align-items: center;
}
.icon-four-item{
    display: flex;
    align-items: center; 
    font-size: 15px;
    justify-content: center;
}
.icon-four-heading{
    padding-left: 10px;
    font-size: 20px;
    text-transform: capitalize;
    color: black;
    margin-top: 20px;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
}


/* welcome to */

.herbal-care{
    font-family: 'dubai-bold' !important; 
}
.welcome-text{
    text-align: center;
    padding-top: 4%;
    padding-bottom: 5%;
    background-color: #EDF1F0;
}

.welcome-text-paragraph{
    padding-top: 20px;
    font-size: 20px;

}
.welcome-text-button{
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 0 50px 0 50px;
    border-radius: 0.25rem;
    font-size: 20px;
    line-height: 3rem;
    border: solid 2px #f8f8f800;
    margin-top: 20px;
    /* font-family: 'dubai-bold' !important;  */

}
.welcome-text-button:hover{
    background-color: #4e7661;
}


/* product gellery */
.container-fluid {
    margin-top: 40px;
}
.product-gellery-heading{
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 600px;
    margin-top:5%;
    font-family: 'dubai-bold' !important; 
    color: rgb(160, 160, 160);
}
.product-gellery-heading >h1:hover{
    color: black;
}
.product-gellery-heading >h1 {
    cursor: pointer;
}

.product-gellery-title {
    text-align: center;
    margin: 1em;
    text-transform: capitalize;
    font-size: 1.7em
    
}

.demo {
    padding: 45px 0
}

.product-grid2 {
    position: relative
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative
}

.product-grid2 .product-image2 a {
    display: block
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: auto
}

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-1 {
    opacity: 0;
}

.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all .5s
}

.product-grid2:hover .social li {
    transform: translateX(0)
}

.product-grid2:hover .social li:nth-child(2) {
    transition-delay: .15s
}

.product-grid2:hover .social li:nth-child(3) {
    transition-delay: .25s
}

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s
}

.product-grid2 .social li a:hover {
    background-color: black;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid2 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
    opacity: 1
}

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .3s
}

.product-grid2 .add-to-cart:hover {
    /* background-color: #3498db; */
    text-decoration: none
}

.product-grid2:hover .add-to-cart {
    bottom: 0
}

.product-grid2 .product-new-label {
    /* background-color: #3498db; */
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s
}

.product-grid2:hover .product-new-label {
    opacity: 0
}

.product-grid2 .product-content {
    padding: 0px 10px;
    text-align: center
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px
}

.product-grid2 .title a {
    color: #303030
}
form{
    width: 80%;
}
/* .product-grid2 .title a:hover {
    color: #3498db
} */

.product-grid2 .price {
    color: #303030;
    font-size: 16px
}

@media screen and (max-width:990px) {
    .product-grid2 {
        margin-bottom: 30px
    }
}


.shop-all-main >div{
    width: fit-content;
   margin: auto;
   margin-top: -35px;
   
}
.shop-all{
    border: 2px solid #EDF1F0;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 0 40px 0 40px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 3rem;


}
.shop-all:hover{
    background-color: #000000;
    color: white;
   
}


/* SHOP BY CATEGORIES */


.shop-cate-main{
    margin-top: 7%;
}

.shop-cate{
    text-align: center;
}
.shop-by{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
}

.because-you{
    font-size: 40px;
    margin-top: 30px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    line-height: 5.5rem;
}

.shop-cate-images{
    display: flex;
    justify-content: space-between;
    margin: 5%;
    
}

.shop-image-one{
    position: relative;
}
.shop-image-opi{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.shop-image-opi:hover{
opacity: 0.3;
}

.shop-Care{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
}
.shop-item{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -10px;
    font-size: 15px;
    font-weight: 500;
    color: #7E7E7E;

}

/* testimonials */
.testimonials-main{
    margin-top: 5%;
    
}
.happy-customers{
    padding-left: 30px;
    font-family: 'dubai-bold' !important; 
}
.testimonials-carousel {
    width: 700px;
    margin: 0 auto;
    /* padding-bottom: 50px */
    overflow: hidden;
}

.carousel .item {
    color: #999;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    min-height: 340px
}

.carousel .item a {
    color: #eb7245
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.carousel .testimonial {
    padding: 30px 0 10px
}

.testimonial {
    color: #000000;
    font: Times Roman
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 20px;
}

.carousel .overview b {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.carousel-control.left {
    left: auto;
    right: 40px
}

.carousel-control.right i {
    margin-right: -2px
}

.carousel .carousel-indicators {
    bottom: 15px
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 10px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #acacac !important;
    border-color: transparent;
    border: none;
}

.carousel-indicators li.active {
    border: none;
    background: rgb(47, 47, 47);
}
.carousel-inner-third{
    height: 400px;
   
}

/* brands */
.brand-main{
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1100px;
    margin-top:5%;
}

/* SPECIAL OFFER */
.special-offer-main{
    display: flex;
}
.special-offer-left{
    background-color: #EDF1F0;
    height: 400px;
    width: 50%;
    text-align: left;
    padding-left: 5%;
    padding-top: 4.5%;
    padding-bottom: 5%;
    margin-top: 7%;
}
.special-heading{
    font-size: 15px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    margin-bottom: 10px;
}
.special-beauty{
    font-size: 40px;
    margin-top: 0!important;
    font-family: 'dubai-bold' !important; 
    font-weight: 600;
    margin: 0;
    line-height: 5.5rem;
    font-family: 'dubai-bold' !important; 
}
.special-made{
    font-size: 18px;
    margin-top: 12px;
    color: #7E7E7E;
}
.discover-now{
    background-color: #ffffff;
    color:black;
    text-align: center;
    padding: 0 40px 0 40px;
    border-radius: 0.25rem;
    font-size: 20px;
    line-height: 3rem;
    margin-top: 12px;
    border: none;
}
.discover-now:hover{
    background-color: black;
    color: white;
}
/* .special-offer-right{
    height: 400px;
    width: 50%;
    
} */
video{
    width: 100%;
    overflow: hidden;
    height: 406px;
    margin-top: 12.6%;
}

/* footer */
.footer-main{
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    margin-top: 7%;
    width: 1100px;
}
.care-for-your{
    font-size: 34px;
    line-height: 44px;
    color: #4e7661;
    margin-top: 0!important;
    font-weight: 600;
    margin: 0;
    font-family: 'dubai-bold' !important; 
}
.give-your{
    font-size: 15px;
    color: #7E7E7E;
    padding-top: 10px;
}

.footer-input{
    display: inline;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    position: relative;
    
}


.footer-input-left{
    color: black;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    padding: 5px 10px 5px 20px;
    /* outline: none; */
    border: none;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-top: 10px;
}
.footer-two{
    display: flex;
    justify-content: center;
    justify-content: space-between;
}
.footer-center>a{
    text-align: left;
    color: #7E7E7E;
    display: flex;
    margin-right: 60px;
    line-height: 3.2rem;
}
.footer-center>a:hover{
    color: black;
}
.footer-right>a{
    text-align: left;
    color: #7E7E7E;
    display: flex;
    line-height: 3.2rem;
    margin-left: 60px;
}
.footer-right>a:hover{
    color: black;
}
.footer-company{
    font-size: 20px;
    color: black;
    font-family: 'dubai-bold' !important; 
}
.footer-info{
    font-size: 20px;
    margin-left: 60px;
    font-family: 'dubai-bold' !important; 
}

/* footer logo social media */
.footer-social{
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    margin-top: 7%;
    padding-right: 5%;
    align-items: center;
    margin-bottom: 3%;
}
.footer-social-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.footer-social-child>i{
    padding-left: 20px;
}
.footer-center-logo{
    display: flex;
    
}

/* footer image slide */
.insta-gellery-main{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}


/* text slide */
@-webkit-keyframes scroll {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
    }
    }
    @keyframes scroll {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
    }
    }
    .footer-slider {
    /* background: pr;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    height: 85px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1400px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    font-family: 'dubai-light';
    letter-spacing: 0.1rem;
    }
    .footer-slider::before, .footer-slider::after {
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
    }
    .footer-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    }
    .footer-slider::before {
    left: 0;
    top: 0;
    }
    .footer-slider .footer-slide-track {
    -webkit-animation: scroll 25s linear infinite;
    animation: scroll 25s linear infinite;
    display: flex;
    align-items: center;
    width: calc(250px * 14);
    margin-top: 27px;
    color: #4e7661;
    font-family: 'dubai-bold' !important; 
    }
    .footer-slider .footer-slide {
    height: 50px;
    width: 100%;
    font-size: 20px;
    font-weight: bolder;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    align-items: center;

    }
.footer-slide-head {
    width: max-content;
   
} 

/* scroll top */
#button-up-button {
    display: inline-block;
    background-color: #1e1e1e;
    width: 50px;
    height: 50px;
    text-align: center;
    /* border-radius: 50%; */
    position: fixed;
    bottom: 30px;
    right: 10px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button-up-button::after {
    content: "\f077";
    
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 50px;
    color: #fff;
  }
  #button-up-button:hover {
    cursor: pointer;
    background-color: #1e1e1e;
    text-decoration: none;
  }
  #button-up-button:active {
    background-color: #555;
  }
  #button-up-button.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Styles for the content section */
  
  .content-up-button {
    width: 77%;
    margin: auto;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    color: #6c767a;
    line-height: 1.9;
  }
  @media (min-width: 500px) {
    .content-up-button {
      width: 43%;
    }
    #button-up-button {
      margin: 30px;
    }
  }

  .img_dot{
      background-color: rgba(78, 73, 73, 0);
  }
  @keyframes slideInLeft {
    100% {
      transform: translateY(0);
      opacity: 1;
      padding: 0;
    }
    0% {
      transform: translateY(-100%);
      opacity: 0;
   
    }
  }
  #ma,#para,#ipara,.shop-by,.because-you,.the-skincare,.care-for,.icon-four{
    animation: 1s ease-out 0s 1 slideInLeft;
    /* padding: 40px; */
    
  }
  .insta-gellery-main{
    opacity: 0;
    transform: translateY(150px);
    transition: 1s all ease;
    animation: 1s ease-out 0s 1 slideInLeft;
  }
  .insta-gellery-main.active{
    transform: translateY(0);
    opacity: 1;
}

.discover-now{
    opacity: 0;
    transform: translateY(150px);
    transition: 1s all ease;
    animation: 1s ease-out 0s 1 slideInLeft;
  }
  .discover-now.active{
    transform: translateY(0);
    opacity: 1;
}

#hovermodal{
    opacity: -1;
}
#hovermodal:hover{
    opacity: 1;
    background-color: #000;
}


  

