@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

:root {
    --theme-color: #6e3919;
    --heebo-family: "Heebo", sans-serif;
    --lato-family: "Lato", sans-serif;
    --oswald-family: "Oswald", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--lato-family);
    background: #fff;
}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

.owl-theme .owl-dots {
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.full-width {
  width: 100% !important;
}*/
.container {
    max-width: 95%;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common {
    color: var(--theme-color);
}


.common-btn {
    background: #000;
    /* fallback for old browsers */
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none !important;
    color: #fff !important;
    position: relative;
    transition: 0.7s all;
    display: inline-block;
    z-index: 0;
}

.common-btn:hover,
.common-btn:focus {
    background: #000;
    /* fallback for old browsers */
    color: #fff !important;
}


.common-btn1 {
    background: #fff;
    /* fallback for old browsers */
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none !important;
    color: #000 !important;
    position: relative;
    transition: 0.7s all;
    display: inline-block;
    z-index: 0;
}

.common-btn1:hover,
.common-btn1:focus {
    background: #fff;
    /* fallback for old browsers */
    color: #000 !important;
}




.btn1 {
    transition: all 0.3s ease-in-out;
    font-family: "Dosis", sans-serif;
}

.btn1 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #c89f6e 0%, #6e3919 100%);
    ;
    box-shadow: 0 20px 30px -6px #ffe9dc9e;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: white;
    padding: 0px;
}

.btn1:hover {
    transform: translateY(3px);
    box-shadow: none;
}

.btn1:active {
    opacity: 0.5;
}

.btn2 {
    transition: all 0.3s ease-in-out;
    font-family: "Dosis", sans-serif;
}

.btn2 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    background-image: linear-gradient(135deg, #c89f6e 0%, #6e3919 100%);
    ;
    box-shadow: 0 20px 30px -6px #ffe9dc9e;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: white;
    padding: 0px;
}

.btn2:hover {
    transform: translateY(3px);
    box-shadow: none;
}

.btn2:active {
    opacity: 0.5;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999;
    border-radius: 0px !important;
    background: #fff !important;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(106, 113, 124, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.top-header {
    background: var(--theme-color);
    padding: 10px 0px;
    position: relative;
    z-index: 0;
}

.top-header::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 82%;
    height: 100%;
    background-color: #2040B3;
    clip-path: polygon(0 1%, 100% 0%, 98% 100%, 0% 100%);
    z-index: -1;
}

.top-header .top-header-left ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.top-header .top-header-left ul li {
    margin-right: 25px;
    position: relative;
}

.top-header .top-header-left ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #a1a1a1;
}

.top-header .top-header-left .top-header-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

.top-header .top-header-right .desc-link {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.top-header .top-header-right .desc-link li {
    margin-left: 25px;
    position: relative;
}

.top-header .top-header-right .desc-link li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #fff;
}

.top-header .top-header-right .top-header-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

.top-header .top-header-left .top-header-link i {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.top-header .social-icon {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.top-header .social-icon li {
    margin-left: 15px;
}

.top-header .social-icon li a i {
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
}

.top-header .follow-link {
    padding: 0px 20px;
    font-size: 14px;
    color: #fff;
}

.main-header .navbar {
    padding: 0px 0px;
    width: 100%;
    position: relative;
    z-index: 1020;
}

.main-header .navbar .container-fluid {
    padding: 0px;
    margin: 0;
}

.main-header .toggle-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #6e3919, #c89f6e);
}

.main-header .toggle-icon a {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
}

.main-header .toggle-icon img {
    width: 24px;
    filter: brightness(0) invert(1);
}

.main-header .navbar .navbar-collapse {
    position: relative;
}

.main-header .navbar-brand img {
    width: 100px;
}

.main-header .navbar .nav-link {
    font-size: 15px;
    color: #000;
    padding: 30px 0px;
    position: relative;
}

.main-header .navbar .nav-link:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-bottom: 8px solid var(--theme-color);
    border-left: 8px solid transparent;
    opacity: 0;
    visibility: hidden;
}

.main-header .navbar li {
    position: relative;
}

.main-header .navbar .nav-link:hover,
.main-header .navbar .nav-link.active {
    color: var(--theme-color);
}

.main-header .navbar .nav-link.active::after {
    visibility: visible;
    opacity: 1;
}

.main-header .navbar .nav-item {
    padding: 0px 20px;
}

.main-header .navbar .main-header-contact .icon {
    font-size: 24px;
    color: #8a8a8a;
    text-align: left;
}

.main-header .navbar .main-header-contact ul {
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
}

.main-header .navbar .main-header-contact ul li {
    padding: 0px 25px;
    position: relative;
}

.main-header .navbar .main-header-contact ul li:last-child {
    padding-left: 25px;
    padding-right: 0px;
}

.main-header .navbar .main-header-contact ul li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #d5dce4;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.main-header .navbar .main-header-contact .contact-text {
    font-size: 15px;
    color: var(--theme-color);
    font-weight: 500;
}

.main-header .navbar .number-text {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 20px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #c89f6e, #6e3919) 1;
    background: -webkit-linear-gradient(#6e3919, #7b5d38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-header .navbar .number-text span {
    margin-right: 4px;

}

.main-header .navbar .main-header-contact .icon {
    margin-right: 10px;
    color: var(--theme-color);
    text-align: center;
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.main-header .navbar .main-header-contact .text {
    float: right;
}

.main-header .navbar .nav-item.dropdown .dropdown-toggle::after {
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "+";
    margin-left: 5px;
}

.main-header .navbar .nav-item .dropdown-menu {
    border: none;
    border-top: 3px solid var(--theme-color);
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .07), 0 0 0 rgba(0, 0, 0, .1) inset;
}

.main-header .navbar .dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    padding: 12px 20px;
    font-family: var(--roboto-family);
    text-align: left;
    color: #444;
    border-top: 1px solid rgba(0, 43, 92, .04);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background: transparent;
}

.main-header .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--theme-color) !important;
}

.main-header .navbar .dropdown:hover>ul.dropdown-menu {
    display: block !important;
    animation: swip_left .5s linear 1;
}

.main-header .navbar .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.main-header .navbar .social ul li {
    list-style-type: none;
    padding-left: 8px;
    color: #666;
}

.main-header .navbar .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.main-header .navbar .social i {
    color: #444;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #444;
    text-align: center;
    border-radius: 5px;
    margin: 0px 5px 0px 0px;
}

@keyframes bg-anim {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1
    }

    80% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.main-header .navbar .social a {
    cursor: pointer;
}

.main-header .navbar .social i:hover {
    color: #3F4096;
}

@keyframes swip_left {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.header-btn {
    background: var(--theme-color);
    padding: 20px 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
    font-family: var(--roboto-family);
}

.header-btn:hover,
.header-btn:focus {
    background: var(--theme-color);
    color: #fff;
}

.banner-img {
    position: relative;
}


.sideinfo {
    width: 320px !important;
    font-family: var(--roboto-family);
}

.sideinfo .logo img {
    width: 250px;
}

.sideinfo .address-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-family: var(--roboto-family);
}

.sideinfo .address-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    border-radius: 0px;
    background: var(--theme-color);
}

.sideinfo .address-text {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    font-weight: 400;
}

.sideinfo .address-list {
    padding-left: 0px;
}

.sideinfo .address-list li {
    padding-bottom: 20px;
    position: relative;
}

.sideinfo .address-list li a {
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.sideinfo .address-list li a i {
    color: var(--theme-color);
    margin-right: 8px;
}

.sideinfo .social-icon ul li {
    list-style-type: none;
    padding-left: 0px;
}

.sideinfo .social-icon ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

.sideinfo .social-icon i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #c89f6e 0%, #6e3919 100%);
    ;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 15px 0px 0px;
}

.sideinfo .social-icon a {
    cursor: pointer;
}

.sideinfo .social-icon i:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}


.banner {
    width: 100%;
    position: relative;
    height: 100vh;
}

.layer-img {
    position: absolute;
    width: 600px;
    bottom: 100px;
    max-width: 100%;
    left: 0;
    opacity: 0.3;
}

.banner .banner-left {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .content {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    padding: 0px 80px 0px 50px;
}

.banner .content .banner-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
    color: #000;
}

.banner .content .banner-subtitle i {
    color: #6e3919;
    margin-right: 4px;
}

.banner .content .banner-title span {
    color: #6e3919;
}

.banner .content .banner-title {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 45px;
    color: #000;
    font-family: var(--heebo-family);
    text-transform: capitalize;
}

.banner .content .banner-text {
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 2px solid #6e3919;
}

.banner .banner-img {
    width: 100%;
    height: 550px;
    position: relative;
}

.banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider {
    width: 100%;
    height: 100%;
}

.banner-slider .swiper-slide {
    width: auto;
    height: 100%;
}

.banner-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.banner .swiper-pagination {
    position: relative;
    bottom: -0.313rem;
    text-align: left;
}

.banner .swiper-pagination-bullet {
    border-radius: 0;
    width: 1.125rem;
    height: 0.25rem;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .more {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    opacity: 0.3;
    font-size: 0.8rem;
    transform: translateY(-0.938rem);
    position: absolute;
    z-index: 10;
    right: 1.875rem;
    letter-spacing: 0.1rem;
    display: none;
}

@media screen and (min-width: 37.5rem) {
    .banner .more {
        display: inline-block;
    }
}

.banner .more:hover {
    opacity: 1;
}

.banner-thumbs {
    width: 14.375rem;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    top: 60%;
    right: 20rem;
}

@media screen and (min-width: 37.5rem) {
    .banner-thumbs {
        width: 28rem;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
}

.banner-thumbs .swiper-slide {
    width: 6.25rem;
    height: 6.25rem;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
}

.banner-thumbs .swiper-slide-active {
    opacity: 1;
}

.banner-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 62.188rem) and (max-height: 43.75rem) {
    .content {
        top: 30% !important;
        transform: translatey(-30%);
    }
}

.swiper-slide.swiper-slide-active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

.swiper-slide.swiper-slide-active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .banner-subtitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

.swiper-slide.swiper-slide-active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}


.main-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
    color: #000;
    text-transform: capitalize;
    font-family: var(--oswald-family);
}

.main-subtitle i {
    color: #6e3919;
    margin-right: 4px;
}

.main-title span {
    color: #6e3919;
    font-size: 40px;
}

.main-title {
    font-size: 40px;
    margin-bottom: 25px;
    color: #000;
    font-family: var(--heebo-family);
    text-transform: capitalize;
}

.main-text {
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 3px solid #6e3919;
}

.main-subtitle-white {
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: capitalize;
    font-family: var(--oswald-family);
}

.main-subtitle-white i {
    color: #fff;
    margin-right: 4px;
}

.main-title-white span {
    color: #fff;
    font-size: 40px;
}

.main-title-white {
    font-size: 40px;
    margin-bottom: 25px;
    color: #fff;
    font-family: var(--heebo-family);
    text-transform: capitalize;
}

.about-detail {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

/* .about-detail::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20%;
    height: 100%;
    background: url(../images/about-1-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: .10;
    z-index: 2;
} */
.about-detail .img-box {
    width: 80%;
    height: 450px;
    margin-left: auto;
    position: relative;
    z-index: 0;
}

.about-detail .img-box .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-detail .img-box .shape-01 {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: -1;
}

.about-detail .img-box::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme-color);
    z-index: -1;
}

.about-detail .about-list {
    margin-top: 30px;
}

.about-detail .about-list li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.about-detail .about-list li:after {
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.arrow-shape img {
    width: 100px;
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-30px);
    }
}

.arrow-shape {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


.content-detail {
    padding: 80px 0px 30px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.content-detail .shape-01 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.content-detail .shape-01 img {
    width: auto;
    height: 100%;
}

.content-detail .content-box {
    background: url(../images/theme-1-bg), #f8f9fa;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.content-detail .content-box .img-box {
    width: 100%;
    height: 400px;
    position: relative;
    border: 20px solid #fff;
    border-top: none;
    border-right: none;
    z-index: 0;
    margin-bottom: 80px;
}

.content-detail .content-box .img-box::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100px;
    height: 100%;
    z-index: -1;
    background: #fff;
}

.content-detail .content-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-detail .content-box .box-title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #333;
    font-family: var(--oswald-family);
}

.content-detail .content-box .box-text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.content-detail .amenties-tab .nav-link .icon img {
    width: 80px;
    padding: 15px;
}

.content-detail .amenties-tab .nav-link.active {
    border: 2px solid var(--theme-color);
    background: transparent;
}

.content-detail .amenties-tab .nav-link span {
    font-size: 18px;
    font-family: var(--oswald-family);
    color: #000;
    text-transform: capitalize;
}


.rooms-list {
    padding: 50px 0px;
}

.rooms-list .room-card .img-box {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.rooms-list .room-card .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(34, 28, 19);
    background: linear-gradient(0deg, rgba(34, 28, 19, 0.9528186274509804) 12%, rgba(34, 28, 19, 0) 68%);
}

.rooms-list .room-card .img-box img {
    width: 100%;
    height: 100%;
}

.rooms-list .room-card .content-detail {
    position: absolute;
    bottom: -60px;
    left: 0;
    padding: 25px;
    transition: 0.5s;
}

.rooms-list .room-card .img-box:hover .content-detail {
    bottom: 0px;
    transition: 0.5s;
}

.rooms-list .room-card .img-box:hover .content-detail .room-cost {
    opacity: 1;
    transition: 0.5s;
}

.rooms-list .room-card .content-detail .content-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    font-family: var(--oswald-family);
}

.rooms-list .room-card .content-detail .content-title a {
    color: #fff;
}

.rooms-list .room-card .content-detail .room-cost {
    border-top: 1px solid #ffffff2b;
    padding-top: 15px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    font-family: var(--oswald-family);
}

.rooms-list .room-card .img-box span.ti-arrow-right {
    display: inline-block;
    font-size: 24px;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 10px;
    right: 0px;
    opacity: 0;
    z-index: 1;
    padding: 6px 16px;
    transition: 0.7s;
}

.rooms-list .room-card .img-box:hover span.ti-arrow-right {
    opacity: 1;
}

.rooms-list .room-card .img-box .curl {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    background: linear-gradient(135deg, rgb(255, 255, 255), rgb(243, 243, 243) 20%, rgb(187, 187, 187) 38%, rgb(170, 170, 170) 44%, rgb(136, 136, 136) 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    transition: 0.4s;
    animation-delay: 0.2s;
}

.rooms-list .room-card .img-box .curl::before,
.rooms-list .room-card .img-box .curl::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 15px;
    transform: skew(-10deg) rotate(-6deg);
}

.rooms-list .room-card .img-box .curl::after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

.rooms-list .room-card .img-box:hover>div::before,
.rooms-list .room-card .img-box.hover>div::before {
    opacity: 1;
}

.rooms-list .room-card .img-box:hover .curl,
.rooms-list .room-card .img-box.hover .curl {
    width: 90px;
    height: 90px;
}

.achive-detail {
    padding: 50px 0px;
}

.achive-detail .achive-text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}

.achive-detail .achive-wrapper {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.achive-detail .achive-wrapper .shape-01 {
    position: absolute;
    left: -80px;
    top: 40%;
    transform: translateY(-50%);
    width: 150px;
    z-index: -1;
}

.achive-detail .achive-wrapper .shape-02 {
    position: absolute;
    right: 80px;
    bottom: -40px;
    width: 100px;
    z-index: -1;
}

.achive-detail .achive-wrapper .border-rt {
    position: relative;
}

.achive-detail .achive-wrapper .border-rt:not(:last-child):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background: #efefef;
}

.achive-detail .achive-wrapper {
    background: #f8f9fa;
}

.achive-detail .achive-wrapper .achive-box {
    text-align: center;
    padding: 26px 10px;
}

.achive-detail .achive-wrapper .achive-box .box-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: var(--theme-color);
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: var(--oswald-family);
    text-align: center;
    position: relative;
    display: inline-block;
}

.achive-detail .achive-wrapper .achive-box .box-title::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: var(--theme-color);
    opacity: 0.3;
    z-index: -1;
    border-radius: 50%;
}

.achive-detail .achive-wrapper .achive-box .box-text {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
    font-family: var(--oswald-family);
    text-transform: capitalize;
}

.achive-detail .img-box {
    width: 100%;
    height: 480px;
    position: relative;
}

.achive-detail .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.achive-detail .img-box .years-xperince {
    position: absolute;
    top: 70%;
    left: -40px;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    background: url(../images/theme-1-bg.webp), linear-gradient(135deg, #c89f6e 0%, #6e3919 100%);
    ;
    padding: 25px;
    border: 10px solid #fff;
}

.achive-detail .img-box .years-xperince .title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    font-family: var(--oswald-family);
}

.achive-detail .img-box .years-xperince .text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: var(--oswald-family);
}

.achive-detail .achive-list {
    margin-top: 30px;
}

.achive-detail .achive-list li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.achive-detail .achive-list li:after {
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.quote-wrapper .quote-icon img {
    width: 50px;
}

.quote-wrapper .quote-text {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
}

.appointment-detail {
    padding: 50px 0px;
    background: var(--theme-color);
    position: relative;
    z-index: 0;
}

.appointment-detail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/white.png);
    background-repeat: repeat;
    opacity: 0.2;
    z-index: -1;
}

.appointment-detail .appointment-title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    font-family: var(--oswald-family);
    text-align: center;
}

.appointment-detail .appointment-text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.gallery-detail {
    padding: 50px 0px;
}

.gallery-detail .img-box {
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.gallery-detail .big-img-box {
    width: 100%;
    position: relative;
    height: 408px;
    overflow: hidden;
}

.gallery-detail .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: 0.7s all;
}

.gallery-detail .img-box:hover img {
    transform: scale(1.15);
}

.gallery-detail .img-box .overlay-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-detail .img-box:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.gallery-detail .img-box .overlay-box .options-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gallery-detail .img-box .overlay-box .options-box li {
    position: relative;
    float: left;
    margin-right: 2px;
}

.gallery-detail .img-box .overlay-box .options-box li a .icon {
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(45deg, #6e3919, #c89f6e);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.testimonial-detail {
    padding: 80px 0px;
    background: var(--theme-color);
    position: relative;
    z-index: 0;
}

.testimonial-detail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/testimonial-one-shape-2.webp);
    background-repeat: repeat;
    opacity: 0.2;
    z-index: -1;
}

.testimonial-detail .testimonial-text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px;
}

.testimonial-detail .testimonial-contact {
    display: flex;
    align-items: center;
}

.testimonial-detail .testimonial-contact .contact-text {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: var(--teko-family);
}

.testimonial-detail .testimonial-contact .phone-number {
    font-size: 15px;
    color: #f7f7f7a2;
    font-family: var(--roboto-family);
    font-weight: 400;
}

.testimonial-detail .testimonial-contact .icon {
    margin-right: 20px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}

.testimonial-detail .testimonial-contact .icon i {
    position: relative;
}

.testimonial-detail .testimonial-contact .icon::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    background: #feece73b;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 0;
}

.testimonial-detail .testimonial-contact .text {
    float: right;
}

.testimonial-detail .testimonial-right {
    position: relative;
}

.shape-01 {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
    border-radius: 50%;
    width: 50px;
    opacity: 0.6;
}

.shape-02 {
    position: absolute;
    right: 30%;
    top: -50px;
    z-index: -1;
    border-radius: 50%;
    width: 45px;
    opacity: 0.6;
}

.shape-03 {
    position: absolute;
    left: 40%;
    bottom: -60px;
    z-index: -1;
    border-radius: 50%;
    width: 40px;
    opacity: 0.6;
}

.shape-04 {
    position: absolute;
    right: -10px;
    bottom: 30px;
    z-index: -1;
    border-radius: 50%;
    width: 60px;
    opacity: 0.6;
}

.banner-3-Shake {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@-webkit-keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}



@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

}

.testimonial-detail .testimonial-box {
    background: #fff;
    padding: 25px;
    position: relative;
    z-index: 0;
}

.testimonial-detail .testimonial-box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: url(../images/testimonial-one-shape-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    opacity: 0.2;
    z-index: -1;
}

.testimonial-detail .testimonial-box .user-profile {
    margin-bottom: 20px;
}

.testimonial-detail .testimonial-box .user-profile .user-img {
    width: 60px;
    height: 60px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
}

.testimonial-detail .testimonial-box .quote-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #efefef;
    font-size: 80px;
}

.testimonial-detail .testimonial-box .quote-icon img {
    width: 60px;
}

.testimonial-detail .testimonial-box .user-profile .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    outline: 5px solid var(--theme-color);
    outline-offset: 5px;
}

.testimonial-detail .testimonial-box .user-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonial-detail .testimonial-box .user-post {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 5px;
}

.testimonial-detail .testimonial-box .user-title {
    font-size: 18px;
    color: var(--blue-color);
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonial-detail .testimonial-box .user-text {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}

.testimonial-detail .testimonial-box .star-rating {
    display: flex;
    justify-content: flex-start;
}

.testimonial-detail .testimonial-box .star-rating i {
    font-size: 15px;
    color: #ffb013;
    margin: 0px 2px 0px 2px;
}



.blog-list {
    padding: 50px 0px;
}

.blog-list .blog-card {
    border: none;
    width: 100%;
    height: 100%;
}

.blog-list .blog-card .card-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    transition: 0.5s all;
    position: relative;
    border-radius: 0px;
}

.blog-list .blog-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s all;
    border-radius: 0px;
}

.blog-list .blog-card .card-body {
    padding: 0px 0px 0px 20px;
    margin-top: -50px;
    position: relative;
    width: 100%;
}

.blog-list .blog-card .card-body .date-text {
    padding: 7px 25px;
    font-size: 13px;
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--oswald-family);
}

.blog-list .blog-card .card-body .body-wrapper {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 60px 0px;
    ;
    padding: 25px 25px 0px;
    width: 100%;
}

.blog-list .blog-card .user-list {
    display: flex;
    margin-bottom: 0px;
    justify-content: right;
}

.blog-list .blog-card .user-list li {
    font-size: 14px;
    color: #6e7889;
    padding-right: 10px;
    font-family: var(--oswald-family);
}

.blog-list .blog-card .user-list li a {
    color: #000;
}

.blog-list .blog-card .user-list li a:hover {
    color: var(--theme-color);
}

.blog-list .blog-card .user-list li i {
    margin-right: 5px;
    font-size: 13px;
    color: var(--theme-color);
}

.blog-list .blog-card .time-desc {
    font-size: 12px;
    color: #6e7889;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-list .blog-card .card-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: var(--heebo-family);
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-list .blog-card .card-title a {
    color: #000;
}

.blog-list .blog-card .card-text {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-list .blog-card .read-box {
    border-top: 1px solid #efefef;
    margin-top: 15px;
    padding: 15px 0px;
}

.blog-list .blog-card .card-link {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    font-family: var(--oswald-family);
    display: inline-flex;
}

.blog-list .blog-card .card-link a {
    color: var(--theme-color);
}

.blog-list .blog-card .card-link:hover a {
    color: var(--theme-color);
}

.blog-list .blog-card .card-link:after {
    content: "\f0da";
    position: absolute;
    right: -15px;
    top: 57%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.5s all;
}

.blog-list .blog-card .card-link:hover:after {
    right: -17px;
    color: var(--theme-color);
}



.footer {
    padding: 30px 0px 15px;
    position: relative;
    background: #703f20;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/site-footer-shape-1.webp);
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: -1;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer .logo img {
    width: 170px;
    margin-bottom: 15px;
}

.footer .input-group {
    background: #fff;
    border-radius: 0px;
    padding: 2px;
}

.footer .input-group .form-control {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: #666;
}

.footer .input-group .form-control::placeholder {
    color: #666;
}

.footer .search-btn {
    background: var(--theme-color);
    border-radius: 0px !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    text-align: center;
    font-family: var(--yantramanav-family);
}

.footer .shipping-detail {
    padding: 20px 0px;
    border-bottom: 1px solid #5C5C5C;
}

.footer .shipping-detail .shipping-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    text-transform: capitalize;
    font-family: var(--teko-family);
}

.footer .link-desc {
    padding: 20px 0px 15px;
    border-bottom: 1px solid #5c5c5c6c;

}

.footer .link-desc .footer-text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: var(--yantramanav-family);
}

.footer .link-desc .social ul li {
    list-style-type: none;
    padding-left: 8px;
    color: #fff;
}

.footer .link-desc .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-top: 25px;
}

.footer .link-desc .social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0px 5px 0px 0px;
}

.footer .link-desc .social a {
    cursor: pointer;
}

.footer .link-desc .social i:hover {
    color: var(--main-color);
}

.footer .footer-address-list {
    margin-top: 15px;
}

.footer .footer-address-list li {
    margin-bottom: 15px;
}

.footer .footer-address-list li a {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: var(--yantramanav-family);
}

.footer .footer-address-list li a i {
    margin-right: 10px;
    color: var(--main-color);
}

.footer-list li {
    margin-bottom: 15px;
}

.footer .link-desc .footer-title {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: var(--teko-family);
}

.footer-list li .footer-link {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    transition: 0.6s all;
    font-family: var(--yantramanav-family);
}

.footer-list li .footer-link:hover {
    color: #cda87b;
    margin-left: 5px;
}

.footer-list li .footer-link:hover:after {
    opacity: 1;
    visibility: visible;
    margin-left: 10px;
}

.footer .footer-contact-list li {
    margin-bottom: 10px;
}

.footer .footer-contact-list li h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer .footer-contact-list li h6 i {
    margin-right: 10px;
}

.footer .footer-contact-list li a {
    font-size: 15px;
    color: #929FA5;
    margin-bottom: 0px;
}

.footer .footer-contact-list li a i {
    margin-right: 10px;
}

.footer .footer-bottom {
    padding-top: 15px;
}

.footer-bottom .coypright-text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: var(--yantramanav-family);
}

.footer-bottom .coypright-text a {
    color: var(--main-color);
}




.page-banner {
    width: 100%;
    height: 300px;
    position: relative;
}

.page-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #6e3919 30%, transparent 60%);
    opacity: 0.8;
    z-index: 0;
}

.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}

/* Overlay Content */
.page-banner .banner-content {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    width: 100%;
    z-index: 1;
    /* Ensure content is in front of the video */
}

.page-banner .banner-content .banner-title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--heebo-family);
}

.page-banner .banner-content .breadcrumb {
    justify-content: start;
    font-family: var(--oswald-family);
    font-size: 16px;
    text-transform: uppercase;
}

.page-banner .banner-content .breadcrumb .breadcrumb-item {
    color: var(--main-color);
}

.page-banner .banner-content .breadcrumb .breadcrumb-item::before {
    color: #fff;
}

.page-banner .banner-content .breadcrumb .breadcrumb-item a {
    color: #fff;

}

.vision-detail {
    padding: 50px 0px;
}

.vision-detail .top-content {
    margin-bottom: -100px;
}

.vision-detail .vision-img {
    width: 100%;
    height: 150px;
}

.vision-detail .vision-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-detail .mission-box {
    padding: 35px;
    position: relative;
    background: url(../images/theme-1-bg.webp), #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-detail .mission-box::after {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: 100px;
    height: 100px;
    background: var(--theme-color);
    z-index: -1;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.vision-detail .mission-box .mission-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
    font-family: var(--oswald-family);
    text-decoration: underline;
}

.vision-detail .mission-box .mission-text {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 0px;
}

.vision-detail .vision-box {
    padding: 35px;
    position: relative;
    background: url(../images/theme-1-bg.webp), var(--theme-color);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-detail .vision-box::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 150px;
    height: 100px;
    background: url(../images/vision.webp);
    z-index: -1;
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.vision-detail .vision-box .vision-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    font-family: var(--oswald-family);
    text-decoration: underline;
}

.vision-detail .vision-box .vision-text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px;
}





.our-service {
    padding: 60px 0px;
}

.our-service .service-card {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #efefef;
}

.our-service .service-card .back-img {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
}

.our-service .service-card .icon {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #00528f, #01c1db);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.our-service .service-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    filter: brightness(0) invert(1);
}

.our-service .service-card .card-title {
    font-family: var(--oswald-family);
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #222;
    position: relative;
    z-index: 1;
}

.our-service .service-card .card-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}


.neighbourhood-detail {
    padding: 50px 0px;
}

.neighbourhood-detail .card-wrapper .img-box {
    width: 100%;
    height: 350px;
    overflow: hidden;
    z-index: 0;
}

.neighbourhood-detail .card-wrapper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.3s all;
}

.neighbourhood-detail .card-wrapper:hover .img-box img {
    transform: scale(1.15);
}

.neighbourhood-detail .card-wrapper .content-box {
    background: #f8f9fa;
    padding: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.neighbourhood-detail .card-wrapper .content-box.content-box-right {
    left: -100px;
}

.neighbourhood-detail .card-wrapper .content-box.content-box-left {
    right: -100px;
}

.neighbourhood-detail .card-wrapper .content-box .content-box-subtitle {
    font-size: 15px;
    letter-spacing: 3px;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: var(--oswald-family);
}

.neighbourhood-detail .card-wrapper .content-box .content-box-title {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #222;
    font-weight: 400;
    line-height: 1.5em;
}

.neighbourhood-detail .card-wrapper .content-box .content-box-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}


.contact-detail {
    padding: 50px 0px;
}

.contact-detail .contact-desc {
    position: relative;
    overflow: hidden;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #efefef;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    box-shadow: none;
    height: 100%;
    border-radius: 0px;
    transition: 0.6s all;
}

.contact-detail .contact-desc .contact-box-subtext {
    font-size: 16px;
    color: var(--grey-color);
    text-decoration: none;
}

.contact-detail .contact-desc .icon {
    color: var(--theme-color);
    font-size: 30px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px auto 5px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: 0.6s all;
}

.contact-detail .contact-desc .icon-bg {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f0e3d3;
    border-radius: 50%;
    margin: 0px auto 5px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.contact-detail .contact-desc .contact-title {
    font-size: 20px;
    font-weight: 800;
}

.contact-detail .contact-desc .contact-box-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: var(--oswald-family);
}

.contact-detail .contact-desc .contact-box-title i {
    font-size: 18px;
}

.contact-detail .contact-desc .contact-box-subtext {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    margin-bottom: 0px;
}

.contact-detail .contact-desc .contact-us .contact-detail .form-label {
    color: #222;
}

.contact-detail .contact-section-box {
    background: #f8f9fa;
    padding: 50px;
    margin-top: -100px;
    position: relative;
}

.contact-detail .contact-section-box .contact-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: #000;
    font-family: var(--heebo-family);
}

.contact-detail .contact-section-box .form-control {
    padding: 12px;
    font-size: 13px;

}


.rooms-detail {
    padding: 50px 0px;
}

.rooms-detail .img-box {
    margin-bottom: 20px;
}

.rooms-detail .img-box img {
    width: 100%;
}

.rooms-detail .detail-wrapper {

    text-align: center;
    margin-bottom: 25px;
}

.rooms-detail .detail-wrapper .box-content {
    background: #f8f9fa;
    padding: 25px;
    width: 100%;
}

.rooms-detail .detail-wrapper .box-content .box-title {
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--oswald-family);
}

.rooms-detail .detail-wrapper .box-content .box-text {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    margin-bottom: 0px;
    font-family: var(--oswald-family);
}

.rooms-detail .detail-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--oswald-family);
    margin-bottom: 15px;
}

.rooms-detail .detail-text {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    margin-bottom: 15px;
    line-height: 28px;
}

.rooms-detail .amenities-box {
    padding: 25px;
    background: #f8f9fa;
}

.rooms-detail .amenities-box .amenities-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--oswald-family);
    margin-bottom: 10px;
}

.rooms-detail .amenities-box .amenties-list {
    padding-top: 10px;
}

.rooms-detail .amenities-box .amenties-list li {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}

.rooms-detail .amenities-box .amenties-list li img {
    width: 24px;
    margin-right: 10px;
}

.rooms-detail .key-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--oswald-family);
    margin-bottom: 10px;
}

.rooms-detail .key-list {
    margin-top: 30px;
}

.rooms-detail .key-list li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.rooms-detail .key-list li:after {
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.blog-detail {
    padding: 60px 0px;
}

.blog-detail .blog-img {
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
    position: relative;
}

.blog-detail .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 3/2;
}

.blog-detail .blog-img .date-text {
    padding: 7px 25px;
    font-size: 16px;
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--oswald-family);
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.blog-detail .h3-title {
    color: #000 !important;
    margin-bottom: 18px;
    font-size: 26px;
    font-family: var(--heebo-family);
    font-weight: 600;
    text-transform: capitalize;
}

.blog-detail .h3-subtitle {
    color: var(--theme-color) !important;
    margin-bottom: 18px;
    font-size: 18px;
    font-family: var(--oswald-family);
    font-weight: 600;
    text-transform: capitalize;
}

.blog-detail p {
    font-size: 16px;
    line-height: 28px;
    color: #637879;
    text-align: justify;
    margin-bottom: 15px;
}

.blog-detail .blog-post-text-list {
    margin-left: 25px;
}

.blog-detail .blog-post-text-list li {
    font-size: 16px;
    line-height: 28px;
    color: #637879;
    text-align: justify;
    margin-bottom: 15px;
    position: relative;
}

.blog-detail .blog-post-text-list li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #35358b;
    margin-right: 10px;
}

.blog-detail .recent-post {
    position: sticky;
    top: 0px;
}

.blog-detail .recent-post .sidebar-title {
    color: #000 !important;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--oswald-family);
}

.blog-detail .recent-post-box {
    background: #f8f9fa;
    padding: 15px;
}

.blog-detail .recent-post-box .recent-post-img {
    width: 100%;
    height: 80px;
}

.blog-detail .recent-post-box .recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 3/2;
}

.blog-detail .recent-post-box .recent-post-text h6 {
    color: #000 !important;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heebo-family);
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-detail .recent-post-box .recent-post-text p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
    color: #637879;
    text-align: left;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: var(--theme-color);
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-color: var(--theme-color);
}

/* video */
.video-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: #000;
    height: 600px;
    width: 80%;
    margin: 0 auto;
}

.video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.whatsapp-float {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
    width: 35px;
    height: 35px;
    fill: white;
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    background: white;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6);
    }
}


@media (min-width:2000px) {
    .banner-thumbs {
        top: 50% !important;
    }
}




@media (min-width: 992px) and (max-width: 1199.98px) {

    .video-card {
        height: 450px;
    }

    .main-title {
        font-size: 2rem;
    }

    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 100px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .main-section {
        height: auto;
    }

    .banner {
        padding: 30px 0px;
    }

    .banner .banner-content-wrapper {
        right: 0px;
        padding: 0px;
    }

    .banner .banner-title {
        font-size: 26px;
        line-height: 40px;
    }

    .banner .img-effect img {
        bottom: -12px;
    }

    .banner .banner-content-wrapper .project-count {
        margin-right: 0px;
    }

    .border-rt:nth-child(2)::after {
        width: 0px;
    }

    .banner .banner-img-box {
        height: 300px;
    }

    .about-section .about-padd {
        padding: 0px;
    }

    .about-section .about-title,
    .blog-section .blog-title,
    .our-banner .gallery-title,
    .serving-industry .serving-industry-bg .product-title,
    .client-service .client-title,
    .product-section .product-title {
        font-size: 30px;
    }

    .service-detail {
        padding: 20px 0px;
    }

    .main-title,
    .main-title-white {
        font-size: 30px;
        line-height: 40px;
    }

    .progress-content {
        margin-right: 0px;
    }

    .why-choose .img-box {
        height: 300px;
    }

    .milestone-detail {
        padding: 20px 0px;
    }

    .footer .footer-main-title,
    .page-banner .banner-title {
        font-size: 30px;
    }

    .footer-bottom .copyright-text {
        text-align: center !important;
    }

    .footer .footer-quick-links {
        justify-content: center;
    }

    .footer .footer-quick-links .footer-item:not(:last-child) {
        padding-right: 14px;
    }

    .footer .footer-quick-links .footer-item .footer-link {
        font-size: 14px;
    }

    .page-banner {
        height: 150px;
    }

    .about-section .img-box {
        height: 300px;
    }

    .our-motto,
    .content-detail {
        padding: 20px 0px;
    }

    .news-letter .news-letter-title {
        font-size: 25px;
    }

    .blog-detail {
        padding: 20px 0px 50px;
    }

    .contact .contact-left,
    .contact .contact-right {
        padding: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }

    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 100px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .main-section {
        height: auto;
    }

    .banner .banner-img {
        height: 400px;
    }

    .banner {
        padding: 30px 0px;
    }

    .banner .content {
        position: static;
        padding: 10px;
        transform: translateY(0px);
    }

    .banner .banner-title {
        font-size: 26px;
        line-height: 40px;
    }

    .banner-thumbs .swiper-slide {
        width: 80px;
        height: 80px;
    }

    .banner-thumbs {
        top: 80%;
        right: 7rem;
    }

    .about-detail .img-box {
        margin: auto;
        height: 270px;
        margin-top: 100px;
    }

    .about-detail .img-box::after {
        top: -35px;
        right: -35px;
    }

    .content-detail .content-box .img-box {
        border-top: 10px solid #fff;
        border-left: 0px;
    }

    .content-detail .content-box .box-title,
    .main-title-white span,
    .appointment-detail .appointment-title,
    .page-banner .banner-content .banner-title,
    .blog-section .blog-title,
    .our-gallery .gallery-title,
    .serving-industry .serving-industry-bg .product-title,
    .client-service .client-title,
    .product-section .product-title {
        font-size: 24px;
    }

    .service-detail,
    .achive-detail {
        padding: 20px 0px;
    }

    .main-title,
    .main-title-white,
    .main-title span {
        font-size: 24px;
        line-height: 40px;
    }

    .rooms-list .room-card .img-box {
        height: 300px;
    }

    .achive-detail .img-box .years-xperince {
        left: -15px;
    }

    .milestone-detail {
        padding: 20px 0px;
    }

    .footer .footer-main-title,
    .page-banner .banner-title {
        font-size: 30px;
    }

    .footer-bottom .copyright-text {
        text-align: center !important;
    }

    .footer .footer-quick-links {
        justify-content: center;
    }

    .footer .footer-quick-links .footer-item:not(:last-child) {
        padding-right: 14px;
    }

    .footer .footer-quick-links .footer-item .footer-link {
        font-size: 14px;
    }

    .page-banner {
        height: 150px;
    }

    .about-section .img-box {
        height: 300px;
    }

    .blog-detail {
        padding: 20px 0px 50px;
    }

    .contact .contact-left,
    .contact .contact-right {
        padding: 0px;
    }

    .footer-bottom {
        margin-top: 15px;
    }

    .vision-detail .top-content {
        margin-bottom: -50px;
    }

    .neighbourhood-detail .card-wrapper .content-box.content-box-right {
        left: 0px;
    }

    .neighbourhood-detail .card-wrapper .content-box.content-box-left {
        right: 0px;
    }

    .banner {
        height: auto;
    }

    .gallery-detail .img-box {
        height: 150px;
    }

    .gallery-detail .big-img-box {
        height: 310px;
    }

    .blog-detail .blog-img {
        height: 400px;
    }

}

@media only screen and (max-width: 575.98px) {
    .common-areas-section {
        padding: 50px 0;
    }

    .main-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .video-card {
        height: 400px;
    }

    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 100px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .main-section {
        height: auto;
    }

    .banner .banner-img {
        height: 250px;
    }

    .banner {
        padding: 30px 0px;
    }

    .banner .content {
        position: static;
        padding: 10px;
        transform: translateY(0px);
        min-height: 40vh;
    }

    .banner .banner-title {
        font-size: 26px !important;
        line-height: 40px !important;
    }

    .banner-thumbs .swiper-slide {
        width: 80px;
        height: 80px;
    }

    .banner-thumbs {
        top: 80%;
        right: 7rem;
        display: none;
    }

    .about-detail .img-box {
        margin: auto;
        height: 270px;
        margin-top: 100px;
    }

    .about-detail .img-box::after {
        top: -35px;
        right: -35px;
    }

    .content-detail .content-box .img-box {
        border-top: 10px solid #fff;
        border-left: 0px;
    }

    .content-detail .content-box .box-title,
    .appointment-detail .appointment-title,
    .page-banner .banner-content .banner-title,
    .blog-section .blog-title,
    .our-gallery .gallery-title,
    .serving-industry .serving-industry-bg .product-title,
    .client-service .client-title,
    .product-section .product-title {
        font-size: 24px;
    }

    .service-detail,
    .achive-detail {
        padding: 20px 0px;
    }

    .main-title,
    .main-title-white,
    .main-title span,
    .main-title-white span {
        font-size: 24px;
        line-height: 40px;
    }

    .rooms-list .room-card .img-box {
        height: 300px;
    }

    .achive-detail .img-box .years-xperince {
        left: -15px;
    }

    .milestone-detail {
        padding: 20px 0px;
    }

    .footer .footer-main-title,
    .page-banner .banner-title {
        font-size: 30px;
    }

    .footer-bottom .copyright-text {
        text-align: center !important;
    }

    .footer .footer-quick-links {
        justify-content: center;
    }

    .footer .footer-quick-links .footer-item:not(:last-child) {
        padding-right: 14px;
    }

    .footer .footer-quick-links .footer-item .footer-link {
        font-size: 14px;
    }

    .page-banner {
        height: 150px;
    }

    .about-section .img-box {
        height: 300px;
    }

    .blog-detail {
        padding: 20px 0px 50px;
    }

    .contact .contact-left,
    .contact .contact-right {
        padding: 0px;
    }

    .footer-bottom {
        margin-top: 15px;
    }

    .vision-detail .top-content {
        margin-bottom: -50px;
    }

    .neighbourhood-detail .card-wrapper .content-box.content-box-right {
        left: 0px;
    }

    .neighbourhood-detail .card-wrapper .content-box.content-box-left {
        right: 0px;
    }

    .banner {
        height: auto;
    }

    .gallery-detail .img-box {
        height: 150px;
    }

    .blog-detail .blog-img {
        height: 200px;
    }
}