/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin-bottom: 0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 24px;
}

.about-section-even {
    background: #eee;
}

.home-slider-content-wrap {
    top: 35%;
}

.inner-banner {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.inner-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

.inner-page-content {
    position: relative;
    z-index: 9;
}

.contact-details-icon svg {
    width: 80px;
    height: 80px;
    fill: var(--c1);
}

.card-description p:last-of-type {
    margin-bottom: 0;
}

.card-image a {
    height: 280px;
}

.object-fit-cover {
    object-fit: cover;
}

.error-svg svg {
    width: 60%;
    height: 600px;
}

.card-link.collapsed i {
    transform: rotate(0deg);
}

.card-link i {
    transform: rotate(180deg);
}

#accordion .card-header {
    background: var(--c1);
}

#accordion .card-header a {
    color: #fff;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.custom-theme-search-result-content {
    flex: 1;
}

.search-submit {
    right: 0;
    top: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}

.comment-body {
    position: relative;
    padding-left: 118px;
}

.comment-meta a {
    font-size: 15px;
    color: #909090;
}

.comment-meta {
    margin-bottom: 12px;
}

.comment-body p {
    font-size: 15px;
}

.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}

.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}

.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}

#reply-title {
    font-size: 25px;
    margin: 0;
}

#respond :is(input[type="text"], input[type="email"]) {
    width: 100%;
}

#respond :is(.comment-form-author, .comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}

#respond :is(input[type="text"], input[type="email"], textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}

#respond textarea {
    height: 194px;
}

.comment-notes {
    margin-top: 20px;
}

#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}

.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}

.comment-form-comment textarea {
    width: 100%;
}

.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}

.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}

.comment::marker {
    content: "";
}

.comment ul.children>li {
    margin-left: 35px;
    margin-top: 13px;
}

.comment ul.children>li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}

.commentlist {
    margin-top: 20px;
}

/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}

.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.sidebar-recent-posts .media-body a {
    color: #000000;
}

.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}

.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-1:hover:before {
    transform: scaleY(0);
}

.btn-1:hover {
    color: #fff;
}

.blogs-item .custom-theme-post-item {
    display: flex;
}

.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}

.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}

.custom-theme-post-title a,
.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}

.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}

.categories .post-categories {
    padding-left: 13px;
    margin-bottom: 5px;
    display: flex;
    column-gap: 23px;
}

.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content: "";
    border-radius: 100px;
    left: -12px;
    top: 6px;
}

.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}

.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}

.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}

.custom-theme-post-title a:hover {
    color: var(--c1);
}

.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-meta .post-meta {
    margin-top: 0;
}

.custom-theme-post-description p:first-of-type>img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}

.single-meta .post-categories {
    margin-bottom: 0;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--c1);
}

::selection {
    color: #fff;
    background: var(--c1);
}

.services-item {
    border-bottom: 4px solid var(--c1);
}

.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}

.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {

    16.25% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.scale {
    position: relative;
    overflow: hidden;
}

.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}

.scale img {
    transition: .6s all;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}

#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}

.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}

.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}

.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}

.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

.mobile-menu-btn {
    cursor: pointer;
}

section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}

.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}

.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}

.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}

.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}

.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}

.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}

.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}

.responsive-social ul li a {
    color: #fff;
}

section.responsive-menu.active {
    right: 0;
}

header.header {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 25px 0px;
}

.home-slider-image {
    width: 100%;
    height: 100vh;
    position: relative;
}

.header-row {
    align-items: center;
}

.home-slider-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(255 255 255 / 50%);
    left: 0;
}

.header-menu ul {
    display: flex;
    justify-content: space-around;
}

.header-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: .5s;
}

a.header-btn1 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: .5s;
}

a.header-btn2 {
    font-size: 14px;
    font-weight: 600;
    color: var(--c1);
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px 0px 8px 0px;
    transition: .5s;
}

.header-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

a.header-btn2:hover {
    background: var(--c1);
    color: #fff;
}

.home-slider-item {
    position: relative;
}

.home-slider-item {
    position: relative;
}

.home-slider-content h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--c1);
}

.home-slider-content p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    width: 90%;
    padding: 20px 0;
}

.deals-slide {
    background: #dfdfdf;
    padding: 30px 15px;
    border-radius: 15px 0px 15px 0px;
    /* height: 275px; */
    margin: 0 15px;
}

.deals-slide-icon i {
    font-size: 30px;
    color: var(--c1);
    background: rgb(0 53 128 / 20%);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 2.3;
    border-radius: 20px 0px 20px 0px;
}

.deals-slide-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: red;
    padding: 20px 0;
    margin: 0;
}

.deals-slide-content p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.deals-item-content h2 {
    font-size: 40px;
    font-weight: 600;
    color: red;
    padding: 50px 0 0 0;
}

.deals-item-content p {
    font-size: 20px;
    font-weight: 400;
    color: rgb(27 29 33 / 60%);
}

section.deals {
    padding: 80px 0;
}

section.deals button.slick-prev.slick-arrow {
    z-index: 1;
    top: 90%;
    left: -36%;
}

section.deals .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
    opacity: .75;
    padding: 13px 20px;
    color: #212121;
    width: -webkit-fill-available;
    content: "\f104";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100px;
    height: 20px;
    transition: .5s;
    background: transparent;
    border: 1px solid #000;
}

section.deals button.slick-next.slick-arrow {
    z-index: 1;
    top: 90%;
    left: -28%;
}

section.deals .slick-next:before {
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
    opacity: .75;
    padding: 13px 20px;
    color: #212121;
    width: -webkit-fill-available;
    content: "\f105";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100px;
    height: 20px;
    transition: .5s;
    background: transparent;
    border: 1px solid #000;
}

.members-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px 5px 26px 5px;
    overflow: hidden;
}

.members-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: red;
    margin: 0 0 15px 0;
}

.members-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
}

.members-btn a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: var(--c1);
    padding: 18px 42px;
    border-radius: 15px 5px 15px 5px;
    transition: .5s;
}

.members-btn a:hover {
    background: rgb(0 53 128 / 70%);
}

.members-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 6%;
    border: 2px solid var(--c1);
    left: 6%;
    z-index: -1;
    border-radius: 26px 5px 26px 5px;
}

.members-item {
    padding-top: 0;
    padding-left: 0;
}

section.members {
    padding: 0px 0px 72px 0px;
}

.members-image {
    width: 90%;
    position: relative;
}

.sec4-content h2 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.sec4-content p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 20px 0;
}

.sec4-content {
    width: 46%;
    margin: 0 auto;
    text-align: center;
}

section.sec4 {
    padding: 80px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    BACKGROUND-ATTACHMENT: fixed;
}

section.map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.map {
    height: 550px;
}

section.sec4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 30%);
}

.sec4-btn {
    text-align: center;
    padding-top: 20px;
}

.testimonals-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--c2);
    padding-bottom: 10px;
}

.testimonals-title p {
    font-size: 20px;
    font-weight: 400;
    color: var(--c2);
}

.testimonals-title {
    padding-bottom: 40px;
    padding-left: 15px;
}

.testimonals-slide {
    background: #fff;
    padding: 40px 40px;
    border-radius: 26px 5px 26px 5px;
    margin: 0 15px;
}

.testimonals-slide-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--c2);
    padding-bottom: 50px;
}

.testimonals-slide-content p img {
    padding-bottom: 50px;
}

.testimonals-slide-img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-right: 20px;
}

.testimonals-slide-name h3 {
    font-size: 18px;
    color: var(--c1);
    font-weight: 600;
}

.testimonals-slide-name h4 {
    font-size: 16px;
    font-weight: 400;
    color: #8D8E90;
}

.testimonals-slide-img {
    width: 15%;
}

section.testimonals {
    background: #E9E9E9;
    padding: 80px 0;
}

section.testimonals button.slick-prev.slick-arrow {
    z-index: 1;
    top: -25%;
    left: 88%;
    display: none;
}

section.testimonals .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
    opacity: .75;
    padding: 13px 20px;
    color: #212121;
    width: -webkit-fill-available;
    content: "\f104";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100px;
    height: 20px;
    transition: .5s;
    background: transparent;
    border: 1px solid #000;
}

section.testimonals button.slick-next.slick-arrow {
    z-index: 1;
    top: -25%;
    right: 4%;
    display: none;
}

section.testimonals .slick-next:before {
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
    opacity: .75;
    padding: 13px 20px;
    color: #212121;
    width: -webkit-fill-available;
    content: "\f105";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100px;
    height: 20px;
    transition: .5s;
    background: transparent;
    border: 1px solid #000;
}

footer.footer {
    background: var(--c1);
    padding-top: 80px;
    padding-bottom: 0;
}

.footer-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
}

.footer-about p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 85%;
}

.footer-media ul {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.footer-media ul li a {
    color: #fff;
    font-size: 20px;
    transition: .5s;
}

.footer-media {
    padding-top: 20px;
}

.footer-media ul li a:hover {
    color: rgb(255 255 255 / 60%);
}

.footer-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: .5s;
}

.footer-menu ul li a:hover {
    padding-left: 10px;
    color: rgb(255 255 255 / 60%);
}

.footer-menu ul li {
    line-height: 2;
}

.copy-right {
    color: #737373;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 100px;
}

.room-main-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--c2);
    position: relative;
}

.room-main-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 160px;
    height: 5px;
    border-radius: 50px;
    background: var(--c1);
}

section.room {
    padding: 70px 0px;
}

.heading .title h3 {
    font-size: 16px;
    font-weight: 600;
}

.heading .title h4 {
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 0;
}

.heading .price h2 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--c1);
}

.room-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-item .image {
    height: 220px;
    border-radius: 25px;
    overflow: hidden;
}

.room-item {
    padding: 15px 18px;
    background-color: #fff;
    box-shadow: 0 6px 20px 0 #34333321;
    border-radius: 30px;
}

.rooms .slick-list {
    padding: 25px 0px;
}

.room-item .heading {
    margin-top: 15px;
    margin-bottom: 6px;
}

.room-item .heading .bottom ul {
    gap: 15px;
}

.room-item .heading .bottom .members-btn a {
    display: table;
    font-size: 12px;
    padding: 9px 22px;
    font-weight: 400;
    border-radius: 10px 0 10px 0px;
}

.room-item .heading .bottom ul li {
    font-size: 13px;
    color: var(--c1);
}

.rooms .slick-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    color: #003580;
    bottom: 30px;
    top: auto;
}

.rooms .slick-arrow:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 600;
}

.rooms .slick-prev:before {
    content: "\f053";
}

.rooms .slick-next:before {
    content: "\f054";
}

.rooms .slick-prev {
    left: -475px;
}
.section-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.rooms .slick-next {
    left: -408px;
}

/*Mobile Menu Css Start*/

.woocommerce-account .woocommerce-form .form-row {
    flex-direction: column;
}
.contact-form-wrap input, .contact-form-wrap textarea {
    width: 100%;
    height: 100%;
    padding: 12px 15px;
}
.contact-form-wrap label {
    width: 90%;
}
.contact-form-wrap input.wpcf7-submit {
    font-size: 18px;
    color: #fff;
    background: var(--c1);
    border: none;
    padding: 15px 30px;
    width: 25%;
    transition: .5s;
}
.contact-form-wrap input.wpcf7-submit:hover {
    background: var(--c2);
}
.section-content h3 {
    font-size: 40px;
    font-weight: 600;
    color: var(--c2);
}
.section-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.wc-proceed-to-checkout {
    font-size: 18px;
    text-align: center;
    margin-top: -20px;
}
.header-menu ul li.menu-item.menu-item-gtranslate {
    top: -10px;
}
.header-logo a img {
    width: 100%;
}
.header-logo {
    width: 55%;
}
section.home-slider {
    overflow: hidden;
}
.google-map iframe {
    width: 100%;
    height: 98%;
}
.header-menu ul li.current-menu-item a {
    color: red;
}
p.counter-count {
    font-size: 38px;
    color: red;
    font-weight: 700;
    font-style: italic;
}
.count-up h3 {
    font-size: 16px;
    color: var(--c1);
    font-style: italic;
}
.count-up {
    text-align: center;
}
.counter .row {
    display: flex;
    justify-content: center;
}
.counter {
    padding: 55px 0;
    background: #fac9c9;
}
.section-content h3 {
    font-size: 22px;
    color: red;
}

.section-content h2 {
    font-size: 30px;
    color: var(--c1);
}

.section-content p span {
    color: red;
}
.cities-heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--c1);
    padding-bottom: 35px;
}

.cities-box-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.cities-box-title h2 {
    font-size: 20px;
    color: red;
}

.cities-box-title p {
    font-style: italic;
}

.cities-box-title {
    text-align: center;
}

.cities-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.cities {
    padding: 55px 0 0 0;
}
.cities-box {
    width: 19%;
}
.section-content strong {
    color: red;
}
.members-btn {
    margin-top: 40px;
}
html[lang="ar"] body,
html[lang="ur"] body {
/*     direction: rtl; */
    text-align: right;
}

section.members .row {
    align-items: center;
}

.reserve-title h2 {
    font-size: 30px;
    color: var(--c1);
}
.cites-drp input, .cites-drp select {
    width: 100%;
    padding: 11px 10px;
    border-radius: 5px;
    border: 0;
    box-shadow: -1px 5px 12px -5px;
}

.reservation-lower {
    padding: 40px 0 60px;
}
.reserve-sec-single {
    padding: 50px 0;
}

.section-next h2 {
    font-size: 22px;
    color: #d31c21;
    margin: 9px 0;
}
.reserve-single-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.serve-single-images {
    padding-bottom: 70px;
}
.reserve-btn a {
    border: 1px solid #cecece;
}