@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.otf");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.otf");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.otf");
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("../fonts/Montserrat-ExtraBold.otf");
}

* {
    padding: 0;
    margin: 0;
}

body {
    color: #8d8d8d;
    background: #ffffff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

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

button {
    background-color: transparent;
    border: none;
    text-decoration: none;
    outline: none;
}

    button:hover,
    button:focus,
    input:hover,
    input:focus,
    select:hover,
    select:focus,
    textarea:hover,
    textarea:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #303030;
}

p {
    margin: 0;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #f4f4f4;
}

    *::-webkit-scrollbar {
        width: 6px;
    }

    *::-webkit-scrollbar-track {
        background: #f9f9f9;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #f4f4f4;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select-icon.png") no-repeat;
    background-position: right 15px center;
}

    select::-ms-expand {
        display: none;
    }

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-group {
    margin-bottom: 30px;
}

.gx-lg-5 {
    --bs-gutter-x: 5rem;
}

.modal-content {
    padding: 60px 20px 30px;
}

    .modal-content .btn-close {
        background-color: #f4f4f4;
        color: #333333;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .modal-content .header {
        font-family: "Montserrat-ExtraBold";
        border-bottom: 1px solid #8d8d8d;
        padding-bottom: 5px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.terms h3 {
    font-family: "Montserrat-ExtraBold";
    margin: 0;
}

.terms h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.terms {
    margin-top: 20px;
}

    .terms p {
        margin-bottom: 10px;
        text-align: justify;
    }

        .terms p span {
            font-family: "Montserrat-SemiBold";
            color: #303030;
        }

@media screen and (max-width: 991) {
    .modal-content {
        padding: 60px 5px 20px;
    }
}
/* ########## Advert Screen ########## */
.advert-hero {
    background: rgba(255, 102, 52, 0.13) url("../images/advert-hero.svg") no-repeat;
    background-size: cover;
    padding: 30px 150px;
    height: 700px;
}

.advert-hero2 {
    width: 100%;
    min-height: 100vh;
    background: #ffebff url("../images/lines.svg") 0% no-repeat;
    position: relative;
    overflow: hidden;
}

.caption-wrapper {
    display: flex;
    align-items: center;
    height: calc(100vh - 65px);
    padding: 20px 60px;
}

.ad-caption h1 {
    font-family: "Montserrat-Bold";
    font-size: calc(28px + (68 - 28) * ((100vw - 300px) / 1300));
}

#typing_text {
    color: #ff6634;
}

.ad-graphics {
    height: 100%;
}

.ad-caption button {
    background-color: #ff6634;
    border: 1px solid #ff6634;
    color: #ffffff;
    padding: 15px 35px;
    width: 230px;
    border-radius: 5px;
    margin-top: 35px;
}

.ad-logo {
    width: 120px;
    margin: 0 auto 30px;
}

.ad-logo-2 {
    width: 120px;
    margin: 30px 60px 0;
}

.advert-hero > p {
    width: 50%;
    margin: 0 auto 90px;
    text-align: center;
    color: #3d1d13;
    font-weight: 600;
    font-size: 16px;
}

.advert-hero > h3 {
    text-align: center;
    font-family: "Montserrat-SemiBold";
    color: #000000;
}

.advert-hero2 > h1 {
    text-align: center;
    font-family: "Montserrat-Bold";
    font-size: calc(28px + (52 - 28) * ((100vw - 300px) / 1300));
    line-height: 1.18;
    margin-top: 20px;
}

.advert-hero2 > p {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.ad-video {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 20px;
}

.ad-img {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .ad-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

.advert-hero .col-lg-6 {
    position: relative;
}

.get-started {
    position: absolute;
    width: 80%;
    margin-left: 20%;
    box-shadow: 0 4px 11px 5px rgba(239, 239, 239, 0.25);
}

    .get-started .header {
        padding: 15px 50px;
        background-color: #ff6634;
        color: #ffffff;
        font-family: "Montserrat-Medium";
        font-size: 18px;
    }

    .get-started .body {
        background-color: #ffffff;
        padding: 30px 50px;
    }

    .get-started form {
        margin-top: 35px;
    }

    .get-started label {
        font-family: "Montserrat-Medium";
        display: block;
        color: #2f2f2f;
        margin-bottom: 5px;
    }

    .get-started input,
    .get-started select,
    .get-started textarea {
        background-color: #ededed;
        font-family: "Montserrat-SemiBold";
        border: none;
        width: 100%;
        padding: 15px 30px;
        border-radius: 5px;
        color: #a3a3a3;
    }

.btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.get-started button,
.ad-footer button {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background-color: #ff6634;
    border: 1px solid #ff6634;
    color: #ffffff;
    margin: 20px 0 40px;
}

    .get-started button:hover,
    .ad-footer button:hover {
        background-color: #ffffff;
        color: #ff6634;
    }

.get-started button {
    width: 48%;
    margin: 0 0 40px;
}

.get-started .btn-donate {
    background: #404040;
    border: 1px solid #404040;
}

    .get-started .btn-donate:hover {
        background-color: #ffffff;
        color: #404040;
    }

.advert-hero-footer {
    background-color: #3d1d13;
    padding: 30px 150px;
}

.ad-quote {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
    width: fit-content;
}

    .ad-quote::before {
        position: absolute;
        top: -10px;
        left: -40px;
        content: url("../images/ad-top-quote.png");
    }

    .ad-quote::after {
        position: absolute;
        bottom: -15px;
        right: -40px;
        content: url("../images/ad-bottom-quote.png");
    }

.ad-quote-user {
    display: flex;
    align-items: center;
}

    .ad-quote-user img {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .ad-quote-user h6 {
        margin-left: 10px;
        font-size: 13px;
        color: #ff6634;
    }

.blab-benefit,
.blab-features {
    padding: 100px 150px;
    overflow: hidden;
}

    .blab-benefit h3,
    .blab-features h3 {
        font-family: "Montserrat-SemiBold";
        color: #000000;
    }

    .blab-benefit h6,
    .blab-features h6 {
        color: #8d8d8d;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 60px;
    }

.benefit {
    margin-bottom: 35px;
}

.benefit-icon,
.benefit-data {
    display: inline-block;
    vertical-align: top;
}

.benefit-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.benefit-data {
    width: calc(100% - 95px);
    margin-left: 10px;
}

    .benefit-data h5 {
        color: #000000;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .benefit-data p {
        font-size: 13px;
    }

.benefit-testimonial-container {
    padding: 120px 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .benefit-testimonial-container img {
        margin-right: 15px;
    }

.benefit-testimonial {
    padding-left: 45px;
}

    .benefit-testimonial p {
        position: relative;
        margin-bottom: 10px;
    }

        .benefit-testimonial p::before {
            position: absolute;
            top: -10px;
            left: -40px;
            content: url("../images/top-quote.png");
        }

        .benefit-testimonial p::after {
            position: absolute;
            bottom: -10px;
            right: 0;
            content: url("../images/bottom-quote.png");
        }

    .benefit-testimonial h5 {
        color: #000000;
        font-size: 16px;
        margin: 0;
    }

    .benefit-testimonial h6 {
        color: #ff6634;
        font-size: 12px;
        margin: 0 !important;
    }

.find-more {
    background: url("../images/find-more.png") no-repeat center;
    background-size: cover;
    padding: 90px 150px;
}

    .find-more h5 {
        font-size: calc(16px + (22 - 16) * ((100vw - 300px) / 1300));
        color: #ffffff;
        font-family: "Montserrat-SemiBold";
        line-height: 1.5;
    }

.feature {
    margin-bottom: 35px;
}

.feature-img {
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
}

.feature-info h6 {
    color: #000000;
    margin-bottom: 5px !important;
}

.advert-footer {
    background-color: #f5f5f5;
    padding: 60px 150px;
}

.ad-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ad-footer p {
        color: #747474;
        font-family: "Montserrat-SemiBold";
        font-size: calc(16px + (22 - 16) * ((100vw - 300px) / 1300));
    }

    .ad-footer button {
        width: 180px;
        margin: 0;
    }

@media screen and (max-width: 991px) {
    .advert-hero,
    .advert-hero2 {
        padding: 30px 15px;
        height: auto;
        overflow: hidden;
    }

        .advert-hero > p {
            width: 100%;
            margin: 0 auto 60px;
        }

        .advert-hero2 > p {
            width: 100%;
        }

    .ad-video {
        width: 100%;
    }

    .get-started {
        position: relative;
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
    }

        .get-started .header {
            padding: 15px;
        }

        .get-started .body {
            padding: 15px;
        }

        .get-started form {
            margin-top: 20px;
        }

        .get-started button {
            margin: 10px 0 20px;
        }

    .advert-hero-footer {
        padding: 30px 50px;
    }

    .blab-benefit,
    .blab-features {
        padding: 40px 15px;
    }

        .blab-benefit h6,
        .blab-features h6 {
            margin-bottom: 40px;
        }

    .benefit-icon {
        height: 70px;
        width: 70px;
    }

    .benefit-data {
        width: calc(100% - 85px);
    }

    .benefit-testimonial-container {
        padding: 40px 0 0 0;
        flex-direction: column;
    }

        .benefit-testimonial-container img {
            margin-right: 0;
        }

    .benefit-testimonial {
        padding: 15px;
        text-align: center;
    }

    .find-more {
        padding: 30px 15px;
    }

    .advert-footer {
        padding: 30px 15px;
        text-align: center;
    }

    .ad-footerx button {
        padding: 10px;
        margin-top: 25px;
    }
}
/* ########## Advert Screen End ########## */

/* ########## Error Page ########## */
.error-page {
    background: rgba(255, 102, 52, 0.13) url("../images/advert-hero.svg") no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-text {
    font-family: "Montserrat-ExtraBold";
    font-size: calc(108px + (250 - 108) * ((100vw - 300px) / 1300));
    color: #ff6634;
}

.error-page p {
    font-size: 24px;
}

.error-page button {
    background-color: #ff6634;
    border: 1px solid #ff6634;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 5px;
    margin: 25px 0;
}

    .error-page button:hover {
        background-color: transparent;
        color: #ff6634;
    }
/* ########## Error Page End ########## */

/* ########## Cookie Alert Modal ########## */
.cookies-alert {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 30px 60px;
    background-color: #fcd9fc;
    color: #747474;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .cookies-alert p {
        margin: 0;
    }

        .cookies-alert p a {
            color: #ff6634;
        }

    .cookies-alert .col-lg-3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.allow-cookies-btn {
    border: 2px solid #ff6634;
    color: #ff6634;
    border-radius: 5px;
    padding: 5px 25px;
    margin-right: 15px;
}

    .allow-cookies-btn:hover {
        background-color: #ff6634;
        color: #ffffff;
    }

.refuse-cookies-btn {
    background-color: #404040;
    border: 2px solid #404040;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 25px;
}

    .refuse-cookies-btn:hover {
        background-color: transparent;
        color: #404040;
    }

.cookies-close {
    cursor: pointer;
    font-size: 32px;
    color: #000000;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .cookies-alert {
        padding: 20px 15px;
    }
}
/* ########## Cookie Alert Modal End ########## */
