@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --title-font: Montserrat;
    --title-font-sub: Messiri;
}

body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}


/*navigation */
.fixed-menu {
    z-index: 10000;
    /* position: fixed; */
}

.menu {
    height: 120px !important;
    border: 1px solid White;
}

.card {
    display: flex;
}

.card .content h2 {
    font-family: var(--title-font);
    color: #fff;
    text-transform: capitalize;
    font-size: 2em;
    margin-left: 20px;
}

.card .content p {
    font-family: var(--title-font-sub);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-left: 20px;
}

@media only screen and (max-width: 1470px) {
    .card .content h2 {
        font-size: 1.4em;
    }
    .card .content p {
        font-size: 1rem;
    }
}

@media only screen and (orientation: portrait) {
    .fixed-menu {
        z-index: 10000;
        position: fixed;
    }
}

@media only screen and (max-width: 1283px) {
    .card .content h2 {
        font-size: 1.4em;
    }
    .card .content p {
        font-size: 1.1rem;
    }
    .card .imgmenu {
        width: 60px;
    }
}

@media only screen and (max-width: 1150px) {
    .card .content h2 {
        font-size: 1.2em;
    }
    .card .content p {
        font-size: 1.1rem;
    }
    .card .imgmenu {
        width: 50px;
    }
}

@media only screen and (max-width: 979px) {
    .card {
        display: block;
    }
    .card .content h2 {
        font-size: 1.2em;
        text-align: center;
    }
    .card .content p {
        font-size: 1.1rem;
        text-align: center;
    }
    .card .imgmenu {
        width: 70px;
        margin-left: 28%;
    }
}

@media only screen and (max-width: 400px) {
    .card {
        display: block;
    }
    .card .content h2 {
        font-size: 0.7em;
        justify-content: center;
        margin: 0;
    }
    .card .content p {
        display: none;
    }
    .card .imgmenu {
        width: 40px;
        justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    .card {
        display: block;
    }
    .card .content h2 {
        font-size: 0.8em;
        justify-content: center;
        margin: 0;
        padding: 2px;
    }
    .card .content p {
        display: none;
    }
    .card .imgmenu {
        width: 40px;
        margin-left: 25%;
    }
}

@media only screen and (max-width: 831px) {
    .card .imgmenu {
        width: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .card .content p {
        display: none;
    }
}

@media only screen and (max-width: 979px) {
    .card {
        display: block;
    }
    .card .content h2 {
        font-size: 1.2em;
        text-align: center;
    }
    .card .content p {
        font-size: 1.1rem;
        text-align: center;
    }
    .card .imgmenu {
        width: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 570px) {
    .card {
        display: block;
    }
    .card .content h2 {
        font-size: 1em;
        justify-content: center;
        margin: 0;
    }
    .card .content p {
        display: none;
    }
    .card .imgmenu {
        width: 40px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 420px) {
    .card {
        display: block;
    }
    .card .content {
        display: none;
    }
    .card .content p {
        display: none;
    }
    .card .imgmenu {
        width: 40px;
        margin: 1rem;
    }
}


/* end navigation */


/*main page */

.v-header {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.fullscreen-video-wrap {
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.fullscreen-video-wrap video {
    min-height: 100%;
    min-width: 100%;
}

.header-overlay {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
    background: #225470;
    opacity: 0.40;
}

.header-content {
    z-index: 2;
    margin: auto;
    text-align: center;
}

.header-content h1 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 4vh;
    margin-bottom: 0;
}

.header-content h2 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 2.5vh;
    display: block;
    padding-bottom: 2rem;
    color: #fff;
}

.mainpagebtn {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    background: #396D82;
    color: #fff;
    font-size: 1rem;
    padding: 1rem 2rem;
    text-decoration: none;
}


/* end mainpage*/


/* section2 content */

.section {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .section {
        margin-left: 0px;
        margin-right: 0px;
    }
}


/* title section */

.section h3 {
    color: #fff;
    font-size: 1rem;
}

.section h5 {
    color: #fff;
    font-size: 1rem;
}

.section h2 {
    color: #fff;
    font-size: 1.5rem;
}

.section hr {
    margin: 0rem 1rem !important;
    border-top: 1.5px solid #eeeeee;
}


/* titles newgeneration */

.newgeneration h3 {
    color: #fff;
    text-align: right;
    margin-right: 20px !important;
    padding: 10px 0px 2px 0px;
    font-size: 1rem;
}

.newgeneration h5 {
    color: #fff;
    text-align: right;
    margin-right: 20px !important;
    font-size: 1rem;
}

.newgeneration h2 {
    color: #fff;
    margin: 0px 0px 0px 20px !important;
    font-size: 1.5rem;
}

.newgeneration hr {
    margin: 0rem 1rem !important;
    border-top: 1.5px solid #eeeeee;
}


/* content worldgathering */

.card-body {
    background: #4C7985;
    min-height: 30px !important;
    padding: 0px !important;
}

.card-body .card-text {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--title-font);
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 1275px) and (min-width: 992px) {
    .card-body .card-text {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 450px) {
    .card-body .card-text {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 650px) {
    .card-body .card-text {
        font-size: 0.9rem;
    }
}

.worldgathering .worldgatheringbtn {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    background: #0a3749;
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    text-decoration: none;
    margin: 30px auto;
    border: none;
    display: block;
    border-radius: 0px;
}

.worldgathering .worldgatheringbtn:hover {
    background: #adbbc0;
    color: #0a3749;
    border: none;
}

.worldgathering .loadoutbtn {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    background: #285699;
    color: #fff;
    font-size: 1.5rem !important;
    text-decoration: none;
    margin: 30px auto !important;
    border: none;
    display: block;
    border-radius: 0px;
    text-align: center !important;
    padding-bottom: 5.5rem !important;
}

.worldgathering .loadoutbtn:hover {
    background: #adbbc0;
    color: #0a3749;
    border: none;
}

@media only screen and (max-width: 500px) {
    .worldgathering .loadoutbtn {
        font-size: 1rem !important;
        padding-bottom: 4rem !important;
    }
}


/* newgeneration */

.newgeneration .newgenerationbtn {
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    background: #035e29;
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    text-decoration: none;
    margin: 30px auto;
    border: none;
    display: block;
    border-radius: 0px;
}

.newgeneration .newgenerationbtn:hover {
    background: #adbbc0;
    color: #035e29;
    border: none;
}


/* search bar */

.homegathering {
    background-color: #1B4F7A;
    padding-top: 50px;
    margin-left: 5px !important;
    padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
    .homegathering {
        margin-left: 0px !important;
    }
}

.search {
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    padding-top: 10px !important;
}

.searchTerm {
    width: 70% !important;
    border: 1px solid #142f7a !important;
    border-right: none !important;
    outline: none !important;
    color: #9DBFAF !important;
    border-radius: 0px !important;
}

.searchTerm:focus {
    color: #142f7a !important;
}

.searchButton {
    width: 40px !important;
    height: 52px !important;
    border: 1px solid #142f7a !important;
    background: #142f7a !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 0 5px 5px 0 !important;
    cursor: pointer !important;
    font-size: 20px !important;
}

.textsearch h3 {
    text-align: right;
    color: #fff;
    margin: 0px !important;
    padding: 0px;
    font-size: 2vh;
}

.textsearch h1 {
    text-align: right;
    color: #fff;
    font-size: 3vh;
    margin: 0px !important;
}

@media only screen and (max-width: 1267px) and (min-width: 992px) {
    .textsearch h1 {
        font-size: 2vh;
    }
    .textsearch h3 {
        font-size: 2vh;
    }
}

@media screen and (max-width: 992px) {
    .textsearch h1 {
        text-align: center;
        padding: 10px;
    }
    .textsearch h3 {
        text-align: center;
        padding: 10px;
    }
    .search {
        justify-content: center;
        align-items: center;
    }
}


/* home gathering */

.homegatheringcards .card {
    background: #285699;
    width: 100%;
    display: block;
    text-align: center;
    min-height: 200px;
    margin: 10px 0;
}

.homegathering a {
    text-decoration: none !important;
}

.homegatheringcards .card .card-title {
    font-size: 2rem;
    color: #fff;
    padding-top: 2.5rem;
}

.homegatheringcards .card .card-text {
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    line-height: 1.6;
    text-transform: capitalize;
}

.eventscontainer {
    background: #1B4F7A;
}

.eventscontainer h3 {
    margin-top: 5px;
    font-size: 1.5rem;
    color: #fff;
    padding: 0.5rem;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.wide-grid .masonry__container {
    background: #1B4F7A !important;
}


/* carousel 2*/

.carousel {
    margin: 30px auto 60px;
    padding: 0 80px;
}

.carousel .carousel-item {
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-item img {
    max-width: 100%;
    display: inline-block;
}

.carousel .carousel-item .btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #a177ff;
    padding: 6px 15px;
    margin-top: 5px;
}

.carousel .carousel-item .btn:hover {
    background: #8c5bff;
}

.carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.carousel .thumb-wrapper {
    margin: 5px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.carousel .thumb-content {
    padding: 15px;
    font-size: 13px;
}

.carousel-control-prev,
.carousel-control-next {
    height: 44px;
    width: 44px;
    background: none;
    margin: auto 0;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.8);
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}

.carousel-control-prev i {
    margin-left: -3px;
}

.carousel-control-next i {
    margin-right: -3px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
    border: none;
}

.carousel-indicators li {
    background: #ababab;
}

.carousel-indicators li.active {
    background: #555;
}

.sliderpartners h2 {
    color: #343433;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 3rem;
    text-align: center;
}

.sliderpartners hr {
    border-top: 1.5px solid #F39720;
}

.partnersslider2 h4 {
    color: #343433;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 1rem;
    text-align: center;
}

.partnersslider2 hr {
    border-top: 1.5px solid #F39720;
}

/* main page first carousel */

.section1 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.item {
    width: 100%;
    height: 180px;
    /* 280px*/
}

.wrapper h4 {
    text-align: center;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-size: 1.1rem;
}

#entityInfo img {
    max-width: 30%;
}

@media screen and (max-width: 500px) {
    .item {
        height: 110px;
    }
}

@media screen and (max-width: 850px) {
    .item {
        height: 150px;
    }
}


/* media querys */

@media screen and (max-width: 400px) {
    .sliderpartners h2 {
        font-size: 1.2rem;
    }
    .contact__info h3 {
        font-size: 1.2rem;
    }
    .contact-form .submit {
        font-size: 0.8rem;
        padding-bottom: 0.5rem;
    }
}