* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    scroll-padding-top: 2rem;
    scroll-behavior: smooth;

    color: white;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    overscroll-behavior: none;

}


/* body:active {
    background: inherit;

} */

@keyframes exampleAnimation {
    0% {
        background-color: #000;

    }

    100% {
        background-color: #000;
    }
}

body {
    background-color: black;
    color: white;
    cursor: pointer;
    overflow: hidden;
    outline: none;

    -webkit-tap-highlight-color: transparent;
}

*:focus {
    outline: none;

}



.container {
    max-width: 1300px;
    margin: auto;


}

header img {
    width: 100px;
    height: 100px;
}




header {
    width: 100%;
    padding: 20px;
    background-color: black;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: top 0.3s ease;
    padding-left: 50px;
    padding-right: 50px;


}

.navbar.nav-small {
    height: 20px;
    /* Reduced height */
    padding: 10px 20px;
    /* Adjust padding for compact look */
    transition: height 0.3s ease, padding 0.3s ease;
}

nav {
    display: flex;
    justify-content: space-between;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    color: white;
    text-decoration: none;
    font-size: 2.1rem;

    padding: 0px 25px;

}

.value--accordion-content {
    overflow: hidden;
    /* Ensure content doesn't spill out during animation */
    height: 0;
    /* Default height when closed */
    transition: height 1s ease;
    /* Adjust duration (0.6s) and easing as needed */
}

/* nav {
    display: flex;
    
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin: 0;
} */

/* nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 2.1rem;
    
    padding: 0px 25px;

} */

nav ul li a:hover {
    background-color: #555;
    border-radius: 5px;
}

/* Hamburger Styles */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
}

.hamburger div {
    background: linear-gradient(170deg, hsl(0, 100%, 50%), hsl(330, 100%, 70%), hsl(270, 100%, 50%), hsl(120, 100%, 50%));
    /* background-color: purple; */
    height: 4px;
    width: 100%;
}

.hamburger .one {
    background-color: white, plum;
    height: 4px;
    width: 100%;
}

.hamburger.show {
    display: flex;
}

/* Hide nav when scrolled down */
.nav-show {
    display: flex;
}

.nav-hide {
    display: none;
}

/* Full-Screen Dropdown Menu Styles */
.dropdown-menu {
    display: none;
    background-color: black;
    position: fixed;
    top: 140px;
    left: 0;
    height: 100vh;
    /* Full screen height */
    width: 100%;
    /* Full screen width */
    flex-direction: column;
    /* justify-content: end;
    align-items: end; */
    z-index: 999;
    transition: opacity 0.3s ease;
}



.dropdown-menu.show {
    display: flex;
    opacity: 1;
}

.dropdown-menu ul {
    list-style: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    /* justify-content: end;
    align-items: end; */
    padding-left: 30px;
}

.dropdown-menu ul li {

    padding-top: 3rem;
    /* padding-left: 30px;
    text-align: end; */
}

.dropdown-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 3rem;
}

.dropdown-menu ul li a:hover {
    background-color: #555;
}

/* header {
    display: flex;
    justify-content: space-between;


    width: 100%;
    background: black;



}

nav {
    align-items: center;
    padding-top: 25px;
} */

/* nav ul li {

    padding: 0px 25px;
    font-size: 2rem;
    align-items: center;

} */

/* header {
    --nav-height: 10px;
    padding-top: var(--nav-height);
    position: fixed;
    padding-left: 35px;
    padding-right: 35px;


}

.nav {
    height: var(--nav-height);
    position: fixed;
    
    top: 0;
    left: 0;

    display: flex;
    align-items: center;

}

.nav--hidden {
    transform: translateY(calc(-1 * var(--nav-height)));
}  */


/* header img {
    width: 100px;
    height: 100px;
}

nav ul {
    display: flex;


}

nav {
    align-items: center;
    padding-top: 25px;
}

nav ul li {

    padding: 0px 25px;
    font-size: 2rem;
    align-items: center;

} */

/* nav ul li a {
    border-bottom: 3.5px solid white;
} */

.home--title2 {
    border: plum;
    position: relative;
    height: 6px;



}

.home--title2::before {
    position: absolute;
    content: '';
    top: 4px;

    height: 6px;
    width: 100%;

    background: plum;

}


.home--title3 {
    border: purple;
    position: relative;
    height: 6px;


}

.home--title3::before {
    position: absolute;
    content: '';
    top: 4px;

    height: 6px;
    width: 100%;
    background: purple;

}



.home--title4::before {
    position: absolute;
    content: '';
    top: 4px;

    height: 6px;
    width: 100%;
    background: green;

}

.home--title4 {
    border: green;
    position: relative;
    height: 6px;


}



.home--title5 {
    border: red;
    position: relative;
    height: 6px;

}

.home--title5::before {
    position: absolute;
    content: '';
    top: 4px;

    height: 6px;
    width: 100%;
    background: red;

}

.home-h1 {
    padding-top: 295px;


}

.home-h1 h1 {
    font-size: 5.65rem;
    font-weight: 500;
    line-height: 6.15rem;

}

.home-2 {
    float: right;
    padding-top: 41px;
    padding-bottom: 70px;
}

.home-2 button {
    background: transparent;
    border: 2px solid white;
    color: white;
    /* padding: 7px; */
    padding: 10px 20px 10px 15px;
    text-align: center;
    border-radius: 25px;
    font-size: 1rem;
    /* padding-left: 9px;
    padding-right: 9px; */
    font-weight: 300;
}

/* .slider-container {
    width: 80%;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: white;
} */

.slider {
    display: flex;

    transition: transform 0.3s ease;

    cursor: grab;
}

/* .slider-container {
    width: 100%;
} */


/* 
.slider {
     display: flex;
    width: calc(250px * 18); 
    animation: scroll 60s linear infinite;
} */

.slider:hover {
    animation-play-state: paused;
}

/* @keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 9));
    }
} */

.carousel {
    /* position: relative; */
    overflow: hidden;
    width: 100%;
    height: 530px;

    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}



.carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
    cursor: grab;
    gap: 1.5rem;

}

.carousel-track:active {
    cursor: grabbing;
}

.carousel-item {
    min-width: 300px;
    margin-right: 10px;
    flex-shrink: 0;
}

.carousel video {

    width: 600px;
    height: 400px;
    border-radius: 25px;
    object-fit: cover;
}

.img-2 video {

    width: 600px;
    height: 400px;
    border-radius: 25px;
    object-fit: cover;
}

video {


    border-radius: 25px;
    object-fit: cover;
}

/* section {
    padding-top: 200px;
} */

/* .carousel-1 {
    padding-top: 100px;
} */

.value--accordion .one {
    border-bottom: .5px solid #a9aaab;
    border-top: .5px solid #a9aaab;

}

.value--accordion-arrow {
    /* padding: 8px;
    background: black;
    color: white;
    border-radius: 5rem;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 0;
    position: relative;
    outline: none;
    top: 0;
    left: 0; */

    /* margin: 100px;
    padding: 15px 40px; */
    /* padding: 8px; */
    padding: 8px;
    background: black;

    border: none;
    outline: none;
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 12px;
}

.value--accordion-arrow i {
    color: white;
}

.value--accordion-arrow::after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    left: 0;
    top: 0;
    border-radius: 10px;
}

/* glow */
.value--accordion-arrow::before {
    content: "";
    background: linear-gradient(45deg,
            #FF0000, #FF7300, #FFFB00, #48FF00,
            #00FFD5, #002BFF, #FF00C8, #FF0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 600%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    filter: blur(8px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    opacity: 0;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/* hover */
.value--accordion-arrow:hover::before {
    opacity: 1;
}

.value--accordion-arrow:active:after {
    background: transparent;
}

.value--accordion-arrow:active {
    color: white;
    font-weight: bold;
}



.type {
    border-bottom: .5px solid #a9aaab;
    padding-bottom: 20px;
}

.value {
    /* padding-top: 20px;
    padding-bottom: 50px; */
    background: white;
    color: black;
    padding-top: 110px;

}



.section--subtitle {
    color: white;
}


.value--container {
    row-gap: 3rem;
}

.value--images {
    position: relative;
    display: flex;
    justify-content: center;
}



.value--description {
    font-size: var(--small-font-size);
    margin-bottom: 2rem;
}



.value--accordion-item {
    background-color: var(--body-color);
    border: 2px solid var(--border-color);
    border-radius: .5rem;
    /* padding: 1rem .75rem; */
}

.value--accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.value--accordion-icon {
    background-color: var(--first-color-lighten);
    padding: 5px;
    border-radius: .25rem;
    font-size: 18px;
    color: var(--first-color);
    margin-right: .75rem;
    transition: .3s;
}

.value--accordion-title {
    font-size: 9.2rem;
    font-weight: 700;

    color: black;
    font-weight: 500;
}

.value--accordion-arrow {
    display: inline-flex;
    background-color: var(--first-color-lighten);
    /* padding: .25rem; */
    color: var(--first-color);
    border-radius: 2px;
    font-size: 10px;
    margin-left: auto;
    transition: .3s;
}

.value--accordion-arrow i {
    transition: .4s;
}


.value--accordion-description {

    padding: 1.25rem 2.5rem 0 2.75rem;
}

.value--accordion-description {

    padding: 1.25rem 0 0 0;
}

.value--accordion-description {
    font-size: 1.3rem;
    color: white;
    font-weight: 400;
    line-height: 2.1rem;
}

.img-2 {

    display: flex;
    gap: .5rem;
    padding-top: 1rem;
}

.img-2 p {
    font-size: 0.5rem;
}

.value--accordion-content {
    overflow: hidden;
    height: 0;
    transition: all .25s ease;
}

.value--accordion-content {
    /* grid-template-columns: repeat(2, 1fr);
    display: grid; */
    background: black;
    border-radius: 20px;



}

.clim-2 h1 {
    font-size: 2.5rem;
    padding-top: 20px;
    font-weight: 400;
    padding-bottom: 1.2rem;
    line-height: 3.1rem;
}

.clim-1 {
    /* padding: 50px;
    grid-template-columns: repeat(2, 1fr);
    display: grid; */
    gap: 4rem;
    display: flex;
    justify-content: space-between;
    padding: 70px;
}

.clim-3 {
    padding-top: 42px;
}

.accordion-open {
    box-shadow: 0 12px 32px hsla(228, 66%, 45%, .1);
}

.accordion-open .value--accordion-icon {
    box-shadow: 0 4px 4px hsla(228, 66%, 45%, .1);
    color: #fff;
}

.accordion-open .value--accordion-arrow {
    box-shadow: 0 2px 4px hsla(228, 66%, 45%, .1);
    color: #fff;
}

.accordion-open .value--accordion-arrow i {
    transform: rotate(-180deg);
    /* color: black; */
}

.value--content .value--data .section--subtitle {
    color: black;
    font-size: 4.1rem;
    font-weight: 400;

    /* padding-left: 20px; */


}

/* .value--content .value--data span {
    padding-bottom: 0px;
} */

.arrow {

    font-size: 1.5rem;

    /* transform: rotate(-210deg); */
    font-weight: 200;
    color: black;
}

.value--accordion {
    padding-top: 27px;
}

.clim-sub {
    padding-top: 110px;


}

.clim-sub h1 {
    /* padding-left: 30px; */
    font-size: 5rem;
    font-weight: 500;
    padding-bottom: 50px;
}

.video-con {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
    /* overflow-x: auto; */

}

.videos {
    display: flex;
    gap: 2rem;
    transition: gap 0.3s ease;
    /* flex-wrap: nowrap; */
}

.videos.dragging {
    gap: 43px;
}

.video1 video {
    width: 450px;
    height: 280px;
}

/* .wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
} */

/* .grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    position: relative;
    min-height: 150vh;
   
} */
.grid-container {
    grid-template-columns: repeat(2, 1fr);
    display: grid;

    max-width: 970px;
    margin: auto;
    padding-top: 200px;

    gap: 10rem;

    margin-right: 230px;

    position: relative;
    min-height: 150vh;


}

.grid-item1.image {
    position: sticky;
    top: 250px;
    /* Sticky point */
    align-self: start;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-out;
}

.grid-item1.image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.grid-item1.text {
    overflow-y: auto;
}

/* .grid-item.text h1 {
    font-size: 24px;
    margin: 0;
    color: #333;
} */

/* .grid-item.text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
} */

.after-scroll {
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
}


.product-container {
    grid-template-columns: repeat(2, 1fr);
    display: grid;

    max-width: 900px;
    margin: auto;
    padding-top: 200px;

    gap: 5rem;

    margin-right: 200px;




}

.grid-item1 img {
    width: 250px;
    height: 250px;
    border-radius: 50%;

}

.grid-item1 h1 {
    font-size: 2.7rem;
    font-weight: 400;
    padding-bottom: 2rem;
}

.grid-item1 p {
    font-size: 1.5rem;
    padding-bottom: 2rem;
    line-height: 2.1rem;
    font-weight: 400;
}







/* .grid-item img {
    padding-top: 115px;
} */

.clim-sub1 h2 {
    font-size: 5rem;
    font-weight: 400;
    padding-bottom: 100px;
    /* padding-top: 140px; */
}

.clim-sub1 {
    padding-bottom: 110px;
}

.sub-1 img {
    display: block;
    margin: auto;
    width: 1000px;
    height: 220px;
    border-radius: 20px;

}

.sub-1 {
    padding-bottom: 180px;
}



.sub-p {

    padding-bottom: 150px;

    font-size: 1.5rem;
    padding-bottom: 2rem;
    line-height: 2.1rem;
    font-weight: 400;
    padding-left: 50px;

    float: right;
}

.sub-p p {
    max-width: 500px;
    margin: auto;
}

.sub-3 button {
    margin: auto;
    display: block;
    background: transparent;
    border: 2px solid white;
    font-size: 1.7rem;
    border-radius: 50px;
    font-weight: 400;

    padding: 20px 50px 20px 50px;
}

.sub-3 {
    padding-bottom: 200px;
    display: grid;
}

.sub4 span {
    float: right;
    font-size: 2rem;
    padding-top: 30px;
}



.sub4 h1 {
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 200px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 4.5rem;
}

.sub4 .bx {
    padding: 8px;
    background: white;
    color: black;
    border-radius: 5rem;
    font-size: 1.5rem;

}

.sub4 i {
    font-weight: 600;
}

.sub4 .bx:hover {
    background: var(--green-color);
    color: var(--bg-color);
    transition: 0.2s all linear;
}




.sub5 {
    background: white;
    color: black;

}

.sub5 h1 {
    color: black;
    font-size: 3rem;
    font-weight: 400;
    line-height: 4.5rem;

}

.sub5-1 {
    padding-top: 110px;
    padding-bottom: 240px;
}

.sub-p1 {
    padding-bottom: 85px;
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 14rem;
    color: black;
}

.grid-sub h2 {
    font-size: 1.2rem;
    font-weight: 400;
}

.grid1 {
    padding-bottom: 210px;
}

.grid-sub h3 {
    font-size: 1.2rem;
    font-weight: 400;
}

.grid-sub span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #868686;

}

.grid-22 {
    padding-top: 74px;
}

.grid-sub {
    padding-top: 10px;
    padding-bottom: 10px;
}

.grid-sub2 h3 {
    padding-bottom: 5px;
}

.grid1 h1 {
    padding-bottom: 45px;
}

.grid2 h2 {
    color: black;
}

.grid2 h3 {
    color: black;
}

.grid2 h1 {
    color: black;
    font-size: 3rem;
    font-weight: 400;

}



.grid2 span {
    color: black;
}

.grid-sub {


    display: flex;
    gap: 3.5rem;
}

.fot1 {
    padding-top: 100px;
    padding-bottom: 130px;
}

.fot1 h1 {
    font-size: 4.2rem;
    font-weight: 500;
    padding-bottom: 70px;
}

.fot1 span {
    font-size: 1.6rem;
    font-weight: 400;


}

.fot1 .bx {
    padding: 8px;
    background: white;
    color: black;
    border-radius: 5rem;
    font-size: 1.5rem;

}

.fot1 i {
    font-weight: 600;
}

.fot1 .bx:hover {
    background: var(--green-color);
    color: var(--bg-color);
    transition: 0.2s all linear;
}

.fot2 h2 {
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 20px;
}

.fot3 h3 {
    font-size: 1.4rem;
    padding-bottom: 40px;
    font-weight: 400;
}

.search-container {
    display: flex;
    align-items: center;
    width: 700px;

    position: relative;
}

.fot2 {
    padding-bottom: 120px;
}

.search-input {
    width: 100%;
    padding: 34px 50px 34px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 50px;
    outline: none;
    transition: border-color 0.3s;
}

.search-input:focus {
    border-color: #007BFF;
}

.search-button {
    position: absolute;
    right: 4px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #ccc;
    outline: none;
}

.search-button:hover {
    color: #007BFF;
}

.search-button .bx {
    padding: 30px;
    background: rgb(151, 151, 151);
    color: white;
    border-radius: 5rem;
    font-size: 1.5rem;

}

.fot3 {
    justify-content: space-between;
    display: flex;

    padding-bottom: 110px;
}

.fot-bx a {
    font-size: 4rem;
}

.fot4 .bx {
    padding: 8px;
    background: transparent;
    color: white;
    border-radius: 5rem;
    /* font-size: 1.5rem; */
    border: 2px solid white;
}

.fot-bx {
    gap: 3.3rem;
    display: flex;
}

.fot5 button,
.fot4 button {
    /* border: 1px solid white;
    background: transparent;
    
    padding: 15px 120px 15px 40px;
    border-radius: 50px;
    font-size: 2rem;
    text-align: center; */
    background: transparent;
    border: 2px solid white;
    color: white;
    /* padding: 7px; */
    padding: 20px 70px 20px 70px;
    text-align: center;
    border-radius: 50px;
    font-size: 2rem;
    /* padding-left: 9px;
    padding-right: 9px; */
    font-weight: 300;
}



.fot7 {
    justify-content: space-between;
    display: flex;
}

.fot7 span {
    font-size: .9rem;
}

.fot8 {
    gap: 3rem;
    display: flex;
}

.clim2 h1,
.clim4 h1 {
    font-size: 12rem;
    font-weight: 600;
}

.clim3 {

    justify-content: space-between;
    display: flex;
    gap: 2rem;
}

.clim2 {
    padding-bottom: 110px;
}

.clim1 {
    background: linear-gradient(170deg,

            hsl(0, 100%, 50%),
            hsl(330, 100%, 70%),
            hsl(270, 100%, 50%),
            hsl(120, 100%, 50%));
    padding-bottom: 0;
    width: 100%;
    height: 20px;
    align-self: center;
}

.grid-item1 img {
    background: linear-gradient(hsl(330, 100%, 70%),
            hsl(0, 100%, 50%),

            hsl(270, 100%, 50%),
            hsl(120, 100%, 50%));
    padding-bottom: 0;
    /* width: 100%; */
    width: 250px;
    height: 250px;
    border-radius: 50%;
}


.cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    pointer-events: none;
    /* Ensures cursor doesn't interfere with clicks */
    transition: background-color 0.1s ease;
}

/* .preload-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-out;
} */


.clim11 {
    background: linear-gradient(170deg,

            hsl(0, 100%, 50%),
            hsl(330, 100%, 70%),
            hsl(270, 100%, 50%),
            hsl(120, 100%, 50%));
    padding-bottom: 0;
    width: 100%;
    height: 20px;
    align-self: center;
}

.climm h1 {
    font-size: 1.2rem;
    font-weight: 400;
}



.climm1 h1 {
    justify-content: space-between;

    z-index: 1;
    position: relative;
    gap: 4rem;
    display: flex;
}

/* .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    
} */

.animated-button {


    /* padding: 10px 20px; */

    text-align: center;

    /* font-size: 16px; */
    /* Font size */
    cursor: pointer;
    /* Pointer cursor */
    /* border-radius: 5px; */
    /* Rounded corners */
    position: relative;

    animation: pulsate 1.5s infinite;
    /* Continuous animation */
    overflow: hidden;
    /* Hide overflow */
    transform-origin: center;

    width: 180px;

    height: 50px;

    transition: transform 6s ease;
    /* Smooth transform transition */
}


.button-text,
.button-dot {
    position: absolute;
    /* Position elements inside the button */
    left: 50%;
    /* Center horizontally */
    top: 50%;
    /* Center vertically */
    transform: translate(-50%, -50%);
    /* Perfect center alignment */
    transition: opacity 0.4s ease, visibility 0.4s ease;
    /* Smooth fade effects */
}

.button-text {
    opacity: 1;
    /* Text visible initially */
    visibility: visible;
}

.button-dot {
    opacity: 0;
    /* Dot hidden initially */
    visibility: hidden;
    font-size: 25px;
    animation: dot-visibility 1.5s infinite, dot-move 1.5s infinite;
    /* Synchronize dot visibility with animation and add movement */
}

@keyframes pulsate {

    0%,
    100% {
        transform: scaleX(1);
        /* No compression (full width) */
    }

    50% {
        transform: scaleX(0.2);
        border-radius: 40%;
        border: 2px solid white;

        /* Compress horizontally to 50% */
    }
}

@keyframes text-visibility {

    0%,
    100% {
        opacity: 1;
        /* Text visible when expanded */
        visibility: visible;
    }

    50% {
        opacity: 0;
        /* Text hidden when compressed */
        visibility: hidden;
    }
}

@keyframes dot-visibility {

    0%,
    100% {
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }
}

/* Animation for the dot's vertical movement from top to bottom */
@keyframes dot-move {
    0% {
        transform: translate(-50%, -50%);
        /* Start from the center */
    }

    25% {
        transform: translate(-50%, -100%);
        /* Move to the top */
    }

    50% {
        transform: translate(-50%, 0%);
        /* Move back to the center */
    }

    75% {
        transform: translate(-50%, 100%);
        /* Move to the bottom */
    }

    100% {
        transform: translate(-50%, 50%);
        /* Back to center */
    }
}

.button-text {
    animation: text-visibility 1.5s infinite;
    /* Synchronize text visibility with animation */
}

.button-dot {
    animation: dot-visibility 1.5s infinite, dot-move 1.5s infinite;
    /* Synchronize dot visibility with animation and add movement */
}

.hidden {
    opacity: 0;
    /* Make the button invisible when not in view */
    pointer-events: none;
    /* Prevent interactions when hidden */
}

.animated-button1,
.custom-button {
    /* position: absolute;
    background-color: #4CAF50;
    border: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: none;
   
    transition: transform 0.1s ease; */


    position: absolute;
    top: 50%;
    /* Position button vertically in the middle */
    left: 50%;
    /* Position button horizontally in the middle */
    transform: translate(-50%, -50%);
    /* Center button in the middle of the container */
    background-color: rgba(215, 214, 214, 0.5);
    /* Optional: to make it more visible */
    border: none;
    padding: 1px 30px 1px 1px;
    /* padding: 10px 20px; */
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: none;
    /* Hide button by default */
    border-radius: 25px;
    z-index: 10;
}

.video-con,
.carousel-container {
    position: relative;

    /* Center the video container */
}

.custom-carousel-button {
    position: absolute;
    top: 50%;
    /* Position button vertically in the middle */
    left: 50%;
    /* Position button horizontally in the middle */
    transform: translate(-50%, -50%);
    /* Center button in the middle of the container */
    background-color: rgba(215, 214, 214, 0.5);
    /* Optional: to make it more visible */
    border: none;
    padding: 1px 30px 1px 2px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: none;
    height: 50px;
    /* Hide button by default */
    border-radius: 25px;
    z-index: 10;

    transition: transform 0.1s ease;
    /* Ensure button stays above the video */
}

/* .flex-but {
    display: flex;

    gap: 1rem;
}

.but {
    background: black;
    border-radius: 50%;
    height: 50px;


}

.but .bx {
    padding: 8px;
    background: transparent;
    color: white;
    border-radius: 5rem;
   

} */

/* Flex container to center the button and text */
.flex-but {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 2px;


    /* Space between the button and text */
}

/* Styling for the button container */
.but {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    /* Black background for the button */
    padding: 10px;
    border-radius: 50%;
    /* Optional: Makes the button circular */
    width: 50px;
    height: 45px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Make the icons inside the button transparent, with no background */
.but i {
    color: white;
    /* Icon color */
    font-size: 10px;
}

/* Optional: Change background color on hover */
/* .but:hover {
    background-color: #444;
    
} */

/* Styling for the text */
.flex-but p {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: black;
}

/* #video-containero {
    position: absolute;
    cursor: grab;
    transition: all 0.5s ease;
    width: 300px;
    height: auto;

} */
#video-containero {
    position: relative;
    cursor: grab;
    transition: all 0.5s ease;
    width: 300px;
    height: auto;
    /* margin-bottom: 20px; */
    /* padding-bottom: 50px; */
    /* left: 50%;
    bottom: 0;
   
    transform: translateX(-50%); */
    /* Centers horizontally */
}




/* Keyframes for continuous scrolling */

/* Video Element Styling */
.video-containero video {
    width: 550px;
    height: 350px;

    border-radius: 17px;

}

/* #moving-text {
    position: fixed;
    top: 10%;
   
    left: -100%;
   
    text-align: center;
    width: 100%;
    font-size: 78px;
    font-weight: bold;
    color: blue;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    animation: moveTextAcrossScreen 20s linear infinite;
    pointer-events: none;
    z-index: 2;
   
} */

#moving-text {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 78px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    z-index: 100;
    overflow: hidden;

}

.text-wrapper {
    display: flex;
    flex-wrap: nowrap;
    /* Ensure no wrapping occurs */
    width: 100%;
    overflow: hidden;
    position: relative;
}

.text1 {
    display: flex;
    gap: 4rem;
    flex-shrink: 0;
    /* Prevent shrinking */
    animation: moveTextAcrossScreen 20s linear infinite;
    align-items: center;
    /* Center items vertically if needed */
}

.text1 .col1,
.text1 .col2 {
    background: plum;
    color: plum;
    border-radius: 50%;
    padding: 100px;
}

@keyframes moveTextAcrossScreen {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/* #moving-text {
    position: absolute;

    left: 0;
    right: 0;
    text-align: center;
    width: 100%;

    font-size: 78px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    animation: moveTextAcrossScreen 20s linear infinite;
    pointer-events: none;
    z-index: 100;

}

.text1 .col1 {
    
    background: plum;
    color: plum;
    border-radius: 50%;
    padding: 100px;
}

.text1 .col2 {
    
    background: plum;
    color: plum;
    padding: 100px;
    border-radius: 50%;
}


.text1 {
    display: flex;
    gap: 4rem;
    position: fixed;
    left: -100%;
    width: 100%;
}

@keyframes moveTextAcrossScreen {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
} */


@media screen and (max-width: 1112px) {

    #moving-text {
        /* position: absolute;

        left: 0;
        right: 0;
        text-align: center;
        width: 100%; */

        font-size: 68px;
        /* font-weight: bold;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        white-space: nowrap;
        animation: moveTextAcrossScreen 20s linear infinite;
        pointer-events: none;
        z-index: 100; */

    }

    .text1 .col1 {

        background: plum;
        color: plum;
        border-radius: 50%;
        padding: 100px;
    }

    .text1 .col2 {
        /* width: 250px;
        height: 150px; */
        background: plum;
        color: plum;
        padding: 100px;
        border-radius: 50%;
    }


    /* .text1 {
        display: flex;
        gap: 4rem;
        position: fixed;
        left: -100%;
    } */

    .video-containero video {
        width: 500px;
        height: 300px;

        border-radius: 17px;

    }

    header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-h1 h1 {
        font-size: 5rem;
    }

    .fot3 {
        justify-content: space-between;
        display: flex;

        padding-bottom: 110px;
        width: 100%;
    }

    .fot5 button,
    .fot4 button {
        /* border: 1px solid white;
    background: transparent;
    
    padding: 15px 120px 15px 40px;
    border-radius: 50px;
    font-size: 2rem;
    text-align: center; */
        background: transparent;
        border: 2px solid white;
        color: white;
        /* padding: 7px; */
        padding: 20px 70px 20px 70px;
        text-align: center;
        border-radius: 50px;
        font-size: 1rem;
        /* padding-left: 9px;
    padding-right: 9px; */
        font-weight: 300;
    }


    .dropdown-menu ul {
        list-style: none;
        /* padding: 40px; */
        display: flex;
        flex-direction: column;
        /* justify-content: end;
        align-items: end; */
    }

    .dropdown-menu ul li {
        /* padding: 25px 0; */
        padding-top: 3rem;
        /* padding-left: 10px; */
        /* text-align: end; */
    }

    .dropdown-menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 2.5rem;
    }

    .carousel video {

        width: 500px;
        height: 370px;
        border-radius: 25px;
        object-fit: cover;
    }

    .img-2 video {

        width: 400px;
        height: 400px;
        border-radius: 25px;
        object-fit: cover;
    }

    .container {
        max-width: 1300px;
        /* margin: auto; */

        margin-right: 1rem;
        margin-left: 1rem;
    }

    .value--accordion-title {
        font-size: 8.2rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        display: grid;

        max-width: 1000px;
        margin: auto;
        padding-top: 200px;

        gap: 5rem;

        margin-right: 130px;

        position: relative;
        min-height: 150vh;


    }

    .grid-item1 p {
        font-size: 1.3rem;
        padding-bottom: 2rem;
        line-height: 2.1rem;
        font-weight: 400;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 10rem;
        font-weight: 600;
    }

    .clim3 {

        justify-content: space-between;
        display: flex;
        gap: 2rem;
    }

    .clim2 {
        padding-bottom: 110px;
    }

    .clim1 {
        background: linear-gradient(170deg,

                hsl(0, 100%, 50%),
                hsl(330, 100%, 70%),
                hsl(270, 100%, 50%),
                hsl(120, 100%, 50%));
        padding-bottom: 0;
        width: 100%;
        height: 20px;
        align-self: center;
    }

    .sub-3 {
        padding-bottom: 100px;
        display: grid;
    }

    .sub5-1 h1 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 10px;
        font-size: 3rem;
        font-weight: 400;
        line-height: 4.5rem;
    }

    .sub4 h1 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 200px;
        font-size: 3rem;
        font-weight: 400;
        line-height: 4.5rem;
    }
}

@media screen and (max-width: 1024px) {
    header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sub5-1 {
        padding-top: 110px;
        padding-bottom: 100px;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 9rem;
        font-weight: 600;
    }

    nav ul li {
        color: white;
        text-decoration: none;
        font-size: 1.8rem;

        padding: 0px 25px;

    }

    .home-h1 h1 {
        font-size: 4.6rem;
    }

    .text1 .col1 {
        /* width: 250px;
        height: 250px; */
        background: plum;
        color: plum;
        border-radius: 50%;
        padding: 70px;
    }

    .text1 .col2 {
        /* width: 250px;
        height: 150px; */
        background: plum;
        color: plum;
        padding: 70px;
        border-radius: 50%;
    }


    .video-containero video {
        width: 450px;
        height: 300px;

        border-radius: 17px;

    }


    .carousel video {

        width: 450px;
        height: 370px;
        border-radius: 25px;
        object-fit: cover;
    }

    .clim-2 h1 {
        font-size: 2.1rem;


    }

    .fot3 {
        justify-content: space-between;
        display: grid;

        padding-bottom: 110px;
    }

    .fot1 {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .value--accordion-title {
        font-size: 7.2rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .clim-sub h1 {
        font-size: 4.1rem;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        display: grid;

        max-width: 1000px;
        margin: auto;
        padding-top: 200px;

        gap: 5rem;

        margin-right: 70px;

        position: relative;
        min-height: 130vh;


    }

    .grid-item1 p {
        font-size: 1.3rem;
        padding-bottom: 2rem;
        line-height: 2.1rem;
        font-weight: 400;
    }

    .clim-sub1 h2 {
        font-size: 4rem;
        font-weight: 400;
        padding-bottom: 100px;
        /* padding-top: 140px; */
    }

    .clim-sub1 {
        padding-bottom: 110px;
    }



}

@media screen and (max-width: 1000px) {
    header {
        padding-left: 30px;
        padding-right: 30px;
    }

    nav ul li {
        color: white;
        text-decoration: none;
        font-size: 1.8rem;

        padding: 0px 25px;
        display: none;

    }

    .hamburger {
        display: flex;
        /* float: right; */
    }


    /* Hamburger Styles (Mobile) */
    .hamburger {
        /* display: none; */
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 25px;
    }

    /* Ensure hamburger is positioned at the end */
    header .hamburger {
        margin-left: auto;
        /* This pushes the hamburger to the right */
    }

    .home-h1 {
        padding-top: 230px;
    }

    .hamburger.show {
        display: flex;
    }

    .carousel video {

        width: 400px;
        height: 350px;
        border-radius: 25px;
        object-fit: cover;
    }

    .carousel {
        /* position: relative; */
        overflow: hidden;
        width: 100%;
        height: 450px;

        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .clim-1 {
        /* padding: 50px;
        grid-template-columns: repeat(2, 1fr);
        display: grid; */
        gap: 4rem;
        display: grid;

        padding: 70px;
    }

    .img-2 video {

        width: 100%;
        height: 400px;
        border-radius: 25px;
        object-fit: cover;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        display: grid;

        max-width: 1000px;
        margin: auto;
        padding-top: 200px;

        gap: 5rem;

        margin-right: 70px;

        position: relative;
        min-height: 150vh;


    }

    .clim-sub1 h2 {
        font-size: 3.5rem;
        font-weight: 400;
        padding-bottom: 100px;
        /* padding-top: 140px; */
    }

    .clim-sub1 {
        padding-bottom: 110px;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 8rem;
        font-weight: 600;
    }

    .sub-p {

        padding-bottom: 150px;

        font-size: 1.3rem;
        padding-bottom: 2rem;
        line-height: 2.1rem;
        font-weight: 400;
        padding-left: 50px;

        float: right;
    }

    .sub4 h1 {
        font-size: 2.2rem;
        font-weight: 400;
        padding-bottom: 200px;
        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3.5rem;
    }

    .sub5-1 h1 {
        font-size: 2.2rem;
        font-weight: 400;

        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3.5rem;
    }

    .sub4 span {
        float: right;
        font-size: 1.5rem;
        padding-top: 10px;
    }

    .sub5-1 {
        padding-top: 110px;
        padding-bottom: 100px;
    }


}

@media screen and (max-width: 890px) {
    .text1 .col1 {
        /* width: 250px;
        height: 250px; */
        background: plum;
        color: plum;
        border-radius: 50%;
        padding: 50px;
    }

    .text1 .col2 {
        /* width: 250px;
        height: 150px; */
        background: plum;
        color: plum;
        padding: 50px;
        border-radius: 50%;
    }

    #moving-text {
        /* position: absolute;

        left: 0;
        right: 0;
        text-align: center;
        width: 100%; */

        font-size: 58px;
        /* font-weight: bold;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        white-space: nowrap;
        animation: moveTextAcrossScreen 20s linear infinite;
        pointer-events: none;
        z-index: 100; */

    }

    .home-h1 h1 {
        font-size: 4.2rem;
        line-height: 5rem;
    }

    .home-h1 {
        padding-top: 230px;
    }

    .clim-1 {
        /* padding: 50px;
        grid-template-columns: repeat(2, 1fr);
        display: grid; */
        gap: 4rem;
        display: grid;

        padding: 40px;
    }

    .clim-sub h1 {
        font-size: 3.6rem;
    }


    .value--content .value--data .section--subtitle {
        color: black;
        font-size: 3.1rem;
        font-weight: 400;

        /* padding-left: 20px; */


    }

    .value--accordion-title {
        font-size: 6.2rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .clim-sub1 h2 {
        font-size: 3rem;
        font-weight: 400;
        padding-bottom: 100px;
        /* padding-top: 140px; */
    }

    .clim-sub1 {
        padding-bottom: 110px;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 7rem;
        font-weight: 600;
    }

    .sub-p p {
        max-width: 350px;
        margin: auto;
    }

    .sub-3 button {
        margin: auto;
        display: block;
        background: transparent;
        border: 2px solid white;
        font-size: 1.5rem;
        border-radius: 50px;
        font-weight: 400;

        padding: 20px 50px 20px 50px;
    }

    .fot1 h1 {
        font-size: 3.2rem;
        font-weight: 500;
        padding-bottom: 70px;
    }

    .fot5 {
        padding-top: 40px;
    }

}

@media screen and (max-width: 700px) {

    .home-h1 h1 {
        font-size: 3.9rem;
        line-height: 4.5rem;
    }

    .grid2 {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
        gap: 4rem;
        color: black;
    }

    .home-h1 {
        padding-top: 220px;
    }

    .value--accordion-title {
        font-size: 5.2rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .grid-container {
        grid-template-columns: repeat(1, 2fr);
        display: grid;

        max-width: 1000px;
        margin: auto;
        padding-top: 50px;

        gap: 1rem;

        margin-right: 30px;
        margin-left: 30px;

        position: relative;
        min-height: 150vh;


    }

    .grid-item1 p {
        font-size: 1.3rem;
        padding-bottom: 2rem;
        line-height: 2.1rem;
        font-weight: 400;
    }

    .grid-item1 {
        z-index: 100;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 6rem;
        font-weight: 600;
    }

    .sub4 h1 {
        font-size: 2rem;
        font-weight: 400;
        padding-bottom: 200px;
        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .grid1 {
        padding-bottom: 10px;
    }


    .sub5-1 h1 {
        font-size: 2rem;
        font-weight: 400;

        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub4 span {
        float: right;
        font-size: 1.5rem;
        padding-top: 10px;
    }

    .search-input {
        width: 100%;
        padding: 34px 50px 34px 15px;
        font-size: 16px;
        border: 2px solid #ccc;
        border-radius: 50px;
        outline: none;
        transition: border-color 0.3s;
    }

    .search-container {
        display: flex;
        align-items: center;
        width: 100%;

        position: relative;
    }

    .text1 .col1 {
        /* width: 250px;
        height: 250px; */
        background: plum;
        color: plum;
        border-radius: 50%;
        padding: 40px;
    }

    .text1 .col2 {
        /* width: 250px;
        height: 150px; */
        background: plum;
        color: plum;
        padding: 40px;
        border-radius: 50%;
    }


}

@media screen and (max-width: 654px) {

    .fot7 {
        display: grid;
    }

    .fot8 {
        padding-bottom: 10px;
    }

    .fot4 {
        justify-content: space-between;
        display: grid;

        padding-bottom: 50px;
    }

    .fot-bx {
        justify-content: space-between;
        display: grid;


    }

    .sub4 h1 {
        font-size: 2rem;
        font-weight: 400;
        padding-bottom: 200px;
        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub5-1 h1 {
        font-size: 2rem;
        font-weight: 400;

        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub4 span {
        float: right;
        font-size: 1.5rem;
        padding-top: 30px;
    }

    .home-h1 h1 {
        font-size: 3.7rem;
    }

    .value--accordion-title {
        font-size: 4.2rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 4rem;
        font-weight: 600;
    }

    .home-h1 {
        padding-top: 220px;
    }

    .clim-1 {
        /* padding: 50px;
        grid-template-columns: repeat(2, 1fr);
        display: grid; */
        gap: 2rem;
        display: grid;

        padding: 40px;
    }

    .img-2 video {

        width: 100%;
        height: 350px;
        border-radius: 25px;
        object-fit: cover;
    }

    .clim-sub h1 {
        font-size: 3.2rem;
    }

    .clim-sub1 h2 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 100px;
        /* padding-top: 140px; */
    }

    .fot1 h1 {
        font-size: 2.7rem;
        font-weight: 500;
        padding-bottom: 70px;
    }

}

@media screen and (max-width: 519px) {
    .fot1 h1 {
        font-size: 2.5rem;
        font-weight: 500;
        padding-bottom: 70px;
    }

    .fot8 {
        display: grid;
    }

    .sub4 h1 {
        font-size: 1.7rem;
        font-weight: 400;
        padding-bottom: 200px;
        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub5-1 h1 {
        font-size: 1.7rem;
        font-weight: 400;

        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub4 span {
        float: right;
        font-size: 1.5rem;
        padding-top: 30px;
    }


    .home-h1 h1 {
        font-size: 3rem;
    }

    .home-h1 {
        padding-top: 220px;
    }

    .clim-2 h1 {
        font-size: 2.2rem;
        padding-top: 10px;
        font-weight: 400;
        padding-bottom: 1.2rem;
        line-height: 3.1rem;
    }

    .value--accordion-title {
        font-size: 3.5rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .clim-sub h1 {
        font-size: 2.8rem;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 3.5rem;
        font-weight: 600;
    }

    .sub-p p {
        max-width: 1300px;
        margin: auto;

    }

    .sub-p {

        padding-bottom: 100px;

        font-size: 1.3rem;
        padding-bottom: 2rem;
        line-height: 2.1rem;
        font-weight: 400;
        padding-left: 0px;

        float: right;
    }
}

@media screen and (max-width: 414px) {
    .sub-p {

        padding-bottom: 50px;

        font-size: 1.2rem;
        padding-bottom: 2rem;
        line-height: 2.1rem;
        font-weight: 400;
        padding-left: 0px;

        float: right;
    }

    .fot1 h1 {
        font-size: 2.1rem;
        font-weight: 500;
        padding-bottom: 70px;
    }

    .sub-3 button {
        margin: auto;
        display: block;
        background: transparent;
        border: 2px solid white;
        font-size: 1.2rem;
        border-radius: 50px;
        font-weight: 400;

        padding: 20px 50px 20px 50px;
    }

    header img {
        width: 70px;
        height: 70px;
    }

    .home-h1 h1 {
        font-size: 2.9rem;
        line-height: 3.9rem;
    }

    .home-h1 {
        padding-top: 210px;
    }

    video {

        width: 400px;
        height: 300px;
        border-radius: 25px;
        object-fit: cover;
    }

    .carousel-track {
        display: flex;
        transition: transform 0.3s ease;
        will-change: transform;
        cursor: grab;
        gap: 1rem;

    }

    .carousel {
        /* position: relative; */
        overflow: hidden;
        width: 100%;
        height: 420px;

        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .clim-1 {
        /* padding: 50px;
        grid-template-columns: repeat(2, 1fr);
        display: grid; */
        gap: 2rem;
        display: grid;

        padding: 20px;
    }

    .img-2 video {

        width: 100%;
        height: 330px;
        border-radius: 25px;
        object-fit: cover;
    }

    .value--accordion-title {
        font-size: 3rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .value--content .value--data .section--subtitle {
        color: black;
        font-size: 2.5rem;
        font-weight: 400;

        /* padding-left: 20px; */


    }

    .clim-sub h1 {
        font-size: 2.5rem;
    }

    .video1 video {
        width: 360px;
        height: 250px;
    }

    .clim-sub1 h2 {
        padding-top: 40px;
        font-size: 2.1rem;
        font-weight: 400;
        padding-bottom: 100px;
        /* padding-top: 140px; */
    }

    .clim3 {

        justify-content: space-between;
        display: flex;
        gap: .5rem;
    }

    .clim2 {
        padding-bottom: 50px;
    }

    .clim1 {
        background: linear-gradient(170deg,

                hsl(0, 100%, 50%),
                hsl(330, 100%, 70%),
                hsl(270, 100%, 50%),
                hsl(120, 100%, 50%));
        padding-bottom: 0;
        width: 100%;
        height: 10px;
        align-self: center;
    }

    .sub-p {

        padding-bottom: 50px;

        font-size: 1.2rem;
        padding-bottom: 2rem;
        line-height: 2.1rem;
        font-weight: 400;
        padding-left: 0px;

        float: right;
    }

    .sub-3 button {
        margin: auto;
        display: block;
        background: transparent;
        border: 2px solid white;
        font-size: 1.2rem;
        border-radius: 50px;
        font-weight: 400;

        padding: 20px 50px 20px 50px;
    }

    .sub4 h1 {
        font-size: 1.7rem;
        font-weight: 400;
        padding-bottom: 200px;
        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub5-1 h1 {
        font-size: 1.7rem;
        font-weight: 400;

        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub4 span {
        float: right;
        font-size: 1.3rem;
        padding-top: 30px;
    }

    .dropdown-menu {
        display: none;
        background-color: black;
        position: fixed;
        top: 100px;
        left: 0;
        height: 100vh;
        /* Full screen height */
        width: 100%;
        /* Full screen width */
        flex-direction: column;
        /* justify-content: end;
        align-items: end; */
        z-index: 999;
        transition: opacity 0.3s ease;
    }



    #moving-text {
        /* position: absolute;

        left: 0;
        right: 0;
        text-align: center;
        width: 100%; */

        font-size: 45px;
        /* font-weight: bold;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        white-space: nowrap;
        animation: moveTextAcrossScreen 20s linear infinite;
        pointer-events: none;
        z-index: 100; */

    }

    .video-containero video {
        width: 250px;
        height: 250px;

        border-radius: 17px;

    }

    .preloader {
        width: 100%;
    }


}

@media screen and (max-width: 380px) {

    #moving-text {
        /* position: absolute;

        left: 0;
        right: 0;
        text-align: center;
        width: 100%; */

        font-size: 28px;
        /* font-weight: bold;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        white-space: nowrap;
        animation: moveTextAcrossScreen 20s linear infinite;
        pointer-events: none;
        z-index: 100; */

    }



    .fot1 h1 {
        font-size: 1.6rem;
        font-weight: 500;
        padding-bottom: 40px;
    }


    .sub4 h1 {
        font-size: 1.5rem;
        font-weight: 400;
        padding-bottom: 200px;
        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub5-1 h1 {
        font-size: 1.5rem;
        font-weight: 400;

        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub4 span {
        float: right;
        font-size: 1.3rem;
        padding-top: 30px;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 3rem;
        font-weight: 600;
    }

    header img {
        width: 60px;
        height: 60px;
    }

    .dropdown-menu ul {
        list-style: none;
        /* padding: 40px; */
        display: flex;
        flex-direction: column;
        /* justify-content: end;
        align-items: end; */
    }

    .dropdown-menu ul li {
        /* padding: 25px 0; */
        padding-top: 2rem;
        /* padding-left: 10px;
        text-align: end; */
    }

    .dropdown-menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 2.1rem;
    }

    .home-h1 h1 {
        font-size: 2.9rem;
        line-height: 3.9rem;
    }

    .home-h1 {
        padding-top: 190px;
    }

    .animated-button {


        /* padding: 10px 20px; */

        text-align: center;

        /* font-size: 16px; */
        /* Font size */
        cursor: pointer;
        /* Pointer cursor */
        /* border-radius: 5px; */
        /* Rounded corners */
        position: relative;

        animation: pulsate 1.5s infinite;
        /* Continuous animation */
        overflow: hidden;
        /* Hide overflow */
        transform-origin: center;


        height: 50px;
        width: 180px;
        transition: transform 6s ease;
        /* Smooth transform transition */
    }

    .carousel video {

        width: 350px;
        height: 300px;
        border-radius: 25px;
        object-fit: cover;
    }

    .carousel-track {
        display: flex;
        transition: transform 0.3s ease;
        will-change: transform;
        cursor: grab;
        gap: 1rem;

    }

    .carousel {
        /* position: relative; */
        overflow: hidden;
        width: 100%;
        height: 350px;

        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .clim-2 h1 {
        font-size: 1.7rem;

        font-weight: 400;
        padding-bottom: 1.2rem;
        line-height: 3.1rem;
    }

    .clim-2 p {
        font-size: 1.1rem;

    }

    .value--accordion-title {
        font-size: 2.5rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .value--content .value--data .section--subtitle {
        color: black;
        font-size: 2.1rem;
        font-weight: 400;

        /* padding-left: 20px; */


    }

    .value--accordion {
        padding-top: 17px;
    }

    .value {
        /* padding-top: 20px;
        padding-bottom: 50px; */
        background: white;
        color: black;
        padding-top: 80px;

    }

    .clim-sub h1 {
        font-size: 2.2rem;
    }

    .video1 video {
        width: 330px;
        height: 250px;
    }

    .clim-sub {
        padding-top: 50px;
    }

    .grid-item1 p {
        font-size: 1.1rem;
        padding-bottom: 1rem;
        line-height: 2rem;
        font-weight: 400;
    }

    .grid-item1 h1 {
        font-size: 2.1rem;
        font-weight: 400;
        padding-bottom: 2rem;
    }

    .grid-item1 img {
        width: 230px;
        height: 230px;
        border-radius: 50%;

    }

    .search-button .bx {
        padding: 28px;
        background: rgb(151, 151, 151);
        color: white;
        border-radius: 5rem;
        font-size: 1.5rem;

    }

    .search-input {
        width: 100%;
        padding: 30px 50px 30px 15px;
        font-size: 16px;
        border: 2px solid #ccc;
        border-radius: 50px;
        outline: none;
        transition: border-color 0.3s;
    }

    .search-container {
        display: flex;
        align-items: center;
        width: 100%;

        position: relative;
    }

    .fot5 button,
    .fot4 button {
        /* border: 1px solid white;
    background: transparent;
    
    padding: 15px 120px 15px 40px;
    border-radius: 50px;
    font-size: 2rem;
    text-align: center; */
        background: transparent;
        border: 2px solid white;
        color: white;
        /* padding: 7px; */
        padding: 20px 60px 20px 60px;
        text-align: center;
        border-radius: 50px;
        font-size: 1rem;
        /* padding-left: 9px;
    padding-right: 9px; */
        font-weight: 300;
    }

    .fot7 span {
        font-size: .9rem;
    }

    .preloader {
        width: 100%;
    }


}

@media screen and (max-width: 320px) {
    .fot1 h1 {
        font-size: 1.5rem;
        font-weight: 500;
        padding-bottom: 40px;
    }

    #moving-text {
        /* position: absolute;

        left: 0;
        right: 0;
        text-align: center;
        width: 100%; */

        font-size: 30px;
        /* font-weight: bold;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        white-space: nowrap;
        animation: moveTextAcrossScreen 20s linear infinite;
        pointer-events: none;
        z-index: 100; */

    }

    .text1 {
        display: flex;
        gap: 2rem;
        position: fixed;
        left: -100%;
    }

    .sub4 h1 {
        font-size: 1.3rem;
        font-weight: 400;
        padding-bottom: 150px;
        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub5-1 h1 {
        font-size: 1.3rem;
        font-weight: 400;

        /* font-size: 3rem; */
        font-weight: 400;
        line-height: 3rem;
    }

    .sub4 span {
        float: right;
        font-size: 1.1rem;
        padding-top: 30px;
    }

    .sub-3 {
        padding-bottom: 50px;
        display: grid;
    }

    .sub-p {

        padding-bottom: 50px;

        font-size: 1rem;
        padding-bottom: 2rem;
        line-height: 2.1rem;
        font-weight: 400;
        padding-left: 0px;

        float: right;
    }

    .sub-3 button {
        margin: auto;
        display: block;
        background: transparent;
        border: 2px solid white;
        font-size: 1rem;
        border-radius: 50px;
        font-weight: 400;

        padding: 20px 40px 20px 50px;
    }

    button a {
        display: flex;
    }

    .clim2 h1,
    .clim4 h1 {
        font-size: 2.5rem;
        font-weight: 600;
    }


    .grid-item1 img {
        width: 200px;
        height: 200px;
        border-radius: 50%;

    }

    .grid-item1 p {
        font-size: 1rem;
        padding-bottom: 1rem;
        line-height: 1.8rem;
        font-weight: 400;
    }

    .grid-item1 h1 {
        font-size: 2rem;
        font-weight: 400;
        padding-bottom: 1rem;
    }

    .dropdown-menu ul {
        list-style: none;
        /* padding: 40px; */
        display: flex;
        flex-direction: column;
        /* justify-content: end;
        align-items: end; */
    }

    .dropdown-menu ul li {
        /* padding: 25px 0; */
        padding-top: 2rem;
        /* padding-left: 10px;
        text-align: end; */
    }

    .dropdown-menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 1.7rem;
    }

    header img {
        width: 50px;
        height: 50px;
    }

    .hamburger {

        width: 24px;
        height: 20px;
    }

    .home-h1 h1 {
        font-size: 2.5rem;
        line-height: 3.3rem;
    }

    .home-h1 {
        padding-top: 150px;
    }

    .animated-button {


        /* padding: 10px 20px; */

        text-align: center;


        /* font-size: 16px; */
        /* Font size */
        cursor: pointer;
        /* Pointer cursor */
        /* border-radius: 5px; */
        /* Rounded corners */
        position: relative;
        padding: 1px 30px 1px 1px;
        animation: pulsate 1.5s infinite;
        /* Continuous animation */
        overflow: hidden;
        /* Hide overflow */
        transform-origin: center;

        width: 150px;

        height: 40px;

        transition: transform 6s ease;
        /* Smooth transform transition */
    }

    .button-text {
        font-size: 12px;
    }

    .carousel video {

        width: 300px;
        height: 250px;
        border-radius: 25px;
        object-fit: cover;
    }

    .carousel {
        /* position: relative; */
        overflow: hidden;
        width: 100%;
        height: 300px;

        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .clim-2 h1 {
        font-size: 1.3rem;

        font-weight: 400;
        padding-bottom: 1.2rem;
        line-height: 2.4rem;
    }

    .clim-2 p {
        font-size: 0.97rem;

    }

    .img-2 video {

        width: 100%;
        height: 310px;
        border-radius: 25px;
        object-fit: cover;
    }

    .value--accordion-title {
        font-size: 2.1rem;
        font-weight: 700;

        color: black;
        font-weight: 500;
    }

    .value--content .value--data .section--subtitle {
        color: black;
        font-size: 1.5rem;
        font-weight: 400;

        /* padding-left: 20px; */


    }

    .clim-sub h1 {
        font-size: 1.8rem;
    }

    .video1 video {
        width: 280px;
        height: 200px;
    }

    .clim-sub1 h2 {
        padding-top: 50px;
        font-size: 1.8rem;
        font-weight: 400;
        padding-bottom: 100px;
        /* padding-top: 140px; */
    }

    .sub5-1 {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .grid-sub h3 {
        font-size: 1rem;
        font-weight: 400;
    }

    .grid-sub span {
        font-size: 1rem;
        font-weight: 400;
        color: #868686;

    }

    .grid-sub h2 {
        font-size: 1rem;
        font-weight: 400;
    }

    .fot1 span {
        font-size: 1.1rem;
        font-weight: 400;


    }

    .fot1 {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .fot2 h2 {
        font-size: 1.1rem;
    }

    .search-button .bx {
        padding: 23px;
        background: rgb(151, 151, 151);
        color: white;
        border-radius: 5rem;
        font-size: 1.5rem;

    }

    .search-input {
        width: 100%;
        padding: 25px 50px 25px 15px;
        font-size: 16px;
        border: 2px solid #ccc;
        border-radius: 50px;
        outline: none;
        transition: border-color 0.3s;
    }


    .fot5 button,
    .fot4 button {
        /* border: 1px solid white;
    background: transparent;
    
    padding: 15px 120px 15px 40px;
    border-radius: 50px;
    font-size: 2rem;
    text-align: center; */
        background: transparent;
        border: 2px solid white;
        color: white;
        /* padding: 7px; */
        padding: 16px 50px 16px 50px;
        text-align: center;
        border-radius: 50px;
        font-size: .9rem;
        /* padding-left: 9px;
    padding-right: 9px; */
        font-weight: 300;
    }

    .fot7 span {
        font-size: .7rem;
    }

    .dropdown-menu {
        display: none;
        background-color: black;
        position: fixed;
        top: 90px;
        left: 0;
        height: 100vh;
        /* Full screen height */
        width: 100%;
        /* Full screen width */
        flex-direction: column;
        /* justify-content: end;
        align-items: end; */
        z-index: 999;
        transition: opacity 0.3s ease;
    }

    /* i {
        font-size: .8rem;
    } */

    .video-containero video {
        width: 250px;
        height: 200px;

        border-radius: 17px;

    }

    .preloader {
        width: 100%;
    }


}