.footer .bg-themecolor {
    padding: 52px 0 70px;
}

.footer-logo img {
    width: 210px;
    height: auto;
}

.top-footer-btn .btn {
    padding: 20px 48px;
}

.top-footer {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}

.top-footer-btn {
    text-align: center;
}

.middle-footer {
    margin-top: 50px;
    padding: 0 10px;
}

.footer ul {
    padding-left: 0;
}

.middle-footer h4 {
    margin-bottom: 35px;
}

.middle-footer h4::after {
    max-width: 60px;
}

.footer-menu {
    padding: 0 63px;
}

.footer-menu>div ul {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.footer-menu>div ul li {
    margin-bottom: 17px;
}

.footer-menu>div ul li a:hover {
    color: #bb7115;
    text-decoration: none;
}

.footer-menu>div ul li.current-menu-item>a {
    color: #bb7115;
}

.footer-menu>div ul li:last-child,
.footer-menu>div ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social ul li a:hover {
    background-color: #bb7115;
    color: #fff;
}

.footer-social ul li {
    margin-right: 15px;
}

.footer-social {
    text-align: center;
}

.footer-social>div {
    display: inline-block;
    text-align: left;
}

.top-footer-text p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8;
}

.bottom-fotter {
    background-color: #0d141d;
    color: #fff;
    text-align: center;
    padding: 24px 0;
}

.bottom-fotter p {
    margin-bottom: 0;
    opacity: 0.6;
}

.bottom-fotter p a {
    color: #bb7115;
    font-weight: inherit;
}

.footer-contact ul li img {
    height: 17px;
}

.footer-contact ul li {
    display: flex;
    margin-bottom: 30px;
    font-weight: 300;
}

.footer-contact ul li a:hover {
    color: #bb7115;
    text-decoration: none;
}

.footer-contact ul li:last-child {
    margin-bottom: 0;
}

.footer-contact ul li img,
.footer-contact ul li i {
    margin-right: 16px;
}

.footer-contact ul li i {
    height: fit-content;
    margin-top: 4px;
}

.about-sec {
    position: relative;
}

.sticky-booknow {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 14%;
    transform: rotate(-90deg) translate(-50%, 0%);
    transform-origin: 0 0;
}

.sticky-booknow .btn {
    padding: 10px 30px;
    border-radius: 0;
    background-color: #bb7115;
    border: 2px solid #bb7115;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 0 10px #0000004f;
}

.sticky-booknow .btn:hover {
    background-color: #fff;
    color: #bb7115;
}

@media(max-width:1490px) {
    .footer-menu {
        padding: 0 30px;
    }
    .sticky-booknow .btn {
        padding: 8px 16px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .footer-contact {
        padding-right: 0;
    }
}

@media(max-width:991px) {
    .top-footer-btn {
        text-align: left;
    }
    .top-footer-text p {
        margin: 34px 0;
    }
    .footer-social {
        text-align: left;
    }
    .footer-menu {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .middle-footer>.row>div {
        margin-bottom: 28px;
    }
    .middle-footer>.row>div:last-child {
        margin-bottom: 0;
    }
    .footer .bg-themecolor {
        padding-bottom: 30px;
    }
    .footer-contact ul li {
        margin-bottom: 16px;
    }
    .middle-footer h4 {
        margin-bottom: 22px;
    }
    .footer-menu>div ul {
        justify-content: unset;
    }
}

@media(max-width:767px) {
    .top-footer-btn .btn {
        padding: 10px 34px;
    }
    .top-footer-text p {
        margin: 24px 0 20px;
    }
    .middle-footer {
        margin-top: 35px;
    }
    .footer .headline {
        padding-bottom: 16px;
    }
    .sticky-booknow .btn {
        font-size: 13px;
        padding: 5px 10px;
    }
    .sticky-booknow {
        top: 3%;
    }
}