/* 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 */
    }
}
@media (max-width: 1200px) {
    .section1{
        height: 500px !important;
        width: 100%;
        gap: 0px !important;
       flex-direction: column !important;
   
        }
    .sec-1-content h1{
        /* margin-top: 230px; */
        margin-left: 0px !important;
        font-weight: 800;
        font-size: 35px !important;
        /* text-align: center; */
        color: white;
        z-index: 10 !important;
        /* Makes the inside of the text transparent */
        /* -webkit-text-stroke: 3px #fffbfbb0; */
    }
    .link-about{
        display: flex;
        justify-content: center;
        margin-left: 0px !important;
        z-index: 10 !important;

     }
     .sec-2-img{
      display: none;
    }
    .sec-1-content{
        margin-top: -120px;
        border: 2px solid rgba(255, 255, 255, 0);
        height: 540px;
        width: 100% !important;
        z-index: -2;
        margin-right: 0px;
        margin-left: 0px;
        background: #0000004e;
        background-image: linear-gradient(to right, rgba(10, 10, 10, 0.694), #070707), url("https://i.pinimg.com/564x/cf/10/89/cf1089b1bddb229eadde58bfa1cc41ef.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        align-content: center;
        /* z-index: ; */
       
    }
}


.section1{
height: 740px;
width: 100%;
display: flex;
/* background: ; */
z-index: -1;
overflow-x: hidden;
gap: 0px !important;

}
.sec-1-content{
    border: 2px solid rgba(255, 255, 255, 0);
    height: 540px;
    width: 55%;
    z-index: -2;
    margin-right: 0px;
    margin-left: 0px;
    background: #0000004e;
    background-image: linear-gradient(to right, rgba(10, 10, 10, 0.694), #070707), url("https://i.pinimg.com/564x/cf/10/89/cf1089b1bddb229eadde58bfa1cc41ef.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    align-content: center;
    /* z-index: ; */
   
}
.sec-1-content h1{
    /* margin-top: 230px; */
    margin-left: -100px;
    font-weight: 800;
    font-size: 85px;
    text-align: center;
    color: white;
    /* Makes the inside of the text transparent */
    /* -webkit-text-stroke: 3px #fffbfbb0; */
}
.sec-1-content a{
    text-decoration: none;
    color:  white;
    font-size: 20px;
    z-index: 70;
    
}
.link-about{
   display: flex;
   justify-content: center;
   margin-left: -140px;
}
.sec-2-img{
    height: 500px;
    width: 750px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    /* border: 2px solid red; */
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 40%;
    z-index: -1;
overflow-x: hidden;

    /* background: var(--btn-color); */
    /* margin-right: 100px; */
    /* border-radius: 50%; */
    background-image: url('https://i.pinimg.com/736x/18/30/83/183083ef7cf1554710272b901b4c7aed.jpg'); /* Replace with your image URLs */
    background-size: cover;
    background-position: center;
    animation: slide 20s infinite; /* Total time for the animation */
}



@keyframes slide {
    0% {
        background-image: url('https://i.pinimg.com/736x/11/a0/c5/11a0c5477170200cadfaf06d5be4c06f.jpg'); /* First image */
    }
    10% {
        background-image: url('https://i.pinimg.com/564x/72/81/e0/7281e0af084f9f51e3fd42a45e56e40b.jpg'); /* Second image */
    }
    20% {
        background-image: url('https://i.pinimg.com/564x/9d/60/b4/9d60b4c1fa9bcb95d818122eca30ad6e.jpg'); /* Third image */
    }
    30% {
        background-image: url('https://i.pinimg.com/736x/5e/89/ea/5e89ea7e8f6128a9058da1f6f59f1d34.jpg'); /* Fourth image */
    }
    40% {
        background-image: url('https://i.pinimg.com/564x/02/9e/f6/029ef6608642f5d6cbb40092cbbf79b9.jpg'); /* Fifth image */
    }
    50% {
        background-image: url('https://i.pinimg.com/474x/dd/58/db/dd58db5ebb9b018ad78ddd5e42b71d40.jpg'); /* Sixth image */
    }
    60% {
        background-image: url('https://i.pinimg.com/564x/b1/d8/b1/b1d8b166228c06b470da868bad3697b4.jpg'); /* Seventh image */
    }
    70% {
        background-image: url('https://i.pinimg.com/564x/8a/1d/47/8a1d47d6df16f3c25dce5103404d9109.jpg'); /* Eighth image */
    }
    80% {
        background-image: url('https://i.pinimg.com/564x/3e/99/9a/3e999a92a130b6d21a0e89cc3f112f8c.jpg'); /* Ninth image */
    }
    90% {
        background-image: url('https://i.pinimg.com/564x/35/0e/aa/350eaa4a6976708cc4be366424a60c2a.jpg'); /* Tenth image */
    }
    100% {
        background-image: url('https://i.pinimg.com/564x/73/3b/04/733b0483d416a773e741e14250d9419b.jpg'); /* Loop back to the first image */
    }
}

.section2 {
    z-index: 100 !important;
    /* box-shadow: 0px -46px 408px 14px rgba(77, 1, 255, 0.75); */
    box-shadow: 0px -46px 408px 14px #4ABCC7;

    width: 100%;
    height: 800px;
    background: #000;
    margin-top: -260px;
    /* display: flex; */
    padding: 50px;
    overflow-x: hidden !important;
    overflow-y: hidden;
}
.section2 h1{
    text-align: center;
    font-size: 105px;
    text-transform: uppercase;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 3px #fffbfbb0;
}
.section2 p{
    color: white;
    text-align: center;
    width: 800px;
    font-size: 20px;
    margin: auto;
}
@media (max-width: 768px) {
  .section2 h1{
    margin-top: 30px;
    font-size: 50px !important;
  }
  .section2  p{
    color: rgba(255, 255, 255, 0.824);
    text-align: center;
    width: 90% !important;
    font-size: 15px;
    margin: auto;
}
.section2 {
    z-index: 100 !important;
    /* box-shadow: 0px -46px 408px 14px rgba(77, 1, 255, 0.75); */
    box-shadow: 0px -46px 408px 14px #4ABCC7;

    width: 100%;
    height: 1000px !important;
    background: #000;
    margin-top: -260px;
    /* display: flex; */
    padding: 0px !important;
    overflow-x: hidden !important;
    overflow-y: hidden;
}
}




/* Custom styles for nav tabs */
.nav-tabs .nav-link {
    color: #333;
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.3s;
  }
  
  .nav-tabs .nav-link:hover {
    color: #007bff;
    background-color: #f8f9fa1c;
    border-color: #55c3bd;
  }
  
  .nav-tabs .nav-link.active {
    color: #fff;

    font-weight: bold;
  }
  
  /* Styling for tab content */
  .tab-content .tab-pane {
    height: 400px;
    /* background-color: #f8f9fa39; */
    /* border: 1px solid #ddd; */
    border-top: none;
    padding: 20px;
    padding-right: 80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.09);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10.9px);
-webkit-backdrop-filter: blur(10.9px);
  }
  
  /* Custom styles for image */
 
  .img-section img {
    position: relative;
    width: 400px;
    height: 350px;
    object-fit: cover;

    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
    margin-right: 1px 
    !important;
  }
  
  .container2 p{
    text-align: left;
    
    color:  rgba(255, 255, 255, 0.722);
    width: 600px;
    margin-left: 60px;
    margin-right: 0px;
  }
  .col-md-8 h3{
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: 60px;
    margin-right: 0px;
    font-size: 55px;
  }


  @media (max-width: 768px) {
    /* Adjust navigation tabs */
    .nav-tabs .nav-link {
      font-size: 14px;
      padding: 10px;
    }
  
    /* Adjust tab content */
    .tab-content .tab-pane {
      padding: 15px;
      height: auto;
      border-radius: 10px;
    }
  
    /* Adjust images */
    .img-section img {
      width: 100%;
      height: auto;
      margin-right: 0 !important;
    }
  
    /* Adjust text in container2 */
    .container2 p {
      width: auto;
      margin: 10px;
      text-align: justify;
    }
  
    /* Adjust heading sizes */
    .col-md-8 h3 {
      font-size: 30px;
      margin: 20px;
    }
  }
  





































.container3 {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    width: 80%;
    max-width: 1000px;
    background-color: black;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (max-width: 768px) {
    .description {
        margin-top: 20px;
        padding: 0px !important;
    }
}

.description {
    color: white;
    padding: 20px;
}
.description h2{
    font-size: 75px;
}
.description p{
    color: rgb(255, 255, 255);
    /* font-size: 15px; */
}
.progress-section {
    padding: 20px;
    display: flex;
    flex-direction: column; /* Stack on mobile */
}

.progress-container {
    margin-bottom: 20px;
    /* background: #000; */
}

.progress-label {
    color: white;
    margin-bottom: 5px;
    font-weight: bold;
    /* background: #000; */
}

.progress-bar {
    width: 100%;
    background-color: #ffffff56 !important;
    border-radius: 20px;
    overflow: hidden;
    height: 25px;
}

.progress {
    height: 100%;
    background: var(--btn-color)!important;
    border-radius: 20px;
    text-align: center;
    line-height: 15px;
    padding-left: 10px !important;
    font-size: 15px !important;
    color: rgb(23, 23, 23) !important;
    font-weight: bold;
   /* background:  rgb(29, 8, 8) !important; */
    transition: width 2s; /* Smooth transition */
}

/* Media Query for larger screens */
@media (min-width: 600px) {
    .container3 {
        flex-direction: row; /* Align side by side */
    }

    .description {
        flex: 1;
    }

    .progress-section {
        flex: 1;
    }
}
@media (max-width: 768px) {
    .progrees-section{
        /* height: 500px; */
        width: 100%;
        padding: 0px !important;
        display: flex;
        justify-content: center
    ;background: #000;
    }
}

.progrees-section{
    /* height: 500px; */
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center
;background: #000;
}
.section-3{
    height: 600px;
    width: 100%;
    display: flex;
    
z-index: -3;
}
@media (max-width: 768px) {
    .side-img-bg{
        display: none;
    }
    .side-color-bg{
        width: 100% !important;
        height: 850px !important;
        background: rgb(35, 35, 35);
        /* border-left: 12px solid #55c3bd; */
        /* padding: 20px !important; */
    }
    .slider-container h1{
        text-align: center;
        font-size: 35px;
        width: 100% !important;
        margin:30px auto;
        letter-spacing: 2px;
        z-index: 10;
        padding: 30px;
        border: 2px solid rgba(255, 255, 255, 0) !important;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 0px !important;
        color: transparent;
    -webkit-text-stroke: 2px #fffbfbb0;
    
    }
    .slider-container p{
    font-size: 13px !important;
    color: white;
    width: 90%;
    margin: auto;
    margin-bottom: 0px !important;
    /* margin-left: 30px; */
    text-align: center;
    }
}
.side-img-bg{
    width: 30%;
    height: 100%;
    background-image: linear-gradient(to right, #43b6d075, #43B6D0), url("https://i.pinimg.com/564x/63/88/d0/6388d0dea165da578025447c8b1a4390.jpg");
    background-repeat: no-repeat;
    background-position: left ;
    /* background-size: cover; */
    background-attachment: fixed;
}
.side-img2-bg{
    width: 30%;
    height: 100%;
    background-image: linear-gradient(to right, #43B6D0, rgba(10, 10, 10, 0.822)), url("https://i.pinimg.com/736x/4e/65/9b/4e659b59aabaf3fae230a92f49aede08.jpg");
    /* background-repeat: no-repeat; */
    background-position: right ;
    /* background-size: cover; */
    background-attachment: fixed;
}
.side-color-bg{
    width: 70%;
    height: 100%;
    background: rgb(35, 35, 35);
    /* border-left: 12px solid #55c3bd; */
}










.slider-container {
    z-index: 2;
    
    max-width: 900px;
    margin:-600px auto;

    overflow: hidden; /* Hide overflow */
}
.slider-container h1{
    text-align: center;
    font-size: 45px;
    width: 900px;
    margin:50px auto;
    letter-spacing: 2px;
    z-index: 10;
    padding: 30px;
    border: 2px solid rgba(255, 255, 255, 0);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    color: transparent;
-webkit-text-stroke: 2px #fffbfbb0;

}
.slider-container p{
font-size: 18px;
color: white;
margin-bottom: -27px;
/* margin-left: 30px; */
text-align: center;
}
.image-slider {
    display: flex;
    transition: transform 0.5s ease;
    width: calc(300px * 9); /* Adjusted for the number of image boxes */
}

.image-box {
    background-color: rgba(0, 0, 0, 0.445);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: left;
    padding: 15px;
    margin: 0 5px; /* Space between boxes */
    width: 300px; /* Set a fixed width for each box */
    height: 250px; /* Set a fixed height for each box */
    position: relative; /* Required for the overlay */
    transition: height 0.4s ease; /* Add transition for the height */
}

.image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.4s ease; /* Add transition for the zoom effect */
}

.image-title {
    color: white;
    /* margin-bottom: 100px !important; */
    font-size: 20px;
    margin: 10px 0px;
    position: relative; /* Position relative to keep it on top */
    z-index: 1; /* Ensure title stays above description */
    transition: color 0.3s ease; /* Smooth transition for title color */
}

.image-description {
    font-size: 16px;
    color: #666;
    /* padding-top: ; */
    /* margin-top: 120px; */
    max-height: 0; /* Hide description by default */
    overflow: hidden; /* Hide overflow */
    transition: max-height 0.4s ease, opacity 0.4s ease; /* Smooth transition for height and opacity */
    position: absolute; /* Position relative to image box */
    bottom: 15px; /* Position at the bottom */
    left: 15px; /* Position from the left */
    background-color: rgba(255, 255, 255, 0); /* Semi-transparent background */
    /* padding: 10px; */
    color: white;
    border-radius: 5px; /* Round the corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Add shadow */
    opacity: 0; /* Start hidden */
    pointer-events: none; /* Prevent interactions when hidden */
}

.image-box:hover {
    height: 300px; /* Increase height on hover */
}

.image-box:hover .image-description {
    /* margin-top: 200px; */
    max-height: 100px; /* Show description on hover */
    opacity: 1; /* Make description visible */
    pointer-events: auto; /* Enable interactions when visible */
}

.image-box:hover .image {
    transform: scale(1.1); /* Zoom in the image on hover */
}
.image-box img{
    object-fit: cover;
    width: 100;
    height: 150px;
}
.image-box:hover .image-title {
    color: #4ABCC7; /* Change title color on hover */
}

.navigation-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.dot {
    width: 15px;
    height: 5px;
    background-color: #3499cc;
    margin: 0 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #55c3bd;
}

.section-4{

    /* padding: 100px; */
    height:700px ;
    background: #86BFD2;
    width: 100%;
    margin-top: 40pc;
    border: 2px solid rgba(255, 255, 255, 0);
}

@media (max-width: 768px) {
    .section-4{

        /* padding: 100px; */
        height:860px !important;
        background: #86BFD2;
        width: 100%;
        margin-top: 37pc !important;
        border: 2px solid rgba(108, 27, 27, 0);
    }
}

















.section-box {
    border-top-left-radius: 7rem !important;
    border-bottom-left-radius: 7rem !important;

    border: 1px solid #fefefe00; /* Light border for the box */
    border-radius: 8px; /* Rounded corners */
    padding: 0px; /* Inner padding for the box */
    background-color: #000000;
    color: white;
    width: 95%;
    margin-top: 4.8rem;
    /* margin-right: 0px !important; */
    margin-left: auto;
/* margin-left: 75px !important;  */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */

}

.flex-content {
    padding: 120px;
    /* border-left: 50px solid #87BDCD; */
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
    align-items: center;
    gap: 80px;
    /* Align items vertically centered */
}
@media (max-width: 768px) {
    
.section-box {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 2rem !important;

    border: 1px solid #fefefe00; /* Light border for the box */
    border-radius: 8px; /* Rounded corners */
    padding-top: 10px; /* Inner padding for the box */
    background-color: #000000;
    color: white;
    width: 95%;
    margin-top: 4.8rem;
    /* margin-right: 0px !important; */
    margin-left: auto;
/* margin-left: 75px !important;  */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */

}
    .flex-content {
        /* padding-top: 20px; */
        padding: 10px ;
        /* border-left: 50px solid #87BDCD; */
        display: flex;
        flex-wrap: wrap; /* Allow items to wrap on smaller screens */
        align-items: center;
        gap: 10px;
        /* Align items vertically centered */
    }
}
.text-content, .video-container {
    flex: 1 1 45%; /* Set both content and video box to the same width */
    min-width: 300px; /* Minimum width for responsiveness */
}
.text-content h2{
    font-size: 45px;
}
.text-content {
    padding-left: 40px; /* Increased left padding */
}

.video-container {
    position: relative; /* Position relative for the overlay */
    background-color: #f8f9fa; /* Light background for the video box */
    border-radius: 8px;
    overflow: hidden; /* Hide overflow */
    text-align: center; /* Center align video */
}

.video-container iframe {
    width: 100%; /* Full width for the iframe */
    height: 315px; /* Fixed height for the video */
    border: none; /* Remove border */
    display: block; /* Block display */
}

.thumbnail {
    position: absolute; /* Position absolute for overlay */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-attachment: fixed; */
background-repeat: no-repeat;
    background-image: url('https://i.pinimg.com/564x/5e/3b/f2/5e3bf27f988888db8ff5d1046d47d29a.jpg'); /* Replace with your custom thumbnail URL */
    background-size:cover ; /* Cover the entire area */
    background-position:center ; /* Center the thumbnail */
    z-index: 1; /* Overlay on top of the iframe */
}

.play-button {
    color: black;
    position: absolute; /* Position absolute for play button */
    width: 80px; /* Width of the play button */
    height: 80px; /* Height of the play button */
    background-color: #87bdcd6d; /* Semi-transparent background */
    border-radius: 50%; /* Circular button */
    display: flex; /* Flexbox for centering icon */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    cursor: pointer; /* Pointer cursor on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow for the button */
    z-index: 2; /* Button on top of the thumbnail */
    display: none; /* Initially hide the play button */
}

.play-button:before {
    content: ''; /* Play icon */
    font-size: 24px; /* Icon size */
    color: #000000; /* Icon color */
}

.list-unstyled {
    padding-left: 0;
    color: rgba(255, 255, 255, 0.844) !important;
    /* Remove default padding for the list */
}

.list-unstyled li {
    position: relative; /* Positioning for the arrow */
    padding-left: 20px; /* Space for the arrow */
    margin-bottom: 10px; /* Space between bullet points */
}

.list-unstyled li:before {
    content: '➔'; /* Arrow symbol */
    position: absolute; /* Position the arrow */
    left: 0; /* Align to the left */
    color: #43B6D0; /* Color for the arrow */
}











.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-container2
 {
    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 {
    
    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-10 {
    height: 800px;
    width: 100%;
    background: black;
    position: relative;
    
}







.container7 {
    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: 1200px) {
    .container7{
    width: 100% !important ;

    }
    .container7
     h1{
        font-size: 40px !important; 
    margin-bottom: 20px !important;

    }
}
.container7 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 */
}




  /* 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.985);
    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;
    }
}









