/* navbar css start */
body {
    margin: 00px;
    padding: 0px;
    scroll-behavior: smooth !important;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0)), url("https://i.pinimg.com/564x/00/3e/63/003e6387d25bc120b659117e2bc4a23d.jpg");
    
    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 */
    }
}
@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: ; */
       
    }
}


.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: 300px;
    background: #000000;
    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: 250px !important;
    background: #000;
    margin-top: -260px;
    /* display: flex; */
    padding: 0px !important;
    overflow-x: hidden !important;
    overflow-y: hidden;
}
}
















































.nav-tabs {
    display: flex;
    /* background-color: #333; */
    border: none;
}

.nav-tabs .nav-item {
    flex-grow: 1;
}

.nav-tabs .nav-link {
    color: white;
    background-color: transparent;
    border: none !important;
    padding: 10px 5px; /* Adjust padding to reduce the gap between tabs */
    margin: 0 0px; /* Reduce margin to decrease the space between tabs */

    &:hover{
        border: none !important;
    }
}

/* Active tab style */
.nav-tabs .nav-link.active {
    color: black;
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important;

}

.tab-content {
    margin-top: 20px;
}

.img-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
    gap: 10px;
    padding: 10px;
    position: relative;
}

.img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #cccccc55;
    border-radius: 5px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Larger images */
.img-large {
    grid-column: span 2;
    grid-row: span 2;
}

/* Hover effect for zoom */
.img-grid img:hover {
    transform: scale(1.01);
    filter: brightness(1.2);
}

/* Style for non-hovered images */
.img-grid:hover img:not(:hover) {
    filter: blur(2px) brightness(0.8);
}

/* Fade effect for tab content */
.tab-pane {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-pane.show {
    opacity: 1;
}






















.sec-3 {
    margin-top: -0px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    height: 250px !important;
    width: 100%;
  background: #000;
    display: flex;
    /* justify-items:center ; */
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .sec-3 .box {
    /* flex-basis: 200px; */
    cursor: pointer;
    flex: 1;
    /* flex-grow: 1; */
    height: 300px;
    width: 200px;
    /* border: #BE3F01 2px solid ; */
    background: var(--btn-color);
    /* border-radius: 1rem; */
    transition: 1.5s;
    opacity: 1;
    /* transition: opacity 1.5s ease; */
}

.sec-3 .box:hover {
      box-shadow: 0px 0px 14px 0px #4abcc777;
    flex: 4;
  }
  








.sec-3 .box1 {
    background-image: url("https://i.pinimg.com/474x/12/1f/98/121f9882e5f727eb46ef503b59cd3f48.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .sec-3 .box2 {
    background-image: url("https://i.pinimg.com/236x/88/6c/2d/886c2dd9632df00ec675fdcf6d2fac92.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .sec-3 .box3 {
    background-image: url("https://i.pinimg.com/236x/0f/68/db/0f68dbce4cc77c73562985bae1585773.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .sec-3 .box4 {
    background-image: url("https://i.pinimg.com/236x/c4/34/15/c434156a74591dd5c6aeb270f03f8e9e.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .sec-3 .box5 {
    background-image: url("https://i.pinimg.com/236x/f3/10/fa/f310fa26b8c4c723ba6087eed1975f9c.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .sec-3 .box6 {
    background-image: url("https://i.pinimg.com/474x/9e/dd/ad/9eddad2e94844dbde676bca5e6046073.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .sec-3 .box7 {
    background-image: url("https://i.pinimg.com/236x/a5/fd/d6/a5fdd6597777a1878690c013ae10af38.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec-3 .box8{
    background-image: url("https://i.pinimg.com/236x/3a/2f/ed/3a2fed12ba8265d24e4d58909af405da.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  } .sec-3 .box9 {
    background-image: url("https://i.pinimg.com/236x/75/cc/b0/75ccb0042df794a1efefecef18e5ba78.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  } .sec-3 .box10 {
    background-image: url("https://i.pinimg.com/236x/b9/21/a5/b921a53273f50b165198d72182891d67.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec-3 .box11 {
    background-image: url("https://i.pinimg.com/236x/c5/f2/d7/c5f2d77dfd4e9f779118ce0d8d99cd8f.jpg");
    background-position: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec-3 {
    position: relative;
  }
  
  .sec-3 .box {
    position: relative;
    overflow: hidden;
  }
  .sec-3  :nth-child(even){
    margin-top: 40px;
  }
  
  .sec-3 {
    /* border: 2px solid green; */
    /* margin-top: -40px; */
    height: 410px !important;
  
  }
  
 
  
  .sec-3:hover .box:not(:hover) {
    filter: grayscale(1) blur(0.9px);
  }
  

/* @media (max-width: 768px) {
  


} */


@media (max-width: 768px) {
    .sec-3 {
        height: 3650px !important;
    }
    .sec-3 .box {
        flex-basis: 190px;
        cursor: pointer;
        /* flex: 1; */
        flex-grow: 1;
    }
    .sec-3 .box:hover {
        box-shadow: 0px 0px 14px 0px #4abcc777;
      flex: none !important;
    }
    .sec-3:hover .box:not(:hover) {
        filter: none !important;
      }
      .sec-3  :nth-child(even){
        margin-top:0px !important;
      }
      
}


  .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: 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: #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; */
    }
    
    .big-marque h1 {
        font-size: 50px !important;
        margin-top: 10px !important;
      
    }
  }
  
  .marquueediv

  {
    overflow: hidden !important;
    margin-bottom: 50px;
  }
.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 */
    }
}



















  /* 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;
    }
}









