@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

*{
    font-family: poppins !important;
}

.row {
    --bs-gutter-x: 0 !important;
}

.copyright-footer p {
    font-size: 1rem;
}

@media only screen and (max-width: 1100px) {
    .visit-us {
        margin-right: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .visit-us {
        padding-top: 30px;
        margin-right: 0px;
    }
    .reserved-tag {
        padding-top: 10px;
    }
}