*{
  margin: 0px;
  padding: 0px;
}

body{
  overflow-x: hidden;
}

.navbar {
    font-size: 0.8em !important;
    width: 100%;
    z-index: 99999;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}

.navbar .items{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 400px){
  .social-icons{
    display: none;
  }
}

@media (max-width: 768px) {
  .heading {
      font-size: 2em; /* Adjust heading size on smaller screens */
  }
  
  .social-icons{
    display: none !important;
  }
  

  .social-links img {
      height: 25px; /* Adjust social icon size on smaller screens */
  }

  .navbar-brand img {
    width: 60px !important;
    height: 30% !important;
    margin-right: 0px !important;
}

.navbar-heading {
  font-weight: 900 !important;
  color: #752e63;
  font-size: 1.5rem !important;
  margin: 0px ;
}

.nav-bg {
  background: linear-gradient(146deg, #852D75, #4b1d5d);
  width: 100vw; /* Ensures it takes up the full viewport width */
  margin-left: -15px; /* Adjust to compensate for container's padding */
  margin-right: -15px; /* Adjust to compensate for container's padding */
  padding-left: 15px; /* Keep inner padding for content */
  padding-right: 15px; /* Keep inner padding for content */
  height: 500px !important;
}
}


.navbar-brand {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 80px;
    height: 50%;
    margin-right: 10px;
}

.navbar-heading {
  font-weight: 900 !important;
  color: #752e63;
  text-align: center;
  font-size: 2.2rem;
}

.comming {
  font-weight: 900 !important;
  color: black;
  text-align: center;
  font-size: 2.5rem;
  padding-top: 8%;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.social-icons a {
  color: white;
  font-size: 1.5rem;
  margin-left: 20px;
}

/* Adjust the layout for smaller screens */
@media (max-width: 767px) {
  .navbar-heading {
      font-size: 20px;
      margin-top: 10px;
  }

  .social-icons {
      justify-content: center;
      margin-top: 10px;
  }

  .social-icons a {
    color: white;
    font-size: 1.2rem;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
    .navbar-brand img {
        width: 100px;
    }
    .navbar .container-fluid {
        flex-direction: column;
    }
    .navbar .navbar-nav .nav-item {
        padding: 0.5em 1em;
    }
    .navbar-nav {
        border-bottom: 2px solid #fff;
    }
}

.navbar .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.1em !important;
    position: relative; /* For underline animation */
    transition: color 0.3s ease; /* Smooth color transition on hover */
}

.navbar .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px; /* Thickness of the underline */
    background: #d295e7; /* Underline color */
    transition: width 0.3s ease; /* Animation for width */
    position: absolute;
    left: 0;
    bottom: -2px; /* Position the underline */
}

.navbar .navbar-nav .nav-link:hover {
    color: black; /* Change text color on hover */
    background-color: #fff;

}

.navbar .navbar-nav .nav-link:hover::after {
    width: 100%; /* Animate underline width on hover */
}

.navbar .navbar-nav {
    border-top: 2px solid #fff;
    margin-top: 0.5em;
}

.nav-bg {
  background: linear-gradient(146deg, #852D75, #4b1d5d);
  width: 100vw; /* Ensures it takes up the full viewport width */
  margin-left: -15px; /* Adjust to compensate for container's padding */
  margin-right: -15px; /* Adjust to compensate for container's padding */
  padding-left: 15px; /* Keep inner padding for content */
  padding-right: 15px; /* Keep inner padding for content */
  height: auto ;
}

/* Dropdown menu styles */
.dropdown-menu {
    background-color: #595B83; /* Dropdown background color */
    border: none; /* Remove default border */
}

.dropdown-item {
    color: #ffffff; /* Dropdown item text color */
    transition: background-color 0.3s ease; /* Smooth background transition */
}

.dropdown-item:hover {
    background-color: #d295e7; /* Background color on hover */
}





  /* schedule */

.schedule{
  display: flex;
  justify-content: center;
  align-items: center;
}

  /* Adjustments for smaller screens */
@media (max-width: 768px) {
  .cards {
      /* gap: 10px; */
  }
  
  .card {
      font-size: 20px; /* Smaller font size for labels */
  }
  
  .top-half,
  .bottom-half,
  .top-flip,
  .bottom-flip {
      font-size: 20px;
      height: 40px !important;
      width: 50px !important;
      padding: 10px 5px;
  }
}

/* Further adjustments for extra small screens */
@media (max-width: 480px) {
  .schedule h1 {
      font-size: 24px;
      margin-top: 10px;
  }

  .social-icons{
    display: none !important;
  }

  .carousel-item{
    margin-top: 100px !important;
  }
  
  .cards {
      /* gap: 8px; */
      justify-content: center;
  }
  
  .top-half,
  .bottom-half,
  .top-flip,
  .bottom-flip {
      font-size: 24px;
      height: 45px;
      width: 50px;
      padding: 8px 4px;
  }
  
  .card p {
      font-size: 12px;
  }
}

  @keyframes flip-top {
    to {
      transform: rotateX(-90deg);
    }
  }
  @keyframes flip-bottom {
    to {
      transform: rotateX(0deg);
    }
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
 
  .schedule h1 {
    text-transform: uppercase;
    text-align: center;
    
    letter-spacing: 5px;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  main {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    margin: 0;
    padding: 20px; /* Add some padding for small screens */
  }
  .cards {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: center; /* Center cards horizontally */
    align-items: center; /* Center cards vertically */
  }
  
  .card {
    text-align: center;
    font-size: 25px;
    border: none;
  }
  .card p {
    color: hsl(237, 18%, 59%);
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  .flip-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 7px 3px 0 rgb(21, 21, 21);
    position: relative;
    margin: 15px auto;
  }
  
  .top-half,
  .bottom-half,
  .top-flip,
  .bottom-flip {
    color: hsl(0, 0%, 91%);
    font-size: 35px;
    height: 60px;
    width: 80px;
    padding: 15px 7px;
    overflow: hidden;
    text-align: center;
    will-change: transform !important;
    box-shadow: 0 3px rgba(71, 83, 115, 0.2) inset;
  }

  
  .top-half,
  .top-flip {
    color: hsl(0, 0%, 91%);
    border-radius: 5px 5px 0 0;
    background-color: rgb(44, 44, 68);
  }
  .top-half::before,
  .top-flip::before,
  .top-half::after,
  .top-flip::after {
    content: "";
    background-color: rgb(25, 26, 36);
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
  }
  .top-half::before,
  .top-flip::before {
    left: -5px;
  }
  .top-half::after,
  .top-flip::after {
    right: -5px;
  }
  
  .bottom-half,
  .bottom-flip {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 0 0 5px 5px;
    background-color: hsl(236, 21%, 26%);
    box-shadow: 0 -2px 5px 0 rgba(71, 83, 115, 0.7) inset;
  }
  .bottom-half::before,
  .bottom-flip::before,
  .bottom-half::after,
  .bottom-flip::after {
    content: "";
    background-color: rgb(25, 26, 36);
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
  }
  .bottom-half::before,
  .bottom-flip::before {
    left: -5px;
  }
  .bottom-half::after,
  .bottom-flip::after {
    right: -5px;
  }
  
  .top-flip {
    position: absolute;
    transform-origin: bottom;
    transform: rotateX(0deg);
    animation: flip-top 0.5s ease-in forwards;
    backface-visibility: hidden;
  }
  
  .bottom-flip {
    position: absolute;
    bottom: 0;
    transform-origin: top;
    transform: rotateX(-90deg);
    animation: flip-bottom 0.5s ease-out 0.5s;
    backface-visibility: hidden;
  }
  

  .media {
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .media a {
    text-decoration: none;
    margin: 5px 15px;
  }
  .media a:hover {
    filter: invert(58%) sepia(38%) saturate(4955%) hue-rotate(310deg)
      brightness(101%) contrast(102%);
  }

  
  @media screen and (min-width: 200px) {
    main h1 {
      font-size: 31px;
    }
    .cards {
      gap: 25px;
    }
    .top-half,
    .bottom-half,
    .top-flip,
    .bottom-flip {
      font-size: 70px !important;
      height: 87px !important;
      width: 156px !important;
      padding: 35px 7px !important;
      font-weight: 800;
    }
  }

  /* footer */
 
  /* Footer Styling */
footer {
    margin-top: 5%;
    font-size: 14px;
    padding: 40px 0;
    background: linear-gradient(146deg, #852D75, #4b1d5d);
    color: #ffffff;
}

footer h5 {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul li, footer p {
    line-height: 1.8;
    font-size: 15px;
    color: #ffffff;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Social Media Icons */
.social-media a {
    background-color: rgba(255, 255, 255, 0.16);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.social-media a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}



/* Mobile View */
@media (max-width: 767px) {
    footer .container {
        text-align: center;
    }

    footer ul {
        padding: 0;
    }

    footer ul li, footer p {
        font-size: 14px;
    }

    .social-media {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    footer h5 {
        font-size: 16px;
    }
}



@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

*,
html {
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
}

.box-wrapper{
  background-color: transparent;
}

.shape-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    max-width: 550px !important;
    height: 300px;
    margin: 30px 10px 10px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    width: 25.333%;
}

.shape-box_half {
    overflow: hidden;
    text-align: left;
}

.shape-box_half:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(53.5deg);
    transform-origin: top left;
    transition: \transform .4s;
    background: #10101078;
    z-index: 1;
}

.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-black {
    background-color: #000;
}

.shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: \transform .4s;
    transform: translateY(100%);
    z-index: 3;
}

.shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 30px;
    right: 30px;
    transition: bottom .4s;
}

.card-no {
    font-size: 36px;
    color: #ffc107;
    padding: 0;
    margin: 10px 0;
}

.card-main-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #292b2c;
}

.card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
}

.read-more-btn {
    border: 2px solid #db3236;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #db3236;
    color: #fff;
    border-radius: 2px;
    margin-top: 25px;
    text-decoration: none;
}

.read-more-btn:hover {
    background: transparent;
    color: #db3236;

}

.shape-box_half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdd744;
    opacity: 0;
    transition: opacity .4s;
}

/*On hover*/
.shape-box_half:hover:before {
    transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
    transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
    bottom: 100%;
}

.shape-box_half:hover>.after {
    opacity: 1;
}




/* carousel */

html,
body {
    height: 100%;
}

.carousel,
.carousel-item,
.active {
    height: 100%;
}


.carousel-inner {
    height: 100%;
    background: #000;
}

.carousel-caption {
  margin-bottom: 90px;
  background-color: #0000007a;
  padding: 4%;
}

.carousel h2 {
  font-size: 4.5vw;
}

@media (max-width: 768px) {
  .carousel h2 {
      font-size: 40px; /* Adjust font size for smaller screens */
  }
  .carousel p {
      font-size: 14px; /* Adjust paragraph size for smaller screens */
  }
  .carousel-caption {
    margin-bottom: 90px;
  }
  
}

.carousel p {
    padding: 10px;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.6;
}

/* Button */
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
}

.btn-rounded {
    border-radius: 70px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}

/* Change animation duration */
.animated {
    animation-duration: 1s;
}

/* Fade In Right Animation */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

/* Fade In Up Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

/* Fade In Down Animation */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

/* Fade In Left Animation */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}



/* about */
       h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }



.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 60px 0 70px;
}



.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}


.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;}

  



  /* testimonials */
/* Testimonials */
.testimonials-wrap {
  padding: 40px 0;
}

.heading-section {
  text-align: center;
}

.sub-heading {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  display: block;
  font-weight: 600;
  color: #752e63;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}

/* Testimonial Box Styling */
.testimonial-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  min-height: 300px; /* Ensures all cards have a consistent height */
  flex-grow: 1;
}

.text .h{
  display:block !important;
  min-height: 200px !important;
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.carousel-testimonial .item {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Ensures all items align properly */
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}

.name {
  margin-top: auto;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}

.position {
  color: #adadad;
  font-size: 14px;
  margin-bottom: auto;
}

.text {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-testimonial .owl-nav {
  text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}



  /* partners */
  :root {
    --animation-speed: 40s; /* Using CSS variable for animation speed */
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7)); }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slide-track {
    animation: scroll var(--animation-speed) linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}


.navbar-heading,.testimonials-wrap h2 {
  position: relative;
  padding-bottom: 5px; /* Adjust spacing as needed */
}

.navbar-heading::after,.testimonials-wrap h2::after {
  content: "";
  display: block;
  width: 100%; /* Full width */
  height: 2px; /* Thickness of the underline */
  background-color: #4b1d5d9c; /* Color of the underline */
  position: absolute;
  left: 0;
  bottom: 0; /* Position it at the bottom */
}

.abc::after{
  background-color:transparent;
}


/* .side_nav{
  width: 350px;
  height: 100vh;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
} */

footer .text-white{
  text-decoration: underline;
}

.slide img{
  width: 80%;
  height: 100%;
  margin-top: 1% !important;
}

.gap{
  margin-bottom: 10% !important;
}
