/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
/* font-family: 'Oswald', sans-serif; */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

#background {
    position: relative;
    background: url(images/background.jpg) repeat 50% 23% / cover;
    height: 42rem;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#background:before {
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}
#background > * {
    z-index: 999;
}

.bg-black {
    background-color: #000;
}

.content1 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 12.7em;
    left: 0;
    right: 0;
}

.content2 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 15.7em;
    left: 0;
    right: 0;
}

.content1 h2 {
    color: #fff;
    text-align: center;
    width: auto;
    background-color: #000;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 7px;
    font-size: 2.2em;
    font-family: 'Oswald', sans-serif;
}

.content2 h1 {
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: 6.7em;
    font-family: 'Oswald', sans-serif;
}

.content3 {
    margin-top: 13em;
}

.mybtn {
    background-color: #449A50;
    border: none;
    font-size: clamp(18px, 2vw, 20px);
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    transition: .1s ease-in-out;
    padding: 28px 120px;
}

.btn:hover {
    background-color: #68bb73;
    color: #fff;
}


/* ======================   Become a Member Section ==================== */

#member {
    height: auto;
    margin-bottom: 8em;
    background-color: #fff;
    overflow: hidden;
}

.member_header h1 {
    font-size: 4em;
    padding-top: 20px;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
}

.card_bg1 {
    height: 3em;
    width: 3em;
    background-image: url(icons/spark.png);
    background-position: center;
    background-size: cover;
}

.card_bg2 {
    height: 3em;
    width: 3em;
    background-image: url(icons/bulb.png);
    background-position: center;
    background-size: cover;
}

.card_bg3 {
    height: 3em;
    width: 3em;
    background-image: url(icons/checked.png);
    background-position: center;
    background-size: cover;
}

.card_body_text p:nth-child(2) {
    font-size: 20px;
}

.card_body_text p strong {
    font-size: 1.4em;
}

.card_body_text p {
    margin-bottom: 1px;
}

/* =======================  EXPERIENCES WE OFFER ============== */

#experience {
    height: auto;
    padding-bottom: 3em;
    overflow: hidden;
    background-color: #F6F6F6;
}

.exp_header h1 {
    overflow: hidden;
    text-align: center;
    padding-top: 1em;
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
}

.main_two {
    max-width: 1900px;
    margin: 0 auto;
}

.cards_item {
    margin: 1em;
}

img {
    height: 30em;
    max-width: 104%;
    object-fit: cover;
    vertical-align: middle;
}


.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 33.3333%;
    }
}

.card {
    background-color: transparent;
    border-radius: 0.25rem;
    border: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_content {
    padding: 1rem;
}

.card_title {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 2.5rem;
    padding-bottom: .4em;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}

.exp_signup {
    text-align: center;
}

.exp_signup button {
    padding: 20px 50px;
    text-decoration: none;
    color: #fff;
}

.four {
    grid-column: span 2;
}

.seven {
    grid-row: span 2;
}

.six {
    grid-column: span 3;
}

.exp_img_text span {
    line-height: 30px;
    padding-top: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 1.1em;
}

/* ===================================  HIGHLIGHT */

#highlight {
    height: auto;
    padding-bottom: 4em;
}


.text-highlight h1 {
    text-align: center;
    padding-top: 1em;
    font-size: 4em;
    padding-bottom: 1.5em;
    font-family: 'Oswald', sans-serif;
}

#container,
#container_two {
    width: 65vw;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 19em);
    grid-auto-flow: column;
}


.one_highs {
    grid-area: span 3;
    height: 14.7em;
}

.two_highs {
    grid-column: span 2;
    height: 7em;
}

.three_highs {
    height: 7em;
}


.four_highs {
    grid-row: span 2;
    height: 7em;
}

/* ===== */


.high_one {
    grid-area: span 1;
}

.high_two {
    grid-column: span 2;
    height: 8em;
}

.high_three {
    height: 7em;
}

.high_four {
    grid-row: span 2;
    /* height: 7em; */
}



/* ========== HIGHLIGHT BACKGROUND */

.one_highs {
    background: url(highlights/1.png) repeat rgb(255, 255, 255) 42% 51% / cover;
}

.two_highs {
    display: flex;
    align-items: end;
    background: url(highlights/2.jpeg) repeat rgb(255, 255, 255) 40% 40% / cover;
}

.three_highs {
    display: flex;
    align-items: end;
    background: url(highlights/3.png) repeat rgb(255, 255, 255) 50% 50% / cover;
}

.four_highs {
    display: flex;
    align-items: end;
    background: url(highlights/4.jpeg) repeat rgb(255, 255, 255) 50% 50% / cover;
}

/* ---- */

.high_one {
    display: flex;
    align-items: end;
    background: url(highlights/5.jpeg) repeat rgb(255, 255, 255) 42% 51% / cover;
}

.high_three {
    display: flex;
    align-items: end;
    background: url(highlights/6.jpeg) repeat rgb(255, 255, 255) 42% 51% / cover;
}

.high_four {
    display: flex;
    align-items: end;
    background: url(highlights/7.png) repeat rgb(255, 255, 255) 42% 51% / cover;
}

.high_two {
    display: flex;
    align-items: end;
    background: url(highlights/8.jpeg) repeat rgb(255, 255, 255) 42% 51% / cover;
}

/* ========== HIGHLIGHT BACKGROUND */


/* ITEM */
.items_high {
    margin: 10px;
    font-size: 2em;
    font-family: arial, sans-serif;
}

.highlight_text {
    padding: 10px;
    line-height: 34px;
}

.highlight_text span {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

/* ====================== about jt ================== */

#aboout_jt {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/about.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid_content {
    display: grid;
    grid-template-columns: 33em 33em;
}

.content-aboutjt1,
.content-aboutjt2 {
    height: 33em;
    color: #fff;
    margin: 4px;
}

.content-aboutjt1 {
    padding-top: 60px;
    padding-left: 20px;
}

.content-aboutjt1 h1 {
    font-family: 'Oswald', sans-serif;
    overflow: hidden;
    font-size: 4em;
}

.content-aboutjt1 p {
    line-height: 30px;
}

.content-aboutjt2 {
    background-image: url(images/who-is-jt.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

/* =================  WHAT OTHER SAY  ============= */

#otherSay {
    height: auto;
    margin-bottom: 2em;
}

.others-header h1 {
    font-family: 'Oswald', sans-serif;
    padding-top: 1.4em;
    font-size: 4em;
    text-align: center;
    padding-bottom: 1em;
}

.video-other .col .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoWhatSay1,
.videoWhatSay2,
.videoWhatSay3,
.videoWhatSay4,
.videoWhatSay5,
.videoWhatSay6,
.videoWhatSay7,
.videoWhatSay8 {
    margin: 10px;
    height: 17em;
}

.videoWhatSay1 {
    background-image: url(video/1.jpeg);
    background-position: center;
    background-size: cover;
}

.videoWhatSay2 {
    background-image: url(video/2.jpeg);
    background-position: center;
    background-size: cover;
}

.videoWhatSay3 {
    background-image: url(video/3.png);
    background-position: center;
    background-size: cover;
}

.videoWhatSay4 {
    background-image: url(video/4.jpeg);
    background-position: center;
    background-size: cover;
}

.videoWhatSay5 {
    background-image: url(video/5.jpeg);
    background-position: center;
    background-size: cover;
}

.videoWhatSay6 {
    background-image: url(video/6.jpeg);
    background-position: center;
    background-size: cover;
}

.videoWhatSay7 {
    background-image: url(video/7.jpeg);
    background-position: center;
    background-size: cover;
}

.videoWhatSay8 {
    background-image: url(video/8.jpg);
    background-position: center;
    background-size: cover;
}

.vidLable {
    background-color: rgba(252, 252, 252, 0.596);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.videoWhatSay1,
.videoWhatSay2,
.videoWhatSay3,
.videoWhatSay4,
.videoWhatSay5,
.videoWhatSay6,
.videoWhatSay7,
.videoWhatSay8 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vidLable p {
    text-align: center;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    padding-top: 10px;
}

.videoWhatSay1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.playbutton img {
    cursor: pointer;
    width: 4em;
    height: 4em;
}

/* .playbutton {
    background-image: url(images/play.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 4em;
    height: 4em;
} */

/* .open {
    background-color: rgba(14, 13, 13, 0.836);
} */

.wantIntBtn {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
}

.wantIntBtn button {
    padding: 20px 90px;
    background-color: #449A50;
    border: none;
}

/* 
.open iframe {
    position: relative;
    max-width: 1100px;
    outline: none;
}

.close {
    position: absolute;
    top: 13%;
    right: 19%;
    cursor: pointer;
    max-width: 1em;
    height: 1em;
}

@media (max-width: 991px) {
    .open iframe {
        max-width: 90%;
    }
} */
/* 

.open {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    align-items: center;
}

.open.active {
    visibility: visible;
    opacity: 1;
} */


.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.playbutton button {
    background-color: transparent;
    border: none;
    outline: none;
}

.playbutton button:hover,
.playbutton button:focus {
    background-color: transparent;
}

.modal-body button img {
    width: .7em;
    margin-right: 1.3em;
    margin-top: .3em;
    height: .7em;
}

/* ========================  FOOTER ====== */

footer {
    background-color: #1E1E1E;
    height: auto;
}

.flexFooter {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.gridFooter {
    display: grid;
    grid-template-columns: repeat(6, 5.3em);
}

.footerIcon1 {
    background-color: #fff;
    height: 4em;
    border-radius: 50%;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.innerColorfooter1 {
    width: 3em;
    cursor: pointer;
    height: 3em;
    border-radius: 50%;
    background-image: url(media-icons/facebook.png);
    background-position: center;
    background-size: cover;
}

.innerColorfooter2 {
    width: 3em;
    height: 3em;
    cursor: pointer;
    border-radius: 50%;
    background-image: url(media-icons/twitter.png);
    background-position: center;
    background-size: cover;
}

.innerColorfooter3 {
    width: 3em;
    cursor: pointer;
    height: 3em;
    border-radius: 50%;
    background-image: url(media-icons/instagram.png);
    background-position: center;
    background-size: cover;
}

.innerColorfooter4 {
    width: 3em;
    cursor: pointer;
    height: 3em;
    border-radius: 50%;
    background-image: url(media-icons/youtube.png);
    background-position: center;
    background-size: cover;
}

.innerColorfooter5 {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(media-icons/tiktok.png);
    background-position: center;
    background-size: cover;
}

.innerColorfooter6 {
    width: 3em;
    height: 3em;
    cursor: pointer;
    border-radius: 50%;
    background-image: url(media-icons/linkedin.png);
    background-position: center;
    background-size: cover;
}

.footerlinks {
    display: flex;
    justify-content: center;
}

footer .footerlinks a {
    color: #fff;
    text-decoration: none;
}