@media (max-width: 1699px) {
    .header .main {
        margin: 0 30px;
    }

    .hero {
        height: 620px;
        margin: 0 30px;
        padding-bottom: 100px;
    }
    .sub-hero {
        margin: 0 30px;
    }
}

@media (max-width: 1599px) {
    .header .main .logo img {
        max-height: 36px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        margin: 0;
    }

    .hero .content span, .sub-hero .content span {
        padding-bottom: 30px;
    }
    .hero .content h1, .sub-hero .content h1 {
        font-size: 52px;
        line-height: 58px;
    }
    .hero .content p {
        padding: 15px 0 45px 0;
    }
    .hero .content a {
        height: 66px;
        padding: 0 40px;
    }
}

@media (max-width: 1499px) {
    .hero {
        height: 580px;
        margin: 0;
        border-radius: 0;
    }
    .sub-hero {
        margin: 0;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .profile, .page {
        padding-bottom: 90px;
    }

    .featured {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .featured .item .photo {
        height: 200px;
    }
    .featured .item .content {
        padding: 22px 25px;
    }
    .featured .item .content h3 {
        font-size: 22px;
    }
}

@media (max-width: 1399px) {
    .header .main {
        margin: 0 20px;
    }
    .header .main .logo img {
        max-height: 32px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 12px 17px;
    }

    .header .main .user {
        font-size: 15px;
    }
    .header .main .logout {
        font-size: 13px;
    }

    .hero {
        background-size: cover;
        background-position: bottom center;
    }
    .hero .content span, .sub-hero .content span {
        font-size: 18px;
        padding-bottom: 25px;
    }
    .hero .content h1, .sub-hero .content h1 {
        font-size: 48px;
        line-height: 54px;
    }
    .hero .content p {
        padding: 15px 0 35px 0;
    }
    .hero .content a {
        height: 64px;
        font-size: 17px;
        padding: 0 35px;
    }

    .searchbar .box form {
        padding: 30px 35px 35px 35px;
    }

    .footer h4 {
        font-size: 18px;
    }
    .footer .contact address, .footer .contact ul li, .footer .newsletter p {
        font-size: 16px;
        line-height: 23px;
    }
    .footer .newsletter .form-control {
        height: 54px;
        font-size: 15px;
        padding: 0 20px;
    }
    .footer .newsletter button {
        height: 54px;
    }

    .sub-hero {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sub-hero .content h1.smaller {
        font-size: 38px;
        line-height: 54px;
    }

    .profile .main .content .photo {
        height: 460px;
    }
    .profile .main .content .info {
        padding: 30px 35px;
    }
    .profile .reservation .box {
        padding: 30px;
    }

    .profile, .page {
        padding-bottom: 80px;
    }

    .featured {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .featured .item {
        width: 33.3333%;
    }
    .featured .item:nth-child(n+4) {
        padding-top: 20px;
    }
}

@media (max-width: 1199px) {
    .login-box .form {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .login-box .terms {
        max-height: calc(100vh - 160px);
        padding: 0 15px;
    }

    .navbar {
        position: absolute;
        right: 20px;
    }
    .navbar-toggler {
        border: 0;
    }
    .navbar-toggler:focus {
        box-shadow: unset;
    }
    .navbar .navbar-nav {
        min-width: 270px;
        position: absolute;
        top: 50px; right: 0;
        background-color: #FFF;
        padding: 20px 25px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    }
    .navbar .navbar-nav .nav-item .nav-link.active {
        color: var(--primaryColor);
        background-color: transparent;
    }

    .header .main .info {
        margin-right: 80px;
    }

    .hero {
        height: 540px;
    }
    .hero .content h1, .sub-hero .content h1 {
        font-size: 46px;
        line-height: 52px;
    }

    .footer h4 {
        font-size: 17px;
    }
    .footer .contact address, .footer .contact ul li, .footer .newsletter p {
        font-size: 15px;
        line-height: 22px;
    }
    .footer .contact a {
        font-size: 14px;
    }
    .footer .contact i {
        font-size: 12px;
    }

    .sub-hero {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .sub-hero .content h1.smaller {
        font-size: 34px;
        line-height: 50px;
    }

    .profile .reservation .box {
        position: relative;
        top: 15px;
        padding-top: 35px;
    }

    .modal-title {
        font-size: 36px;
    }

    .profile, .page {
        padding-bottom: 65px;
    }

    .featured {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media (max-width: 991px) {
    .login-box {
        min-height: auto;
        padding-top: 0;
    }
    .login-box .row {
        height: auto !important;
        flex-direction: column-reverse;
    }
    .login-box .form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .login-box .logo img {
        max-height: 36px;
    }
    .login-box .photo {
        height: 500px;
    }
    .login-box .photo > div {
        background-position: top -200px center;
    }

    .header .main .logo {
        width: auto;
    }
    .header .main .logo img {
        max-height: 30px;
    }
    .header .main .user span {
        font-size: 12px;
    }

    .hero .content span, .sub-hero .content span {
        font-size: 17px;
        padding-bottom: 20px;
    }
    .hero .content h1, .sub-hero .content h1 {
        font-size: 42px;
        line-height: 46px;
    }
    .hero .content p {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 0 30px 0;
    }
    .hero .content a {
        height: 60px;
        font-size: 17px;
        padding: 0 30px;
    }

    .searchbar {
        padding-bottom: 50px !important;
    }
    .searchbar .box form {
        flex-wrap: wrap;
        padding: 25px 25px 30px 25px;
    }
    .searchbar .box .field {
        width: 50%;
        margin-bottom: 12px;
    }
    .searchbar .box .field:last-of-type {
        width: 100%;
        margin-bottom: 0 !important;
    }
    .searchbar .box .field button {
        margin-top: 10px;
    }

    .footer .logo p {
        max-width: 500px;
        font-size: 17px;
        line-height: 24px;
        margin: 0 auto;
    }

    .footer > .container .row.row-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer .contact, .footer .links, .footer .newsletter {
        width: 50%;
    }
    .footer .contact {
        order: 1;
    }
    .footer .links {
        padding-top: 40px;
        order: 3;
    }
    .footer .newsletter {
        order: 2;
    }
    .footer .copyright p br {
        display: none;
    }

    .sub-hero {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .sub-hero .content h1.smaller {
        font-size: 30px;
        line-height: 46px;
    }

    .profile .main .content .photo {
        height: 420px;
    }
    .profile .main .content .info h2 {
        font-size: 34px;
    }

    .entry h4 {
        font-size: 20px;
        line-height: 26px;
        padding: 15px 0;
    }
    .entry p, .entry ul li, .entry ol li {
        font-size: 17px;
        line-height: 30px;
    }
    .entry ul > li {
        line-height: 27px;
        margin-top: 8px;
    }
    .entry ul > li::before {
        line-height: 28px;
    }

    .profile .reservation .box h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .profile, .page {
        padding-bottom: 55px;
    }

    .modal-lg {
        max-width: 94%;
    }
    .modal-content {
        padding: 45px 40px 30px 40px;
    }
    .modal-title {
        font-size: 32px;
    }

    .featured {
        padding-top: 0px;
        padding-bottom: 55px;
    }
    .featured .item {
        width: 50%;
    }
    .featured .item:nth-child(n+3) {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .login-box .photo {
        height: 400px;
    }
    .login-box .photo > div {
        background-position: top -120px center;
    }
    .login-box .form {
        padding-top: 45px;
        padding-bottom: 27px;
    }
    .login-box .logo img {
        max-height: 30px;
        margin-bottom: 35px;
    }
    .login-box .logo h2 {
        font-size: 26px;
        padding-bottom: 17px;
    }
    .login-box p {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 25px;
    }
    .login-box .form-label {
        font-size: 14px;
    }

    .form-control {
        height: 54px;
        font-size: 16px;
        padding: 0 22px;
    }

    button.primary, button.secondary, button.tertiary {
        min-width: 190px;
        height: 54px;
        font-size: 17px;
        padding: 0 35px;
    }

    .login-box .terms p, .login-box .terms li {
        font-size: 16px;
        line-height: 27px;
    }

    .header .main {
        margin: 0 15px;
    }
    .header .main .logo img {
        max-height: 26px;
    }

    .navbar {
        right: 15px;
    }

    .header .main .info {
        margin-right: 65px;
    }
    .header .main .user {
        font-size: 14px;
    }

    .hero {
        height: 500px;
        padding-bottom: 85px;
    }
    .hero .content span, .sub-hero .content span {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .hero .content h1, .sub-hero .content h1 {
        font-size: 38px;
        line-height: 42px;
    }
    .hero .content p {
        font-size: 15px;
        line-height: 24px;
        padding: 12px 0 25px 0;
    }
    .hero .content a {
        height: 54px;
        font-size: 16px;
        padding: 0 25px;
    }

    .searchbar {
        padding-bottom: 40px !important;
    }

    .footer .container-fluid > .container .row {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer .logo p {
        font-size: 16px;
        line-height: 23px;
    }
    .footer > .container .row.row-1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer h4 {
        width: 100%;
        font-size: 16px;
        padding-bottom: 15px;
    }
    .footer .contact address {
        width: 100%;
    }
    .footer .contact, .footer .newsletter {
        width: 100%;
        text-align: center;
    }
    .footer .contact a {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .footer .newsletter {
        padding-top: 30px;
    }
    .footer .newsletter .form-control {
        height: 50px;
        font-size: 14px;
    }
    .footer .newsletter button {
        height: 50px;
    }
    .footer .links {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .footer .links:nth-child(3) {
        display: none !important;
    }
    .footer .links ul li a {
        font-size: 15px;
        line-height: 25px;
    }
    .footer .copyright p {
        font-size: 13px;
    }

    .sub-hero {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .sub-hero .content h1.smaller {
        font-size: 27px;
        line-height: 42px;
    }

    .profile .main .content .photo {
        height: 340px;
    }
    .profile .main .content .info {
        padding: 25px 30px;
    }
    .profile .main .content .info h2 {
        font-size: 30px;
    }
    .profile .main .content .info .details, .profile .main .content .info .offer {
        padding-top: 20px;
        margin-top: 20px;
    }

    .entry p, .entry ul li, .entry ol li {
        font-size: 16px;
        line-height: 27px;
    }

    .modal-title {
        font-size: 28px;
    }
    .modal-body {
        padding-top: 30px;
    }

    .profile .box .form-check > label br {
        display: none;
    }

    .featured {
        padding-top: 0;
        padding-bottom: 45px;
    }
    .featured .item {
        width: 100%;
    }
    .featured .item:nth-child(n+2) {
        padding-top: 15px;
    }
}

@media (max-width: 575px) {
    .login-box .form {
        padding-top: 40px;
        padding-bottom: 22px;
    }
    .login-box .logo img {
        max-height: 26px;
    }
    .login-box .logo h2 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .login-box p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .login-box p br {
        display: none;
    }

    .form-control {
        height: 52px;
        font-size: 15px;
        padding: 0 18px;
    }
    .form-otp {
        margin-left: -4px;
    }
    .form-control.col-2 {
        width: 48px;
        font-size: 19px;
        margin: 0 4px;
    }
    
    #login-form-3 {
        flex-direction: column;
        margin-top: 1.5rem !important;
    }
    #login-form-3 .form-submit {
        margin-right: 0 !important;
        margin-bottom: 12px !important;
    }
    #login-form-3 > a {
        font-size: 14px;
    }

    button.primary, button.secondary, button.tertiary {
        min-width: 180px;
        height: 52px;
        font-size: 16px;
        padding: 0 30px;
    }

    .login-box .photo > div {
        background-position: top center;
    }

    .login-box .terms {
        max-height: 70vh;
        padding: 0;
    }
    .login-box .terms p, .login-box .terms li {
        font-size: 15px;
        line-height: 25px;
    }

    .h3, h3 {
        font-size: calc(1.15rem + .6vw);
    }
    .h5, h5 {
        font-size: 1.05rem;
    }

    .navbar {
        right: 5px;
        z-index: 4;
    }
    .navbar .navbar-nav {
        min-width: 220px;
        padding: 15px;
    }

    .header .main {
        padding-bottom: 45px;
    }
    .header .main .info {
        display: flex;
        justify-content: flex-end;
        margin-right: 20px;
        position: absolute;
        bottom: 15px; left: 0; right: 0;
    }
    .header .main .user span {
        display: none;
    }
    .header .main .logout {
        margin-top: 0;
        margin-left: 15px;
    }

    .hero .content h1, .sub-hero .content h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .searchbar {
        padding-bottom: 30px !important;
    }
    .searchbar .box form {
        padding: 20px 15px 25px 15px;
    }
    .searchbar .box .field {
        width: 100%;
        margin-bottom: 10px;
    }
    .searchbar .box .field > label, .profile .box .field > label {
        font-size: 13px;
        padding: 0 0 4px 10px;
    }
    .searchbar .box .field select, .profile .box .field input, .profile .box .field select, .profile .box .field textarea {
        padding: 13px 17px;
    }
    .searchbar .box .field button {
        font-size: 17px;
        margin-top: 5px;
    }

    .footer .container-fluid > .container .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .logo p {
        max-width: 100%;
        font-size: 15px;
        line-height: 22px;
    }
    .footer > .container .row.row-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer > .container .row.row-2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .sub-hero .content h1.smaller {
        font-size: 21px;
        line-height: 30px;
    }

    .profile .main .content .photo {
        height: 280px;
    }
    .profile .main .content .info {
        padding: 25px 20px;
    }
    .profile .main .content .info h2 {
        font-size: 27px;
    }
    .profile .main .content .info .details, .profile .main .content .info .offer {
        flex-wrap: wrap;
        padding-top: 15px;
        margin-top: 15px;
    }
    .featured .item .content .details p, .profile .main .content .info .details p {
        width: 100%;
        padding: 6px 0;
    }

    .profile .reservation .box {
        padding: 30px 20px 25px 20px;
    }
    .profile .reservation .box h3 {
        font-size: 19px;
        padding-bottom: 15px;
    }
    .searchbar .box .field button, .profile .box .field.field-submit a, .profile .box .field.field-submit button {
        font-size: 17px;
        padding: 15px 0;
    }

    .profile, .page {
        padding-bottom: 45px;
    }

    .modal-content {
        padding: 30px 20px 25px 20px;
    }
    .modal-title {
        font-size: 23px;
    }
    .modal-header .btn-close {
        width: 40px;
        height: 40px;
        top: 6px;
    }
    .modal-body {
        padding-top: 25px;
    }

    .profile .box .fields.fields-half {
        flex-wrap: wrap;
    }
    .profile .box .fields.fields-half .field {
        width: 100%;
    }
    .profile .box .field {
        padding-bottom: 10px;
    }

    .h4, h4 {
        font-size: calc(1.175rem + .3vw);
    }

    .entry h4 {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 0;
    }
    .entry p, .entry ul li, .entry ol li {
        font-size: 15px;
        line-height: 25px;
    }
    .entry ul {
        padding-left: 15px;
    }
    .entry ul > li {
        padding-left: 20px;
        margin-top: 6px;
    }
    .entry ul > li::before {
        line-height: 26px;
    }

    .featured .item .content {
        padding: 20px;
    }
    .featured .item .content .segment {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .featured .item .content h3 {
        font-size: 20px;
    }
    .featured .item .content .price {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .featured .item .content .order {
        height: 50px;
        font-size: 16px;
        margin-top: 15px;
    }

    .accordion-button {
        font-size: 17px !important;
        padding: 20px 0 22px 0 !important;
    }
}