/* navbar css start */
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth !important;
    /* background: rgb(51,51,55) !important; */

    background: linear-gradient(to right, #000000 , rgb(0, 0, 0)), url("https://i.pinimg.com/564x/fe/b9/c7/feb9c7d283e2dfad9b145e2d3f1519f2.jpg") !important;
    
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    /* width: 100vh; */
    /* cursor: none; */
    overflow-x: hidden;
}

: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 */
.section1-1{
    height: 300px;
    width: 100%;
    box-shadow: 0px -46px 408px 14px #4ABCC7;
    /* margin-top: -260px; */
    /* display: flex; */
    padding: 50px;
    background: #000;
z-index: 100 !important;

}

.section1-1 h1{
    text-align: center;
    font-size: 105px;
    text-transform: uppercase;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 3px #fffbfbb0;
}
.section1-1 p{
    color: white;
    text-align: center;
    width: 800px;
    font-size: 20px;
    margin: auto;
}


.section1{
height: 500px;
width: 100%;
display: flex;
/* background: ; */
/* z-index: -1; */
z-index: 100 !important;
/* background: #000; */
/* border: 2px solid red; */
}
.sec-1-content{
    border: 2px solid rgba(255, 255, 255, 0);
    height: 500px;
    width: 55%;
    z-index: -2;
    /* z-index: 100 !important; */
    margin-right: 0px;
    margin-left: 0px;
    background: #000000;
    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%); */
    clip-path: polygon(26% 0, 0% 100%, 29% 100%, 61% 0, 70% 0, 38% 100%, 9% 100%, 38% 100%, 73% 100%, 100% 0%);
    /* border: 2px solid red; */
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 45%;
    z-index: -1;
    /* 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 */
}


@media (max-width: 768px) {
    .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: ; */
       
    }
    }

@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 */
    }
}
@media (max-width: 768px) {
    .section1-1 h1{
      margin-top: 30px;
      font-size: 50px !important;
    }
    .section1-1  p{
      color: rgba(255, 255, 255, 0.824);
      text-align: center;
      width: 90% !important;
      font-size: 15px;
      margin: auto;
  }
  .section1-1 {
      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: 250px !important;
      background: #000;
      margin-top: -260px;
      /* display: flex; */
      padding: 0px !important;
      overflow-x: hidden !important;
      overflow-y: hidden;
  }
  .section-2 {
    /* box-shadow: 0px -58px 188px 0px  #55c3befd; */
z-index: 100 !important;
    background:#55c3be37  !important;
    height: 700px;
    width: 100% !important;
    border: 2px solid rgba(255, 255, 255, 0);
    /* padding: 20px; */
   flex-direction: column;
}
.sec-2-heading{
    border-right:none !important ;

    /* border: 2px solid red; */
    width: 100% !important;
    height: 100px;
    /* transform: rotate(-90deg); */
    background: #00000000 !important ;
    /* box-shadow: -114px 0px 97px 12px #55c3be25 inset; */
    /* border-radius: 30px; */
    display: flex !important;
    justify-items: center !important;

}
.section-3{
    flex-direction: column;
    width: 100%;
    height: 100% !important;
padding: 0px !important;
}
.section-3 .sec-3-img{
    height: 400px !important;
    width: 90% !important;
    /* border: 2px solid blue; */
    margin:20px auto !important;
    /* margin-top: 100px; */
    /* margin-left: 50px; */
    /* display: inline-block;
    top: 50px;
    bottom: 20px; */
    /* background: white; */
    /* position: sticky !important; */
    float: none !important;
    position: relative;
    overflow: hidden;
    border-radius: 3rem !important;

    
}

.sec-3-content {
    width: 100% !important;
    background: rgb(0, 0, 0);

    /* height: 700px !important; */
    /* border: 2px solid rgb(53, 53, 53); */
    /* margin-bottom: 50px !important; */
    color: white;
padding: 10px !important;
}
.content-1{
    /* border: 5px solid #3499cc; */
    /* border-left: 5px solid #55c3bd; */
    /* border-bottom: 5px solid transparent; */
    /* height: 400px; */
    margin-top: 0px !important;
    padding: 20px;
    /* border-radius: 20px 60px 30px 30px; */
    /* box-shadow: -15px 15px 36px -9px #55c3bebf inset; */
}

.content-1 h3{
    font-size: 45px;
}
.content-1 p{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.835);
}
}



.section-3{
    height: 500px;
    /* width: 100%; */
    /* border: 2px solid red; */
    padding: 20px;
    display: flex;
    background: rgb(0, 0, 0);
    justify-content: center;
}
.section-3 .sec-3-img{
    height: 400px !important;
    width: 40%;
    /* border: 2px solid blue; */
    margin: 80px;
    /* margin-top: 100px; */
    /* margin-left: 50px; */
    /* display: inline-block;
    top: 50px;
    bottom: 20px; */
    /* background: white; */
    /* position: sticky !important; */
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 51% 49% 63% 37% / 30% 30% 70% 70% ;

    
}


.sec-3-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}



.sec-3-content {
    width: 60%;
    background: rgb(0, 0, 0);

    height: 600px;
    /* border: 2px solid rgb(53, 53, 53); */
    /* margin-bottom: 50px !important; */
    color: white;
padding: 30px;
}
.content-1{
    /* border: 5px solid #3499cc; */
    /* border-left: 5px solid #55c3bd; */
    /* border-bottom: 5px solid transparent; */
    /* height: 400px; */
    margin-top: 80px;
    padding: 20px;
    /* border-radius: 20px 60px 30px 30px; */
    /* box-shadow: -15px 15px 36px -9px #55c3bebf inset; */
}

.content-1 h3{
    font-size: 55px;
}
.content-1 p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.835);
}































@media (max-width: 768px){
    .section-3 .sec-4-img{
        height: 400px !important;
        width: 90% !important;
        /* border: 2px solid blue; */
        /* margin: 80px; */
        /* margin-top: 100px; */
        margin: auto !important;
       
        /* display: inline-block;
        top: 50px;
        bottom: 20px; */
        /* background: white; */
        /* position: sticky !important; */
        float: none;
        /* position: relative; */
        overflow: hidden;
    
        
        object-fit: cover !important;
        border-radius: 3rem !important ;
    } 
    .sec-4-content {
        width: 100% !important;
        background: rgb(0, 0, 0);
    
        height: 600px;
        /* border: 2px solid rgb(53, 53, 53); */
        margin-bottom: 0px;
        color: white;
    padding: 10px !important;
    }
    .content-2{
        border-top: 1px solid rgba(255, 255, 255, 0.74);
        padding: 20px;
        /* border: 5px solid #3499cc;
        border-left: 5px solid #55c3bd;
        border-bottom: 5px solid transparent;
        
        border-radius: 20px 60px 30px 30px;
        box-shadow: -15px 15px 36px -9px #55c3bebf inset; */
    }
    
    .content-2 h3{
        font-size: 45px;
    }
    .content-2 p{
        font-size: 15px;
        color: rgba(255, 255, 255, 0.835);
    }
    
}













.section-3 .sec-4-img{
    height: 400px !important;
    width: 40%;
    /* border: 2px solid blue; */
    /* margin: 80px; */
    /* margin-top: 100px; */
    margin-left: 80px;
    margin-right: 80px;
    /* display: inline-block;
    top: 50px;
    bottom: 20px; */
    /* background: white; */
    /* position: sticky !important; */
    float: left;
    /* position: relative; */
    overflow: hidden;

    
    object-fit: cover !important;
    border-radius: 51% 49% 63% 37% / 30% 30% 70% 70% ;
}

.sec-4-img img {
    /* display: block; */
    width: 100%;
    height: auto;
    /* transition: all 0.3s ease; */
}




.sec-4-content {
    width: 60%;
    background: rgb(0, 0, 0);

    height: 600px;
    /* border: 2px solid rgb(53, 53, 53); */
    margin-bottom: 0px;
    color: white;
padding: 30px;
}
.content-2{
    padding: 20px;
    /* border: 5px solid #3499cc;
    border-left: 5px solid #55c3bd;
    border-bottom: 5px solid transparent;
    
    border-radius: 20px 60px 30px 30px;
    box-shadow: -15px 15px 36px -9px #55c3bebf inset; */
}

.content-2 h3{
    font-size: 45px;
}
.content-2 p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.835);
}























.section-5 {
    width: 100%;
    height: 750px;
    background: rgb(0, 0, 0);
    /* border: 2px solid blue */


}

.section-5 .divider2 {
    height: 1px;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.731);
    /* Color of the line */
    margin:40px 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;
}








.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: rgb(0, 0, 0); /* 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: 768px) {
    .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: #601c1c; /* 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 !important;
        
        flex-direction: column;
    }
    .big-box .sec-9-content{
        margin-top: 0px !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-top: 220px !important;
        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.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;
    }
}









