/*Start the navbar*/
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 1rem 0;
        margin-top: 1rem;
        position: absolute;
        top: 100%;
        right: 0;
        text-align: center;
        z-index: 99999;
    }
    nav.show {
        display: flex;
    }
    .left-section {
        margin: 0 auto;
        justify-content: center;
    }
    .logo-icon {
        margin: 0 auto;
        display: block;
        margin-left: 15%;
    }
    .center-links,
    .right-links {
        flex-direction: column;
        text-align: center;
    }
    nav a {
        padding: 0.8rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .headline {
        left: 50%;
        transform: translateX(-50%);
        max-width: 90%;
        text-align: center;
    }
    .headline h1,
    .headline p {
        text-align: center;
        margin-left: 0 !important;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    header {
        height: 90vh;
        padding: 0;
        margin: 0;
    }
    .nav {
        padding: 1rem 2rem;
    }
    .left-section .test1 {
        width: 100px;
        height: 70px;
        margin-left: 0;
    }
    .logo-icon {
        width: 100px;
        margin-left: 70%;
    }
    nav {
        gap: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .center-links,
    .right-links {
        gap: 1.2rem;
        font-size: 16px;
    }
    .right-links {
        margin-right: 2%;
    }
    .headline {
        position: absolute;
        bottom: 50px;
        width: 400px;
        left: 22%;
        transform: translateX(-50%);
        max-width: 90%;
    }
    .headline h1 {
        font-size: 28px;
    }
    .headline p {
        font-size: 13px;
        letter-spacing: 1.8px;
    }
}
/*End the navbar*/

/*Start section body*/
@media (max-width: 768px) {
    .content-container {
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
        text-align: center;
        margin-left: 20%;
        width: 100%;
        margin-top: -40%;
    }
    .content-container .text {
        flex: 1 1 100%;
        transform: scale(0.7);
        margin-right: -18%;
    }
    .content-container .text h2 {
        color: #3b312c;
        text-align: center;
        font: normal normal 300 35px/44px Work Sans;
        font-weight: bold !important;
        letter-spacing: 0px;
        color: #3b312c;
        text-transform: uppercase;
        opacity: 1;
        margin-right: 5%;
    }
    .content-container .text p {
        text-align: center;
        font: normal normal normal 19px/22px Nunito Sans;
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 1.8rem;
        color: #3b312c;
        opacity: 1;
        margin-right: 5%;
    }
    .content-container .map {
        width: 100%;
        max-width: 100%;
        right: 0;
        margin-left: -25%;
        transform: scale(1.2);
                margin-top: -10%;

    }
    .content-container .map img {
        width: 100%;
        transform: none;
        margin-right: 100%;
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {
    .content-container {
        gap: 4rem;
        padding: 0 2rem;
        margin: 0 auto;
        max-width: 1000px;
    }

    .content-container .text {
        flex: 1 1 50%;
        margin-left: 2rem;
        margin-left: -10%;
        transform: scale(0.7);
    }

    .content-container .text h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .content-container .text p {
        font-size: 15px;
        line-height: 22px;
    }

    .content-container .map {
        flex: 1 1 60%;
        text-align: center;
        position: relative;
        right: -40px;
        margin-top: 1.5rem;
        z-index: 1;
    }

    .content-container .map img {
        transform: scale(1.2);
    }
} /*End section body*/

/*Start investment-options*/
@media (max-width: 768px) {
    .option-grid .option img {
        margin-bottom: 50px;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .investment-options {
        padding: 60px 40px;
    }

    .option-grid {
        gap: 12%;
        margin-right: 7%;
    }
    option {
        max-width: 350px;
    }
    .option-grid .option {
        max-width: 260px;
    }

    .option-grid .option h4 {
        font-size: 18px;
        width: 350px;
        line-height: 30px;
        letter-spacing: 1.5px;
    }

    .option-grid .option p {
        font-size: 15px;
        line-height: 20px;
        margin-top: -8%;
    }

    .investment-options h3 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1.5px;
    }

    .investment-options h5 {
        font-size: 30px;
        line-height: 36px;
        margin-top: -1%;
        margin-bottom: 15px;
    }

    .cta a {
        font-size: 18px;
    }
}
/*End investment-options*/

/*Start Section Footer*/
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-logo {
        order: -1;
        margin-bottom: 50px;
    }
    .footer-links {
        order: 0;
        margin-left: 0;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 10%;
    }
    .footer-links a {
        text-align: center !important;
    }
    .social {
        margin-right: 0;
        margin-top: 10%;
        order: 1;
    }
    .footer-links,
    .footer-logo,
    .social {
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }
    .social h2,
    p {
        text-align: center !important;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .footer-top {
        padding: 0 3%;
        gap: 30px;
    }

    .footer-links {
        margin-left: 5%;
        gap: 0.5rem;
    }

    .footer-links a {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1.5px;
    }

    .footer-logo img {
        width: 160px;
    }

    .social {
        margin-right: 5%;
    }

    .social h2 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1.5px;
    }

    .social p {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.5px;
    }

    .social-icons img {
        width: 28px;
    }

    .footer-bottom {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
}
/*End Footer*/
