

section.banner-section.about {
    height: auto;
    padding: 0;
}

.banner___about {
    background: url(../images/about__banners.jpg);
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner___about h1 {
    text-align: center;
    width: 70%;
    margin: auto;
    font-size: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}

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

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

.right__side.poetry {
    width: 90%;
    float: right;
}

.right__side h1 {
    margin-bottom: 0;
    text-align: center;
}

.right__side p {
    text-align: center;
}

.big___image img {
    width: 100%;
    height: 100%;
}

.phylosphy-image img {
    width: 100%;
}

.top-content.phylosphy {
    width: 100%;
}

.phylosphy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.phylosphy-image {
    height: 100%;
}

.phylosphy-image {
    height: 100%;
    padding-bottom: 20px;
}

.top-content.phylosphy.sticky-top {
    top: 100px;
}

.card-main {
    text-align: center;
    padding: 35px 20px;
    border-radius: 12px;
    background: #cc6616;
    box-shadow: rgb(204 102 22) 0px 3px 8px;
    min-height: 315px;
}

.valll__h h4 {
    font-weight: 600;
    color: #fff;
}

.card__wrapper h3 {
    color: #fff;
}

.card__wrapper p {
    color: #ffffffd1;
}

section.mission {
    padding: 90px 0;
    /* padding-bottom: 0; */
}

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

.top-content.phylosphy.sticky-top h3 {
    text-align: left;
    font-size: 50px;
}

.top-content.phylosphy.sticky-top h2 {
    font-size: 35px;
    text-align: left;
    font-weight: 600;
    line-height: 50px;
}

.logo__element::after {
    content: '';
    width: 45%;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.logo__element::before {
    content: '';
    width: 45%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.logo__element {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.logo__element img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.right__side ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.valll__h p {
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.right__side ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

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

.right__side.value {
    width: 100%;
}

.right__side ul li {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

section.about.value {
    padding-bottom: 0;
}

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;
  }

  section.phylosphy {
    background: transparent linear-gradient(121deg, #f99c3e 0%, #137b7c 84%, #ef7821 100%) 0% 0% no-repeat padding-box;
    padding: 90px 0;
}

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

.top-content.phylosphy.sticky-top h2 {
    color: #fff;
}

.top-content p {
    color: #fff;
}

section.about.value {
    padding-bottom: 0;
    background: transparent linear-gradient(121deg, #f99c3e 0%, #137b7c 84%, #ef7821 100%) 0% 0% no-repeat padding-box;
    padding: 90px 0;
}

.right__side.value h1 {
    color: #fff;
}

/* 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: 75px;
        width: 100%;
    }

    .banner___about {
        height: 60vh;
    }

    .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;
    }

    img.sw__1234 {
        border-radius: 12px;
    }
}
