@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/Trajan Pro Regular.ttf');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/Circular Std Black.ttf');
    font-style: normal;
    font-weight: normal;
}


html,
body {
    margin: 0px;
}

body {
    font-family: "Inter", sans-serif;
    color: black;
    /* background-color: white; */
    background-image: linear-gradient(0deg, transparent 100%, #eaeaf2 0%), linear-gradient(90deg, #eaeaf2 0%, #f3f3f3 4%);
    background-size: 50px 50px, 50px 50px;
    background-position: 0 0, 0 25px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}


a img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

a:hover img {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.row.row-grid [class*="col-"]+[class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"]+[class*="col-lg-"] {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"]+[class*="col-md-"] {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"]+[class*="col-sm-"] {
        margin-top: 0;
    }
}

.nav-bg {
    padding: 10px 0;
}

.home-logo {
    width: 50px;
}

.navbar-toggler {
    width: 47px;
    border: none;
}

.navbar-toggler .line {
    float: left;
    width: 100%;
    height: 2px;
    background-color: #006838;
    margin-bottom: 5px;
}

.navbar-nav .nav-item {
    padding-right: 15px;
}

.navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;

    color: #083042;

}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link.active {
    color: #006838;
}

.hero-section {
    padding: 20px 0;
}

.green {
    color: #006838;
}

.hero-section h1 {
    font-family: Trajan Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    max-width: 597px;
    color: #083042;
}

@media only screen and (max-width:1024px) {
    .hero-section h1 {
        font-size: 35px;
        line-height: 40px;
    }
}

.hero-section p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #083042;
    max-width: 567px;
}

@media only screen and (max-width:1024px) {
    .hero-section p {
        font-size: 20px;
    }
}

.hero-img {
    width: 450px;
}

@media only screen and (max-width:1024px) {
    .hero-img {
        width: 320px;
    }
}

.support {
    padding: 40px 0;
}

.support h1 {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #083042;
}

.support p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #083042;
    max-width: 597px;
}

.support-bold {
    font-weight: 700;
}

.mission {
    padding: 50px 0;
    background: url('../img/Rectangle\ 26.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mission h1 {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 62px;
    color: #FFFFFF;
}

.mission p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    max-width: 849px;
    margin: auto;
}

.vision {
    padding: 50px 0;
}

.vision h1 {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 62px;
    color: #006838;
}

.vision p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #006838;
}

.values {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 62px;
    color: #006838;
}

.vision ul {

    list-style-type: none;
    padding: 0;
    margin: 0;
}

.vision ul li {
    background: url("../img/checked\ \(1\)\ 1.png") no-repeat left top;
    height: 40px;
    padding-left: 44px;
    padding-top: 3px;
}

.hero-section-grants {
    padding: 20px 0;
}

.grants {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #083042;
}

.hero-section-grants p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #083042;
    max-width: 530px;
}

.grants-section {
    padding: 40px 0;
}

.pitch {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #083042;
    text-align: center;
}

.pitch-par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.pitch-par2 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #083042;
}

.entrepreneurs {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #083042;
}

.entrepreneur-p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #083042;
    max-width: 322px;
}

.form-bg {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px 60px;
}

@media only screen and (max-width:1024px) {
    .form-bg {
        padding: 20px;
    }
}

.solid-pitch {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #083042;
}

.solid-pitch-par {
    max-width: 641px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: auto;
    text-align: center;
}

.tabs section {
    display: none;
    padding: 20px 0 0;
    border: none
}

.tabsinput {
    display: none;
}

.tabs .old-label {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    color: #083042;
    cursor: pointer;
    margin: auto;
    margin-right: 20px;

}

.tabs .old-label :hover {
    color: #006838;
}

.tabsinput:checked+.old-label {
    color: #006838;
}

.tabs #tab1:checked~#content1,
.tabs #tab2:checked~#content2,
.tabs #tab3:checked~#content3,
.tabs #tab4:checked~#content4 {
    display: block;
}

.newlabel {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #083042;
    margin-top: 20px;
}

.force-push {
    margin-left: 270px !important;
}

@media only screen and (max-width:1024px) {
    .force-push {
        margin-left: 20px !important;
    }
}

.e-content {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #083042;
    max-width: 700px;
    margin: auto;
}


.newinput {
    background: #FFFFFF;
    border: 1px solid #ECEBED;
    box-sizing: border-box;
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

form .button-btn {
    background: #006838;
    border-radius: 6px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    outline: none;
    border: none;
    color: #FFFFFF;
    padding: 10px 80px;
    margin-top: 20px;
}

.fileUploadInput {
    display: grid;
    position: relative;
    z-index: 1;
}

.fileUploadInput label {
    display: flex;
    align-items: center;
    transition: .4s ease;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #083042;
    margin-top: 20px;
}

.fileUploadInput input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px;
    border-radius: 3px;
    font-size: 1rem;

    border: 1px solid #ECEBED;
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
}

.fileUploadInput input[type="file"] {
    padding: 0 gap(m);
}

.fileUploadInput input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    margin-left: 10px;
    padding: 0;
    height: 50px;
    width: 0;
}

.fileUploadInput button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    outline: none !important;
    border: none;
    height: 40px;
    line-height: 0;
    user-select: none;
    color: white;
    background-color: #006838;
    border-radius: 0 3px 3px 0 !important;
    font-size: 14px;
    font-weight: 500;
}

@-moz-document url-prefix() {
    .fileUploadInput button {
        display: none
    }
}

.footer-cl {
    padding: 40px 0;
    background: #006838;
}

.footer-cl p {
    max-width: 389px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
}

.footer-cl h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    max-width: 611px;
    margin: auto;
    margin-top: 10px;
}