@font-face {
    font-family: 'PlayfairDisplay';
    src: url("../fonts/PlayfairDisplay.eot?") format("eot"), url("../fonts/PlayfairDisplay.ttf") format("truetype");
  }

  @font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato.eot?") format("eot"), url("../fonts/Lato.ttf") format("truetype");
  }



h1, h2, h3, h4, h5, h6{
    font-family: 'PlayfairDisplay';
    letter-spacing: .5px;
}

p{
    font-family: 'Lato';
    font-size: 18px;
    letter-spacing: 0.5px;
}

a{
    font-family: 'Lato';
}

.bottom-celeb p {
    text-align: center;
}

li{
    font-family: 'Lato';
}

 /* Hide Google Translate Banner */
 .goog-te-banner-frame {
    display: none !important;
}

/* Remove unwanted spacing caused by hidden banner */
body {
    top: 0px !important;
}

/* Hide the translate dropdown inside the Google Translate widget */
#google_translate_element {
    display: none;
}
iframe#\:1\.container {
    display: none;
}
body {
    background-color: #f7f6f2 !important;
}

.language button {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 12px;
    color: #fff;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}

.section.banner-section::before {
    content: '';

}

header.active {
    background-color: #33333378; /* Change this color as needed */
    transition: background-color 0.3s ease;
}

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

.top__content {
    position: relative;
}

.contact__button a {
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 10px 20px;
    color: #fff;
}

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

nav {
    width: 40%;
}

nav ul {
    display: flex;
    padding-left: 0;
    margin: 0;
    justify-content: space-between;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

nav ul li {
    list-style: none;
}

.contact__button a {
    text-decoration: none;
    color: #fff;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #fff;
}

/* banner css  */


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    backdrop-filter: blur(40px);
}

section.banner-section {
    height: 100vh;
    position: relative;
}

.bottom___content {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 550px;
    text-align: left;
    border: 1px solid #0000007d;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 50px;
    margin-left: 50px;
    padding: 30px 30px;
    backdrop-filter: blur(12px);
}

.bottom-main p {
    color: #ffffffad;
}

.top__content p {
    width: 90%;
}

.bottom___button a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #04736f;
    border-radius: 12px;
    padding: 10px 20px;
}

.swiper___img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.bottom___title h1 {
    font-size: 100px;
    color: #fff;
}

.bottom___title {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0%, -50%);
    width: 50%;
    color: #fff;
    text-align: left;
}

.top__content p {
    width: 90%;
}

.left__side {
    height: 550px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.left__side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

section.about {
    padding: 90px 0;
}

.right__side h3 {
    color: #04736f;
}

.right__side {
    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.bottom___button.about {
    margin-top: 50px;
}

.bottom___button.about a {
    color: #04736f;
}

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

.swiper.event {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide.event {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
}

  .swiper-slide.event img {
    display: block;
    width: 100%;
  }

  section.event-hilight {
    background: url(../images/event.jpg);
    padding: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

.events-hilights h3 {
    font-size: 45px;
    text-align: center;
    padding: 30px 80px;
    color: #cc6616;
    font-weight: 600;
}

.events-hilights p {
    font-size: 18px;
    width: 70%;
    margin: auto;
    padding: 50px 50px;
    text-align: center;
    padding-top: 0;
    color: #04736f;
    font-weight: 600;
}

section.why-join p {
    color: #fff;
}

section.missindprocess p {
    color: #fff;
}

.events-hilights {
    position: relative;
}

section.event-hilight::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(4px);
    z-index: 0;
}

.card-wrapper {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 20px;
}

.card-single {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: .5s ease-in-out;
    height: 100%;
    width: 100%;
}

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

.card__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
    color: white;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    z-index: 9;
    text-align: center;
    height: auto;
    padding: 30px 10px;
}

.card-single::after {
    content: '';
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.card-single:hover::after {
    height: 100%;
    opacity: 1;
}

.card-single:hover .card__bottom {
    opacity: 1;

}

.card-single:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translate(0px, 10px);
}

.bottom___button.instrument a {
    border: 1px solid #fff;
}

.card__bottom p {
    margin-bottom: 0;
    padding-bottom: 30px;
}

section.origin-instruments {
    padding: 90px 0;
    background: #fff;
}

.card-single.secound {
    /* margin-top: 150px; */
}

.card-single.third {
    /* margin-top: 75px; */
}

.top-content h3 {
    font-size: 45px;
    color: #cc6616;
    font-weight: 600;
}

.top-content {
    width: 70%;
    margin: auto;
    text-align: center;
    padding-bottom: 0px;
}

section.why-join h3 {
    color: #fff;
    line-height: 70px;
}

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

.image_join {
    height: 290px;
    margin-bottom: 32px;
}

.bottom__join {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    backdrop-filter: blur(5px);
    border-bottom-left-radius: 12px;
}

.image__join-main {
    position: relative;
}

.celebimage img {
    width: 100%;
}





.celeb-wrapper {
    perspective: 1000px;
    padding-top: 30px;
}

section.why-join p {
    margin-bottom: 0;
    padding-bottom: 35px;
}

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

.celeb-single {
    width: 100%;
    position: relative;
    height: 450px;
    overflow: hidden;
}

.celeb-singlewrap {
    position: relative;
    width: 100%;
    height: 100%;
}

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

.bottom-celeb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(182 98 46);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: rotateY(180deg);
    flex-direction: column;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.celeb-single:hover .bottom-celeb {
    transform: rotateY(0deg);
    opacity: 1;
}

.celebimage {
    min-height: 450px;
    height: 100%;
}

section.celebrity {
    padding: 90px 0;
}

.bottomname {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    backdrop-filter: blur(12px);
    padding: 10px 15px;
    border-bottom-left-radius: 12px;
}

.social {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

.social a {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
}



.missindprocess {
    background: transparent linear-gradient(121deg, #f99c3e 0%, #137b7c 84%, #ef7821 100%) 0% 0% no-repeat padding-box;
    padding: 90px 0;
    overflow-x: hidden;
}
  .prcoessedsheads {
    text-align: center;
  }
  .headssmals small {
    color: #F2F1EE;
    font-family: 'Helvetica';
    font-size: 15px;
    letter-spacing: 3px;
  }
  .heodsdoubles h2 {
    color: #001D69;
    font-family: 'Lot';
    font-size: 265px;
  }
  .heodsdoubles {
    position: relative;
  }
  .heodsdoubles h3 {
    color: #F2F1EE;
    font-family: 'BrittanySignature';
    font-size: 150px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
  }
  .proceslists{
    display: flex;
    width: 300vw;
    overflow-x: hidden;
    padding: 0 12px !important;
  }
  ul.proceslists li {
    width: 12%;
  }
  .proceslistscards{
    text-align: center;
  }
  .processess {
    padding-top: 50px;
  }
  .proceslistscards small{
    color: #F2F1EE;
    font-family: 'Helvetica';
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .proceslistscards h3 {
    font-family: 'forma-djr-display';
    color: #F2F1EE;
    font-size: 35px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.proceslistscards img {
    height: 185px;
    margin-top: -25px;
    width: 100%;
    object-fit: cover;
    padding: 0px 0;
}

.swiper.mySwiperp {
    margin-top: 25px;
}

  .proceslistscards p {
    color: #F2F1EE;
    font-size: 12px;
    width: 85%;
    margin: 0 auto !important;
    padding-top: 10px;
}

ul.proceslists {
    list-style: none;
}

.proceslistscards {
    text-align: center;
    border: 1px solid #F2F1EE;
    margin-right: 12px;
    padding: 40px 0;
    min-height: 380px;
    padding-bottom: 20px;
    border-radius: 12px;
}

.logo-image {
    text-align: center;
}

.logo-image img {
    width: 100px;
    height: 100px;
}

.mid__content {
    text-align: center;
    padding-top: 30px;
}

.mid__content ul {
    display: flex;
    justify-content: space-between;
    width: 39%;
    margin: auto;
}

.mid__content p {
    font-size: 30px;
    padding-top: 30px;
}

.bottom__footer {
    text-align: center;
}

.bottom__footer ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    width: 40%;
    margin: auto;
    list-style: none;
}

footer {
    padding: 90px 0;
    padding-bottom: 0;
}

.social___bottomwrap a {
    color: #cc6616;
}

.social___bottomwrap .social {
    width: 10%;
}

.link__listing a {
    text-decoration: none;
    color: #000;
}

.social___bottomwrap {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    padding-top: 25px;
}

.link__listing::after {
    content: '';
    width: 80%;
    height: 1px;
    background: #000;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.link__listing::before {
    content: '';
    width: 80%;
    height: 1px;
    background: #000;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

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

.right__side h1 {
    font-size: 50px;
    font-weight: 600;
    color: #cc6616;
    padding-bottom: 20px;
}

.bottom-main a {
    border: 1px solid #fff;
    color: #fff;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}

.modal-dialog {
    max-width: 750px;
    margin-top: 150px;
}

.btn-primary {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
}

.btn-primary:hover {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
    background: transparent;
    outline: 0 !important;
}

.modal-header {
    border-bottom: 0;
}

.top__name p {
    font-size: 15px;
    color: #cc6616;
    letter-spacing: .5px;
    line-height: 20px;
}

.top__name h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 35px;
}

.modal-body p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 22px;
}

.modal-body {
    padding: 1rem 50px;
    padding-bottom: 50px;
}

section.ourteam {
    padding: 90px 0;
    /* background: #f7f6f2; */
}

.team-name {
    font-size: 25px;
    padding-top: 30px;
}

.team__wrapper:focus-visible {
    border: 0;
    outline: 0;
}

button.btn.btn-primary:focus-visible {
    outline: 0;
}

button.btn.btn-primary:focus {
    outline: 0;
    box-shadow: none;
}

.top-content.team {
    padding-bottom: 35px;
}

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

.swiper-slide.event .sssd {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    height: 0%;
    background: transparent;
    padding: 12px;
    backdrop-filter: blur(10px);
    transition: .5s all;
    opacity: 0;
}


.swiper-slide.event:hover .sssd {
    height: 60%;
    opacity: 1;
}


.sssd h3 {
    width: 100%;
    font-size: 20px;
    padding: 0;
}

.sssd p {
    font-size: 12px;
    padding: 0;
    width: 100%;
}

.swiper-slide.event {
    position: relative;
    transition: .5s all;
}

.contact__button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

select#languageSelect {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 12px;
    margin-right: 15px;
}

option {
    background: transparent;
    color: #000;
}

#google_translate_element {
    display: none;
}


/* 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: 40px;
        color: #fff;
        text-align: left;
    }

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

    .bottom___title {
        top: 74%;
        left: 0;
        width: 100%;
        background: transparent;
        backdrop-filter: blur(17px);
        width: 85%;
        padding: 10px 15px 25px;
        border-radius: 12px;
    }

    .bottom___content {
        margin-bottom: 0px;
        margin-left: 0px;
        width: 85%;
    }

    .top__content p {
        font-size: 14px;
        text-align: left;
    }

    .swiper___img img {
        height: 60vh;
    }

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

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

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

    section.partner {
        padding: 50px 0px;
    }

    .proceslistscards {
        padding-top: 0;
    }

    .row.teamsz {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .language button {
        font-size: 10px;
    }

    select#languageSelect {
        font-size: 10px;
    }
}
