/* 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;
    padding: 10px;
    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;
  }}

.switch-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 36px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background-color: #ddd;
    border-radius: 36px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 4px;
    bottom: 4px;
    background: var(--btn-color);
    border-radius: 50%;
    transition: transform 0.4s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* input:checked + .slider {
    background: #050505;
} */

input:checked + .slider:before {
    transform: translateX(34px);
}

.payment-options {
    display: flex;
    justify-content: space-between;
    width: 320px;
    margin: 0px 10px;
    /* border: 2px solid green; */
    color: white;
    align-items: center;
    font-size: 18px;
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-box-group {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    transition: transform 0.4s ease-in-out; /* Zoom effect transition */
}

/* Zoom-In Effect */
.pricing-box-group.zoom-in {
    transform: scale(1.05); /* Apply zoom effect */
}

.pricing-box {
    width: 300px; /* Increased width of the boxes */
    height: 380px; /* Fixed height */
    background-color: rgba(255, 255, 255, 0.738);
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align text to the left */
    justify-content: space-between; /* Space between elements */
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left; /* Left-align text */
    box-sizing: border-box;
    transition: transform 0.4s ease-in-out; /* Zoom effect */
}

.bg-ch {
    background: var(--btn-color);
}
 .bg-ch .price{
    color: white !important;
 }

 .bg-ch ul li::before {
    content: "✓"; /* Check mark symbol */
    position: absolute;
    left: 0;
    color: #ffffff !important;
    font-size: 18px;
}

.pricing-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.pricing-box .price {
    font-size: 24px; /* Larger font size for price */
    font-weight: bold;
    color: #3499cc;
    margin: 10px 0;
    text-align: left; /* Left-align the price */
}

.pricing-box p {
    margin: 5px 0;
}

.pricing-box ul {
    list-style-type: none; 
    padding-left: 0; 
    margin: 5px 0;
}

.pricing-box ul li {
    color: #333;
    font-size: 16px;
    position: relative;
    padding-left: 20px; /* Space for check mark */
    margin-top: 10px; /* Added margin-top for spacing between list items */
}

.pricing-box ul li::before {
    content: "✓"; /* Check mark symbol */
    position: absolute;
    left: 0;
    color: #3499cc;
    font-size: 18px;
}

.pricing-box .btn {
    width: 100%; /* Full width for equal button size */
     height: 40px; /* Fixed height */
    margin-top: auto; /* Align button to the bottom */
    padding: 10px;
    background-color: #000000 !important;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.pricing-box .btn:hover {
    background: var(--btn-color);
    /* border: 2px solid black; */
    color: white;

}


.bg-ch .btn {
    width: 100%; /* Full width for equal button size */
     height: 40px; /* Fixed height */
    margin-top: auto; /* Align button to the bottom */
    padding: 10px;
    background: var(--btn-color) !important;
    color: white;
    /* border: none; */
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid black;
}

.bg-ch .btn:hover {
    background: black !important;
    color: white;

}








#yearly-pricing {
    display: none; /* Initially hidden */
}

/* Ensuring buttons inside boxes are aligned and equal */
.pricing-box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.section-3{
    background: #000;
    z-index: 3;
    /* border: 2px solid red; */
    margin-top: -20px;
    
}
@media (max-width: 768px) {
    .sec-5{
        height: 1565px !important;
    }
    .content-box {
        flex-direction: column;
        width: 98% !important;
        border: 7px solid rgb(255, 255, 255) !important;
        height: 750px !important;
        /* width: ; */
        border-radius: 3rem;
        /* padding: 20; */
        margin: auto !important;
    }
    .box-content{
        width: 100% !important;
        padding: 20px;
    /* border: 2px solid violet; */
    color: white;
    background: rgba(255, 255, 255, 0.252);
    align-content: center;
    
    }
    
.box-content h3{
    /* margin-top: 40px; */
font-size: 35px !important;
}
.box-content p{
    font-size: 15px !important;
}
.box-img{
    width: 100% !important;
    /* border: 2px solid yellow; */
    border-radius: 35px;
    margin-top: -30px !important;
    /* margin-right: -800px; */
    height: 500px !important;
    background-image: url("https://i.pinimg.com/736x/d5/ae/02/d5ae027a21450085f994e35e578981d6.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-clip: ; */
    /* background-attachment: fixed; */
}
.box-content{

    width: 100% !important;
/* border: 2px solid violet; */
color: white;
background: rgba(255, 255, 255, 0.252);

}

.box2{
    margin-top: 30px !important;
    margin-left: 0px !important;
}
.box-img2{
    width: 100% !important;
    /* border: 2px solid yellow; */
    border-radius: 35px;
    /* margin-top: -30px; */
    /* margin-right: -800px; */
    height: 500px !important;
    background: #00000000;
    background-image: url("https://i.pinimg.com/564x/69/08/25/690825378fc51124b910c49e26801f70.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-clip: ; */
    /* background-attachment: fixed; */
}
}
.sec-5{
    height: 880px;
    width: 100%;
    background: #000;
    /* border: 2px solid red; */
    padding: 20px;
    background-image: linear-gradient(to right,#3499ccd0 , rgba(16, 16, 16, 0.92)), url("https://i.pinimg.com/736x/f2/d3/7a/f2d37a89f157540593d78abe18828772.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.content-box {
    display: flex;
    width: 75%;
    border: 7px solid rgb(255, 255, 255);
    height: 400px;
    /* width: ; */
    border-radius: 3rem;
    /* padding: 20; */
}
.box-content{
    width: 65%;
    padding: 20px;
/* border: 2px solid violet; */
color: white;
background: rgba(255, 255, 255, 0.252);
align-content: center;

}
.box-content h3{
    /* margin-top: 40px; */
font-size: 55px;
}
.box-img{
    width: 35%;
    /* border: 2px solid yellow; */
    border-radius: 35px;
    /* margin-top: -30px; */
    /* margin-right: -800px; */
    /* height: 500px; */
    background-image: url("https://i.pinimg.com/736x/d5/ae/02/d5ae027a21450085f994e35e578981d6.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-clip: ; */
    /* background-attachment: fixed; */
}
.box-content{

    width: 65%;
/* border: 2px solid violet; */
color: white;
background: rgba(255, 255, 255, 0.252);

}

.box2{
    margin-top: 30px;
    margin-left: auto;
}
.box-img2{
    width: 35%;
    /* border: 2px solid yellow; */
    border-radius: 35px;
    /* margin-top: -30px; */
    /* margin-right: -800px; */
    /* height: 500px; */
    background: #00000000;
    background-image: url("https://i.pinimg.com/564x/69/08/25/690825378fc51124b910c49e26801f70.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-clip: ; */
    /* background-attachment: fixed; */
}














  /* 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;
    }
}









