@media (min-width: 576px) {
    section .foundation-container .foundation-desc p {
        white-space: pre-line;
    }
}
/* Tablet */
@media (min-width: 768px) {
    /* h1 {
        font-size: 3em;
    }
    
    h2, h3 {
        font-size: 2em;
    }
    
    p, a {
        font-size: 1em;
    } */

    section .foundation-container .foundation-desc p {
        white-space: initial;
    }

    footer .accordion-header, footer .accordion-body, footer .cta-footer {
        padding: 10px 60px;
    }

    footer .cta-footer button.nars-cta-footer {
        margin: 1em 0;
    }

    section .soc-container, section .foundation-container .foundation-desc, section .soc-container {
        padding: 40px 60px;
    }

    section .soc-container .soc-icons .row .col {
        justify-content: left;
        padding-left: 30px;
    }

    footer .accordion-header .accordion-button, footer .cta-footer button.nars-cta-footer, footer .store-locator h4 a {
        color: #fff;
        font-weight: bold;
        /* font-size: 1.2em; */
    }

    footer .store-locator h4 {
        padding: 0;
    }

    footer .pdpa-footer h6 {
        font-size: 1em;
    }

    section.black .foundation-container .foundation-desc .play-now {
        font-size: 1.2em;
    }
    section .soc-container .soc-icons {
        width: 70%;
        margin: auto;
    }
    /* section .soc-container .soc-icons .row .col img {
        height: 2em;
    } */

    .submit-form, input::placeholder  {
        font-size: 1.2em;
    }
    .game-form .form-container {
        padding: 80px 80px 70px;
        min-width: 800px;
    }
    .game-form input {
        padding: 1em 0 1.1em;
    }
    .game-form .submit-form, .game-form .input.email-form {
        margin-top: 10px;
    }

    .game-form .form-container .form p.form-desc-two {
        padding-bottom: 30px;
    }
}

/* Large devices */
@media (min-width: 992px) {
    /* visibility */
    .large-img, section.black .foundation-container.large-container, section.not-black .foundation-container.large-container, footer .large-footer  {
        display: inline;
    }

    .mobile-img, .mobile-footer, section.black .foundation-container.mobile-container, section.not-black .foundation-container.mobile-container {
        display: none;
    }

    /* Fonts */
    /* h1 {
        font-size: 4.5em;
    }
    
    h2, h3 {
        font-size: 4em;
    }
    
    p, a {
        font-size: 1.2em;
    } */

    /* navbar */
    nav.navbar.navbar-bg.nars-logo .container {
        margin: 0;
        padding: 0 80px;
    }

    .container .navbar-brand img {
        padding: 0;
    }

    /* sections */
    section .foundation-container .foundation-desc, section .soc-container {
        padding: 40px 80px;
    }

    section .soc-container {
        padding: 30px 80px;
    }

    footer .large-footer .row {
        padding: 80px;
    }

    section .foundation-container {
        flex-direction: row;
        justify-content: space-between;
    }

    section .foundation-container.reverse {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    section.black .foundation-container .foundation-img, section.not-black .foundation-container .foundation-img {
        width: 40%;
    }

    section .foundation-container .foundation-desc {
        text-align: right;
    }

    section .foundation-container .foundation-desc.text-reverse {
        text-align: left;
    }

    section .foundation-container .foundation-desc.text-reverse.text-bg-not-black {
        background-color: #f1ddc5;
    }

    section.black .foundation-container.large-container .foundation-cover-large {
        width: 100%;
        position: relative;
        background-repeat: no-repeat;
        height: 65vh;
    }

    section.black .foundation-container.large-container .foundation-cover-large.cover-1 {
        background-image: url(../assets/images/1st_banner.png);
        background-color: #e7cdb3;
        background-size: contain;
        background-position: 95%;
    }

    section.black .foundation-container.large-container .foundation-cover-large.cover-2 {
        /* background-image: url(../assets/images/2nd_banner.png); */
        background-color: #040707;
        background-size: cover;
        background-position: right;
        height: auto;
    }

    section.black .foundation-container.large-container .foundation-cover-large {
        /* height: auto; */
        
    }

    .banner-image-container{
        width: 50%;
        height: 100%;
    }

    .cover-2 img {
        width: 100%;
        height: auto;
    }

    .cover-3 img {
        width: 104%;
        height: auto;
    }

    section.black .foundation-container.large-container .foundation-cover-large.cover-3 {
        /* background-image: url(../assets/images/3rd_banner.png); */
        background-color: #decbc2;
        background-size: cover;
        background-position: right;
        height: auto;
    }

    section .foundation-container.large-container .foundation-cover-large.cover-1 .foundation-desc.text-reverse {
        color: #000;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
    }

    section .foundation-container.large-container .foundation-cover-large .foundation-desc.text-reverse {
        color: #000;
        /* position: absolute; */
        /* top: 50%; */
        /* transform: translate(0%, -50%); */
    }

    section .foundation-container.large-container .foundation-cover-large .foundation-desc.text-reverse.white-p {
        color: #fff;   
    }

    section .foundation-container.foundation-container.large-container .foundation-cover-large .foundation-desc.text-reverse {
        background-color: transparent;
    }

    section .soc-container {
        text-align: left;
    }

    section .soc-container .social-group {
        width: 250px;
        display: flex;
        flex-direction: column;
        align-self: flex-end;
        display: -webkit-flex;
    }

    section .soc-container .soc-icons .row {
        width: fit-content;
    }
    section .soc-container .soc-icons {
        padding-top: 10px;
        justify-content: flex-start;
        display: flex;
        display: -webkit-flex;
    }
    section .soc-container h5 {
        font-size: 1.75em;
        margin-bottom: 10px;
    }

    section .soc-container .soc-icons .row .col {
        padding: 0 10px;
    }
    
    section .soc-container .soc-icons .row .col img {
        /* height: auto; */
        width: 100%;
    }

    section .soc-container .soc-icons {
        padding: 0;
        margin: 1em 0;
    }

    footer {
        color: #fff;
    }
    
    footer .large-footer .row {
        margin: 0;
    }

    footer .large-footer .row .col .footer-title-homepage {
        font-size: 1.75em;
        font-weight: bold;
        width: 100%;
        border-bottom: #fff solid 0.5px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    footer .large-footer .row .col.last-footer-col .footer-title-homepage {
        width: 100%;
    }

    footer .large-footer .store-locator {
        padding: 0;
        border-top: #fff 1px solid;
    }

    footer .large-footer .store-locator .row .col {
        padding: 0;
        height: 44px;
    }
    
    footer .large-footer .store-locator .row .col .footer-title-homepage.store-locator {
        width: 100%;
        border: none;
        margin: 0;
        font-size: 1em;
        padding: 15px;
    }

    footer .large-footer .store-locator .row {
        padding: 0;
    }

    footer .large-footer p {
        font-size: 1em;
        line-height: 24px;
        padding: 5px 0;
    }

    footer .large-footer .row .col .pdpa-container-l {
        height: 150px;
        display: flex;
        justify-content: flex-end;
        text-align: right;
        align-items: flex-end;
        display: -webkit-flex;
    }

    footer .large-footer .row .col .pdpa-container-l p {
        font-size: 0.75em;
        padding: 0;
        line-height: 14.4px;
        letter-spacing: 0.6px;
    }
}

/* big laptop */
@media (min-width: 1200px) {
    section .foundation-container .foundation-desc p {
        white-space: pre-line;
    }

    #cover-2-img-div{
        margin-left: 4%;
    }

}