:root {
    --sig-yellow: #ffd900; 
    --sig-black: #131413;
    --sig-red: #F94449;
    --sig-green: #09b4a7;
    --lg-lg-rem: 3rem;
    --lg-md-rem: 2.75rem;
    --lg-sm-rem: 2.5rem;
    --md-lg-rem: 2.25rem;
    --md-md-rem: 2rem;
    --md-sm-rem: 1.75rem;
    --sm-lg-rem: 1.5rem;
    --sm-md-rem: 1.25rem;
    --sm-sm-rem: 1rem; 
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-padding-top: 50px;
}

section {
    display: block;
}

/* Top Section */

.yellow-bg {
    background-color: var(--sig-yellow);
}

.big-title {
    color: var(--sig-black);
    font-weight: 800;
}

/* .top-section .big-title {
    font-size: var(--lg-lg-rem);
} */

.virtual-section .big-title {
    font-size: 2.1rem;
}

.this-bg {
    display: flex;
    flex-direction: column;
}

.top-section .this-bg a:first-child {
    color: var(--sig-black);
    font-size: 1.15rem;
    font-weight: 500;
}

.top-section .this-bg a:first-child:hover {
    color: var(--sig-green);
}

.form-control {
    border: 2px solid var(--sig-black);
    border-radius: 10px;
    text-align: end;
}

/* Amenities Section */

.small-icons img {
    width: 1.5rem;
}

.amenities {
    padding: 0 3.5rem;
}

.amenities .sort-input {
    width: 70%;
}

.amenities-list img {
    width: 2.75rem;
}

.am-list {
    margin-left: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

/* Location Section */

.tertiary-title {
    position: relative;
    color: var(--sig-black);
    font-size: var(--lg-sm-rem);
    font-weight: 700;
}

.location-text {
    font-size: 1.15rem;
}

.font-bold {
    font-weight: 700;
}

.location-title {
    font-size: var(--md-md-rem);
}

.under-line {
    border-bottom: 2.5px solid var(--sig-black);
}

.flex-btn-group {
    display: flex;
}

/* Responsiveness */
@media (min-width: 1400px) {
    .top-section .this-bg a:first-child {
        font-size: 1.3rem;
    }
}

@media (min-width: 480px) {
    .top-section .big-title {
        font-size: var(--lg-lg-rem);
    }
}

@media (min-width: 768px) {
    .top-section .yellow-bg,
    .virtual-section .yellow-bg {
        border-radius: 0 4rem 4rem 0;
    }

    .title-wrapper {
        padding-left: 0;
    }
    
    .this-bg {
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 769px) {
    .title-wrapper {
        padding-left: var(--lg-lg-rem);
    }
}

@media (min-width: 992px) {
    .yellow-bg {
        border-radius: 0 4rem 4rem 0;
    }

    .title-wrapper {
        border-right: 10px solid #fff;
    }

    .img-icon {
        display: grid !important;
        place-content: center !important;
        padding-right: 45px;
    }

    .location-section {
        padding: auto 5rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --lg-lg-rem: 3.25rem;
    }

    .img-icon {
        padding-right: 20px;
    }

    .img-icon img {
        width: 150px;
    }

}


@media (min-width: 768px) and (max-width:1280px) {
    .this-bg a:first-child {
        font-size: 1.15rem;
    }
}

@media (min-width: 1400px) {
    :root {
        --lg-lg-rem: 4rem;
    }

    .top-section a,
    .virtual-section a {
        font-size: 1.4rem;
    }

    .top-section .btn-lg,
    .virtual-section .btn-lg {
        font-size: var(--md-sm-rem);
    }
}

/* Smaller desktop screens */

@media (max-width: 1200px) {
    .img-icon img {
        margin-left: 30px;
        width: 100px;
    }

}

@media (max-width: 992px) {
    .location-section {
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Tablets */

@media (min-width:576px) and (max-width:768px) {
    .top-section .yellow-bg,
    .virtual-section .yellow-bg {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

/* Smaller tablets */

@media (max-width:576px) {
    .top-section .yellow-bg,
    .virtual-section .yellow-bg {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .tertiary-title {
        padding-left: var(--md-sm-rem);
    }

    .amenities-list img {
        width: var(--md-lg-rem);
    }

    .am-list {
        font-size: 1.1rem;
    }

    .under-line-wrapper {
        margin: 0 30px;
    }

}

/* Mobile phone screens */

@media (max-width: 480px) {
    .top-section .yellow-bg,
    .virtual-section .yellow-bg {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .big-title {
        font-size: var(--md-lg-rem);
    }

    .tertiary-title {
        font-size: var(--md-md-rem);
        padding-left: 20px;
    }

    .under-line-wrapper {
        margin: 0 20px;
    }

    .amenities {
        padding: 0 2rem;
    }

    .amenities .sort-input {
        width: 100%;
    }

    .amenities-list img {
        width: var(--md-sm-rem);
    }

    .am-list {
        font-size: var(--sm-sm-rem);
    }

    .location-text {
        font-size: var(--sm-sm-rem);
    }

    .location-title {
        font-size: var(--md-sm-rem);
    }
}

/* Smaller phone screens */

@media (max-width: 380px) {
    .big-title {
        font-size: var(--md-md-rem);
    }
}

@media (max-width: 350px) {
    .amenities-list img {
        display: none;
    }

    .am-list {
        margin-left: 0;
        font-size: 0.85rem;
    }
}