body {
    font-family: "Poppins";
}

[class*="text-color-hover-"] {
    transition: ease all 300ms;
}

.custom-font-secondary {
    font-family:"Poppins" !important;
}
.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    background-color: #25d3653b; /* WhatsApp green color */
    padding: 10px; /* Add padding if needed */
    border-radius: 50%; /* Optional, to make it circular */
    animation: blink-bg 1s infinite;
}

@keyframes blink-bg {
    0%, 100% {
        background-color: #25d36565; /* WhatsApp green color */
    }
    50% {
        background-color: #128c7e5d; /* Darker green */
    }
}

.whatsapp-icon img{
    width: 40px;
}
.custom-bg-color-1 {
    background-color: #eff1f3 !important;
}
.bg-primary{
    background-color: grey;
}

.custom-font-size-1 {
    font-size: 16px !important;
}

.custom-font-size-2 {
    font-size: 1.15em !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

.custom-divider-1 {
    padding: 0 10px;
    margin: 0 10px;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
}
/* .aboutus,.work-sec{
    margin-top: 100px !important;
} */
.aboutus-list{
    padding-left: 1rem !important;
    margin-top:50px !important;
}
.service-img-container{
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    position: relative;
}
.vector-art-service-img1{
    width:100%;
    /* height: 550px; */
    /* border: 3px solid var(--primary); */
    border-radius: 20px;
}
.vector-art-service-img1 img{
    width: 100%;
    height: 100%;
    padding: 20px;
}
.vector-art-service-img2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47%;
    height: 392px;
    border: 3px solid var(--primary);
    border-radius: 20px;
}
.vector-art-service-img2 img{
    width: 100%;
    height: 100%;
    padding: 20px;
}
.heading h2{
    font-weight: 700 !important;
    text-align: center;
    font-size: 43px;
    letter-spacing: 1px;
    
}
.heading h2 span{
    color: #f1ab29;
}
@media (max-width: 774px) { /* For medium devices and up (md) */
    .vector-art-service-img1{
        width: 85%;
        /* height: 320px; */

    }
    .vector-art-service-img1 img{
        padding: 5px;

    }
    .vector-art-service-img2{
        height: 280px;
    }
    .vector-art-service-img2 img{
        padding: 5px;

    }
  }

 
  .blog-img img{
    width: 300px;
    height: 250px !important;
  } 
  
  .blog-text{
    margin-top:-25px ;
  }




.one{
    font-size: 17px;
    color: black;
    font-weight: 500;
    list-style:none;
    margin-top: 15px;
    line-height:3px;
    
}
.one img{
    margin-right: 9px;
    width:30px;
}
.aboutus-image-container{
    /* border: 1px solid red ; */
    width: full;
    height: 600px;
    position: relative;
}
.landscape-image{
    border: 3px solid var(--primary);
    width: 100%;
    height: 350px;
    border-radius: 20px;
}
.landscape-image img{ 
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius:20px ;
}
.portraite-image{
    width: 50%;
    height: 360px;
    position: absolute;
    top: 35%;
    left: -10%;
    transform: translate();
    border: 3px solid var(--primary);
    border-radius: 20px;
}
.portraite-image img{ 
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius:20px ;
}
@media (max-width: 858px) {
    .portraite-image{
        width: 50%;        
        height: 250px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -20%);;
        border: 3px solid var(--primary);
        border-radius: 20px;
    }
    .about-us-container{
        display: flex;
        flex-direction: column-reverse;
    }
}

/* .aboutus-list > li {
    color:black;
    list-style:none;
    position: relative;
    padding-left:50px;
    font-size:20px;
    line-height: 3;
   
  }
  
  .aboutus-list > li:before {
    font-family:FontAwesome;
    position: absolute;
    left: 0;
    color:var(--secondary);
    font-size:22px;
  }
  .one {
    display:flex;

  }
  .aboutus-list .one li{
    list-style: none;
    padding-left:50px;
    font-size:20px;
    line-height: 3;
   
  }
  .aboutus-list > li.two{
    background-image:url(../../img/icon/checkmark\ 1.png);
    background-repeat: no-repeat;
  }
  .aboutus-list > li.three{
    background-image:url(../../img/icon/checkmark\ 1.png);
    background-repeat: no-repeat;
  }
  .aboutus-list > li.four{
    background-image:url(../../img/icon/checkmark\ 1.png);
    background-repeat: no-repeat;
  }
  .aboutus-list > li.five{
    background-image:url(../../img/icon/checkmark\ 1.png);
    background-repeat: no-repeat;
  }
  .aboutus-list > li.six{
    background-image:url(../../img/icon/checkmark\ 1.png);
    background-repeat: no-repeat;
  } */
  /* .aboutus-list > li.one:before {
     content:"\f058"; 
       } */
  /* .aboutus-list > li.two:before {
     content:"\f058";
  }
  .aboutus-list > li.three:before {
     content:"\f058";
  }
  .aboutus-list > li.four:before {
     content:"\f058";
  }
  .aboutus-list > li.five:before {
     content:"\f058";
  }
  .aboutus-list > li.six:before {
     content:"\f058";
  } */
  
  /* .aboutus-list > li:hover:before {
    color:#fff;
  } */
/*
* Custom SVG Wrappers
*/
.custom-svg-wrapper-1 {
    position: relative;
    top:0;
}

.custom-svg-wrapper-1 > svg {
    position: absolute;
    top: 60%;
    left: 43%;
    width: 150%;
    height: 170%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
}

.custom-svg-wrapper-1 > img {
    position: relative;
    z-index: 1;
}

.custom-svg-wrapper-2 {
    position: relative;
}

.custom-svg-wrapper-2 > svg {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 144%;
    height: 80%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
}

.custom-svg-wrapper-2 > .owl-carousel {
    position: relative;
    z-index: 1;
}

.custom-svg-wrapper-3 {
    position: relative;
}

.custom-svg-wrapper-3 > svg {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 144%;
    height: 80%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
}

.custom-svg-wrapper-3 > .pricing-table {
    position: relative;
    z-index: 1;
}

.custom-svg-wrapper-4 {
    position: relative;
}

.custom-svg-wrapper-4 > svg {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 144%;
    height: 112%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
    background-color: var(--primary);
}

.custom-svg-wrapper-4 > .container {
    position: relative;
    z-index: 1;
}

.custom-thumb-info-hover-1 {
    transition: ease box-shadow 300ms;
}

.custom-thumb-info-hover-1:hover {
    box-shadow: 0px 0px 70px -10px #000;
}

.custom-dots-style-1 .owl-dots {
    display: flex;
    justify-content: center;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #c5c5c5;
    background: transparent !important;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-1 .owl-dots .owl-dot:hover > span, .custom-dots-style-1 .owl-dots .owl-dot:focus > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #846454;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span:before, .custom-dots-style-1 .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1 .owl-dots .owl-dot:focus > span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #F3B43C;
    border-radius: 100%;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span {
    border: 2px solid #FFF;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span {
    border-color: #FFF;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before {
    background: #FFF;
}

.custom-carousel-backward-shape {
    position: relative;
}

.custom-carousel-backward-shape:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 0px;
    left: 50%;
    right: auto;
    bottom: 60px;
    background-color: #CCC;
    opacity: 0.15;
    transform: translate3d(-50%, 0, 0);
}

.custom-carousel-backward-shape .owl-dots {
    margin-top: 30px !important;
}

@media (min-width: 2000px) {
    .shape-divider svg {
        width: 100%;
    }
}

/* 
* Header
*/
@media (min-width: 1200px) {
    #header .header-nav-main nav > ul > li {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 14px;
        padding: 0 1rem !important;
        font-weight: 600;
    }
}

/*
* Home - Intro
*/
.custom-section-svg {
    position: relative;
    background: #EFF1F3;
}

.custom-section-svg .custom-section-svg-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-section-svg > svg {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.custom-section-svg > .container {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 1400px) {
    .custom-section-svg > svg {
        left: 70px;
    }
}

@media (max-width: 991px) {
    .custom-section-svg > svg {
        width: 150%;
    }
}
.spacing{
    margin-top: 220px;
}
/*
* Pricing Table
*/
.custom-pricing-table-style-1 .plan {
    box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
}

.custom-pricing-table-style-1 .plan .plan-header {
    background-color: #f1f3f7;
    padding: 27.2px 16px;
    padding: 1.7rem 1rem;
}

.custom-pricing-table-style-1 .plan .plan-header h3 {
    color: #999999;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 4px;
}

.custom-pricing-table-style-1 .plan .plan-price {
    background: transparent;
    padding-bottom: 3.2px;
    padding-bottom: 0.2rem;
}

.custom-pricing-table-style-1 .plan .plan-price .price {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 800;
    align-items: flex-end;
}

.custom-pricing-table-style-1 .plan .plan-price .price .price-unit {
    font-weight: 400;
}

.custom-pricing-table-style-1 .plan .plan-price .price-label {
    text-transform: none;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-family: 'Playfair Display', sans-serif;
    margin-top: 16px;
    margin-top: 1rem;
}

.custom-pricing-table-style-1 .plan .plan-features ul li {
    font-size: 1em !important;
    border-bottom: 0;
}

.custom-pricing-table-style-1 .plan .plan-footer {
    padding: 11.2px 12.8px 40px;
    padding: 0.7rem 0.8rem 2.5rem;
}

.custom-pricing-table-style-1 .plan .plan-price,
.custom-pricing-table-style-1 .plan .plan-features,
.custom-pricing-table-style-1 .plan .plan-footer {
    border: 0;
}

.custom-pricing-table-style-1 .plan.plan-featured {
    transform: scale(1) translate3d(0, -11px, 0);
}

.custom-pricing-table-style-1 .plan.plan-featured .plan-header {
    padding: 36.8px 16px;
    padding: 2.3rem 1rem;
}

.custom-pricing-table-style-1 .plan.plan-featured .plan-header h3 {
    color: #FFF;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.custom-pricing-table-style-1 .plan.plan-featured .plan-price {
    padding-top: 25.6px;
    padding-top: 1.6rem;
}

/*
* Footer
*/
#footer {
    font-size: inherit;
}

.custom-form-style-1 {
    opacity: 1 !important;
}

.custom-form-style-1 .form-control {
    height: calc(1.5em + 1.85rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
}

.custom-form-style-1 textarea.form-control {
    height: auto;
}

@media (max-width: 996px) and (min-width: 320px) {
    .flex-custom-column-reverse {
      flex-direction: column-reverse !important;
    }
  }

  @media (max-width: 571px) {
   .about-head{
    font-size:35px !important;
   }
   .aboutus-list li{
    font-size:13px;
   }
   .aboutus-list > li::before {

    font-size: 17px;
    top: -4px;
  }
  .aboutus-list{
    padding-left: 0rem !important;
}

  }
 



  


  .social-icons-footer{
    padding: 0;
    list-style: none;
    margin: 1em;
    margin-left: -5px ;
  }
  .social-icons-footer li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
  }
  .social-icons-footer i {
    color: var(--primary);
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all 265ms ease-out;
  }
  .social-icons-footer a {
    display: inline-block;
  }
  .social-icons-footer a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    background: #FFF;
    transition: all 265ms ease-out;
  }
  .social-icons-footer a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
  }
  .social-icons-footer a:hover i {
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    color: #00B5F5;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
  }










 
  
  .beforeAfter-image-container {
    width: 500px;
    height: 500px;
    margin: 30px auto;
    background: url("../../img/banners/BEFORE.png");
    background-size: cover;
}

.beforeAfter-image-container > div {
    height: 100%;
    width: 10%;
    max-width: 99%;
    resize: horizontal;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    animation-delay: 1s;
    animation-duration: 5s;
    animation-name: preview;
    animation-iteration-count: infinite; /* Loop infinitely */
    animation-timing-function: ease-in-out; /* Optional for smooth effect */
    background: url("../../img/banners/AFTER.png");
    background-size: cover;
}

.beforeAfter-image-container > div::after {
    content: "";
    position: absolute;
    width: 2em;
    height: 2em;
    background: var(--secondary);
    bottom: 0;
    right: 0;
    border-radius: 3px;
    border: solid 1px white;
    border-right: 0;
    border-bottom: 0;
    cursor: col-resize;
}

@keyframes preview {
    0% {
        width: 10%;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 10%;
    }
}

  
  @media (max-width: 571px) {
    .beforeAfter-image-container {
        width: 300px;
        height: 300px;
        margin-bottom: 50px;
    
      }
    
 
   }
