.seo-tag {
  display: none;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
}
header a {
  display: block;
  color: #fff;
}
header .secondary-menu {
  display: none;
}
header .main-header {
  padding: 15px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
header .logo img {
  width: 200px;
  transition: all 0.4s linear;
}
header .right-top {
  margin-bottom: 20px;
}
header .right-top a {
  color: #fff;
}
header .right-top ul {
  display: flex;
  gap: 20px;
  justify-content: end;
}
header .right-top li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .right-top i {
  font-size: 20px;
}
header .right-bottom {
  display: flex;
  gap: 40px;
  align-items: center;
}
header .primary-menu {
  border-right: 1px solid #fff;
  padding-right: 30px;
}
header .primary-menu ul {
  display: flex;
  gap: 15px;
  align-items: center;
}
header .primary-menu a {
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header .hearder-btn a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 18px;
}
header .header-toggle {
  cursor: pointer;
  width: 50px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
header .header-toggle span {
  width: 100%;
  height: 3px;
  border-radius: 20px;
  background-color: #fff;
  display: block;
}
header .header-toggle span:nth-child(1) {
  width: 75%;
  margin: 0 0 0 auto;
}
header .header-toggle span:nth-child(2) {
  width: 85%;
  margin: 0 0 0 auto;
}
header .header-side {
  display: block;
  flex-direction: column;
  padding: 150px 20px;
  position: fixed;
  background: #f4ebd8;
  width: 100%;
  max-width: 450px;
  right: -100%;
  top: 0;
  transition: all 0.4s ease-in;
  z-index: 1;
  height: 100vh;
  transition: 0.5s;
  color: #000;
}
header .header-side .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
}
header .header-side a {
  color: #222;
}
header .header-side ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 18px;
}
header .header-side .img-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 10px;
  align-items: stretch;
}
header .header-side.active-header {
  right: 0%;
  z-index: 999;
  text-align: center;
}

.hero-section {
  padding: 300px 0px 200px;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(../upload/banner/homw4.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.hero-section .name-style {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #7a7a7a;
  stroke: #7a7a7a;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0);
  font-family: "Barlow", Sans-serif;
  font-size: 150px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 40px;
}
.hero-section h1 {
  margin-top: -80px;
  z-index: 99;
  position: relative;
  font-size: 55px;
}
.hero-section p {
  width: 70%;
  margin: 50px auto 0;
}
.hero-section .banner-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.about-us {
  background: url(../upload/other/image-93.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.about-us .main-about {
  display: flex;
  gap: 50px;
}
.about-us .about-img {
  width: 50%;
  position: relative;
}
.about-us .about-img img {
  width: auto;
}
.about-us .about-img .img-box2 {
  position: absolute;
  bottom: -50px;
  right: 0px;
  border: 10px solid #fff;
}
.about-us .about-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: self-start;
}
.about-us .about-content .primary-btn {
  text-align: center;
}

.marquee-line {
  padding: 15px;
  background-color: #b68b53;
  /* color: #fff; */
}
.marquee-line ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.marquee-line svg {
  width: 40px;
  /* fill: #fff; */
}
.marquee-line li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 26px;
}

.room-section .room-headeing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.room-section .main-room {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.room-section .main-room .room-box {
  width: 50%;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #ccc;
}
.room-section .main-room .room-box p {
  font-size: 14px;
}
.room-section .main-room .room-box h4 {
  margin: 10px 0;
}
.room-section .main-room .primary-btn {
  margin-top: 20px;
}
.room-section .room-img {
  overflow: hidden;
  display: flex;
  border-radius: 8px;
}
.room-section .room-img img {
  transition: all 0.2s linear;
}
.room-section .room-dec {
  margin-top: 20px;
}
.room-section .room-bed {
  padding-right: 20px;
  border-right: 1px solid #000;
}
.room-section .queen {
  padding-left: 15px;
}
.room-section .room-box:hover img {
  transform: scale(1.05);
}

.room-amenities {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}
.room-amenities .item {
  display: flex;
  flex-direction: column;
  gap: 20;
  align-items: center;
  flex: 1 1 1 30%;
  text-align: center;
}
.room-amenities .icon {
  font-size: 24px;
}

.our-amenities {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../upload/other/amniti-banner.jpg);
  background-position: bottom;
  background-size: cover;
  /* background-attachment: fixed; */
}
.our-amenities .main-amenities {
  display: flex;
}
.our-amenities .item {
  flex: 1;
  position: relative;
  padding: 120px 50px 50px;
  width: 100%;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 1;
  transition: all 200ms ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.our-amenities .item .services-count {
  color: transparent;
  font-family: dropkicker;
  font-size: 128px;
  font-weight: 400;
  line-height: 96px;
  -webkit-text-stroke: 1px #ffffff;
  transition: all 300ms ease;
}
.our-amenities .item .services-title {
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
  transition: all 300ms ease;
  font-weight: 300;
}
.our-amenities .overlay-content {
  background-color: #0d0c0c;
  color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 60px 50px 60px;
  position: absolute;
  visibility: hidden;
  transform: translateY(100%);
  width: 100%;
  z-index: 1;
  transition: all 400ms ease;
  -webkit-box-align: center;
}
.our-amenities .overlay-content .services-title,
.our-amenities .overlay-content services-count,
.our-amenities .overlay-content p {
  color: #fff;
}
.our-amenities .overlay-content p {
  font-size: 14px;
  margin-top: 20px;
}
.our-amenities .item:hover .content {
  opacity: 0;
  visibility: hidden;
}
.our-amenities .item:hover .overlay-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  color: #fff;
}

.near-places .near-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.near-places .img-box {
  display: flex;
  overflow: hidden;
}
.near-places .img-box img {
  transition: all 0.2s ease-in-out;
}
.near-places .item:hover img {
  transform: scale(1.05);
}
.near-places .main-near {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.near-places .item {
  flex: 1;
  background: #fff9f9;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.near-places .content {
  padding: 15px 20px;
  background: #b68b53;
  color: #fff;
}
.near-places .primary-btn {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.near-places .primary-btn a {
  background: #0d0c0c;
  border: 1px solid #b68b53;
}

.gallery .img-box {
  overflow: hidden;
  display: flex;
}
.gallery .img-box img {
  transition: all 0.3s linear;
}
.gallery .item:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}

footer {
  background-color: #1f1f1f;
  background-repeat: no-repeat;
}
footer .footer-main {
  padding: 50px 0 30px;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  color: #fff;
  flex-wrap: wrap;
}
footer a {
  color: #d6d4d4;
}
footer ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
footer .contact-link li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .social-icon ul {
  display: flex;
  flex-direction: row;
  font-size: 22px;
  gap: 20px;
}
footer .social-icon img {
  width: 32px;
}
footer .copy-right {
  border-top: 1px solid rgba(209, 209, 209, 0.4431372549);
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
footer .copy-right img {
  width: 100px;
  margin-top: 10px;
}

/* ================== 
room
================= */
.rooms-page .main-room-categri {
  display: flex;
  gap: 50px;
  align-items: center;
}
.rooms-page .room-img {
  width: 40%;
}
.rooms-page .room-img img {
  border-radius: 15px;
}
.rooms-page .ranking img {
  width: 150px;
}
.rooms-page .room-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.rooms-page .room-content .room-amenities {
  width: 100%;
}
.rooms-page .primary-btn {
  margin-top: 20px;
}
.rooms-page .room-categri:nth-child(even) {
  background-color: #ffedd6;
}
.rooms-page .room-categri:nth-child(even) .main-room-categri {
  flex-direction: row-reverse;
}

.attraction-page .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}
.attraction-page .item-box {
  overflow: hidden;
  position: relative;
  display: flex;
}
.attraction-page .item-img {
  display: flex;
  overflow: hidden;
}
.attraction-page .item-img img {
  transition: all 0.2s linear;
  height: 100%;
}
.attraction-page .item-title {
  margin-bottom: 10px;
}
.attraction-page .surround {
  display: block;
  font-size: 18px;
  padding: 10px 0px;
}
.attraction-page .item-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.831372549);
}
.attraction-page .item-content a {
  padding: 6px 20px;
  color: #000000;
  border: 1px solid #000;
  display: inline-block;
  transition: 0.4s;
}
.attraction-page .item-content a:hover {
  background-color: #000;
  color: #fff;
}
.attraction-page .item-box:hover img {
  transform: scale(1.1);
}

.contact-page .main-contact-form {
  display: flex;
  gap: 50px;
}
.contact-page .contact-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: self-start;
}
.contact-page .contact-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-page .contact-content li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-page .contact-content .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  background-color: #b68b53;
}
.contact-page .contact-content .content a {
  font-size: 20px;
  color: #1f1f1f;
}
.contact-page .form-box {
  width: 60%;
}
.contact-page .map-section {
  display: flex;
}
.contact-page .map-section iframe {
  width: 100%;
  height: 350px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #efefef;
  border-radius: 15px;
}
form label {
  display: block;
  margin-bottom: 5px;
}
form input, form textarea, form select {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
form .group-box {
  display: flex;
  gap: 20px;
}
form .group-box .box {
  width: 50%;
}
form input[type=submit] {
  width: 170px;
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
  background: #b68b53;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */

.section-padding {
  padding: 80px 0px;
}

#blog-page{

    .blog-grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        grid-gap: 30px;
        align-items: stretch;
    }
    .date{
        padding: 3px 10px;
        background: #d7b65d;
    }
    .blog-item{
        background: #e6e6e6;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 12px #2222225b;
        .item-content{
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: self-start;
            .read-more a{
                color: #795902;
                font-size: 18px;
            }
        }
    }

    .main-blog-detail{
        display: flex;
        gap: 30px;
        .blog-detail-content{
            display: flex;
            flex-direction: column;
            align-items: self-start;
            gap: 20px;
            width: 70%;
            .blog-title{
                font-size: 19px;
            }
            .content-box{
                display: flex;
                flex-direction: column;
                gap: 15px;
            }
        }

        
    }

    .blog-sidebar{
        width: 30%;
        background-color: #e2e2e2;
        padding: 20px;
        border-radius: 10px;
        position: relative;

        h5{
            font-size: 26px;
        }

        .sidebar-items{
            margin-top: 30px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .item{
            display: flex;
            align-items: center;
            gap: 15px;
            background-color: #fff;
            padding: 0 10px 10px;
            box-shadow: 0px 0px 7px #34343436;
        }
        .item-img{
            width: 200px;
            display: flex;
        }
        .item-content{
            .date{
                font-size: 14px;
            }
            p{
                font-size: 14px;
                line-height: 1.5;
                margin-top: 10px;
            }
            a{
                color: #000;
            }
        }
    }
}

.content-box h1 , h2 , h4{
    font-size: 21px;
    font-weight: 500;
}
.content-box p{
    color: #222222;
}
.content-box ul li{
    padding: 3px 0px;
}
.content-box strong{
    font-weight: 600;
}
.item-content{
  width: 100%;
}



.suspend-sec {
  position: fixed;
  top: 175px;
  z-index: 999;
  background: #fff;
  width: 100%;
  padding: 20px 30px;
  text-align:center;
}



.suspend-sec {
  position: fixed;
  top: 175px;
  z-index: 999;
  background: #d7bc92;
  width: 100%;
  padding: 20px 30px;
  text-align:center;
}

.content-sec-suspend h2{ color:red; font-size:25px;}
.content-sec-suspend p{ color:#000;}
.logo-sec img{ width:16%;}

