/* 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");
    
    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;

}
.sec-2-heading h1{
    /* margin: 0px; */
  
    /* margin-top: 200px; */
    height: 100%;
    transform: rotate(0deg) !important;
    font-size: 65px !important;

    text-align: center;
    width:80% !important ;
    margin:20px auto !important;
    color: white;
    font-weight: 600;
    /* text-transform: uppercase; */
    border: 2px solid rgba(255, 255, 0, 0);
}
  }



.section-2 {
    /* box-shadow: 0px -58px 188px 0px  #55c3befd; */
z-index: 100 !important;
    background-color: #040404;
    height: 500px;
    width: 100%;
    /* border: 2px solid white; */
    /* padding: 20px; */
    display: flex;
}
.sec-2-heading{
    border-right:20px solid rgb(0, 0, 0) ;

    /* border: 2px solid red; */
    width: 20%;
    height: 100%;
    /* transform: rotate(-90deg); */
    background: #55c3be25 ;
    /* box-shadow: -114px 0px 97px 12px #55c3be25 inset; */
    /* border-radius: 30px; */

}
.sec-2-heading h1{
    /* margin: 0px; */
    margin-left: -200px;
    /* margin-top: 200px; */
    height: 200px;
    transform: rotate(-90deg);
    font-size: 80px;
    display: inline-block;
    width:750px ;
    color: white;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* border: 2px solid yellow; */
}

.art-h{
    font-size: 70px;
    text-transform: uppercase;
  /* font-size: 160px; */
  font-weight: 900;
  background-image: url("https://i.pinimg.com/736x/19/fb/71/19fb71ac03a593e3a5822745a587daef.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  cursor: pointer;
  text-shadow: 2px 2px 0px rgba(250, 250, 250, 0.256);
  /* text-shadow: 0px 0px 18px rgba(247,247,247,0.6); */
  background-size: cover;
  background-position: center;
  animation: slide 20s infinite;
}












@media (max-width: 768px) {
    .sec-2-services-slider{
        /* box-shadow: 1px 0px 200px 34px #55c3be74 inset; */
    
        /* border: 2px solid rgb(255, 255, 255); */
        width: 100% !important;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 100%; */
        background-color: #00000000 !important;
        padding: 40px;
        margin-top: -130px !important;
        overflow: hidden; /* Prevent horizontal scroll */
       
    
    }
    .slide-heading {
        margin-top: 200px;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
        padding: 0px !important;
        /* border-radius: 8px; */
        font-size: 15px !important;
        font-weight: bold;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, background-color 0.3s ease;
    }
   
}









.sec-2-services-slider{
    /* box-shadow: 1px 0px 200px 34px #55c3be74 inset; */

    /* border: 2px solid rgb(255, 255, 255); */
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    background-color: #000000;
    padding: 40px;
    margin: 0;
    overflow-x: hidden; /* Prevent horizontal scroll */
   

}





.swiper-container {

    /* border: 2px solid red; */
    /* margin-top: 100px; */
    width: 100% !important;
    max-width: 1000px;
    height: 300px;
    
}

/* Ensure consistent box-sizing */
*, *::before, *::after {
    box-sizing: border-box;
}
.swiper-wrapper{
    /* border: 2px solid yellow !important; */
    /* margin-left: 40px; */
    width: 100%;
}

.swiper-slide {
    border: 0px solid rgba(0, 110, 255, 0.12);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    background-size: cover; /* Cover the slide area */
    background-position: center; /* Center the image */
}
.swiper-slide a{
    text-decoration: none;
    color: white !important;
}
.slide-heading {
    margin-top: 200px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    padding: 15px 20px;
    /* border-radius: 8px; */
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.swiper-slide:hover .slide-heading {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.9);
}

/* Responsive styles */
@media (max-width: 768px) {
    .swiper-container {
        height: 300px;
    }
    .swiper-slide {
        font-size: 20px;
    }
    .slide-heading {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .swiper-container {
        height: 250px;
        width: 550px !important;
    }
    .swiper-slide {
        font-size: 18px;
    }
    .slide-heading {
        font-size: 16px;
    }
}
























.image-box {
    border: 1px solid #ccc; /* Border around the box */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
    overflow: hidden; /* Ensure images don't overflow */
    margin: auto; /* Center the box */
    position: relative; /* Position relative for absolute positioning of heading */
    display: flex; /* Use flexbox to align items */
    flex-direction: column; /* Stack items vertically */
    justify-content: flex-end; /* Align items to the bottom */
    transition: transform 0.3s ease; /* Smooth transition for scaling */
}

.image-box img {
    width: 100%;
    height: 400px;
    /* Use full width of the box */
    /* Maintain aspect ratio */
    object-fit: cover; /* Cover the box while maintaining aspect ratio */
    flex-shrink: 0; /* Prevent image from shrinking */
    transition: transform 1s linear; /* Smooth transition for image scaling */
}

.image-box:hover img {
  
    transform: scale(1.1); /* Zoom in effect on hover */
}

.image-box h5 {
    z-index: 20;
    margin: 0; /* Remove default margin */
    color: #fff; /* White text color */
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent background for better visibility */
    padding: 10px; /* Padding around the text */
    text-align: center; /* Center the text */
    width: 100%; /* Full width for the heading */
    transition: color 0.3s ease; /* Smooth transition for color change */
}

.image-box:hover h5 {
    color: #ffd700; /* Change heading color on hover (gold color) */
}

.dimmed {
    filter: brightness(0.6); /* Dim effect for non-hovered images */
}

/* Responsive Design */
@media (max-width: 576px) {
    .image-box {
        height: 250px; /* Adjust height for smaller screens */
    }
}

@media (min-width: 576px) {
    .image-box {
        height: 300px; /* Height for medium screens and up */
    }
}






@media (max-width: 768px) {
    .section-4{
        /* ////////////////////////////////////// */
        /* display: none !important; */
       

        /* width: 100%; */
      
        margin-top: 0px;
        border: 2px solid rgba(255, 0, 0, 0);
        padding:10px !important;
       flex-direction: column;
        margin-bottom: 30px;
        justify-content: center;
        background: #080808;
       border-radius: 20px;
      
    }
    .section-4 .sec-4-img{
        height:300px !important;
        border:  2px solid rgba(255, 0, 0, 0.009);
        width: 100% !important;
        margin-top: 40px;
        /* margin-left: 50px; */
        display:flex !important;
        top: 0px !important;
        left: 0px !important;
        bottom: 20px !important;
        /* z-index: -2; */
        /* background: white; */
        position: relative !important;
       
        position: relative;
        overflow: hidden;
    
        
    }
    .section-4 .sec-4-img img{
        height: 300px !important;
        width: 300px !important;
        margin: auto !important;
    }
    .sec-4-content {
        width: 100% !important;
        background: rgb(2, 2, 2) !important;
        height: 400px !important;
        border: 2px solid rgba(0, 0, 0, 0) !important;
        margin-bottom: 0px;
        color: white;
        z-index: 10;
    padding: 5px !important;
    }
    .sec-4-content h1{
        color: white;
        
        text-transform: uppercase;
        font-weight: 700;
        font-size: 35px !important;
        /* width:400px!important; */
        margin-top: 5px !important;
        white-space: nowrap;
        overflow: hidden;
        border-right: 3px solid #1f1f1f00;
    
        animation: typing 3s steps(35, end) infinite alternate-reverse, blink-caret 0.6s step-end infinite;
    }
    .sec-4-content p{
        
        font-size: 15px !important;
        color: rgba(255, 255, 255, 0.759);
    }
    .sec-4-content .btn{
        margin-top: 0px !important;
        float: left;
        padding: 0px;
        transition: 1s margin-right linear;
        text-align: center;
        font-size: 15px !important;
        font-weight: 600;
        width: 120px !important;
        height: 45px !important;
        color: white;
        background: var(--btn-color);
        border-radius: 3rem;
        &:hover{
            background: var(--btn-h-color);
            color: white;
        }
    }
   
    .sec-4-2{
        top: 100px !important;
    
        bottom: 50px;
        /* background: white; */
        position: sticky !important;
        z-index: 10 !important;
    }
}
.section-4{
    /* ////////////////////////////////////// */
    /* display: none !important; */
    /* height: 800px; */
    /* width: 100%; */
    margin-top: 0px;
    border: 2px solid rgba(255, 0, 0, 0);
    padding: 20px;
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    background: #080808;
   border-radius: 20px;
}
.section-4 .sec-4-img{
    height: 600px;
    width: 40%;
    /* margin-top: 100px; */
    /* margin-left: 50px; */
    display: inline-block;
    top: 50px;
    bottom: 20px;
    /* background: white; */
    position: sticky !important;
    float: left;
    position: relative;
    overflow: hidden;

    
}
.sec-4-1{
    border: 2px solid rgba(0, 128, 0, 0);
    top: 10%;
    bottom: 50px;
    /* background: white; */
    position: sticky!important;
    z-index: -1;
    margin-bottom: 20px;
}
.sec-4-2{
    top: 10%;

    bottom: 400px !important;
    /* background: white; */
    position: sticky !important;
    z-index: 10 !important;
}
.last-box{
  padding-bottom: 450px !important;
}
.sec-4-3{
   
    top: 10%;

    bottom: 50px;
    /* background: white; */
    position: sticky !important;
    z-index: 10 !important;
}
.section-4 .sec-4-img img{
    width: 400px;
    height: 500px;
    border: 5px solid #55c3bd;
    object-fit: cover;
    border-radius: 3rem;
    margin: 70px;
    display: block;
}

.sec-4-content {
    width: 60%;
    background: rgba(45, 45, 45, 0.614);
    /* height: 900px; */
    border: 2px solid rgb(53, 53, 53);
    margin-bottom: 0px;
    color: white;
padding: 30px;
}
.sec-4-content .btn{
    margin-top: 40px;
    float: left;
    padding: 10px;
    transition: 1s margin-right linear;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 160px;
    height: 55px;
    color: white;
    background: var(--btn-color);
    border-radius: 3rem;
    &:hover{
        background: var(--btn-h-color);
        color: white;
    }
}
.sec-4-content h1{
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    /* width:400px!important; */
    margin-top: 100px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid #1F1F1F;

    animation: typing 3s steps(35, end) infinite alternate-reverse, blink-caret 0.6s step-end infinite;
}
@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
  }

  @keyframes blink-caret {
    0%, 100% { border-color: transparent; }
    50% { border-color: #1F1F1F; }
  }
.sec-4-content p{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.759);
}


.shine {
    position: absolute;
    top: 90px;
    
    left: 100px;

    width:350px;
    height: 450px;
    background: rgba(255, 255, 255, 0.573); /* More opaque white */
    filter: blur(8px); /* Add blur effect */
    animation: shine 2s infinite;
    pointer-events: none; /* Ensure clicks go through */
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%; /* Move to the right edge */
    }
    100% {
        left: 100%; /* Hold at the right edge */
    }
}















  /* 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 {
  z-index: 20 !important;
    /* margin-top: 530px; */
    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;
    z-index: 100 !important;
}
.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;
    }
}









