*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   

}

a {
    color: #1c1c28;
}
a:hover{
    text-decoration: none !important;
   
}
.img-fluid{
width: 100%;
height: auto;
}

.owl-theme .owl-nav [class*=owl-] {
    display: none !important;
    }
    .owl-item img {
        height: 210px;
        object-fit: cover;
        object-position: bottom;
    }
    



    body{
      font-family: myFirstFont !important;
      font-size: 16px !important;
    font-weight: 400 !important;
  
    color: #68585F !important;
    line-height: 28px !important;
    letter-spacing: -0.32px !important;
  }
  
  @font-face {
      font-family: myFirstFont;
      src: url(sen-regular.otf);
   }
  
   @font-face {
    font-family: mysecondFont;
    src: url(AbrilFatface-Regular.ttf);
 }
    
 @font-face {
    font-family: mythirdFont;
    src: url(RockSalt.ttf);
 }

/*HEAD*/

.top{
    background-color: #f9a29f;
    padding: 9px 0;

}
.top  p {
    color: #fff;
    font-size: 14px;
   
    margin: 0;
}
.top-right{
    float: right;
    display: flex
;
}
.top-bottom{
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info {
    margin-right: 49px;
}

.contact-info li {
    display: inline-block;
    margin-right: 42px;
    font-size: 14px;
    color: #fff;
}
.contact-info li span {
    font-weight: 800;
    margin-right: 3px;
}
.contact-info li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3sease;
}
.social-profile li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}
.social-profile li a {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    transition: .5s;
}
.social-profile li a i {
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 0.8;
    transition: .5s;
}


header{
    background-color: white;
}
.logo-img img{
    width: 150px;
   
}
.tp-ul {
    display: flex;
    padding: 10px 0;
    
}
.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.right-menu li {
   margin-right: 5px;
    list-style: none;
}
 .right-menu a {
    font-size: 15px;
    font-weight: 400;
    padding: 22px 7px !important;
    color:#fbdf54;
    transition: .5s;
    position: relative;
   
}
.right-menu li a:hover{
    background-color: transparent !important;
    color: #ba5651;
}
.right-menu li.active a{
    color: #ba5651;
}

.navbar{
    margin-bottom: 0px !important;
  
}
.menu-box{
    padding: 15px 30px;
    border-bottom: 1px solid #fff;

    position: relative;
    z-index: 99;
}

/* button effect */




.btn-one,
.btn-two{
    display: inline-block;
    text-align: center;
    transition:.5s;
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 1;
    
    border-radius: 6px;
    letter-spacing: 0;
    i{
        position: relative;
        top: 3px;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        line-height: 0.8;
        margin-left: 11px;
        transition:.5s;
    }
    &:before{
        position: absolute;
        top: 0px;
        left: 0%;
        content:"";
        width: 50.5%;
        height: 0%;
        z-index: -1;
        transition:.5s;
        border-radius: 5px 0 0 5px;
    }
    &:after{
        position: absolute;
        bottom: 0px;
        right: 0%;
        content:"";
        width: 50.5%;
        height: 0%;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        transition:.5s;
        border-radius: 0 5px 5px 0;
    }
    &:hover{
        &:after,
        &:before{
            height: 100%;
            visibility: visible;
            opacity: 1;
        }
    }
}
.btn-one{
    color:#ba5651;
    background-color:#fbdf54
    ;
    &:before{
        background-color: #f9a29f;
    }
    &:after{
        background-color: #f9a29f;
    }
    &:hover{
        color: #ffffff !important;
    }
}






/*banner*/
.hero-wrap{
    height: 930px;
    width: 100%;
    overflow: hidden;
}
.position-relative {
    position: relative !important;
   
}
.position-absolute {
    position: absolute !important;
}
 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 930px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;

}
 .zigzag-shape {
    top: -3px;
}
.hero-content {
    padding: 24px 0;
}
.hero-content h2 {
    font-family: mysecondFont !important;
    font-size: 80px;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    color: rgb(255, 255, 255);
}
.hero-content p {
    color: #E9E4F3;
    font-weight: 300;
    max-width: 52%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.btn-one.round-50 {
   
    padding: 15px;
}
.btn-one:hover {
    color: #ffffff;
}
.hero-subcontent {
    padding: 100px 0;
}
.hero-subcontent p{
    color: #68585F;
}
.hero-subcontent .giftbox {
    top: -95%;
    left: calc(49% + 90px);
    transform: translateX(-54%);
}
.section-title h2, .content-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 ;
    font-weight: 400;
    font-family: mysecondFont !important;
    letter-spacing: -1px;
    color: #24141B;
}


.sec-3{
    background-color: #EDE6EA;
    padding: 25px 0px;
}
.sec-4{
    padding: 50px 0px;
}
.about-img-wrap {
    width: calc(100% - 5px);
    padding-left: 14px;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
}

/* .bounce {
    animation: float 1500ms infinite ease-in-out;
}
@keyframes float {
    0% {
         -webkit-transform:translateY(0px);
                 transform:translateY(0px);

    }

    50% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }

    100% {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
} */
.about-img-wrap .about-img-one img {
    border-radius: 300px 300px 0 0;
    height: 500px;
}
 .about-img-wrap .about-img-one:before, .about-img-wrap .about-img-two:before {
    position: absolute;
    top: 12px;
    left: -12px;
    content: "";
    width: 100%;
    height: 100%;
    
    border-radius: 300px 300px 0 0;
    z-index: -1;
}
.about-img-one {
    max-width: 453px;
    height: 500px;
    margin-right: auto;
    position: relative;
}
.about-img-two {
    max-width: 253px;
    height: 250px;
    position: absolute;
    bottom: 12px;
    right: 0;
}
.about-img-wrap .about-img-two {
    border-radius: 300px 300px 0 0;
    z-index: 1;
    display: inline-block;
}
 .about-img-wrap .about-img-two img {
    border-radius: 300px 300px 0 0;
    height: 250px;
}
.about-content{
    margin-top:76px;
}
.about-content .about-content-shape {
    position: absolute;
    bottom: -141px;
    right: 30px;
    z-index: -1;
}

.simple-img-wrap {
    position: relative;
    padding-right: 25px;
    z-index: 1;
}
.simple-img-wrap .simple-img {
    margin-right: auto;
    position: relative;
    z-index: 0;
}

.simple-shape-one {
    position: absolute;
    z-index: 1;
    top: 47px;
    right: 32px;
   
}
 .simple-shape-two {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 90px;
}
.simple-img-wrap .simple-img img {
    display: block;
    margin-right: auto;
    border-radius: 45%;width: 375px;height: 375px;
}
.simple-shape-three {
    position: absolute;
    
    transform: translate(-50%, -50%);
    z-index: -1;
  
    left: 3%;
}
.sec-2 .simple-shape-three {
    right: 3%;
    left: unset;
    bottom: 0px;
}
.moveHorizontal {
    animation: moveHorizontal 3000ms infinite ease-in-out;
}
@keyframes moveHorizontal{
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}



    .content-title p {
        margin: 14px 0 0;
       font-size: 16px;
      
    }


.sec-5{
    padding:10px 0px;
}
.sec-6{
    padding: 43px 0px 61px 0px;;
}
.elementor-icon-box-wrapper {
    text-align: center;
    padding: 10px 0px 23px 0px;
    border-style: dotted;
    border-width: 0px 3px 0px 0px;
    border-color: #A3C6DA;
}

.elementor-icon-box-icon {
    margin-bottom: 13px;
}

.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.elementor-icon {
    background-color: #FFE5D1;
    font-size: 30px;
    padding: 18px;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    fill: #FFFFFF;
    color: #FFFFFF;
}
 .elementor-icon-box-title {
    margin-bottom: 9px;
    font-family: "Righteous", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2417em;
    color: #383838;
}
.elementor-icon-box-description {
    color: #A4A9AB;
     
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.5em;
    text-align: center;
}
.jet-woo-products-list {
    list-style: none;
    margin: 0;
}
 .jet-woo-products-list__item {
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.jet-woo-products-list__inner-box {
    display: flex;
    -webkit-box-flex: 1;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
}
.jet-woo-products-list__item-img  img{
    max-width: 132px;
    flex: 0 1 132px;
    border-radius: 15px 15px 15px 15px;
}

.jet-woo-product-title a {
    color: #383838;
    transition: all .2s linear;
}
.jet-woo-product-title a:hover {
    color: #ba5651;
}
.jet-woo-products-list__item-content {
    width: 100%;
    max-width: calc(100% - 132px);
    border-radius: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    align-items: flex-end;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.jet-woo-product-categories {
     
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6em;
    color: #A4A9AB;
    order: 1;
    
}
.sec-7{
    padding: 0px 0px 39px 0px;
}
/* .sec-7 .product-card img{
    width: 200px !important;
    height: 200px;
} */




.sec-8{
    padding: 0px 0px 34px 0px;
}

 .product-card  {
   
 margin-top: 25px;
    width: 100%;
    
   
}
 .jet-woo-product-thumbnail {
    border-radius: 15px 15px 15px 15px;
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
   
    transform: translate3d(0, 0, 0);
   
    transition: all .2s linear;
}

.cent-subs{
   padding: 30px 0;
   position: relative;
}



.content-title{
    margin-bottom: 20px;
}
.newsletter-box.style-three {
    background-color: #F6F0C8;
  background-image: url('https://themes.envytheme.com/chely/wp-content/uploads/2024/08/newsletter-bg.png');
    z-index: 1;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 30px;
    height: 320px;
}
.newsletter-bg-shape {
    z-index: -1;
    left: 0 !important;
}
.newsletter-box.style-three .newsletter-img-one {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 23px;
    bottom: 25px;
    border-radius: 25%;
}
.newsletter-box.style-three .newsletter-img-two {
    width: 200px;
    height: 200px;
    position: absolute;
   right: 23px;
   bottom: 25px;
    border-radius: 25%;
}
.content-title h6 {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    background-color: #f9a29f;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0 4px 4px #B0A6C1;
   
    padding: 12px 17px;
    font-family: mythirdFont;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    left: -10px;
}
.newsletter-box.style-three form {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
}
.newsletter-box.style-three form input {
    border-radius: 50px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding: 12px 20px;
    border: none;
    font-size: 14px;
    line-height: 14px;
    color: #A49FA1;
    margin-bottom: 5px;
}
.newsletter-box.style-three form button {
    position: absolute;
    top: 0;
    right: 20px;
    background-color: transparent;
    border: none;
    color: #ba5651;
    height: 100%;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.4px;
    transition: .5s;
}
form button i {
   
   
    margin-left: 12px;
    
}


.social-profile li a i:after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #ba5651;
    visibility: hidden;
    opacity: 0;
    transition:.5s;
}
.social-profile li a i:hover{
    color: #ba5651;
}
  


/* footer */
footer{
    background-color: #E4E0ED !important;
}

.footer-box ul{
    margin: 0;
    list-style: none;
}

.footer-box ul li p{
   
    margin-bottom: 14px;
    line-height: 24px;
   
}
.footer-box ul li a{
position: relative;
    line-height: 16px;
    letter-spacing: -0.32px;
    color: #68585F;
}
.footer-box ul li.active a, .footer-box ul li a:hover, .cat-box:hover a{
    color: #ba5651;
}
footer .social-profile li a i {
color: #68585F !important;
}
.comp-desc {
    padding-right: 40px;
   
    letter-spacing: -0.32px;
    color: #68585F;
}

.copyright, .copyright a{
   
    
    color: #fff;
}
.social-link {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
}
.social-link h6 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 15px 0 0;
    Color: #24141B;
    font-weight: 700;
    letter-spacing: 0.84px;
}
.copy-right{
    background-color: #f9a29f !important;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}
.footer-box  h3{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1.08px;
    margin-bottom: 24px;
    margin-top: 46px;
    Color: #24141B;
}




.mobile-nav{
    display: none;
}
@media screen and (max-width: 768px)
{

    .mbl-top{
       
        background-color: #f9a29f;
       
        padding: 20px 0;
       
    }
.mobile-bottom{
    padding: 15px 0;
    display: flex
    ;
            align-items: center;
            justify-content: space-around;
}
.contact-info li {
    display: block;
    margin-right: 0px;
}
.tp-icon i{
    font-size: 20px;
}


    .elementor-icon-box-wrapper {
border: none;
    }
    .overlay a i{
        margin-left: 5px;
    }
 
    .mobile-nav{
        display: block;
      
        text-align: center;
    } 
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
   background-color:#f9a29f;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
  color: #24141B;
    display: block;
    transition: 0.3s;
  }
  
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
 
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
    .mob-hide{
        display: none;
    }
    .tp-ul {
        display: block;
    }
    .hero-subcontent .giftbox {
        top: -150px;
        left: 50%;
        max-width: 330px;
    }
    .simple-img img {
       
       width: 311px !important;
       height: 311px !important;
    }
    .contact-info {
       margin-right: 0px;
    }
    .top-right {
        float: unset;
        display: block
    ;
    }
    .hero-content h2 {
        font-size: 26px;
        line-height: 44px;
    }
    p, input {
        font-size: 14px;
        line-height: 26px;
    }
    .btn-one, .btn-two {
        font-size: 14px;
        padding: 16px 22px;
    }
    .hero-wrap {
        height: 780px;
    }
    .about-img-wrap .about-img-one:before, .about-img-wrap .about-img-two:before {
        top: 5px;
        left: -5px;

    }
    .about-img-two {
        max-width: 150px;
    }
    .about-img-one {
        max-width: 230px;
    }
    .about-img-one img {
       
        height: 250px !important;
    }
    .about-img-two img {
       
        height: 150px !important;
    }
    .newsletter-img-one, .newsletter-box.style-three .newsletter-img-two {
        max-width: 60px !important;
        height: 65px !important;
    }
    .newsletter-box.style-three {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cent-subs {
       padding: 20px 0;
    }
    .newsletter-box.style-three form input {
        padding: 17px 105px 17px 15px;
    }
    .newsletter-box.style-three form {
        max-width: 100%;
    }
    .newsletter-box.style-three form button {
        right: 10px;
        font-size: 12px;
        letter-spacing: 0.2px;
        padding-bottom: 7px;
    }
    .newsletter-box.style-three .newsletter-img-one {
        top: 369px;
        left: 3px;
    }

    .newsletter-box.style-three .newsletter-img-two {
        top: -17px;
        right: 6px;
    }
    .about-content{
        margin-top: 0px;
    }
}

  @media (min-width: 768px) and (max-width: 1024px){ 
   
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
.cent-subs {
    padding: 59px 0;
}

 
  
}