
.banner___about {
  background: url(../images/event-banner.jpg);
  height: 70vh;
  position: relative;
}

.banner___about::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000069;
  top: 0;
  left: 0;
}

.banner___about h1 {
  position: relative;
}

.right__side.poetryy p {
  text-align: left;
}

.right__side.poetryy {
  width: 90%;
}

.right__side.poetryy h1 {
  text-align: left;
}

.right__side.poetryy {
  width: 90%;
}

  .marquee_container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #04736f;
    padding: 0.2rem 0;
  }
  .marquee {
    display: inline-block;
    animation: marquee 10s linear infinite;
  }
  @keyframes marquee {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }

  .marquee_container h1 {
    display: inline-block;
    margin-right: 50px;
    color: #fff;
}

footer {
    padding-top: 0;
}

.top-content h3 {
  color: #cc6616;
}

.top-content p {
  color: #04736f;
}

section.about.last {
  /* padding-top: 0; */
  /* padding-bottom: 0; */
  background: #cccccc4f;
  background: transparent linear-gradient(121deg, #f99c3e24 0%, #137b7c2e 84%, #ef782129 100%) 0% 0% no-repeat padding-box;
}

.left__side {
    height: 400px;
}

.card-single {
    overflow: hidden;
    border-radius: 12px;
}

footer.instrument {
    padding-top: 90px;
}

.top-content {
    width: 70%;
    padding-bottom: 30px;
}

section.designed {
  padding: 0 0;
  height: 100vh;
  position: relative;
  float: left;
  width: 100%;
}

.des_mid {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  height: 85%;
  width: 80%;
  object-fit: cover;
  border-radius: 12px;
}

.right__side.poetry {
  padding-top: 90px;
}

.left__side.poetry {
  margin-top: 90px;
}

.card-wrapperssss {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}

section.about.poetryi {
  padding-top: 0;
}


/* Mobile Responsive Styles */
@media screen and (min-width: 320px) and (max-width: 768px) {
   

  .logo {
      margin-bottom: 0;
      position: absolute;
      right: 0;
  }

  nav {
      width: 100%;
  }

  nav ul {
      flex-direction: column;
      gap: 10px;
  }

  nav ul li {
      text-align: left;
      padding: 20px;
  }

  .contact__button {
      width: 85px;
      text-align: center;
      margin-top: 10px;
  }

  .contact__button a {
      display: block;
      width: 100%;
      padding: 8px;
      font-size: 12px;
  }

  .logo img {
      width: 50px;
      height: 50px;
  }

  .menu-toggle {
      display: flex;
  }

  .nav-menu {
      display: none;
      width: 100%;
  }

  .nav-menu.active {
      display: block;
      position: absolute;
      top: 80px;
      background: #cc6718d9;
      backdrop-filter: blur(15px);
      width: 100%;
      left: 0;
  }

  .header-wrapper {
      padding: 20px 10px;
  }

  .nav-logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 50%;
      flex-wrap: wrap-reverse;
      position: relative;
  }

  .events-hilights h3 {
      font-size: 32px;
      padding: 15px 10px;
      font-weight: 600;
      line-height: 45px;
  }

  section.event-hilight {
      padding: 20px 0;
      padding-bottom: 50px;
  }

  .events-hilights p {
      font-size: 15px;
      width: 100%;
      padding: 25px 10px;
      padding-top: 0;
  }

  section.origin-instruments {
      padding: 50px 15px;
      background: #fff;
  }

  .card-wrapper {
      flex-wrap: wrap;
      row-gap: 20px;
      padding: 0 20px;
  }

  .card-single.secound {
      margin-top: 0;
  }

  .card-single.third {
      margin-top: 0;
  }

  section.ourteam {
      padding: 50px 0;
      padding-top: 0;
  }

  .top-content h3 {
      font-size: 32px;
      line-height: 43px !important;
  }

  .top-content {
      width: 100%;
  }

  .team-image {
      width: 150px;
      height: 150px;
      border: 1px solid #137a76;
      padding: 5px;
  }

  .team-image img {
      border-radius: 50%;
  }

  .team__wrapper {
      text-align: center;
  }

  .card__image img {
      height: 200px;
  }

  section.why-join {
      padding: 20px 0;
  }

  .mid__content ul {
      width: 100%;
      list-style: none;
      padding-left: 0;
  }

  .link__listing::before {
      content: '';
      width: 100%;
  }

  .link__listing::after {
      width: 100%;
  }

  .bottom__footer ul {
      width: 90%;
  }

  .social___bottomwrap {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: 10px;
  }

  .social___bottomwrap .social {
      width: 60%;
  }

  .instrument p {
      padding-bottom: 0px;
  }

  footer {
      padding: 50px 0;
  }

  .proceslistscards {
      margin-right: 0;
      padding: 40px 15px;
      min-height: auto;
      padding-bottom: 20px;
      border: 1px solid transparent;
  }

  section.missindprocess {
      display: none;
  }

  section.partner {
      display: block;
  }

  .col-md-4.team {
      width: 45%;
      margin: auto;
  }

  .bottom___title h1 {
      font-size: 50px;
      color: #fff;
      text-align: center;
  }

  .top__content p {
      width: 100%;
      text-align: center;
  }

  .bottom___title {
      top: 66%;
      left: 0;
      width: 100%;
  }

  .swiper___img img {
      height: 60vh;
  }

  section.banner-section {
      height: 60vh;
  }

  .right__side h1 {
      text-align: center;
      padding-top: 0px;
  }

  .right__side h3 {
      text-align: center;
  }

  .right__side {
      width: 90%;
  }

  .right__side p {
      text-align: center;
  }

  .left__side {
      height: 250px;
  }

  .bottom___button.about {
      margin-top: 30px;
      text-align: center;
  }

  section.about {
      padding: 50px 0;
  }

  img.sw__1234 {
      width: 100%;
  }

  section.designed {
      height: auto;
  }

  .right__side.poetry {
      padding-top: 50px;
  }

  .right__side h1 {
      text-align: center;
      font-size: 28px;
  }

  .banner___about h1 {
      font-size: 50px;
      width: 100%;
  }

  .banner___about {
      height: 50vh;
  }

  .right__side.poetry {
      float: unset;
      text-align: center;
  }

  .right__side.poetry h1 {
      text-align: center;
  }

  .right__side.poetry p {
      text-align: center;
  }

  section.phylosphy {
      padding: 50px 0;
  }

  .top-content.phylosphy.sticky-top h3 {
      text-align: center;
      font-size: 50px;
      padding-bottom: 30px;
  }

  .top-content.phylosphy.sticky-top h2 {
      text-align: center;
      font-size: 25px;
      line-height: 35px;
  }

  .top-content.phylosphy.sticky-top p {
      text-align: center;
  }

  .card-main {
      margin-bottom: 20px;
  }

  section.about.value {
      padding: 50px 0;
  }

  .valll__h h4 {
      text-align: center;
  }

  .right__side.value h1 {
      text-align: center;
  }

  footer.instrument {
    padding-top: 50px;
}

.left__side.poetry {
  margin-top: 30px;
}

.right__side.poetryy h1 {
  text-align: center;
}

.right__side.poetryy {
  padding-top: 30px;
}
.right__side.poetryy p {
  text-align: center;
}
}