/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global Options and Settings */

/* Fonts & Icons */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.flx {
    display: flex;
    align-items: center;
}

.container {
    margin: 0 auto;
    width: 80%;
    height: 100%;
}
header .container, footer .container {
    display: flex;
    /* gap: 144px; */
    align-items: center;
}
.about .container {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.center {
    width: 900px;
    padding: 130px 50px;
}
body {
    font-family: "Inter", sans-serif;
}
.phone a {
    color: #fff;
    text-decoration: none;
}
.phone span {
    margin-left: 15px;
}
.title h2 {
    /* font-size: 48px; */
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 58px;
}
/* Common Structure */

header, footer {
    width: 100%;
    height: 100px;
    background-color: #094535;
    color: #fff;
}
header a {
    text-decoration: none;
}
/* Override footer height*/
footer {
    height: 192px;
}

.main {
    width: 100%;
    height: 807px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 56.99%, rgba(30, 106, 64, 0.59) 76.65%, #19894C 100%), url(../images/main.jpg);
    /* background-image: url("../images/main.jpg"); */
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 151px 321px;
    gap: 8px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}

.main .heading {
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #fff;
    text-align: center;
}

.main .heading .title h1 {
    font-size: 67px;
    font-weight: 500;;
}
.main .heading .subtitle p {
    font-size: 20px;
}

.main .heading .buttons {
    height: 52px;
    display: flex;
    justify-content: space-between;    
}
.buttons .container {
    gap: 40px;
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 607px;
    background: linear-gradient(180deg, #19894C 0%, #007285 100%);
}

.content p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

.creators {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    /* height: 966px; */
    height: 766px;
    background: linear-gradient(180deg, #017384 0%, #006D50 69.45%, #005740 100%);
}

.creators__image img {
    width: 200px;
    height: 200px;
}
.creators .title h2 {
    text-align: center;
}
.creators__row.flx {
    justify-content: space-between;
    max-width: 1030px;
    flex-wrap: wrap;
    gap: 230px;
}
.creators .center {
    width: 1000px;
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.creators__item {
    display: flex;
    flex-direction: column;
    gap: 48px;
    text-align: center;
}
.creators__name h3 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.creators__text {
    margin: 40px auto;
    width: 840px;
}
.creators__text p {
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
/* Components */

/* Logo */
.logo .logo__image img {
    width: 64px;
    height: 64px;
    position: relative;
    top: 3px;
}

.logo .logo__title h2 {
    color: #fff;
    font-size: 36px;
}

.logo.flx {
    gap: 16px;
}

/* Header NavBar */

header nav ul {
    display: flex;
    gap: 64px;
    list-style: none;
}
header nav ul a {
    /* font-size: 20px; */
    font-size: 1em;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
}

/* Footer NavBar */

footer nav ul {
    list-style: none;
    display: flex;
    gap: 50px;
}
footer nav ul .box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer nav ul a {
    text-decoration: none;
    color: #fff;
}

.btn {
    border-radius: 16px;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    width: 200px;
    padding-top: 15px;
    height: 50px;
}
.btn.active {
    background-color: #fff;
    color: #000;
    border: none;
}

/* Pages */
.faq {
    height: 500px;
    background: linear-gradient(180deg, #19894C 0%, #007285 100%);
}
.menu {
    display: none;
}
.menu a {
    color: #fff;
}
footer .container.mob {
    display: none;
}
.openHamburger {
    display: block;
    z-index: 5;
}
span {
    color: #fff;
}

/* Overrides from 6 march */

.main .heading .title h1 {
    font-size: 60px;
    font-weight: 500;
}

.phone span {
    font-size: 20px;
    margin-left: 15px;
    font-weight: 600;
}
.title h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 96px;
    font-size: 58px;
}
.creators__text {
    margin: 96px auto;
    width: 840px;
}
.creators__text {
    margin: 83px auto;
    width: 840px;
}

.creators {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 920px;
    height: auto;
    background: linear-gradient(180deg, #017384 0%, #006D50 69.45%, #005740 100%);
}

footer nav ul .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

@media only screen and (max-width: 1440px) {
    header .container, footer .container {
        display: flex;
        gap: 65px;
        align-items: center;
        margin-left: 80px;
    }
}

@media only screen and (max-width: 1440px) {
    header .container, footer .container {
        display: flex;
        align-items: center;
        margin-left: 80px;
    }
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    position: relative;
    top: 5px;
    left: 1px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.box li span {
    display: inline-block;
    float: left;
    position: relative;
    top: -5px;
}
.box.cont{
    gap: 27px;
}
.box li span {
    top: -2px;
}
.form-button {
    margin-left: 14px;
    padding: 14px;
    border-radius: 8px;
    background: #005740;
    transition: 1s;
}
.form-button:hover {
    background: #006D50;
}
main {
    min-height: 615px;
}
.small-screen {
    display: none;
}
.jsOverlay {
    z-index: 1;
    background-color: #0006;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}
.showhide {
    display: block;
}