@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-family: 'AirbnbCerealBook_400';
    font-weight: 400;
}

@media only screen and (max-width: 1399px) {
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 11px;
    }
}

h1 {
    font-size: 84px;
    line-height: 96px;
    font-weight: 400;
    font-family: 'Bungee';
}

@media only screen and (max-width: 1399px) {
    /* h1 {
        font-size: 36px;
        line-height: 48px;
    } */
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 30px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 27px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 21px;
        line-height: 38px;
    }
}

h2 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
    font-family: 'Bungee';
}

@media only screen and (max-width: 1399px) {
    h2 {
        font-size: 58px;
    }
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 52px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'Bungee';
}

@media only screen and (max-width: 1399px) {
    h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    h3 {
        font-size: 21px;
        line-height: 32px;
    }
}

h4 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Bungee';
}

@media only screen and (max-width: 1399px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    h4 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    h4 {
        font-size: 19px;
    }
}

@media only screen and (max-width: 575px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Bungee';
}

@media only screen and (max-width: 1399px) {
    h5 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    h5 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    h5 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 575px) {
    h5 {
        font-size: 14px;
        line-height: 18px;
    }
}

h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

@media only screen and (max-width: 1399px) {
    h6 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    h6 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    h6 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    h6 {
        font-size: 16px;
    }
}

p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width: 1399px) {
    p {
        font-size: 15px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    p {
        font-size: 14px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 991px) {
    p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 12px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 575px) {
    p {
        font-size: 11px;
        line-height: 18px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.color-1 {
    color: #FFFFFF;
}

.color-2 {
    color: #FFDD00;
}

.btn {
    background: #FFDD00;
    border-radius: 0px;
    color: #000;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 10px 16px;
    min-width: auto;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.btn.btn-border {
    background: transparent;
    border-color: #F04E30;
    color: #F04E30;
}

.btn.btn-border:hover {
    background: #F04E30;
    border-color: #F04E30;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .btn {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .btn {
        font-size: 12px;
    }
}

.section-margin {
    margin: 80px 0px;
}

@media only screen and (max-width: 1399px) {
    .section-margin {
        margin: 72px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-margin {
        margin: 52px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .section-margin {
        margin: 36px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .section-margin {
        margin: 28px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .section-margin {
        margin: 24px 0px;
    }
}

.section-padding {
    padding: 80px 0px;
}

@media only screen and (max-width: 1399px) {
    .section-padding {
        padding: 72px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-padding {
        padding: 52px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding: 36px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .section-padding {
        padding: 28px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .section-padding {
        padding: 24px 0px;
    }
}