/*Fonts*/

/*Poppins*/
@import url('https://fonts.googleapis.com/css2?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');
/*Open Sans*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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');
/*Roboto Condensed*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size: 16px;
}

body {
    margin: 0;
    line-height: 20px;
    background-color: #000;
    height: 100%;
    overflow: hidden;
}

.ambassador-navigation {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 50vh;
    left: 10%;
    width: 80%;
    z-index: 2;
    transition: top 0.5s;
}

.ambassador-navigation.slick-num01 a {
    background: #ffb400;
}

.flex-next {
    display: flex;
}

.flex-prev {
    display: flex;
}

.ambassador-navigation .flex-next, .ambassador-navigation .flex-prev {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: #ffbd28;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    cursor: pointer;
}

.ambassador-navigation .flex-next img, .ambassador-navigation .flex-prev img {
    width: 25%;
}

.ambassador-container {
    font-family: "Poppins",sans-serif;
    background-image: url("https://www.jeetbuzz.com/images/v1/web/jb/ambassador/glenn/bg01.jpg");
    width: 100%;
    line-height: 1.5;
}

.ambassador-star {
    position: absolute;
    top: 0;
    left: -15px;
    height: 90%;
    z-index: 1;
}

.star-glenn {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-container {
    padding: 6.25rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.star-glenn .about-container .ambassador-inner-box {
    text-align: right;
}

.star-glenn .ambassador-inner-box {
    position: relative;
}

.ambassador-inner-box {
    width: 70%;
    margin: 0 auto;
}
.star-glenn .about-container .about-glenn {
    text-align: center;
}

.about-glenn {
    display: inline-block;
    width: 50rem;
    margin-bottom: 11.25rem;
    animation: slideInFromRight 0.65s ease-out forwards;
    will-change: transform;
}

.glenn-title {
    margin-bottom: 3.125rem;
    color: #fff;
}

.glenn-title h1 {
    display: flex;
    flex-direction: column;
}

.glenn-title h1 span:nth-child(1) {
    font-family: "Open Sans", sans-serif;
    color: #ffbd28;
    font-size: 4.6875rem;
    font-weight: 800;
    margin: 0;
}

.glenn-title h1 {
    margin: 0;
}

.glenn-title h1 span:nth-child(2) {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3.75rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.glenn-introduction {
    padding: 2.5rem 4.6875rem;
    border: .25rem solid #6a4017;
    background: rgba(0, 0, 0, .5);
    border-radius: 1.25rem;
    text-align: left;
}

.glenn-introduction h5 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}

.glenn-text p {
    font-family: "Poppins", "sans-serif";
    margin-bottom: 0.9375rem;
    color: #ccc;
}

.why-container {
    margin-bottom: 11.25rem;
}

.star-glenn .why-container .ambassador-inner-title {
    width: 70%;
    margin: 0 auto;
}

.why-container .ambassador-inner-title h2 {
    font-family: 'Poppins', sans-serif;
    color: #ffbd28;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 2;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.why-container p {
    font-family:'Poppins', sans-serif;
    color: #eee;
    text-align: center;
    font-weight: 300;
    margin-top: 0;
}

.ambassador-video-box {
    position: relative;
}

.ambassador-video {
    width: 60%;
}

.ambassador-video h3 {
    margin-bottom: 1.25rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.ambassador-video-box {
    position: relative;
}

.ambassador-video-inner {
    flex-grow: 2; /* Increase if you want it to take more space in the flex container */
}

.ambassador-join {
    position: absolute;
    bottom: -6.25rem;
    right: 0;
    width: 45%;
    z-index: 1;
}

.ambassador-video-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55.9%;
    background: #000;
    border: 5px solid #5d3409;
    border-radius: 1.25rem;
    overflow: hidden;
}

.ambassador-video-inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none; /* Ensure no border is causing additional spacing */
    padding: 0; /* Remove any default padding */
    margin: 0; /* Remove any default margin */
}

@media screen and (max-width: 1600px) {
    .ambassador-star {
        top: auto;
        bottom: 0;
        width: 40%;
        height: auto;
    }

    .about-glenn {
        width: 65%;
    }

}

@media screen and (max-width: 1300px) {
    .about-glenn {
        width: 70%;
        margin-bottom: 0;
    }

    .ambassador-star {
        width: 35%;
    }

    .glenn-title h1 span:nth-child(1) {
        font-size: 2.6875rem;
    }

    .glenn-title h1 span:nth-child(2) {
        font-size: 2.75rem;
    }

    .glenn-introduction {
        padding: 2.1875rem;
        width: 100%;
    }

    .glenn-introduction h5 {
        margin-top: 0;
    }

    .ambassador-video h3 {
        font-size: 1.6rem;
    }

    .ambassador-join {
        bottom: -3.25rem;
    }

    .star-glenn .why-container .ambassador-inner-title {
        width: 90%;
        margin: 0 auto;
    }

    .ambassador-video-box {
        margin-top: 3.5rem;
    }

}

@media screen and (min-width: 1025px) {
    .ambassador-join {
        transition: transform 0.5s ease-in-out;
        transform: translateX(10%);
    }


    @keyframes slideInFromLeft {
        from {
            transform: translateX(-150px);
        }
        to {
            transform: translateX(0);
        }
    }

    @keyframes slideInFromRight {
        from {
            transform: translateX(150px);
        }
        to {
            transform: translateX(0);
        }
    }

    .ambassador-star {
        animation: slideInFromLeft 0.65s ease-out forwards;
        will-change: transform;
    }

}

@media screen and (max-width: 1024px) {
    .ambassador-star {
        position: static;
        width: 60%;
    }

    .star-glenn .ambassador-inner-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .backslash {
        display: none;
    }

    .about-glenn {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .glenn-introduction {
        width: 100%;
        align-self: center;
    }

    .star-glenn .why-container .ambassador-inner-title {
        width: 100%;
    }

    .ambassador-video-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .ambassador-video {
        width: 100%;
        order: 1;
    }

    .ambassador-join {
        position: static;
        width: 80%;
    }

}

@media screen and (max-width: 684px) {
    .about-container .ambassador-inner-box {
        width: 100%;
    }

    .ambassador-star {
        width: 45%;
    }

    .glenn-introduction {
        width: 75%;
    }

    .why-container .ambassador-inner-box {
        width: 80%;
    }
}


@media screen and (max-width: 550px) {
    .about-container {
        padding: 3.5rem 0;
    }

    .ambassador-container {
        background-image: url("https://img.j189eb.com/jb/h5/assets/images/ambassador/glenn/bg01.jpg?v=1719910841485") !important;
    }

    .ambassador-star {
        width: 80%;
    }

    .backslash {
        display: none;
    }

    .ambassador-inner-box {
        width: 100%;
    }

    .ambassador-join {
        width: 100%;
    }

    .why-container p{
        font-size: 0.9rem;
        padding: 0 10px;
    }

   .why-container .ambassador-inner-box {
        width: 85%;
       padding-top: 30px;
    }

    .about-glenn {
        margin-top: -7.5rem;
    }

    .glenn-title {
        margin-bottom: 1rem;
    }

    .glenn-title img {
        width: 40% !important;
    }

    .glenn-title h1 span:nth-child(1) {
        font-size: 2.2rem;
        font-weight: 800;
    }

    .glenn-title h1 span:nth-child(2) {
        font-size: 1.8rem;
    }

    .glenn-introduction {
        width: 65%;
        border: .18rem solid #6a4017;
        padding: 1.5rem 1.6rem;
        border-radius: 0.7rem;
    }

    .glenn-introduction h5 {
        font-size: 0.95rem;
        margin-bottom: 0;
    }

    .glenn-text p{
        font-size: 0.9rem;
    }

    .ambassador-video {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ambassador-video-inner {
        border: 2px solid #5d3409;
    }

    .why-container {
        margin-top: -2rem;
        padding-bottom: 0.9rem;
        margin-bottom: 0;
    }

    .why-container .ambassador-inner-title h2 {
        font-size: 1.5rem;
    }

    .ambassador-video {
        margin-top: -4rem;
        z-index: 1;
    }

    .ambassador-video h3 {
        padding-top: 15px;
    }

    .ambassador-video-box {
        margin-top: 0;
    }

}

@media screen and (max-width: 431px) {
    .glenn-text p {
        font-size: 0.85rem;
    }

    .why-container p{
        font-size: 0.85rem;
        padding: 0 10px;
    }

    /*Redirecting to another ambassador page*/
    .ambassador-navigation .flex-next, .ambassador-navigation .flex-prev {
        width: 2.125rem;
        height: 2.125rem;
    }

    .ambassador-navigation {
        left: 5%;
        width: 90%;
    }
}


@media screen and (max-width: 390px) {
    .glenn-title h1 span:nth-child(1) {
        font-size: 2rem;
    }

    .glenn-title h1 span:nth-child(2) {
        font-size: 1.65rem;
    }

}

@media screen and (max-width: 383px) {
    .why-container .ambassador-inner-title h2 {
        font-size: 1.35rem;
    }
}

@media screen and (max-width: 360px) {
    .glenn-title h1 span:nth-child(1) {
        font-size: 1.9rem;
    }

    .glenn-title h1 span:nth-child(2) {
        font-size: 1.55rem;
    }
}











