@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import "ngx-owl-carousel-o/lib/styles/scss/owl.carousel";
@import "ngx-owl-carousel-o/lib/styles/scss/owl.theme.default";
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Mrs+Saint+Delafield&display=swap');

.footerhq {
    font-family: bold;
}
.second-matter {
    margin-top: 45px;
 }
 .second-matter p{
    margin-bottom: 0px!important;
 }
 .second-matter .limkar-text{
    font-family: 'Times New Roman';
 }
.ssignature {
    color: #db4444;
    font-family: Times New Roman;
    font-weight: bold;
}
.text_white{
    color: black!important;
    text-align: center;
    background-color: rgba(255, 255,255, 0.5);

    border-radius: 10px;
    font-size: 20px!important;
}
.text_white1 span{
    font-size: 15px!important;
    text-align: center;
    color: black;
    background-color: rgba(255, 255,255, 0.5);
    border: 1px solid black;
    width: 10vw;
    height: 7vh;
}
.trainer-box{
    height: auto;
    width: 100%;
    background-color: #f8f8f8;
    display: flex;justify-content: center;
}
.matter{
    width: 85%;height: 100%;
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;
}
.left-matter{
    height: 100%;
    width: 35%;
    margin-top: 10px;
}
.right-matter{
    height: 100%;
    width: 60%;  margin-top: 20px;margin-bottom: 20px;
}
.left-matter h1{
    font-size: 4rem;
    font-weight: bold;
}
.right-matter p{
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    font-style: Arial;
    margin-bottom: 15px;
}
.bold{
    font-weight: bold;
}
.right-matter .block{
    font-family: "Mrs Saint Delafield", cursive !important;
    font-size: 22px!important;
    font-weight: bold;

}
.essential{
    text-align: center;
    margin: 20px;
    font-size: 45px;

}



@media(max-width:1024px){
    .matter{
        width: 85%;height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .left-matter{
        width: 100%;
        display: flex;
        gap: 10px;
        margin-left: 10px;
    }
    .right-matter{
        width: 95%;
        margin-left: 10px;
    }
    .left-matter h1{
        font-size:25px;
    font-weight: bold;

    }
    .right-matter p{
        text-align: justify;
    }

    .managingdir{
        margin-top: -3.5%!important;
    }

}

@media(max-width:500px){
    .matter{
        width: 95%;
        height: 100%;
    }
    .footer-logo-sec{
        max-width: 45%;
      }
      .tf-cur{
        display: none;
      }
      .facbook-top{
        display: none;
      }.slider-top{
        width: 230px!important;
      }
      .tf-slideshow .wrap-slider {
        height: 27vh;
      }
      .wrap-slider img {
        height: 21vh;
        margin-top: 15%;
      }
      .slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
        margin-top: -30%;
      }
      .fade-item-1{
        font-size: 20px;
        line-height: 25px;
      }
      .banner-2{
        width: 40%!important;}
        .banner-text h1 {
            font-size: 15px!important;}
            .banner-text button{
                padding: 5px;
  background: #e83737;
  border: 1px solid black;
  color: white;
  font-size: 12px;
            }
            .collection-item-v2 .collection-content .heading {
                margin-bottom: 7px;
                font-size: 18px;
                line-height: 30px;
                width: 80%;
                margin-left: 10%;
              }
              .essential {
               
                font-size: 22px;
                margin-top: 10%;
              }
}
@media(max-width:1000px){

    .footer-logo-sec{
        max-width: 45%;
      }
      .banner-2{
        width: 35%!important;}
        .banner-text h1 {
            font-size: 25px;}
}
.footer-adress{
    font-weight: bold;
}
.footer-branch{
    font-weight: bold;
}
.footer-logo-sec{
    width: 70%;
}
.price,.price-of-detail{
    color: #db4444!important;
    font-family: Arial, Helvetica, sans-serif;
}
.BizCredence{
    color: #db4444;
    font-weight: bold;
}
.footer-main-center{
    display: flex!important;
    justify-content: center!important;
}
.footer-center{
    text-align: center;
}
/* .detail-container{
    margin-top: 80px;
} */
 .limkar-text{
    color: #db4444;
    font-weight: bold;
 }
 .sign-img{
    height: 50px;
    mix-blend-mode: multiply;
 }

 .map-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    z-index: 99;
}
 
.map-popup.show {
    opacity: 1;
    visibility: visible;
}
 
.map-popup-content {
    background: white;
    width: 50%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transform: scale(0.7);
    transition: transform 0.5s ease-in-out;
}
 
.map-popup.show .map-popup-content {
    transform: scale(1);
}
 
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.direction-pop{
   width: 100%;
}
@media(max-width:500px){

    .tf-marquee .marquee-item .text {
        font-size: 12px;
        user-select: none !important;
    }

    .map-popup-content {
   
        width:100% ;}
}
.canva-sea{
    height: 100%;width: 100%;
}
.canva-img{
    width: 100%;height: 100%;
    object-fit: contain;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slider{
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 10% 90%,
        transparent
    );
}
.slider .list{
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}
.slider .list .item{
    width: var(--width);
    height: var(--height);
    position: absolute;
    left: 100%;
    animation: autoRun 10s linear infinite;
    transition: filter 0.5s;
    animation-delay: calc( (10s / var(--quantity)) * (var(--position) - 1) - 10s)!important;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    
  
}
@keyframes autoRun{
    from{
        left: 100%;
    }to{
        left: calc(var(--width) * -1);
    }
}
.slider:hover .item{
    animation-play-state: paused!important;
    filter: grayscale(0);
}
.slider .item:hover{
    filter: grayscale(0);
}
.slider[reverse="true"] .item{
    animation: reversePlay 10s linear infinite;
}
@keyframes reversePlay{
    from{
        left: calc(var(--width) * -1);
    }to{
        left: 100%;
    }
}



 .footer-text1{
    line-height: 22px!important;
 }
 .footer-adress-slaes{
    font-size: 16px;
 }
 .footer .footer-infor ul li p a {
    color: black !important;
    font-weight: 700;
 }  

 .swiper-slide {
    transition: transform 0.5s ease-in-out; /* Smooth transition */
}



.nav-account {
    position: relative;
  }
  
  .drop-down-acc {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -2vw;
    background: #fff;
    list-style: none;
    padding: 10px;
    width: 150px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
  }
  
  .nav-account:hover .drop-down-acc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .drop-down-acc li {
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }
  
  .drop-down-acc li:last-child {
    border-bottom: none;
  }
  
  .drop-down-acc a {
    text-decoration: none;
    color: #333;
    display: block;
  }
  
  .drop-down-acc a:hover {
    color: #db4444;
  }
  
  .click-here {
    font-size: 12px;
    cursor: pointer;
    padding: 0.7%;
    border-radius: 10px;
    transition: transform 0.2s ease-in-out;
    background-color: #db4444;
    color: white;
}

.click-here:hover {
    background-color: #333;
}
.upgrad-you{
    font-weight: bold;
   
}
.marquee-item{
    margin-left: 40px;
}
.profile-row{
    margin-left: 22%;
}
@media(max-width:600px){
    .profile-row{
        margin-left: -4%;
    }
}

 
.profile-container {
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
   
}

.profile-header {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-info div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}

.profile-info div span {
    font-size: 1em;
    color: #333;
}

.edit-button {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #ff3b64;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

.edit-button:hover {
    background-color: #e63258;
}

@media (max-width: 480px) {
    .profile-container {
        width: 95%;
    }
}

  
  .marquee-container {
    width: 94%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 3%;
    border: 0.5px solid rgb(208, 199, 199);
    margin-left: 3%;
  border-left: none;
  border-right: none;
  }
  
  .marquee-text {
    display: inline-block;
    font-size: 16px;
   
    color: gray;
    animation: marquee 8s linear infinite;
    margin-right: 3%;
  }
  .marquee-text-second {
    display: inline-block;
    font-size: 16px;

    color: gray;
    animation: marquee 4s linear infinite;
    margin-right: 4%;
  }
  .marquee-container-second {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 4%;
    border: 0.5px solid rgb(208, 199, 199);
    border-left:none;
    border-right: none;
  }
  @keyframes marquee {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  

.fa-clock,.fa-mobile,.fa-envelope{
    margin-right: 4%;
}
.shield-check{
    height: 60px;
    width: 60px;
}
.zoom-img-eff {
    display: inline-block;
    overflow: hidden;
}

.zoom-img-eff img {
    transition: transform 0.3s ease-in-out;
}

.zoom-img-eff:hover img {
    transform: scale(1.1);
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.popup-content {
    background-color: #292929;
    text-align: center;
    width: 100%;
    max-width: 100%;
    border-radius: 10px ;
    transform: scale(0.9);
    transition: transform 0.5s ease;
    box-sizing: border-box;
}

.close-btn {
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.popup.active {
    display: flex;
    opacity: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.popup.active .popup-content {
    transform: scale(1);
    width: 30%;
    display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content h2 {
    color: white;
    font-size: 20px;
}

.pop-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 75%;
}
.pop-info input{
    width: 100%;
    height: 40px;
}

.input-pop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.click-pop {
    background-color: #db4444;
    height: 40px;
    border-radius:  5px ;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 6%;
}

input[type="text"] {
    height: 40px;
    border-radius: 5px ;
}

.close-btn-pop {
    display: none;
}
.pop-info h2{
    line-height: 2.5rem;
    margin-top: 10px;
}

@media screen and (max-width: 868px) {
    .popup-content {
        width: 100%;
        padding: 15px;
    }

    .pop-info {
        flex-direction: column;
        gap: 15px;
    }
    .popup.active .popup-content {
        transform: scale(1);
        width: 50%;}

    .input-pop {
        width: 80%;
    }

    .click-pop {
        width: 40%;
        height: 40px;
    }

    input[type="text"] {
        width: 100%;
    }

    .popup-content h2 {
        font-size: 18px;
    }

}

@media screen and (max-width: 480px) {
    .popup-content {
        width: 100%;
        padding: 25px;
    }
    .popup.active .popup-content {
        transform: scale(1);
        width: 85%;}
  .click-here {
    font-size: 12px;}
    .tf-marquee .marquee-item .text {
        font-size: 12px;
        user-select: none !important;
    }
     
    .pop-info {
        flex-direction: column;
        gap: 10px;
        width: 85%;
    }
    .marquee-text-second {
        display: inline-block;
        font-size: 12px;}

    .input-pop {
        width: 90%;
    }

    .click-pop {
        width: 100%;
        height: 40px;
    }
    /* .fadeInUp {
        display: flex;
        align-items: center;
        justify-content: center;
      } */

    input[type="text"] {
        width: 100%;
    }

    .popup-content h2 {
        font-size: 16px;
    }
    .marquee-text {
        display: inline-block;
        font-size: 12px;}
}
.slider .list .item {
    width:auto ;
   
  }
  .main-img-zoom {
    transition: transform 1s ease; /* Short transition for when returning to normal */
  }
  
  .main-img-zoom:hover {
    transform: scale(1.2);
    transition: transform 2s ease; /* Longer transition for zooming in */
  }
  .otp-popup .popup-content {
    background-color: #292929;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
    width: 300px;
}

.otp-popup h2 {
    font-size: 20px;
    font-weight: bold;
  
}

.otp-popup p {
    font-size: 14px;
    margin-bottom: 10px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.otp-inputs input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.resend-section {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 15px;
}

.timer {
    color: red;
}

.click-pop {
    width: 100%;
    background-color: #db4444;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10%;
    border: 1px solid #db4444;
    transition: transform 0.3s ease-in-out; 
}
.click-pop:hover{
    transform: scale(1.1);
    
}
.page-link {
    background-color: black !important;
    color: white !important;
    margin: 10px;
    transition: transform 0.4s ease-in-out;
}

.page-link:hover {
    background-color: #db4444 !important;
    color: black !important;
    transform: scale(1.2);
}

.align-items-sm-center {
    flex-direction: column;
}
.tf-product-info-quantity .quantity-title {
    margin-bottom: 15px;
    margin-top: 15px;
  }