@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
/* scroll bar color change start here */

:root {

    --mainColor1: #1EAFBE;
    --mainColor2: #FF4317;
    --optionalColor: #696969;
    --whiteColor: #ffffff;
    --blackColor: #111111;
    --fontSize: 15px;
    --transition: .5s;
}

body {
    /* font-family: Copperplate Gothic Bold; */
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
a,
button {
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
    font-variant: normal;
    /* line-height: 26.4px; */

    /* color: #FF4317;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: black;  this for outline or stroke the text*/
}


html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--mainColor2);
}

::-webkit-scrollbar-thumb {
    background: var(--mainColor1);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--mainColor1);
}

/* scroll bar color change end here */
/* ================================================================================== */
/* header_strip part start here */
.top-navbar {
    background-color: #000000;
    color: #ffffff;
     box-shadow: none;
}
.phone
{
    color:white ;
    text-decoration: none;
}
.phone:hover{
    color:var(--mainColor1) ;
}

.contact-info, .dropdowns {
    display: flex;
    align-items: center;
}

.contact-info span {
    margin-left: 5px;
}

.dropdown-menu {
    min-width: 100px;
    box-shadow: none;
}

.dropdowns {
    display: flex;
    align-items: center;
}

.dropdowns .dropdown {
    margin-left: 20px;
    /* Add some space between dropdowns */
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Ensure the dropdown menu appears below the dropdown toggle */
    z-index: 2800; /* Higher than navbar */
}

/* header_strip part end here */

/* navbar part start here */
.navbar {
    background-color: #ffffff;
    /*Set background color to white */
    box-shadow: 5px 1px 6px 1px rgb(0, 0, 0);
    /* Add shadow */
    backdrop-filter: blur(10px);
   z-index: 2700;

}

.navbar-nav .nav-link:hover {
    color: var(--mainColor1) ;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--mainColor1);
    /* Set text color */
    
}

.navbar-nav .nav-link {
    color: var(--mainColor2) ;
    /* Set text color */

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF4317;
    font-size: 18px;
    position: relative;

}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--mainColor1);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.navbar-nav .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;

}

.navbar-nav .nav-link-active::after {
    transform: scaleX(1);

    transform-origin: bottom left;
}

.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--mainColor2);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--whiteColor);
    border-radius: 50% ;
}

/* .navbar-toggler:hover + .navbar-collapse,
.navbar-toggler:focus + .navbar-collapse {
    display: block ;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        display: none;
    }

    .navbar-toggler:hover + .navbar-collapse,
    .navbar-toggler:focus + .navbar-collapse {
        display: block ;
    }
} */
/* navbar part end here */
/* ======================================================Banner part inside the texts  start here==================================== */


/* inside the banner text */
.banner-content .sub-title {
    display: block;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--blackColor);
    border-bottom: 3px solid var(--mainColor2);
    width: 10vw;
    font-weight: 900 ;
    padding-bottom: 5px;
    

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--blackColor);
}

.banner-content h1 {
    margin-bottom: 2vh;
    font-size: 2.5rem;
    font-weight: 900 ;
    line-height: 1.1;
    color:white;
    text-shadow: 1px 2px 1px var(--blackColor) ;

}

.banner-content h1 span {
    color: var(--mainColor2);
    font-weight: 900 ;
    text-shadow: 1px 2px 1px var(--blackColor) ;

}

.banner-content p {
    font-size: 1.1rem;
    margin-left: 1vw;

    letter-spacing: 2px;
    color: var(--blackColor);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.banner-content .btn-box {
    margin-top: 20px;
}

.banner-content {
    color: #000000;
    /* backdrop-filter: blur(10px); */
    


}

.banner_button1 {
    background-color: white;
    border: none;
    color: var(--mainColor1);
    border-radius: 500px;
    padding: 2vh 2vw;
    transition: all linear .3s;
    font-weight: 800;
    box-shadow: 1px 2px 1px var(--blackColor) ;
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
    font-variant: normal;
}
.banner_button1:hover{
    background-color: var(--mainColor2);
    transform: ease-in 0.3s;
    color: white;
}

.banner_button2 {
    background-color: white;
    border: none;
    color: var(--mainColor1);
    border-radius: 50px;
    padding: 2vh 3vw;
    font-weight: 800;
    box-shadow: 1px 2px 1px var(--blackColor) ;
    font-family: Copperplate, "Copperplate Gothic Light", fantasy ;
    font-variant: normal;
    transition: all linear .3s;
}
.banner_button2:hover{
    background-color: var(--mainColor1);
    transform: ease-in .3s;
    color: white;
}

.high {
    font-weight: 500;
    font-size: 16px;
    margin-left: 12px;
}

.higher {
    font-weight: 500;
    font-size: 16px;
    margin-left: 12px;
}

.banner {
    color: white;
    height: 85vh;
    background: url("../imgs/vector_imgage2.jpg") no-repeat;
    background-size: cover;

    /* background-color:#36d0e1; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    /* padding-top: 10%; */
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ========================================Banner part inside the texts  end here=============================================== */
/* ======================================================card part start here======================================================== */
.product-card {
    border: 1px solid #ddd;
    border-radius: 20px 20px 5px 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.8s ;
    height: auto;
}

.product-card:hover {
    transform: linear;
    box-shadow: 1PX 4px 6px rgb(0, 0, 0);
}
.lastpart{
    transition: all 0.3s;
}
.lastpart:hover{
    background-color: var(--mainColor1) ;
    transform: linear;
}
.product-card img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s linear;
}
.product-card img:hover {
    transform: scale(1.1);
}

.product-card .card-body {
    padding: 11px;
}

.product-card .card-body h5 {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid grey ;
    padding-bottom: 5px;
}

.product-card .card-body .price {
    font-size: 22px;
    color: var(--mainColor2);
    font-weight: 600;
}

.product-card .card-body .old-price {
    text-decoration: line-through;
    color: #aaa;
    font-size: 18px;
    font-weight: 600;
}

.product-card .card-body .in-stock {
    color: #27ae60;
    font-size: 14px;
    font-weight: 600;
}

.product-card .card-footer {
    background-color: var(--mainColor1);
    color: var(--whiteColor);
    text-align: center;
    padding: 1.5vw;
transition: all .5s;
}
.product-card .card-footer:hover {
    background-color: var(--mainColor2);
    transform: linear;
}

.product-card a {
    color: var(--whiteColor);
    text-decoration: none;
}
.product-card a {
    color: var(--whiteColor);
    text-decoration: none;
}
.product-card a:hover {
    color: var(--whiteColor);
    font-size: 18px ;
}


/* ======================================================card part end here======================================================== */
/* ======================================================Crousel part start here======================================================== */

.owl-prev,
.owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background-color: rgba(201, 201, 201, 0.189);
    padding: 18px;
    border-radius: 200px;
}

.owl-prev {
    left: -1.5rem;

}

.owl-next {
    right: -1.5rem;
}

/* ======================================================Crousel part end here for item part======================================================== */
.carousel-item {
    padding: 20px;
}



/* ======================================================C  rousel part end here for item part======================================================== */

/* ======================================================Advertisment part start here======================================================== */

.ads {
    background: url("../imgs/curve_vector_design.png") no-repeat;
    background-size: cover;
    width: 100vw;
    height: 60vh;
    display: flex;
    align-items: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   
}

.textbox {
    font-weight: 900;
    width: auto;
    height: auto;
    
    /* background-color: rgba(255, 255, 255, 0); */
    /* backdrop-filter: blur(8px); */
    border-radius: 20px;
    color: var(--blackColor);
}

.card5 {
    margin-top: -90px;
}

/* ======================================================Advertisment part end here======================================================== */
/* ======================================================CounterDasboard part start here======================================================== */
.counter-section {
    background-color: #FF4317;
    padding: 30px 0;
}

.counter-box {
    background-color: rgba(255, 255, 255, 0.751);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    border: 1px solid white;
}

.counter-box h2 {
    color: #00CFFF;
    font-size: 2.8vw;
    font-weight: bold;
    border-bottom: 1px solid var(--mainColor2);
    padding-bottom: 5px;
}

.counter-box p {
    font-size: 1.4vw;
    font-weight: bold;
}

/* ======================================================CounterDasboard part end here======================================================== */
/* ======================================================brandSlider part start  here======================================================== */


.main-slider {
    height: 250px;
    /* margin: auto; */
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-color: #ffffff;
}

.main-slide-track {
    display: flex;
    width: calc(250px * 21);
    animation: scroll 50s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translatex(0);
    }

    100% {
        transform: translateX(calc(-350px * 10));
    }
}

.main-slide {
    height: 280px;
    width: 350px;
    display: flex;
    align-items: center;
    padding: 0px 35px 35px 35px;
    perspective: 100px;
}

.main-slide img {
    width: 100%;
    transition: transform .7s;
}

.main-slide img:hover {
    transform: translatez(18px);
}

/* ======================================================brandSlider part end  here=============================================== */
/* ======================================================floating icon part start  here=============================================== */
.floating-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #6c63ff;
    border-radius: 50%;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: float 2s ease-in-out infinite;
}

.iconlogo {
    background-size: cover;
    height: 80px;
    width: 80px;

}

.floating-btn i {
    font-size: 36px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}
/* ======================================================floating icon part end  here=============================================== */

/* ======================================================Subscriber part start  here=============================================== */
.logo {
    max-width: 100%;
    height: auto;
}

.subscribe-form {
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 2px black ;
}

.subscribe-input {
    border-radius: 4px 0px 0px 4px ;
    box-shadow: none;
    border-right: 0;
    padding: 20px ;
}

.subscribe-button {
    border-radius: 0px 0px 0px 0px ;

    background-color: var(--mainColor2) ;
    color: #fff ;
    font-weight: 900 ;
    border-color: var(--mainColor2);
    padding: 20px ;
    font-family: Copperplate, "Copperplate Gothic Light", fantasy ;
}

.subscribe-button:hover {
    background-color: var(--mainColor1) ;
}

/* ======================================================Subscriber part end  here============================================== */
/* ======================================================Footer part Start  here============================================== */

.footer {
    background-color: var(--mainColor2);
    color: #fff;
    padding: 20px 0px 10px 0px;

}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer h4 {
    color: black;
    font-weight: 900 ;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.footer a:hover {
    color: var(--mainColor1);
    text-decoration: none;
}

.footer .map {
    height: 250px;
    width: 80%;
    border: 0;
}

.footer .social-icons a {
    margin: 0 10px;
    color: #fff;
    font-size: 1.5vw;
}

.footer .social-icons a:hover {
    color: var(--mainColor1);
    text-decoration: none;
}

.footer-bottom {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
}

.up-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #FF4317;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 24px;
    box-shadow: 1px 2px 5px rgb(0, 0, 0);
    animation: float 2s ease-in-out infinite;
}

.up-button:hover {
    background-color: var(--mainColor1);

}

.butn {
    border-radius: 50px ;
    padding: 0px 20px;
    color: white ;
    font-weight: 900 ;
    background-color: var(--mainColor1) ;
    font-family: Copperplate, "Copperplate Gothic Light", fantasy ;
    transition: all 0.8s;
}
.butn:hover {
    border: 2px solid var(--mainColor1);
    background-color: var(--mainColor2) ;
    transform: linear;
}
/* svg text in the footer part */
svg text{
    stroke: var(--mainColor1);
    stroke-width: 12;
    fill: transparent;
    animation: animate 2s  infinite alternate ;
    font-size: 150px;
}
@keyframes animate {
    0%{
        stroke-dasharray: 0 50%;      /*ye hum dash ke liye use krte hain*/
        stroke-dashoffset: 20%;         
    }
    100%{
        stroke-dasharray: 50% 0 ;    /*divide the text character*/
         stroke-dashoffset: -10%;   /*reverse chalane ke liye */
    }
}

/* ======================================================Footer part end  here============================================== */
/* ======================================================About_page part start  here============================================== */
.about-area .owl-carousel .owl-item img {
    width: 10vh;
}

.about-content {
    position: relative;
    padding-left: 200px
}

.about-content h3 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px
}
.about-img
{
    width: 100%;
    height: auto;
}
.page-title-area {
    background-color: #f8f8f9;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    height: 100%;
    z-index: 1
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    
    margin-left: 15px;
    font-weight: 900 ;
    font-family: Copperplate, "Copperplate Gothic Light", fantasy ;
    
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #6e6e6e;
    width: 1px;
    height: 15px;
    transform: rotate(15deg)
}

.page-title-area .page-title-content ul li.active {
    color: var(--mainColor2);
}

/* partner area crousle part */

.partner-area .owl-carousel .owl-item img {
    width: auto;
    margin: auto
}

.partner-area .partner-title {
    text-align: center;
    margin-bottom: 30px
}

.partner-area .partner-title p {
    margin-top: -9px
}

.partner-area .partner-title p span {
    color: #ff6a00
}

.partner-wrap {
    border: 1px solid var(--mainColor2);
    padding: 50px 60px 30px 60px;
    background-color: #56e0ffaf;
}

.partner-item img {
    filter: grayscale(100%);
    opacity: .3;
    transition: all ease .5s;
    cursor: pointer
}

.partner-item:hover img {
    opacity: 1

}
.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.section-content {
    margin-bottom: 2rem;
}
.single-team {
    text-align: center;
    margin-bottom: 30px;
    transition: all ease .5s
}

.single-team img {
    margin-bottom: 15px
}

.single-team h3 {
    font-size: 20px
}

.single-team:hover {
    transform: translateY(-3px)
}

/* ======================================================About_page part end  here============================================== */
/* ======================================================product_page part start  here============================================== */

/* ======================================================product_page part end  here============================================== */

/* *********************************************************Media query start here************************************************* */
@media (max-width: 1030px) {

    .owl-prev,
    .owl-next {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        background-color: rgba(201, 201, 201, 0);
        padding: 18px;
        border-radius: 200px;
    }

    .owl-prev {
        left: -1rem;

    }

    .owl-next {
        right: -0.7rem;
    }
    .single-team img {
        width: 28vw ;
        text-align: center ;
        
     }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 768px) {
    .banner-content .sub-title {
        font-size: 1rem;
    }

    

    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content p {
        font-size: 0.9rem;
    }

    .banner-content .btn-box .price {
        font-size: 1.2rem;
    }

    .owl-prev,
    .owl-next {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        background-color: rgba(201, 201, 201, 0);
        padding: 18px;
        border-radius: 200px;
    }

    .owl-prev {
        left: -1rem;

    }

    .owl-next {
        right: -0.7rem;
    }

    .footer .social-icons a {
        margin: 0 5px;
    }

    .footer .social-icons a {
        margin: 0 10px;
        color: #fff;
        font-size: 2.1vw;
    }
    .section-title {
        font-size: 2rem;
    }
    .single-team img {
        width: 40vw ;
        text-align: center ;
        
     }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 576px) {

 .navbar-brand img{
    padding-left: 2vw;
 }

    .banner-content {
         text-align: center ;
        /* margin-top: 120px ; */
        font-weight: bolder;
      
    }

    .banner-content .sub-title {
        font-size: 0.7rem;
        line-height: 1;
        padding-bottom: 1vw;
        margin-bottom: 4px;
        margin-left: 12vw ;
      text-align: center ;
      width: 60vw;
      border-bottom: 2px solid var(--mainColor2);


    }

    
    .high {
        font-size: 8px ;
        line-height: 0.1;
    }

    .higher {
        font-size: 8px ;
    }

    .banner-content h1 {
        font-size: 1.5rem ;
        text-shadow: 2px 1px 0px var(--blackColor) ;
        line-height: 1.2 ;
    }

    .banner-content p {
        font-size: 0.8rem;
    }

    .banner-content .btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-content .btn-box h5 {
        font-size: 10px ;
    }

    .banner-content h1 span {

        text-shadow: 0px 0px 0px var(--blackColor) ;

    }

    .banner_button1 {
        font-size: 7px;
        padding: 1.3vh 1.5vw;
        margin-top: 0;
    }

    .banner_button2 {
        font-size: 7px;
        padding: 1.3vh 3.5vw;
        margin-top: 4px;
    }

    /* crousel part */
    .owl-prev,
    .owl-next {
        position: absolute;
        top: 8%;
        transform: translateY(-50%);
        background-color: rgba(201, 201, 201, 0);
        padding: 18px;
        border-radius: 200px;
    }

    .owl-prev {
        left: 1rem;

    }

    .owl-next {
        right: 1rem;
    }

    .card5 {
        margin-top: -70px;
    }

    /* counter part */
    .counter-box h2 {
        color: #00CFFF;
        font-size: 6vw;
        font-weight: bold;
        border-bottom: 1px solid var(--mainColor2);
        padding-bottom: 5px;
    }

    .counter-box p {
        font-size: 3vw;
        font-weight: bold;
    }

    .footer h4 {
        font-size: 18px;
    }

    .footer p,
    .footer ul,
    .footer a {
        font-size: 14px;
    }

    .footer .social-icons a {
        margin: 0 10px;
        color: #fff;
        font-size: 10vw;
    }
    .single-team img {
       width: 80vw ;
       text-align: center ;
       
    }
  
    
}
/* ========================================================================================== */
.video-container {
    width: 100%;
}
.video-container video {
    width: 100%;
    height: auto;
}
.mage {
    width: 100%;
    height: auto;
}
.melt{
   
    border-radius: 10px;
    box-shadow: 1px 2px 3px  rgb(77, 77, 77);
}
.melt:hover{
    transition: all 0.8s ease;
    box-shadow: 1px 2px 5px  var(--mainColor1);
    
}
.melttext{
   
    border-radius: 10px;
    box-shadow: 1px 2px 3px  rgb(77, 77, 77);
}
.melttext:hover{
    transition: all 0.8s ease;
    box-shadow: 1px 2px 5px  var(--mainColor2);
  
}
    
.SubData
{
    border: 1px solid rgb(189, 189, 189);
    border-radius: 10px;
    text-align: center;
}



/* 
 .popup-overlay {
    position: fixed;
    top: 0  ;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 178890000;
}

.popup {
    background: linear-gradient(#Fff, #64b7c1);
    backdrop-filter: blur(10px);
    border-radius: 10px;

    padding: 20px;
    margin-top: 12vh;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.25);
} */


@media (max-width: 567.98px) and (min-width: 300px) {
    .popup {
        width: 100%;
        max-width: 90%;
        max-height: 100%;
        overflow: scroll;
    }
}

@media (max-width: 767.98px) {
    .popup {
        width: 100%;
        max-width: 90%;
        overflow: scroll;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .popup {
        width: 100%;
        max-width: 70%;
    }
}

@media (min-width: 992px) {
    .popup {
        width: 100%;
        max-width: 80%;
    }
}