:root {
    --hover-box-shadow: 0 5px 15px #ffa36558;
    --accent-color-gray: #370617ac;
    --accent-color-darker: #370617;
    --accent-color-dark: #9d0208;
    /* --accent-color-primary: #dc2f02; */
    --accent-color-primary: #ff7671;
    --accent-color-light: rgba(255, 145, 77, 1);
    --accent-color-lighter: #f48c0622;
    --logo-gradient: linear-gradient(135deg, rgba(140, 82, 255, 1) 25%, rgba(255, 145, 77, 1) 75%);
    --border-radius-common: 1.3rem;
}

* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans", serif;
    font-size: 14px;
    color: var(--accent-color-gray);
    text-transform: initial;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    color: var(--accent-color-darker);
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--accent-color-darker);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

p {
    margin: 0;
    color: var(--accent-color-gray);
    font-size: 14px;
    line-height: 1.8;
    text-transform: initial;
}

img {
    border: none;
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;
}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
    font-size: 12px;
}

html,
body {
    height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

/* section-header */
.section-header {
    position: relative;
    text-align: center;
}

.section-header h2 {
    color: var(--accent-color-darker);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.section-header h2 span {
    text-transform: lowercase;
}

.section-header p {
    font-size: 16px;
}

/* section-header */
.fix {
    position: relative;
    clear: both;
}

/*=============Style css=========*/

/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top {
    border-bottom: 1px solid #f6f8fa;
}

.header-top ul li {
    display: inline-block;
}

.header-top-left li,
.header-top-right li {
    display: inline-block;
}

/*.select-opt*/
.select-opt,
.header-top-contact {
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}

.header-top-contact {
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}

.select-opt select {
    border: none;
    cursor: pointer;
    color: var(--accent-color-gray);
    font-size: 12px;
    font-weight: 300;
}

.select-opt option {
    color: var(--accent-color-gray);
    text-transform: uppercase;
}

.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}

.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}

/*.select-opt*/

.header-top-right ul li a {
    color: var(--accent-color-gray);
    font-size: 12px;
    font-weight: 300;
}

/*-------------------------------------
        3. Top-area
--------------------------------------*/

.top-area{
    height: 88px;
    background: var(--accent-color-light);
    background: -moz-linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    background: -webkit-linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    background: linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2d3ff", endColorstr="#ffd3b5", GradientType=1);
}

.header-area .navbar {
    background: var(--accent-color-light);
    background: -moz-linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    background: -webkit-linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    background: linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2d3ff", endColorstr="#ffd3b5", GradientType=1);
}

nav.navbar.bootsnav {
    background-color: unset;
    border-bottom: transparent;
    border-bottom: 2px solid gold;
    box-shadow: var(--hover-box-shadow);
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    /* background-color: #fff; */
    background: var(--accent-color-light);
    background: -moz-linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    background: -webkit-linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    background: linear-gradient(135deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2d3ff", endColorstr="#ffd3b5", GradientType=1);
}

#list-amenities,
.image-gallery,
#footer {
    background: -moz-linear-gradient(90deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    background: linear-gradient(90deg, rgba(226, 211, 255, 1) 20%, rgba(255, 211, 181, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2d3ff", endColorstr="#ffd3b5", GradientType=1);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: var(--accent-color-primary);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.navbar-header a.navbar-brand span {
    color: var(--accent-color-dark);
    text-transform: capitalize;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
    color: var(--accent-color-gray);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 34px 21px;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
    color: var(--accent-color-primary);
}

nav.navbar.bootsnav ul.nav>li.active>a {
    color: var(--accent-color-primary);
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
    padding: 34px 21px;
}

/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
    overflow-y: scroll;
    height: 180px;
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: var(--accent-color-primary);
}

/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    padding: 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: var(--accent-color-dark);
}

/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background: url(../img/mahakal-temple-enhanced-blur.webp) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    height: 800px;
    z-index: 1;
}

.welcome-hero .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 98px;
}

.welcome-hero:before {
    z-index: -1;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/img/gold-top-right.png) no-repeat;
    background-position-x: right;
    background-position-y: top;
    opacity: 30%;
    pointer-events: none;
}

.welcome-hero:after {
    z-index: -1;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/gold-bottom-left.png) no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    opacity: 30%;
    pointer-events: none;
}

.welcome-hero-txt h3 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
}

.welcome-hero-logo {
    height: 240px;
    box-shadow: var(--hover-box-shadow);
    border-radius: 50%;
    border: 1px solid gold;
}

.welcome-hero-txt h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    text-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
}

.welcome-hero-txt p {
    font-size: 20px;
    color: #ffffff;
    margin-top: 4x;
    text-shadow: 0 0px 10px rgba(0, 0, 0);
}

.hero-title-container {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: var(--border-radius-common);
    border: solid 1px gold;
    box-shadow: var(--hover-box-shadow);
    padding: 40px 60px;
    margin-top: 60px;
}

.hero-title-container::before {
    content: " ";
    height: 3px;
    position: absolute;
    background: white;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    top: -2px;
    filter: blur(4px);
}

.welcome-hero-serch-box {
    margin-top: 78px;
    display: flex;
}

.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}

.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}

.single-welcome-hero-form:first-child {
    border-right: 1px solid #edeff1;
}

.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}

.single-welcome-hero-form input[type="text"] {
    font-size: 14px;
    color: var(--accent-color-gray);
    text-transform: capitalize;
    font-weight: 500;
}

.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}

.welcome-hero-btn {
/*     margin-top: 28px; */
/*     justify-content: center; */
    align-items: center;
    font-size: 18px;
    color: #fff;
    width: 170px;
    height: 70px;
    /* background: var(--accent-color-primary); */
    background: var(--logo-gradient);
    border: 1px solid gold;
    text-transform: capitalize;
    border-radius: var(--border-radius-common);
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    box-shadow: 0 0px 10px rgba(71, 71, 71, 0.2);
}

.welcome-hero-btn:hover:after {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    right: 0;
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(90deg, transparent, white, transparent);
}

.single-amenity-item:hover:after, .single-image-gallery:hover:after, .single-blog-item:hover:after {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    right: 0;
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(90deg, transparent, white, transparent);
}

.welcome-hero-btn:hover {
    box-shadow: var(--hover-box-shadow);
    scale: 1.02;
}
.dropdown > a{
    color: var(--accent-color-primary);
}

.welcome-hero-btn svg {
    width: 14px;
    height: auto;
    margin-left: 12px;
}
.navbar-logo-text {
    display: flex;
    align-items: center;
    height: 58px;
}

.navbar-logo-text p {
    color: var(--accent-color-dark);
    font-size: 22px;
    padding-left: 10px;
}

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-amenities-content {
    position: relative;
    top: -98px;
    z-index: 1;
}

.list-amenities-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-amenities-content ul li {
    display: inline-block;
}

.single-list-amenities-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* width: 205px; */
    height: 170px;
    background: #fff;
    border-radius: var(--border-radius-common);
    /* margin-right: 20px; */
    /* margin-bottom: 20px; */
    box-shadow: 0 0px 10px rgba(71, 71, 71, 0.2);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-list-amenities-content h2>a {
    margin: 13px 0;
    font-weight: 600;
}

/*.single-list-amenities-content:last-child{margin-right: 0;}*/

.single-list-amenities-icon [class^="flaticon-"]:before,
.single-list-amenities-icon [class*=" flaticon-"]:before,
.single-list-amenities-icon [class^="flaticon-"]:after,
.single-list-amenities-icon [class*=" flaticon-"]:after {
    font-size: 45px;
    color: var(--accent-color-darker);
}

.single-list-amenities-content:hover .single-list-amenities-icon [class^="flaticon-"]:before,
.single-list-amenities-content:hover .single-list-amenities-icon [class*=" flaticon-"]:before,
.single-list-amenities-content:hover .single-list-amenities-icon [class^="flaticon-"]:after,
.single-list-amenities-content:hover .single-list-amenities-icon [class*=" flaticon-"]:after {
    color: #fff;
}

/*-------------------------------------
        6. image-gallery 
--------------------------------------*/
.image-gallery {
    padding: 0 0 90px;
}

.image-gallery-content {
    margin-top: 44px;
}

.single-image-gallery {
    text-align: center;
    padding: 50px 42px;
    border: 1px solid gold;
    border-radius: var(--border-radius-common);
    box-shadow: 0 0px 5px rgba(71, 71, 71, 0.2);
    margin-bottom: 30px;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    height: 320px;
    background-size: cover;
    background-position: center;
}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: var(--accent-color-gray);
    border: 1px solid #d3d6d9;
    border-radius: var(--border-radius-common);
}

.single-image-gallery:hover {
    scale: 1.005;
    box-shadow: var(--hover-box-shadow);
}

/*-------------------------------------
        7. Explore
--------------------------------------*/

#nearby-places {
    padding: 117px 0 95px;
    background: url("/img/blur-background3.webp");
    background-position: center;
    background-size: cover;
}

#nearby-places .single-blog-item {
    background-color: white;
}

.explore {
    padding: 117px 0 95px;
    background: #f8fafb;
}

.explore-content {
    margin-top: 78px;
}

.single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: var(--border-radius-common);
    margin-bottom: 25px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-explore-img {
    position: relative;
    overflow: hidden;
}

.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162, 172, 177, 0.2);
}

.single-explore-img-info {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-explore-item:hover .single-explore-img-info {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}

.single-explore-img-info button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: var(--accent-color-primary);
    border-radius: var(--border-radius-common);
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}

.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.single-explore-image-icon-box ul li {
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    background: #252d32;
    text-align: center;
    margin-left: 5px;
    color: #cbcccd;
}

.single-explore-image-icon-box ul li:hover i {
    color: #267dff;
}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}

.single-explore-txt.bg-theme-1 .explore-rating {
    background: #70a9ff;
}

.single-explore-txt.bg-theme-2 .explore-rating {
    background: #00c61c;
}

.single-explore-txt.bg-theme-3 .explore-rating {
    background: #ffcc5d;
}

.single-explore-txt.bg-theme-4 .explore-rating {
    background: #bd70ff;
}

.single-explore-txt.bg-theme-5 .explore-rating {
    background: #ff7a40;
}

.explore-rating-price,
.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}

.explore-rating-price a {
    margin: 0;
}

.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: var(--border-radius-common);
    font-weight: 500;
    margin-right: 10px;
}

.explore-price {
    color: #f63138;
}

.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}

.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}

.explore-person-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.explore-person p {
    font-size: 12px;
}

.explore-open-close-part {
    margin-top: 20px;
}

.close-btn {
    color: #f63138;
    text-transform: capitalize;
}

.close-btn.open-btn {
    color: #00c437;
}

.explore-map-icon {
    text-align: right;
}

.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: var(--accent-color-gray);
}

.explore-map-icon a svg:hover {
    color: #f63138;
}

.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover {
    color: #00c437;
}

.single-explore-item:hover {
    box-shadow: 0 10px 20px rgba(21, 19, 19, 0.2);
}

#contact-us {
    background: url("/img/blur-background6.webp");
    background-size: cover;
    background-position: center;
}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews {
    padding: 117px 0 75px;
}

.reviews-content {
    margin-top: 36px;
}

/*single-testimonial-box */
.single-testimonial-box {
    padding: 50px 30px;
    box-shadow: 0 0px 5px rgba(71, 71, 71, 0.2);
    overflow-x: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-testimonial-box:hover {
    box-shadow: 0 10px 20px rgba(21, 19, 19, 0.2);
}

.slick-current .single-testimonial-box {
    box-shadow: 0 10px 20px rgba(21, 19, 19, 0.2);
}

/*testimonial-description*/
.single-testimonial-box {
    width: 404px;
    background: #fff;
}

/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}

.testimonial-person h2 {
    color: var(--accent-color-darker);
    font-size: 18px;
}

.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}

/* testimonial-info */

/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}

.testimonial-comment p {
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}

/* testimonial-comment */

/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}

.slick-slide.slick-cloned {
    outline: 0 !important;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.5;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
}

/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics {
    position: relative;
    display: flex;
    align-items: center;
    background: url(../../assets/images/counter/counter-banner.jpg) no-repeat fixed;
    background-position: center;
    background-size: cover;
    padding: 127px 0 120px;
}

.statistics:before {
    position: absolute;
    content: "";
    background: rgba(75, 75, 75, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom: 30px;
}

/* single-ststistics-box */
.statistics-content {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 60px;
}

.statistics-content span {
    margin-left: 5px;
}

.single-ststistics-box h3 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog {
    padding: 120px 0 90px;
}

.blog-content {
    margin-top: 44px;
}

.single-blog-item,
.single-amenity-item {
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71, 71, 71, 0.2);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    border-radius: var(--border-radius-common);
    border: 1px solid gold;
}

.single-blog-item img {
    border-radius: var(--border-radius-common) var(--border-radius-common) 0 0;
}

#contact-us .single-blog-item {
    height: 450px;
}

.location .single-blog-item,
.location iframe {
    height: 100%;
}

.google-maps-embed {
    width: 100%;
    border-radius: var(--border-radius-common);
}

.address-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: white;
}

.address-card h2>a {
    font-size: 20px;
    color: var(--accent-color-dark);
    font-weight: 700;
}

.address-card .single-blog-item-txt {
    padding-bottom: 0;
}

.single-blog-item-txt {
    padding: 25px 28px 27px;
}

.single-blog-item-txt h2 a {
    text-transform: initial;
    line-height: 1.8;
}

.single-blog-item-txt h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.single-blog-item-txt h4 a {
    font-size: 14px;
    padding-right: 14px;
    border-right: 1px solid #dde0e4;
    margin-right: 15px;
    text-transform: uppercase;
}

.single-blog-item:hover,
.single-amenity-item:hover {
    scale: 1.005;
    box-shadow: var(--hover-box-shadow);
}

/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription {
    background: #f8fafb;
    padding: 150px 0;
}

/*subscribe-title*/
.subscribe-title {
    margin-bottom: 52px;
}

.subscribe-title h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe-title p {
    color: var(--accent-color-gray);
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
}

/*subscribe-title*/

/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
}

.subscription-input-group .subscription-input-form {
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left: 30px;
    font-size: 16px;
    color: var(--accent-color-gray);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    box-shadow: 0 0px 10px rgba(21, 19, 19, 0.1);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.subscription-input-group:hover .subscription-input-form {
    box-shadow: 0 5px 20px rgba(21, 19, 19, 0.4);
}

/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--accent-color-primary);
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.appsLand-btn:hover,
.appsLand-btn:focus,
.appsLand-btn:active {
    text-decoration: none;
    outline: none;
}

.appsLand-btn:hover {
    box-shadow: 0 5px 10px rgba(71, 71, 71, 0.4);
    background: var(--accent-color-primary);
}

/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer {
    background: #f8fafb;
}

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

.footer-menu .navbar-header {
    padding: 0;
}

.footer-menu .navbar-header a.navbar-brand,
.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,
.footer-menu .navbar-header a.navbar-brand:focus {
    padding: 0;
}

.footer-menu ul.footer-menu-item {
    text-align: right;
}

.footer-menu ul.footer-menu-item li {
    display: inline-block;
}

.footer-menu ul.footer-menu-item li a {
    color: var(--accent-color-gray);
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.footer-menu ul.footer-menu-item li a:hover {
    color: var(--accent-color-primary);
}

.footer-menu .navbar-logo-text {
    height: 30px;

}

.footer-menu .logo-prefix {
    margin-right: 10px;
}

.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid var(--accent-color-lighter);

}

.hm-footer-copyright p,
.hm-footer-copyright p a {
    color: var(--accent-color-gray);
    font-size: 14px;
    font-weight: 400;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}

.footer-social a,
.footer-social span {
    display: inline-block;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-social a {
    text-align: center;
    font-size: 26px;
}

.footer-social span {
    margin-right: 15px;
    margin-left: 0;
    color: var(--accent-color-gray);
}

.footer-social span:hover {
    color: var(--accent-color-primary);
}

.footer-social a:hover {
    color: var(--accent-color-primary);
}

/*===============================
    Scroll Top
===============================*/
#scroll-top {
    margin-top: 15px;
}

#scroll-Top .return-to-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: none;
    width: 50px;
    line-height: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: rgba(255, 145, 77, 1);
    border: 1px solid gold;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    scale: 1.04;
    box-shadow: var(--hover-box-shadow);
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;
}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 5px;
    }
}

.logo-prefix {
    height: 80%;
    border: 1px solid gold;
    border-radius: 50%;
    box-shadow: var(--hover-box-shadow);
}

.list-amenities-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.amenities-title {
    margin-bottom: 6px !important;
}

.explore .row,
.image-gallery .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#image-gallery {
    height: 1px;
    width: 100px;
    position: absolute;
    margin-top: -98px;
}

.seo-keywords {
    height: 0px;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}
