@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

:root {
    --marketGateGrey: #333;
    --marketGatePink: #B60950;
}
body {
    overflow-x: hidden;
}
* {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
}
@font-face {
    font-family: Helvetica, sans-serif;
}
html {
    font-size: 16px;
}
a {
    text-decoration: none !important;
    color: white !important;
}
.headerText {
    color: var(--marketGatePink);
    font-family: 'Oswald', sans-serif;
}
.font2 {
    font-family: 'Oswald', sans-serif;
}
.headerText2 {
    color: white;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 800;
}
.fontWhite {
    color: white !important;
}
.fontBlack {
    color: black !important;
}
.fontPink {
    color: var(--marketGatePink) !important;;
}
.overflowWrapper {
    overflow-x: hidden;
}
nav {
    z-index: 10;
    display: flex;
    height: 80px;
    width: 100%;
    background: var(--marketGateGrey);
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 25px;
    flex-wrap: wrap;
}
nav .logoImage {
    height: 100%;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}
ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul li {
    margin: 0.5rem;
}
nav ul li {
    margin: 0 5px;
}
nav ul li a {
    height: 35%;
    color: white !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 15px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
nav ul li a:hover {
    color: var(--marketGatePink) !important;
}
nav .menu-btn i {
    color: var(--marketGatePink);
    font-size: 22px;
    cursor: pointer;
    display: none;
    transition: 0.3s ease;
}
nav .menu-btn i:hover {
    color: var(--marketGatePink);
    transition: 0.3s ease;
}
input[type="checkbox"] {
    display: none;
}
/*
@media (max-width: 1100px) {
    nav {
        padding: 0 40px 0 50px;
    }
}
 */
@media (max-width: 960px) {
    html {
        font-size: 12px;
    }
    nav .menu-btn i {
        display: block;
    }
    #click:checked ~ .menu-btn i:before {
        content: "\f00d";
    }
    nav {
        background: var(--marketGateGrey);
        width: 100%;
    }
    nav ul {
        position: fixed;
        top: 80px;
        right: -100%;
        background: var(--marketGateGrey);
        height: 100vh;
        width: 100%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
        z-index: 1;
    }
    #click:checked ~ ul {
        right: 0;
    }
    nav ul li {
        width: 100%;
        margin: 40px 0;
    }
    nav ul li a {
        width: 100%;
        margin-right: -100%;
        display: block;
        font-size: 20px;
        color: white;
    }
    #click:checked ~ ul li a {
        margin-left: 0;
    }
    nav ul li a.active, nav ul li a:hover {
        background: none;
        color: var(--marketGatePink) !important;
    }
    nav .logoImage {
        height: 95%;
    }
}
.section-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.section-container .columns {
    flex: 0 0 auto;
    width: 50%;
}
.section-container .columns.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-container .columns.content .content-container {
    text-align: center;
    padding: 40px 50px;
}
.section-container .columns.content .content-container h1 {
    font-weight: 800;
    font-size: 54px;
}
.section-container .columns.content .content-container h2 {
    font-size: 38px;
    font-weight: 450;
}
.section-container .columns.content .content-container p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}
@media screen and (max-width:767px) {
    .section-container {
        flex-flow: row wrap;
    }
    .section-container .columns.image {
        display: block;
        order: 2;
        width: 100%;
        height: 375px;
    }
    .section-container .columns.content {
        display: block;
        order: 1;
        width: 100%;
    }
    .section-container .columns.content .content-container {
        padding: 20px 35px;
    }
    .section-container .columns.content .content-container h1 {
        margin-bottom: 5px;
    }
    .section-container .columns.content .content-container h2 {
        font-size: 28px;
        font-weight: 900;
    }
    .section-container .columns.content .content-container h2 p {
        justify-content: center;
        align-content: center;
    }
    .section-container .columns.content .content-container .textContainerLeft {
        text-align: center !important;
    }
    .pSep {
        font-size: 15px !important;
    }
    .h1Sep {
        font-size: 32px !important;
    }
    .bigH1 {
        font-size: 40px !important;
    }
    .textContainer {
        width: 95% !important;
    }
    .bg {
        padding-block: 19rem !important;
        margin-block-end: 0 !important;
        background-image: url("Images/bg.jpg") !important;
        background-attachment: scroll !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .thirstyImg {
        width: 100% !important;
    }
}
.bg {
    padding-block: 19rem;
    margin-block-end: 0;
    background-image: url("Images/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutUs {
    width: 100vw;
    height: 475px;
    background-color: var(--marketGateGrey);
}
.facebook {
    height: 500px;
    width: 100vw;
    background-color: white;
}
.footer {
    display: grid;
    place-items: center;
    height: 75px;
    width: 100%;
    border-top: 1px solid var(--marketGatePink);
    background-color: #333;
}
.grid {
    display: flex;
    align-content: center;
    justify-content: center;
}
.bigH1 {
    font-size: 75px;
    font-weight: 1400;
}
.h1Sep {
    font-size: 54px;
    font-weight: 1000;
}
.pSep {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.pBig {
    font-size: 22px;
    font-weight: 450;
    margin: 0 12px 12px 12px;
}
.textContainer {
    text-align: center;
    width: 75%;
}
.textContainerLeft {
    text-align: left !important;
}
.textContainerRight {
    text-align: right !important;
}
.headerBorder {
    border-bottom: 2px solid var(--marketGatePink) !important;
}
.blue {
    width: 100vw;
    height: 350px;
    background-color: blue;
}
.blink {
    animation: blink 1s ease-in-out infinite alternate;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.iframes {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
}
.flex {
    display: flex;
    justify-content: center;
    align-content: center;
}
button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 3px;
    padding: 12px 24px;
    color: #000021;
    background: var(--marketGatePink);
    line-height: 1.15;
    transition: all .1s ease;
    font-size: 18px;
    border: 0;
}
button:hover {
    transition: all .1s ease;
    box-shadow: 0 0 0 0 #fff, 0 0 0 3px var(--marketGatePink);
    border: 1px solid white;
}
.menuBtn {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 3px;
    padding: 12px 24px;
    border: 0;
    color: white;
    line-height: 1.15;
    transition: all .1s ease;
    font-size: 18px;
}
.menuBtn:hover {
    transition: all .1s ease !important;
    box-shadow: 0 0 0 0 #fff, 0 0 0 3px var(--marketGatePink) !important;
    border: 1px solid white !important;
    background-color: var(--marketGatePink) !important;
}
.menuHeader {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    width: 100vw;
    height: auto;
    margin: 35px 0;
    padding: 24px;
    color: white;
}
.card {
    position: relative;
    color: black !important;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 14px;
    height: 225px;
    width: 450px;
    background: white;
    box-shadow: 0 4px 12px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    /*border: 1px solid rgba( 255, 255, 255, 0.18 );*/
    border: 1px solid rgba(182, 9, 80, 0.5);
    white-space: normal;
    overflow: hidden;
}
.thirsty {
    width: 100vw;
    height: 950px;
    background-color: var(--marketGateGrey);
}
.thirstyImg {
    height: 850px;
    width: 70%;
}