/* Responsive Design */
@media (max-width: 400px) {
    .footer footer h2 {
        font-size: 30px;
    }
}
@media (max-width: 610px) {
    /* Section 3 */
    .section-3 .row .col-1 p {
        width: 90%;
        margin: 0;
    }
    .section .row .col-2 h5, .section-3 .row .col-1 h5 span {
        font-size: 1.563em;
    }
    /* Section 4 */
    .section-4 .row .about-text p {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .container .navbar ul .nav-links {
        /* display: none; */
        flex-direction: column;
        align-items: center;
        position: fixed;
        top: 80px;
        left: -100%;
        right: 0;
        z-index: 100;
        padding: 1rem 0;
        background-color: #1e1e1e;
        padding: 20px 0;
        width: 100%;
        transition: all .75s ease-in-out;
    }
    .container .navbar ul .nav-links li:hover {
        background-color: #000;
        border-radius: 5px;
        padding: 0 20px;
    }
    /* Humburger */
    .container .hamburger {
        display: block;
        cursor: pointer;
    }
    .reservation-btn button {
        display: none;
    }
    .container {
        display: flex;
        flex-direction: row-reverse;
    }
    .logo {
        width: 100%;
    }
    .container .logo img {
        width: 60px;
        height: 60px;
    }
    .container .logo img:hover {
        transform: scale(1.1);
        transition: 0.5s ease-in-out;
    }
    #check:checked ~ .navbar .nav-links {
        left: 0;
    }
    /* Footer */
    .footer h2 {
        font-size: 40px;
    }
}
@media (max-width: 860px) {
    .hero-text h1 {
        font-size: 40px;
        width: 100%;
        line-height: 100%;
        padding: 0 30px;
    }
    .hero-text p {
        width: 90%;
    }
}
@media (max-width: 930px) {
    .section p {
        width: 90%;
    }
}
@media (max-width: 992px) {
    .container {
        padding: 1vh 3vw;
    }
}
/* For Laptops */
@media (min-width: 992px) and (max-width: 1199px) {
    .section-1 .row-1 .col-2 {
        background-color: #2E2E2E;
    }
    .section-1 .row-1 .col {
        border: 1px solid #000;
    }
}
@media (max-width: 1190px) {
    /* Section-2 */
    .section-2 .row {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    /* Section 3 */
    .section-3 .row {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .section-3 .row .col-1 {
        margin-bottom: 40px;
        width: 100%;
        margin-left: 0;
    }
    .section-3 .row .col-1 p {
        text-align: left;
        margin-left: 0;
    }
    .section-3 .row-2 .col-1 h5 {
        display: flex;
        flex-direction: row-reverse;
        gap: 5px;
        direction: ltr;
        justify-content: left;
        align-items: first baseline;   
        text-align: left; 
    }
    .section-3 .row-2 .col-1 h5 span {
        direction: ltr;
    }
    .section-3 .row .col-2 img {
        background: none;
    }
    .section-3 .row .col-2::before {
        background: none;
    }
    .section-3 .row .col-2 img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1302px) {
    .section-1 .row-1 .col-2 {
        background-color: #2E2E2E;
    }
    .section-1 .row-1 .col {
        border: 1px solid #000;
    }
}
@media (max-width: 1258px) {
    /* Section-2 */
    .section-2 .row-3, .section-2 .row-4 {
        margin-top: 50px;
    }
    .section-2 .row .col {
        text-align: left;
        width: 100%;
    }
}