/* navbar css start */
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth !important;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5)), url('./images/banner-bg.png');
    /* background-size:cover; */
    /* background-position: center; */
    
    /* width: 100vh; */
    /* cursor: none; */
    overflow-x: hidden !important;
    
}

:root {
    --color-1: #3499cc;
    --color-2: #55c3bd;
    --btn-color: linear-gradient(to right, #3499cc, #55c3bd);
    --btn-h-color: linear-gradient(to right, #55c3bd, #3499cc);
}

/* Style the scrollbar */
::-webkit-scrollbar {
    width: 12px;
    /* Width of the scrollbar */
    height: 12px;
    /* Height of the scrollbar for horizontal scrolling */
}

/* Track */
::-webkit-scrollbar-track {
    background: #212121;
    /* Color of the scrollbar track */
    /* Rounded corners for the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-1);
    /* Color of the scrollbar handle */
    border-radius: 10px;
    /* Rounded corners for the handle */
}





/* curser */





.navbar {
    padding-top: 10px;
    background-color: transparent;
    transition: background-color 0.5s, margin-left 0.5s, margin-right 0.5s;
    /* Adjusted for smoother transitions */
    height: 82px;
    
    /* Increase the top and bottom padding for more height */
}

.nav-link.active {
    color: var(--color-2) !important;
}

.navbar.scrolled {
    background-color: black;
}

.nav-link {
    color: white !important;
    font-size: 17px;
    font-weight: 600;
    /* margin-top: 10px; */
    margin-right: 20px;

    &:hover {
        color: var(--color-1) !important;
    }
}


.navbar-toggler-icon {
    /* color: white; */
    /* background-color: white; */
    border-radius: 0pc;

}

.btn-toggle {
    /* color: white; */
    /* background-color: #007bff; */
    /* Change to desired color */
    /* color: rgb(255, 255, 255); */
    /* Remove border */
    border-radius: 0pc;
    
}
.fa-bars{
background: #000 !important;
    font-size: 1.5rem !important;  /* Adjust icon size */
    color: #ffffff !important;     /* Change the color */
}
.navbar .btn {
    margin-right: -20px;
    
    transition: 1s margin-right linear;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 160px;
    height: 45px;
    color: white;
    background: var(--btn-color);
    border-radius: 3rem;
    &:hover{
        background: white;
        color: black;
    }
}

.navbar-brand {
    margin-left: -20px;
    transition: 1s all linear;
    z-index: -10 !important;

}

.navbar-brand img {
    z-index: -10 !important;
    width: 200px;
}

.text-white {
    margin-top: 70px;
}

.text-white img {

    width: 200px;
}


/* Sidebar styles */
#sidebar {
    position: fixed;
    top: 0px;
    padding-top: 80px !important;
    right: -300px;
    /* Hidden by default */
    height: 100%;
    width: 300px;
    background-color: black;
    transition: right 0.3s;
    padding: 20px;
    z-index: 1000 !important;
    /* Ensure it appears on top */
}

#sidebar.show {
    right: 0;
    /* Slide in */
}






/* Dropdown Item with Icon */
.dropdown-item {
    /* width: 500px; */
    padding: 10px 25px; /* Padding for dropdown items */
    color: white !important; /* Text color */
    text-decoration: none; /* Remove underline */
    display: flex; /* Use flex to align icon and text */
    align-items: center; /* Center items vertically */
}

/* Add margin to icons */
.dropdown-item i {
    color: white !important;
    margin-right: 10px; /* Space between icon and text */
}

/* Hover Effect for Dropdown Items */
.dropdown-item:hover {
    background: var(--btn-color); /* Background color on hover */
    color: #ffffff !important; /* Change text color on hover */
}

/* Show the dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block; /* Make sure dropdown is displayed on hover */
}

/* Add transition effects */
.dropdown-menu {
    transition: all 0.3s ease; 
    
    background: #000 !important;
    color: white !important;
    /* Smooth transition for dropdown */
}

@media (min-width: 992px) {

    /* For larger screens (desktop) */
    #sidebar {
        display: none;
        /* Hide sidebar on desktop */
    }
}

/* navbar css end */

.content {
    height: 300px;

    padding-top: 80px;
width: 100% !important;
    text-align: center;
    color: white;
/* border: 2px solid red; */
z-index: -1;
}

.content img {
    width: 100% !important;
    height: 500px;
    margin-top: -100px;
    z-index: 11;

}

.content .content-box {
    margin-top: -320px !important;
    /* border: 2px solid red ; */
    width: 100%;
    margin: auto;
    
}

.content .content-box h1 {
    font-family: Syne sans-serif;
    color: rgba(255, 255, 255, 0.691);
    font-size: 75px !important;
    width: 30%;
    text-align: center;
    margin: auto;

    /* text-transform: uppercase; */
    font-weight: 700;
}
@media (max-width: 1300px) {
    .content .content-box h1{
        font-size: 50px !important;
    width: 100%;
    /* color:   red !important; */

    }
}
.content .content-box p {
    font-size: 18px;
    font-weight: 700;
}

.content .content-box .content-sec-btn {
    /* border: 2px solid red; */
    width: 170px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 3rem;
    background: var(--btn-color);
    color: white;

    &:hover {
        background: var(--btn-h-color);
    }
}
















/* slider */
/* .slider{
    border: 2px solid red;
    margin-top: 150px;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 30px;
    overflow: hidden; 
    white-space: nowrap; 
    box-sizing: border-box;
    width: 100%;
}
.imges{
    border: 2px solid green;
    width: 300px;
    height: 200px;

    align-self: center;
    ; 
    animation: marquee 8000Ms  linear infinite;
}
.slider :nth-child(even){
    margin-top: 120px;
}
@keyframes marquee {
    0% {
        transform: translateX(100); 
    }
    100% {
        transform: translateX(-100%); 
    }
} */




/* slider */
/* .slider{
    border: 2px solid red;
    margin-top: 150px;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 30px;
    overflow: hidden; 
    white-space: nowrap; 
    box-sizing: border-box;
    width: 100%;
}
.imges{
    border: 2px solid green;
    width: 300px;
    height: 200px;

    align-self: center;
    ; 
    animation: marquee 8000Ms  linear infinite;
}
.slider :nth-child(even){
    margin-top: 120px;
}
@keyframes marquee {
    0% {
        transform: translateX(100); 
    }
    100% {
        transform: translateX(-100%); 
    }
} */



.slider {
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-self: center;
    min-height: 400px;
    /* border: 2px solid blue; */
    /* background-color: #f0f0f0; */
    z-index : -1;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 400px;
    justify-content: stretch;
    /* border: 2px solid blue; */
    z-index: -1;

}

.marquee :nth-child(even) {
    margin-top: 60px;
}

.marquee-content {
    display: flex;
    gap: 20px;
    position: relative;
    white-space: nowrap !important;
    /* z-index: -1; */

}

.marquee-content img {
    border: 3px solid #55c3bd;
    object-fit: cover;
    z-index: -1;

}

.marquee-content img {
    width: 200px;
    height: 200px;
    /* height: auto; */
    border-radius: 10px;
    z-index: -1;

}




/* section-2 */
.section-2 {
    z-index: 10;
    box-shadow: 0px -150px 35px 0px rgba(4, 4, 4, 0.627);
    height: 830px;
    width: 100%;
    margin-top: -120px;
    border: 2px solid rgb(0, 0, 0);
    background: black !important;
    position: relative;
    /* Needed for absolute positioning of slider */
    overflow: hidden;
    /* Ensure no overflow from section */
}

.section-2 .slider-2 {
    display: flex;
    justify-content: flex-start;
    /* Align items to the left */
    align-items: center;
    /* Center items vertically */
    gap: 20px;
    width: 100%;
    height: 100px;
}

.slider-2 {
    position: absolute;
    /* Position for animation */
    white-space: nowrap;
    /* Prevent line breaks */
    animation: marquee1 20s linear infinite;

    &:hover {
        animation-play-state: paused;
    }
}

.slider-2 a {
    text-decoration: none;
    color: white;
    font-weight: 700;

    text-align: center;


}

/* Duplicate the content for seamless scrolling */
.slider-2::after {
    content: attr(data-content);
    /* Use data-content attribute for duplication */
}

/* Optional background for the marquee */
.slider-content {
    background: linear-gradient(to right, #212121, #333);
    /* Gradient background */
    margin-top: 10px;
    padding-top: 8px;
    width:140px;
    height: 40px;
    border-radius: 3rem;

    &:hover {
        background: white;
        color: black;
    }

}

/* Enhanced marquee animation */
@keyframes marquee1 {
    0% {
        transform: translateX(-100%);
        /* Start off-screen right */
    }

    100% {
        transform: translateX(100%);
        /* End off-screen left */
    }
}

.section-2-main {
    width: 100%;
    justify-content: center;
    gap: 0px;
    height: 600px;
    margin-top: 120px;
    display: flex;
    padding: 80px;
    /* border: 2px solid white; */

}
@media (max-width: 858px) {
    .section-2-main{
    margin-top: 160px;

        flex-direction: column;

    }
    .img-side {
        width: 100% !important;
        height: 800px !important;
        /* border: 2px solid white; */
    
    }
    .content-side {
        padding-left: 0pc !important;
        /* border: 2px solid white; */
width: 100% !important;
margin-bottom: 60px;
    }
    .content-side h1 {
        margin-top: 10px !important;
        font-size: 12px !important;
    }
    
    .content-side h2 {
        font-size: 35px !important;
        font-weight: 700;
    }
    
    .content-side p {
        font-size: 12px !important;
    }
    .section-2-btn {
        text-decoration: none;
        width: 100px !important;
        height: 30px !important;
        background: black;
        border: 2px solid #55c3bd;
        font-size: 1px !important;
        margin-top: 10px !important;
        border-radius: 3rem;
    
        &:hover {
            background: var(--btn-h-color);
            color: white;
        }

    }
    .section-2-btn a{
        font-size: 12px !important;
    }
    .big-marque h1 {
        font-size: 50px !important;
        margin-top: 10px !important;
      
    }
    
}
.img-side {
    width: 50%;
    height: 100%;
    /* border: 2px solid white; */

}

.images-inside {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 5px;
    /* border: 2px solid yellow; */
}

.img-1 {
    /* border: 2px solid red; */
    width: 50%;
    height: 100%;
}

.img-1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-2 {
    /* border: 2px solid red; */
    width: 50%;
    height: 100%;

}

.img-2-1 {
    height: 45%;
    width: 100%;
    /* border: 2px solid blue; */

}

.img-2-1 img,
.img-2-2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-2-2 {
    margin-top: 20px;
    height: 50%;
    width: 100%;
    /* border: 2px solid blue; */
}

.content-side {
    width: 50%;
    height: 100%;
    /* border: 2px solid white;  */
    color: white;
    padding-top: 30px;
    padding-left: 5pc;
}

.content-side h1 {
    margin-top: 30px;
    font-size: 22px;
}

.content-side h2 {
    font-size: 52px;
    font-weight: 700;
}

.content-side p {
    font-size: 18px;
}

.section-2-btn {
    text-decoration: none;
    width: 200px;
    height: 50px;
    background: black;
    border: 2px solid #55c3bd;

    margin-top: 30px;
    border-radius: 3rem;

    &:hover {
        background: var(--btn-h-color);
        color: white;
    }
}

.section-2-btn a {
    text-decoration: none;
    color: white;
    /* background: yellow; */

    font-size: 20px;

    &:hover {
        color: white;
    }
}

.big-marque h1 {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0px;
    /* color: #ffffff; */
    text-align: center;
    color: transparent;
    /* Makes the inside of the text transparent */
    -webkit-text-stroke: 1px #fffbfbb0;
    word-spacing: 15px;
    letter-spacing: 5px;
    position: relative;
    white-space: nowrap;
    animation: marquee 10s linear infinite;

    &:hover {
        animation-play-state: paused;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
        /* Start from the right side */
    }

    100% {
        transform: translateX(-100%);
        /* Move to the left side */
    }
}

.section-3 {
    width: 100%;
    height: 1000px;
    /* border: 2px solid rgb(0, 255, 51); */
    /* background: blue; */
    background: rgb(52, 153, 204);
    background: radial-gradient(circle, rgba(52, 153, 204, 1) 32%, rgba(85, 195, 189, 1) 100%);
    margin-top: -50px;
    box-shadow: -3px -250px 100px 7px rgba(0, 0, 0, 1) inset;
}

.sec-3-con {
    margin-top: 20px;
    display: flex;
    padding: 150px;
    height: 400px;
    /* border: 2px solid red; */
    color: white;
}
@media (max-width: 858px){
    .sec-3-con {
    padding: 20px !important;


    }
    .section-3{
        height: 750px !important;
    }
    .sec-3-con .section-3-cont-1 h1 {
        font-size: 13px !important;
        text-transform: uppercase;
        font-weight: 700;
    }
    .sec-3-con .section-3-cont-1 h2 {
        font-size: 25px !important;
        font-weight: 700;
    
    }
    .sec-3-con .section-3-cont-2 {
        margin-top: 40px !important;
        width: 50%;
        height: 150px;
        /* border: 2px solid white; */
    }
    .sec-3-con .section-3-cont-2 p {
        font-size: 15px !important;
    }
    .video-container {
        margin-top: -155px !important;
        position: relative;
        width: 100%;
        max-width: 380px !important;
        border-radius: 1rem;
        aspect-ratio: 16 / 9;
        margin: auto ;
     
    }
    .star {
       display: none !important;
    }
    .section-4 {
        height: 460px !important;
        margin-top: -130px !important;
        width: 100%;
        background: black;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        /* border: 2px solid red; */
    }
}
.sec-3-con .section-3-cont-1 {
    margin-top: 40px;
    width: 50%;
    height: 150px;
    /* border: 2px solid white; */
}

.sec-3-con .section-3-cont-1 h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.sec-3-con .section-3-cont-1 h2 {
    font-size: 45px;
    font-weight: 700;

}

.sec-3-con .section-3-cont-2 {
    margin-top: 80px;
    width: 50%;
    height: 150px;
    /* border: 2px solid white; */
}

.sec-3-con .section-3-cont-2 p {
    font-size: 20px;
}





















.video-container {
    margin-top: 100px;
    position: relative;
    width: 100%;
    max-width: 900px;
    border-radius: 1rem;
    aspect-ratio: 16 / 9;
    margin: auto;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 2rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent overlay */
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    border-radius: 3rem !important;

    transition: opacity 0.3s ease;
    /* Smooth transition */
}

.overlay img {
    border-radius: 3rem !important;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    font-size: 1rem;
    /* Increased size */
    color: white;
    /* Color of the icon */
    background: #55c3bd;
    /* Semi-transparent red background */
    border: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* Circular button */
    pointer-events: auto;
    /* Enable pointer events for the button */
    padding: 10px;
    /* Padding around the icon */
    transition: transform 0.3s ease, background 0.3s ease;
    /* Smooth transition */
    opacity: 0;
    /* Initially hidden */
}

.play-button i {
    color: black;
    font-size: 20px;
}

.overlay:hover .play-button {
    opacity: 1;

    /* Show play button on hover */
}

.play-button:hover {
    background: rgba(255, 255, 255, 0.286);
    /* Solid red background on hover */
    transform: scale(1.1);
    /* Slightly enlarge the button on hover */
}

.star {
    font-size: 800px;
    color: transparent;
    /* Makes the inside of the text transparent */
    -webkit-text-stroke: 2px #fffbfbb0;
    margin-top: -570px;
    margin-left: -80px;
}

.section-4 {
    height: 160px;
    width: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border: 2px solid red; */
}


.counters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: -120px !important;
    max-width: 1200px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* background: #fff; */
    border-radius: 10px;
    position: absolute;
    /* Position the counters relative to section */
    opacity: 0;
    /* Start hidden */
    transform: translateX(-50px);
    /* Start off to the left */
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* Transition for the fade-in */
}

.counters.visible {
    opacity: 1;
    /* Fade in */
    transform: translateX(0);
    /* Move to original position */
}

.counter {
    flex: 1;
    margin: 0 15px;
    /* Adjust margin for better spacing */
    text-align: center;
    width: 200px;
    /* Fixed width */
    height: 180px;
    /* Fixed height */
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center content vertically */

}

.counter h3 {
    color: white;
    /* border: 2px solid blue; */
    align-self: center;
}

.counter:hover {
    transform: scale(1.05);
}

.number-box {
    display: flex;
    /* border: 2px solid green; */
    justify-content: center;
    font-weight: 700;

}

.number {
    /* display: flex; */
    font-size: 3rem;
    /* Increased font size for numbers */
    color: #ffffff;

}

.divider {
    height: 2px;
    /* Divider height */
    background-color: #ffffff;
    /* Divider color */
    margin: 0px auto;
    /* Center the divider */
    width: 60%;
    /* Width of the divider */
}

.heading {
    font-size: 1.2rem;
    /* Reduced font size for headings */
    margin-top: 10px;
    /* Space above heading */
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .counters {
        flex-direction: column;
        /* Stack counters on smaller screens */
        align-items: stretch;
        /* Stretch to full width */
    }

    .counter {
        margin: 10px 0;
        /* Adjust margin for vertical spacing */
        width: 100%;
        /* Full width on smaller screens */
        height: auto;
        /* Auto height for better responsiveness */
    }
}

.main-divider {
    height: 100px;
    width: 200px;
    /* Thickness of the line */
    background-color: rgb(255, 3, 3);
    /* Color of the line */
    margin: 120px 0;
    /* Space above and below the line */
}

.section-5 {
    width: 100%;
    height: 600px;
    background: black;
    /* border: 2px solid blue; */


}

.section-5 .divider2 {
    height: 1px;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.731);
    /* Color of the line */
    margin: auto;
    /* Space above and below the line */
}

.section-5 h4 {
    margin-top: 100px;
    text-align: center;
    color: white;
    font-weight: 600;
}

.section-5 h1 {
    font-size: 55px;
    text-align: center;
    color: white;
    font-weight: 700;
}




@media (max-width: 858px){

    .section-5 {
        width: 100%;
        height: 1350px !important;
        background: black;
       
    
    
    }
    .icon-box{
        max-width: 330px !important;

    }
    .icon-dusra {
        margin-top: 50px;
        transition: all 1.9s ease;
    
        &:hover {
    
            transform: translateY(0px) !important;
        }
    }
}



.icon-box {
    position: relative;
    /* For absolute positioning of pseudo-elements */
    width: 100%;
    /* Full width for mobile */
    max-width: 250px;
    /* Maximum width for larger screens */
    height: 250px;
    /* Fixed height for uniformity */
    padding: 20px;
    border-top: 2px solid #3499cc;
    /* Full border on top */
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: left;
    display: flex;
    background: #212121;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    margin: 0px auto;
    /* Center on larger screens */
    overflow: hidden;
    /* Prevent pseudo-elements from overflowing */
}

.icon-dusra {
    margin-top: 50px;
    transition: all 1.9s ease;

    &:hover {

        transform: translateY(-50px);
    }
}

.icon-box:hover {

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 24px;
    color: white;
    border: 2px solid #55c3bd;
    padding: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.icon-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 10px 0 5px;
}

.icon-description {
    color: #fffefea7;
    font-size: 0.9rem;
}

/* Pseudo-elements for half borders */
.icon-box::before,
.icon-box::after {
    content: '';
    position: absolute;
    top: 0px;
    /* Adjust this to position vertically */
    width: 2px;
    /* Width of the border */
    height: 50%;
    /* Half the height of the icon box */
    background: var(--btn-color);
    /* Color of the border */
}

.icon-box::before {
    left: 0;
    /* Left border */
}

.icon-box::after {
    right: 0;
    /* Right border */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .icon-box {
        height: auto;
        /* Allow height to adjust */
        padding: 15px;
        /* Adjust padding for smaller screens */
    }

    .icon {
        font-size: 20px;
        /* Adjust icon size for smaller screens */
    }

    .icon-title {
        font-size: 1rem;
        /* Adjust title size for smaller screens */
    }

    .icon-description {
        font-size: 0.8rem;
        /* Adjust description size for smaller screens */
    }
}

/* Additional styles for better responsiveness */
@media (max-width: 576px) {
    .icon-box {
        max-width: 100%;
        /* Full width for very small screens */
        margin: 10px 0;
        /* Space between icon boxes */
    }
}




.big-marque2 {
    overflow: hidden;
    width: 100%;
}

.big-marque2 h1 {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0px;
    /* color: #ffffff; */
    text-align: center;
    color: transparent;
    /* Makes the inside of the text transparent */
    -webkit-text-stroke: 1px #fffbfbb0;
    word-spacing: 15px;
    letter-spacing: 5px;
    position: relative;
    white-space: nowrap;
    animation: marquee3 10s linear infinite;

    &:hover {
        animation-play-state: paused;
    }
}

@keyframes marquee3 {
    0% {
        transform: translateX(100%);
        /* Start from the right side */
    }

    100% {
        transform: translateX(-100%);
        /* Move to the left side */
    }
}


.section-6 {
    height: 900px;
    width: 100%;
    background: black;
    position: relative;
}
@media (max-width: 768px) {
    .sec-6-main-content {
      
        padding: 20px !important;
        gap: 10px !important;
    }
    .sec-6-p {
     display: none;
    }
}
.sec-6-main-content {
    height: 200px;
    /* border: 2px solid white; */
    display: flex;
    justify-content: center;
    padding: 40px;
    gap: 40px;
   
}

.sec-6-h {
    /* border: 2px solid white; */
    width: 320px;
}
.sec-6-h h3{
    color: white;
    font-size: 15px;
    text-transform: uppercase;
}
.sec-6-h  h1{
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;

}
.sec-6-p {
    /* border: 2px solid white; */
    width: 520px;
}
.sec-6-p p{
    margin-top: 30px;
    color: white;
    font-size: 18px;
}
.sec-6-btn {
    display: flex;
    justify-content: flex-end;
    /* border: 2px solid white; */
    width: 320px;
    overflow-x: hidden;
}

.sec-6-btn .sec-6-vew-btn{
    margin-top: 30px;
    width: 150px;
    height: 50px;
    border: 2px solid #55c3bd;
    border-radius: 3rem;
    background: transparent;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    &:hover{
        background: var(--btn-color);
        border: none;
    }
}


@media (max-width: 768px) {
   
.section-slider{
    /* border: 2px solid blue; */
    padding: 0px !important;
   
} 
}


.section-slider{
    /* border: 2px solid blue; */
    padding: 50px;
    display: flex;
    justify-content: center;
}


.slider-container {
    width: 100%; /* Adjust the width as needed */
    overflow: hidden; /* Hide overflow */
    position: relative;
    ; /* Optional: border for the container */
  }
  
  .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease; /* Smooth transition */
    will-change: transform; /* Optimize performance */
  }
  
  .slider-slide {
    flex: 0 0 auto; /* Prevent slides from shrinking */
    width: 350px; /* Fixed width for each slide */
    height: 500px; /* Fixed height for each slide */
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; /* Remove margin to eliminate gaps */
    border-radius: 50px;
    border: 3px solid #55c3bd; /* Optional: border for each slide */
    position: relative; /* Positioning for overlap */
    z-index: 1; /* Stack order */
  }
  
  /* Apply margin-top for odd slides */
  .slider-slide:nth-child(odd) {
    margin-top: 50px; /* Margin for odd slides */
    transition: all 2s ease;
    &:hover{
        margin-top: -5px;
    }
  }
 
  .slider-slide:nth-child(even) {
    margin-top: 0px; /* Margin for odd slides */
    transition: all 1s ease;
    &:hover{
        margin-top: 10px;
    }
  }
 
  /* Overlapping effect */
  .slider-slide:not(:first-child) {
    margin-left: -80px; /* Adjust the negative margin for overlap */
  }
  
  /* Overlay styles */
  .overlay1 {
    position: absolute;
    bottom: 100px;
    top: 400px;
    display: unset;
    left: 30px;
    opacity: 0; /* Initially hidden */
   font-weight: 700;
   color: white;
   transform: translateY(10px); /* Slight move up */
   z-index: 2; /* Ensure overlay is above other content */
}

.slider-slide:hover .overlay1 {
      /* background: rgba(0, 0, 0, 0.324); */
    opacity: 1; /* Show overlay on hover */
    transform: translateY(0); /* Move to original position */
  }
  
  /* Button styles */
  .btn-slider {
    /* top:50px; */
    position: absolute;
    bottom: 0px;
    right: 20px;
    background: none;
    border: none;
    width: 35px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 20px;
    background: var(--btn-color) !important;
    color: white !important; /* Icon color */
    z-index: 2; /* Ensure buttons are above the slider */
  }
  
  .btn-prev {
    right: 60px; 
    z-index: 3;
    /* Position left button */
  }
  
  .btn:hover {
    opacity: 0.7; /* Button hover effect */
  }
  
  /* Image styles */
  .slider-slide img {
    width: 100%; /* Full width of slide */
    height: 100%; /* Full height of slide */
    object-fit: cover; /* Cover the slide area */
     /* Match the slide's border radius */
     border-radius: 50px;
     &:hover{
    filter: brightness(51%);

     }
  }
  .section-7 {
    height: 800px;
    width: 100%;
    background: black;
    position: relative;
    
}







.container1 {
    width: 990px ;
    margin: auto;
    background: black; /* Dark grey background for the container */
    padding: 20px;
    border-radius: 5px;
    /* box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1); */
}
@media (max-width: 900px) {
    .container1{
    width: 100% !important ;

    }
    .container1 h1{
        font-size: 40px !important; 
    margin-bottom: 20px !important;

    }
}
.container1 h1 {
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 120px;
    color: rgb(255, 255, 255); /* Change heading color to blue */
}

.faq-item {
    border-bottom: 1px solid #444; /* Darker line for borders */
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center vertically */
    cursor: pointer;
    padding: 15px;
    color: white;
    font-size: 25px !important;
}

.faq-answer {
    padding: 10px 15px 15px;
    display: none; /* Hide the answer initially */
    opacity: 0; /* Start with opacity 0 for fade effect */
    transform: translateY(10px); /* Move it down slightly */
    transition: opacity 0.8s ease, transform 0.8s ease; /* Slow transition to 0.8s */
    color: #ddd; /* Lighter color for the answer text */
}

.faq-answer.show {
    display: block; /* Show the answer */
    opacity: 1; /* Set opacity to 1 */
    transform: translateY(0); /* Move it back to its original position */
}

.faqs-icon {
    font-size: 28px; /* Increase icon size */
    transition: transform 0.5s ease; /* Smooth rotation */
    margin-left: 10px; /* Space between text and icon */
}

.faq-question.active .faqs-icon {
    transform: rotate(180deg); /* Rotate the icon when active */
}

.faq-question.active h3 {
    color: #3499cc; /* Change heading color to blue when active */
}

.faq-question.active {
    border-bottom: 1px solid #3499cc; /* Change border color to blue when active */
}

.faq-question.active .faqs-icon {
    color: #3499cc; /* Change icon color to blue when active */
}


.section-8{
    height: 700px;
    width: 100%;
    background-color: black;
    overflow: hidden;
}
@media (max-width: 768px) {
    .section-8{
        height: 1000px !important;          
    }
}
.section-8 .section-8-content{
    width: 100%;
    height: 300px;
    /* border: 2px solid white; */
    display: flex;
    justify-content: space-around;
    padding: 40px;
    

}
@media (max-width: 768px) {
    .section-8 .section-8-content{
    padding: 20px !important;
    margin-top: 50px;
    margin-bottom: 50px;

    }
    .sec-8-heading{
        /* border: 2px solid red; */
        margin-left: 0px !important;
        width: 700px;
        color: white;
    }
    .sec-8-heading h3{
        font-size: 15px !important;
        font-weight: 600;
        }
        .sec-8-heading h1{
            font-size: 50px !important;
            font-weight: 700;
        }
        .sec-8-btn .sec-8-view-btn{
            
            margin-right: 0px !important;
           
        }
}
.sec-8-heading{
    /* border: 2px solid red; */
    margin-left: 70px;
    width: 700px;
    color: white;
}
.sec-8-heading h3{
font-size: 20px;
font-weight: 600;
}
.sec-8-heading h1{
    font-size: 70px;
    font-weight: 700;
}
.sec-8-btn{
    /* border: 2px solid red; */
    display: flex;
    justify-content: end;
    width: 700px;
}
.sec-8-btn .sec-8-view-btn{
    margin-top: 40px;
    width: 150px;
    margin-right: 80px;
    height: 50px;
    border: 2px solid #55c3bd;
    border-radius: 3rem;
    background: transparent;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    &:hover{
        background: var(--btn-color);
        border: none;
    }
}











.container2 {
    margin-top: -100px;
    display: flex;
    justify-content: center;
    gap: 40px; /* Use flexbox for layout */
    margin-bottom: 50px;
    /* border: 2px solid wheat; */
}
@media (max-width: 768px) {
    .container2{
        flex-direction: column;
        /* padding: 10px; */
    }
    .custom-card {
        width: 390px !important; /* Fixed width */
        height: 250px; /* Fixed height */
        margin: auto !important; /* Remove margin between cards */
        background-color: #212121; /* White background */
        border: 1px solid #dee2e600; /* Light border */
        border-radius: 8px; /* Rounded corners */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Slight shadow */
        padding: 20px; /* Add padding inside the card */
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* Align content to the top */
        transition: transform 0.2s; /* Animation for hover effect */
    }
}

.custom-card {
    width: 500px; /* Fixed width */
    height: 250px; /* Fixed height */
    margin: 0; /* Remove margin between cards */
    background-color: #212121; /* White background */
    border: 1px solid #dee2e600; /* Light border */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Slight shadow */
    padding: 20px; /* Add padding inside the card */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to the top */
    transition: transform 0.2s; /* Animation for hover effect */
}



.custom-card-title {
    margin-top: 20px;
    font-size: 30px;
    color: white;
     /* Remove default margin */
    transition: color 0.3s; /* Animation for color change */
}

.custom-card:hover .custom-card-title {
    background: linear-gradient(to right, #3499cc, #55c3bd); /* Gradient colors */
    -webkit-background-clip: text; /* For WebKit-based browsers */
    -webkit-text-fill-color: transparent; /* For WebKit-based browsers */
    background-clip: text; /* For other browsers */
    text-fill-color: transparent; /* For other browsers */
}

.custom-card-text {
    color: white;
    text-align: left; /* Align text to the left */
    padding: 0; /* Remove padding for text */
}

.custom-button {
    margin-top: 0px; /* Space above button */
    padding: 10px 20px; /* Button padding */
    background: linear-gradient(to right, #3499cc, #55c3bd); /* Gradient colors */
    -webkit-background-clip: text; /* For WebKit-based browsers */
    -webkit-text-fill-color: transparent; /* For WebKit-based browsers */
    background-clip: text; /* For other browsers */
    text-fill-color: transparent; /* For other browsers */
 font-size: 20px;
 margin-left: -20px;
    border: none; /* Remove border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Animation for button hover */
    align-self: flex-start; /* Align button to the left */
}

.section-9{
    margin-top: -50px;
    width: 100%;
    height: 300px;
    background: black;
    /* padding: 100px; */
    /* border: 2px solid white; */

}
@media (max-width: 768px) {
    .section-9{
    margin-top: 0px !important;

        height: 400px !important;
    }
    .big-box{
        height:300px !important;
        width: 85%;
        margin: auto;
        
        flex-direction: column;
    }
    .big-box .sec-9-content{
        margin-top: -20px !important;
        /* border: 2px solid white; */
        width: 100% !important;
        padding: 20px;
    }
    .big-box .sec-9-content h5{
        font-size: 15px;
        letter-spacing: 3px;
        font-weight: 700;
        margin-top: 0px !important;
    
    }
    .big-box .sec-9-form{
        /* border: 2px solid white; */
        margin-top: -10px !important;

        width: 100% !important;
        align-self: center;
        padding: 20px !important;
    }
}
.big-box{
    height:270px;
    width: 85%;
    margin: auto;
    /* border: 2px solid white; */
    border-radius: 2rem;
    background: var(--btn-color);
    display: flex;
    justify-content: space-evenly;

}
.big-box .sec-9-content{
    /* border: 2px solid white; */
    width: 400px;
}
.big-box .sec-9-content h5{
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 60px;

}
.big-box .sec-9-content h1{
    font-size: 50px;
    font-weight: 700;
}
.big-box .sec-9-form{
    /* border: 2px solid white; */
    width: 400px;
    align-self: center;
}





.wrap-input-1 .input:focus{
    outline: none;
  }
  .wrap-input-1 {
    width: 100%;
    margin: 0px 3%;
    position: relative;
    
}
.wrap-input-1 .input {
    color: black !important;
    border: 0;
    padding: 7px 0;
    border-bottom: 2px solid 
    rgba(0, 0, 0, 0.792);
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    background-color: 
    transparent;
}
.wrap-input-1 .input ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: 
    #fff;
    transition: 0.4s;
}
.wrap-input-1 .input:focus ~ .focus-border{
    width: 100%;
    transition: 0.4s;
}
.submit-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: black;
    cursor: pointer;
    font-size: 18px;
}

.submit-icon:focus {
    outline: none;
}


/* Error message styling */
.error-message {
    color: red;
    background-color: black;
    font-size: 0.9em;
    margin-top: 10px;
    text-align: center;
    border-radius: 20px;
    width: 120px;
    margin-left: 10px;
}



/* Custom alert styling */
.custom-alert {
    display: none;
    margin-top: 20px;
    padding: 10px;
    background-color: white;
    color: black;
    font-size: 0.9em;
    border-radius: 5px;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

/* Fade-in animation for custom alert */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.section-10{
    height: 300px;
    width: 100%;
    background: black;
    /* border: 2px solid white; */
    padding-top: 50px;
}



@media (max-width: 768px) {

}


.swiper {
    /* border: 2px solid rgb(85, 25, 25); */
width: 100%;
height: 200px;
 
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 250px !important;
    height: 250px !important; */
}




.swiper-slide img {
   
    border-radius: 0px 200px 200px 0px;

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;

  
  }
  .swiper :hover .swiper-slide:not(:hover) {
 /* Scale and rotate on hover */
    filter: brightness(41%);
  }
  .swiper-slide img:hover{
    transform: scale(1.1) rotate(5deg);
  }
  


  @media (max-width: 768px) {
    .swiper {
      height: 100px;
      width: 100%;
      /* Adjust height for smaller screens */
    }
    .section-10{
        height: 150px !important;
        width: 100%;
        background: black;
        /* border: 2px solid white; */
        padding-top: 0px !important;
        
    }
    .swiper-slide {
      
        width: 200px !important;
        /* height: 250px !important; */
    }
    
  
  }
  
  

























  /* footer css */

@keyframes gradient {
    0% {
        background: linear-gradient(270deg, #4AB3BD, #000000);
    }
    50% {
        background: linear-gradient(270deg, #3DA5C8, #0b0b0b);
    }
    100% {
        background: linear-gradient(270deg, #4AB3BD, #101010);
    }
}

footer {
    /* margin-top: 30px; */
    position: relative;
    overflow: hidden;
    padding: 3rem 3rem;
    border-radius: 0px 100px 0px 0px;
    animation: gradient 10s ease infinite;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5); /* Inner shadow */
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    text-align: left; /* Left align text for better readability */
}

.column {
    flex: 1;
    margin: 10px;
    min-width: 200px; /* Adjust as necessary */
    padding: 0 15px;
    color: white;
    
}
.column p{
padding-bottom: 5px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.516); */
}
.moving-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    animation: moveDots 20s linear infinite;
}

@keyframes moveDots {
    0% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-100vh) translateX(50vw); }
    100% { transform: translateY(0) translateX(0); }
}

.dot1 { width: 10px; height: 10px; top: 20%; left: 15%; animation-duration: 12s; animation-direction: alternate; }
.dot2 { width: 15px; height: 15px; top: 50%; left: 25%; animation-duration: 15s; animation-direction: alternate-reverse; }
.dot3 { width: 18px; height: 18px; top: 70%; left: 50%; animation-duration: 18s; animation-direction: alternate; }
.dot4 { width: 12px; height: 12px; top: 30%; left: 70%; animation-duration: 20s; animation-direction: alternate-reverse; }
.dot5 { width: 20px; height: 20px; top: 80%; left: 10%; animation-duration: 10s; animation-direction: alternate; }
.dot6 { width: 25px; height: 25px; top: 40%; left: 60%; animation-duration: 22s; animation-direction: alternate-reverse; }
.dot7 { width: 10px; height: 10px; top: 60%; left: 20%; animation-duration: 14s; animation-direction: alternate; }
.dot8 { width: 18px; height: 18px; top: 90%; left: 80%; animation-duration: 16s; animation-direction: alternate-reverse; }
.dot9 { width: 25px; height: 25px; top: 10%; left: 30%; animation-duration: 11s; animation-direction: alternate; }
.dot10 { width: 6px; height: 6px; top: 25%; left: 75%; animation-duration: 19s; animation-direction: alternate-reverse; }
.dot11 { width: 16px; height: 16px; top: 5%; left: 5%; animation-duration: 19s; animation-direction: alternate-reverse; }


footer h5 {
    margin-bottom: 15px;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative; /* For separator positioning */
    color: #ffffff; /* White color for text */
    transition: color 0.3s, transform 0.3s;
}

footer h5:hover {
    /* color: #0b0b0b; */
    transform: translateY(-5px);
}

/* Add a pseudo-element for the separator */
footer h5::after {
    content: '';
    display: block;
    height: 2px;
    width: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
    transition: width 0.3s, background 0.3s;
}

footer h5:hover::after {
    width: 100%; /* Expands on hover */
    background: #3499cc; /* Change color on hover */
}

footer a {
    color: #ffffff; /* White color for links */
    transition: color 0.3s;
    text-decoration: none; /* Remove underline */
    display: block; /* Make links block elements for better spacing */
    margin-bottom: 5px; /* Space between links */
}

footer a:hover {
    color: #3499cc;
    /* text-decoration: underline; */
    transform: scale(1.05);
}


.social-icons {
    display: flex; /* Arrange icons in a row */
    justify-content: flex-start; /* Align left */
    margin-top: 10px; /* Space above social icons */
}

.social-icons a {
    font-size: 1.5rem;
    margin-right: 15px; /* Space between icons */
    transition: transform 0.3s;
}

.social-icons a:hover {
    transform: scale(1.2);
    color: #007bff;
}
.logo{
    width: 200px;
    margin-bottom: 20px;
}
.subscribe-form {
    display: flex;
    align-items: center; /* Center align items */
    margin-top: 10px;
}

.subscribe-input {
    padding: 10px;
    border: 2px solid white; /* White border */
    border-radius: 5px 0 0 5px; /* Rounded left corners */
    outline: none; /* Remove outline */
    transition: border-color 0.3s;
    flex: 1; /* Take up available space */
}

.subscribe-input:focus {
    border-color: #3499cc; /* Change border color on focus */
}

.subscribe-button {
    background: var(--btn-color); /* Button color */
    border: 1px solid white; /* Remove border */
    color: white; /* White text */
    padding: 10px 15px; /* Padding */
    border-radius: 0 5px 5px 0; /* Rounded right corners */
    cursor: pointer; /* Pointer cursor */
    transition: background-color 0.3s, transform 0.3s;
}

.subscribe-button:hover {
    background-color: #0056b3; /* Darker button color on hover */
    transform: scale(1.05); /* Scale effect on hover */
}

.text-center {
    text-align: center; /* Center align text */
    margin-top: 0px; /* Space above */
    width: 100%;
    /* border: 2px solid red; */
    background: rgba(0, 0, 0, 0.82);
    color: white;
    height: 80px;
    padding-top: 30px;
}
.text-center a{
    text-decoration: none;
    color: #55c3bd !important;
    color: whitesmoke;
    &:hover{
        color: #3499cc !important;
    }
}
.colum2{
    margin-left: 100px;
}
@media (max-width: 768px) {
    .colum2{
        margin-left: 10px !important;
    }
}
