    .header-logo{
      width: 76%!important;
    margin: auto;
}

html {
  scroll-behavior: smooth;
}


.about-logo{
  background: #fff;
  padding: 10px;
}

/* .hero-slider-wrapper {
    position: relative;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-slide .hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-text-box {
    max-width: 600px;
    color: #fff;
    z-index: 10;
}

.hero-text-box h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-text-box p {
    margin-top: 15px;
    font-size: 18px;
} */

.btn-group {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.btn-primary {
    background: #24116C;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-secondary {
    border: 2px solid #fff;
    padding: 12px 25px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

/* slide css */ 

.hero-slide-item {
    height: 580px;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    color: #fff;
}

.hero-content {
    width: 100%;
}

.hero-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.hero-btn {
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}

.main-btn {
    background-color: #24116C;
    color: #fff;
}

.outline-btn {
    border: 2px solid white;
    color: white;
}

.glide__arrow {
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-size: 24px;
    border-radius: 5px;
}

.inside-sldd{
    width:600px;
}

.inside-sldd p{
    color:white;
}

.hid_desk{
    display: none;
}

@media (min-width: 600px) {

    .hid_desk_media{
    display: none;
}

}


@media (max-width: 600px) {
 /* .hero-slide-item {
    background-size: cover;
} */

.hero-slide-item{
    height: 207px;
}

  
  .inside-sldd h1{
    font-size: 17px;
  }

  .inside-sldd p{
    font-size: 9px;
  }

  .hid_mob{
    display: none;
  }

  .inside-sldd .hero-btn{
        padding: 5px 7px;
        font-size: 10px;
  }

 
}