.header-main {
    padding:0;
}
.header-main .header-right .header__cart > a::before {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 15px;
  height: 15px;
  padding: 0 4px;
  content: "";
  text-align: center;
  border-radius: 100%;
  background: unset;
  color: var(--white);
}
.contact-box.style1 .title {
font-size: 18px;
}
.country-flags-img{
    width: 100px;
    border-radius: 55%;
    border: solid;
    height: 100px;
}
/* instagram post  */


    .insta-section {
        padding: 50px 0;

    }

    .swiper {
        padding: 10px 0;
    }

    .insta-card {
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        background: #000;
        aspect-ratio: 1 / 1;
    }

    .insta-card img,
    .insta-card video {
        width: 100%;

        object-fit: cover;
        display: block;
    }

    .insta-card video {
        height: 535px;
    }

    /* Hover Overlay */
    .insta-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .55);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .insta-card:hover .insta-overlay {
        opacity: 1;
    }

    /* Instagram Icon */
    .insta-icon {
        width: 54px;
        height: 54px;
        fill: #fff;
    }

    /* Caption */
    .insta-caption {
        position: absolute;
        bottom: 0;
        padding: 14px;
        color: #fff;
        background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
        width: 100%;
    }

    .insta-caption h4 {
        font-size: 15px;
        margin: 0;
    }

    .insta-caption p {
        font-size: 12px;
        margin-top: 4px;
        opacity: .85;
    }

    .styleCustomBtn{
            background-color: rgb(180 255 194 / 52%) !important;
    color: #003e10 !important;
    padding: 13px 40px;
    border-radius: 100px;

    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    }
    .styleCustomBtn:after {
background-color: #003e10 !important;

    }

    .styleCustomBtn:before {
background-color: #003e10 !important;

    }
  .content-class ul li ul {
            margin-left: 40px;
            list-style: circle;
            border-radius: 10px;
            padding: 25px;
            border-left: 4px solid var(--theme);
            background: var(--white);
        }

         .content-class {
            border-left: 4px solid var(--theme);
            border-radius: 10px;
            padding: 40px;
        }
/* instagram post end  */

@media (min-width: 1761px) {
    .header-top-wrapper{
        width: 90%;
    }
}

@media (max-width: 1600px) {
    .header-top-wrapper {
     
        background-image: none;
        clip-path: polygon(1110px 0px, 100% 0px, 100% 50px, 100% calc(100% - 49px), 100% 100%, 199px 100%, 27px 100%, 38px 0px);
    }
        .header-1 .mega-menu-wrapper {
   
         clip-path: polygon(1110px 0px, 100% 0px, 100% 50px, 100% calc(100% - 49px), 100% 100%, 199px 100%, 27px 100%, 38px 0px);
       
        
    }

     .sticky.header-1 .mega-menu-wrapper {
        padding: 0 35px;}
}
   
@media (max-width: 768px) {
    .testimonial-play-btn,.testimonial-img, .testimonial-word-crousl{
        display: none !important;
    }

      .content-class ul li ul {
            margin-left: 20px;
            list-style: circle;
            border-radius: 10px;
            padding: 25px;
            border-left: 4px solid var(--theme);
            background: var(--white);
        }
        .content-class {
    border-left: 4px solid var(--theme);
    border-radius: 10px;
    padding: 25px;
}
}

@media (max-width: 1199px) {
    .header-1{
        height: 50px;
    }
    .mega-menu-wrapper{
        margin-top: 7px
    }
}
@media (max-width: 490px) {
    .footer-top .fancy-box .item2 p {
        font-size: 11px;
    }
    .breadcumb-wrapper .breadcumb-content .breadcumb-title {
        font-size: 30px;}

    .theme-btn.style6 {
    padding: 10px 9px;
    font-size: 10px;
}
.styleCustomBtn {
 
          padding: 12px 12px;
    font-size: 10px;

}
}