@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




body {

    background-color: #0c0c0c;

}

h3,
h4 {
    text-transform: uppercase !important;
}

.ambassador-header {
    /* background-image: url('src/img/Mia\ khalifa\ GIF2.gif');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat; */
    display: flex;
    justify-content: end;
    padding-right: 325px;
    padding-top: 240px;
    padding-bottom: 240px;
    position: relative;
    overflow: hidden;
    background-color: #0c0c0c;
}

.videoBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    border: none;

}

.ambassador-header-text {
    z-index: 0;
}

.ambassador-header-h2 {
    color: white;
    font-family: 'Righteous', sans-serif;
    font-size: 75px;
    font-weight: 500;
    transition-duration: .3s;

}

.ambassador-header-h2>span:nth-child(1) {
    color: #ee3945;
}

.ambassador-header-h1 {
    font-family: Poppins;
    font-size: 23px;
    font-weight: 400;
    line-height: 49px;
    color: #DBBE95;
    text-align: center;
    transition-duration: .3s;
}

.ambassador-body-1 {
    background-color: #0c0c0c;
    padding-top: 0px;
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ambassador-body-text>h3,
.ambassador-gallery>h3,
.ambassador-video-parent>h3 {
    font-size: 32px;
    font-weight: normal;
    font-family: Montserrat;
    text-align: center;
    color: transparent;
    background-clip: text;
    padding-bottom: 20px;
    background-image: linear-gradient(90deg, #C38934, #EED997);
    max-width: 1011px;
    margin: auto;
}

.ambassador-video-parent>h3 {
    font-family: Montserrat;
    font-weight: 600;
}

.ambassador-video-parent>h3>span {
    font-weight: 700;
}

.ambassador-body-text>p {
    font-size: 20px;
    font-weight: normal;
    font-family: Poppins;
    line-height: 28px;
    text-align: center;
    color: #DBBE95;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
}

.ambassador-career-highlights {
    background-color: #801B28;
    padding: 70px;
}

.ambassador-career-highlights>h3 {
    margin: auto;
    text-align: center;
}

.highlights-row {
    max-width: 1260px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 60px;

}

.highlights-column {
    width: 50%;
    flex-shrink: 50%;
    margin: auto;
}

.ambassador-career-highlights>h3 {
    font-size: 32px !important;
    font-weight: 600;
    font-family: Montserrat !important;
    text-align: center !important;
    font-stretch: ultra-expanded;
    color: transparent !important;
    background-clip: text;
    padding-bottom: 20px;
    background-image: linear-gradient(90deg, #C38934 25%, #EED997);
}

.content-box {
    border: 2px solid transparent;
    border-radius: 10px;
    position: relative;
    background-color: #801B28;
    z-index: 0;
    margin: auto;
    width: min-content;
}

.highlights-column>h4 {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    font-stretch: ultra-condensed;
    color: transparent !important;
    background-clip: text;
    padding-bottom: 20px;
    background-image: linear-gradient(90deg, #C38934 25%, #EED997);
}

.content-box>p {
    padding: 26px 20px;
    border-radius: 10px;
    background-color: #801B28;
    color: #DBBE95;
    font-size: 18px;
    font-family: Poppins;
    line-height: 22px;
    width: 440px;
    margin: auto;
    text-align: left !important;

    &::after {
        content: "";
        position: absolute;
        background-image: linear-gradient(90deg, #C38934 45%, #EED997);
        border-radius: 10px;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
    }
}

.awards-row {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: row;

}

.awards-column:first-child {
    width: 25%;
    flex-basis: 20%;
    position: relative;
}

.awards-column {
    width: 50%;
    flex-basis: 50%;
}

.ambassador-awards {
    background-image: radial-gradient(#450A12, black);
    padding-top: 110px;
    height: 115vh;
}

.awards-container>h3 {
    color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 500;
    background-image: linear-gradient(120deg, #C38934, #EED997);
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
}

.awards-table-parent {
    padding-top: 45px;

}

.awards-table {
    border: 2px solid #C38934;
    border-radius: 10px;
    position: relative;
    margin: auto;
    width: 673px;
    padding: 65px;
    border-collapse: separate;




}



.standee {
    position: absolute;
    right: -30%;
    top: 100px;
    z-index: 10;
    width: 80% !important;
}

.awards-tr td {
    color: #dbbe95;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    padding: 25px 10px;
    text-align: left !important;
}

.awards-tr td:first-child {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 23px;
    color: #e9c556;
}

.ambassador-gallery {
    overflow: hidden;
    background-color: #150306;
    padding-top: 60px;
}

.gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 13px;
    overflow: hidden;
    text-decoration: none;


}

.gallery-row li {
    text-decoration: none;
    list-style: none;
    will-change: transform;
}

.gallery-row:nth-child(2)>li>.img-button {
    overflow: hidden;
    height: 491px;
    width: 370px;
    padding: 0;
    margin: auto;
    border-radius: 10px;
}

.gallery-row:nth-child(3)>li>.img-button {
    overflow: hidden;
    height: 491px;
    width: 715px;
    padding: 0;
    margin: auto;
    border-radius: 10px;
}

.img-button>img {
    height: 100% !important;
    width: 100% !important;
}

.ambassador-image,
.ambassador-image-2 {
    overflow: hidden;
    transition-duration: .3s;
    will-change: transform;

    &:hover {
        content: " ";
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        cursor: pointer;
        transition-duration: .3s !important;
        ;
    }


}

.ambassador-video-parent {
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: start;
    background-image: radial-gradient(#450A12, black);
    padding-left: 15vw;
    padding-right: 15vw;

}

.ambassador-video {
    width: 100%;
    height: 100%;
    position: relative;
}

body:-webkit-full-page-media {
    background-color: transparent;
}

.ambassador-video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    background-color: transparent;
}

@media screen and (max-width: 2560px) and (min-width:2000px) {
    .ambassador-body-1 {
        padding-top: 150px;
    }

    .standee {
        right: -50%;
    }

    .ambassador-awards {
        height: 80vh;
    }
}



@media screen and (max-width: 1440px) {

    .ambassador-header,
    .ambassador-body-1 {
        padding-top: 150px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 150px;
    }

    .videoBanner {
        object-fit: contain;
        width: 120%;
        left: 0;

    }

    .standee {
        top: 100px;
    }
}

@media screen and (max-width: 1280px) {
    .ambassador-header {
        padding-right: 20px;
    }

    .ambassador-career-highlights {
        padding: 60px 0;
    }

    .highlights-row {
        flex-direction: column;
        padding: 0;
        padding-top: 80px;
        gap: 40px;
    }

    .highlights-column {
        width: 100%;
    }

    .standee {
        right: -35%;
        top: 100px;
    }

    .ambassador-video-parent {

        height: 60vh;
    }


}

@media screen and (max-width: 1024px) {
    .ambassador-header {
        padding-top: 100px;
    }

    .ambassador-body-1 {
        padding-top: 30px;
    }

    .videoBanner {
        object-fit: contain;
        width: 120%;
        left: -120px;

    }

    .awards-column:first-child {
        display: none;
        width: 0;
        flex-basis: 0
    }


    .awards-column:last-child {
        width: 80%;
        flex-basis: 80%;
    }

    .highlights-row {
        padding-top: 20px;
    }

    .ambassador-video-parent {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .ambassador-header {
        padding-top: 80px;
    }

    .ambassador-header-h2 {
        font-size: 40px;
    }

    .ambassador-header-h1 {
        font-size: 12px;
        line-height: 15px;
    }

    .ambassador-body-1 {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .videoBanner {
        object-fit: contain;
        width: 150%;
        left: -120px;

    }

    .awards-row {
        display: block;
    }


    .awards-column:last-child {
        width: auto;
        flex-basis: 100%;
    }

    .ambassador-awards {
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
    }

    .awards-table {
        width: 80%;
        padding: 30px;
    }

    .awards-table-parent {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .ambassador-video-parent {
        height: 60vh;
    }

    /* .ambassador-video>iframe {
        height: 400px !important;
        width: 720px !important;
    } */
}

@media screen and (max-width: 480px) {
    .ambassador-header {
        background-size: cover;
        background-position: -160px;
        justify-content: center;
        align-items: end;
        padding: 0 !important;
        padding-bottom: 20px !important;
        height: 250px;
    }


    .ambassador-header-h1 {
        line-height: 0;
    }

    .ambassador-header,
    .ambassador-body-1 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .videoBanner {
        object-fit: contain;
        width: 250%;
        left: -120px;

    }

    .ambassador-body-text>h3,
    .ambassador-career-highlights>h3 {
        font-size: 13px !important;
        padding-bottom: 10px;
    }

    .ambassador-body-text>p {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .highlights-row {
        padding-top: 20px;
        gap: 20px;
    }

    .highlights-column>h4 {
        font-size: 14px !important;
    }

    .content-box>p {
        font-size: 12px;
        padding: 18px;
    }

    .content-box>p {
        width: 320px;
    }

    .awards-container>h3,
    .ambassador-gallery>h3,
    .ambassador-video-parent>h3 {
        font-size: 13px;
    }

    .awards-table {
        padding: 32px 15px;
    }

    .awards-tr td:first-child {
        font-size: 14px;
    }

    .awards-tr td {
        font-size: 12px;
        padding: 10px;
    }

    .ambassador-image,
    .ambassador-image-2 {

        &:hover {
            content: " ";
            transform: unset;
            -webkit-transform: unset;
            cursor: pointer;
            transition-duration: .3s !important;
            ;
        }


    }

    .gallery-row:nth-child(2)>li>.img-button {
        overflow: hidden;
        height: 235px;
        width: 176px;
        padding: 0;
        margin: auto;
        border-radius: 10px;
    }

    .gallery-row:nth-child(3)>li>.img-button {
        overflow: hidden;
        height: 237px;
        width: 359px;
        padding: 0;
        margin: auto;
        border-radius: 10px;
    }

    .ambassador-video-parent {
        height: 55vh;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width: 375px) {
    /* .ambassador-video>iframe {
        width: 95vw !important;
    } */

    .ambassador-header {
        padding-bottom: 30px !important;
    }

    .ambassador-body-1 {
        padding-top: 0;
    }

    .awards-table {
        padding: 10px;
    }

    .content-box p {
        width: 80vw;

        &::before {
            width: auto;
        }
    }
}