*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: 16px;
    color: #2d2d2d;
    background: #f4f4f4;
}

.body-bg{
    background-color: #8a3f19;
}
a{
    text-decoration: none;
}
a.nav-link {
    font-size: 18px;
}
img{
    width: 100%;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #e5e5e5;
    border-color: #6c757d;
}  
.input-elevated{
font-size: 16px;
line-height: 1.5;
border: none;
background: #FFFFFF;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 20px 20px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
border-radius: 5px;
width: 300px;
padding: .5em 1em .5em 2.5em;
} 
  
.input-elevated::placeholder{
color: #838D99;
}

.input-elevated:focus {
outline: none;
box-shadow: 0 4px 10px 0 rgba(0,0,0,0.16);
}
.header-top-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.navbar-brand {
    width: 230px;
}

a.navbar-brand img {
    width: 100%;
}

.list-group {
    flex-direction: row;
    border-radius: 0px;
}

.list-group a {
    border: none;
    text-align: center;
}

.banner-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
    background-color: #f4a460;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 8px;
}
.banner-content h1 {
    color: #85360d;
    font-size: 46px;
    font-weight: 700;
}

.news {
    display: flex;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
}

.news-title {
    width: 25%;
}

.news-title {
    background: #85360d;
    border-radius: 10px;
}

.news-title h5 {
    color: #fff;
    margin-bottom: 3px;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.latest-news {
    padding: 10px 0px;
}

.news-slide {
    padding-top: 7px;
}

.tab-box .inner {
    background: #f4a460;
    text-align: center;
    padding: 10px 0px;
    border-radius: 7px;
}

.tab-box {
    width: 14%;
}

.tab-box .inner .text h5 {
    color: #662300;
    text-transform: capitalize;
}
.tab-main {
    display: flex;
    gap: 10px;
}
section.about-us {
    padding: 60px 0px;
}

.about-text h2 {
    font-size: 36px;
}

.swiper {
    margin: 100px auto;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
}
nav.navbar {
background-color: #8a3f19;
}   
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}


a{
    text-decoration: none;
}
a.nav-link {
    font-size: 18px;
}

  
.input-elevated{
font-size: 16px;
line-height: 1.5;
border: 0.5px solid #643232;
background: transparent;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 20px 20px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
border-radius: 5px;
width: 710px;
padding: .5em 1em .5em 2.5em;
} 
  
.input-elevated::placeholder{
color: #838D99;
}

.input-elevated:focus {
outline: none;
box-shadow: 0 4px 10px 0 rgba(0,0,0,0.16);
}
.header-top-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.navbar-brand {
    width: 230px;
}

a.navbar-brand img {
    width: 100%;
}

.list-group {
    flex-direction: row;
    border-radius: 0px;
}

.list-group a {
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.banner-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
    background-color: #f4a460;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 8px;
}
.banner-content h1 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    text-shadow: 5px 5px #8a3f19;
}

.news {
    display: flex;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
}

.news-title {
    width: 25%;
}

.news-title {
    background: #fb9632;
    border-radius: 5px 0px 0px 5px;
}

.news-title h5 {
    color: #fff;
    margin-bottom: 3px;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.latest-news {
    padding: 10px 0px;
}

.news-slide {
    padding-top: 7px;
    position: relative;
    background-color: #521c00;
    border-radius: 0px 5px 5px 0px;
}
.news-slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    background: #fb9632;
    height: 100%;
    width: 10px;
    border-radius: 0px 5px 5px 0px;
}

.tab-box .inner {
    background: #fb9632;
    text-align: center;
    padding: 10px 0px;
    overflow: hidden;
    border-radius: 7px;
    height: 100%;
    position: relative;
}
.new {
    color: #fff;
    transform: rotate(-35deg);
    background: #521c00;
    position: absolute;
    left: -65px;
    top: 8px;
    width: 100%;
}

.tab-box {
    width: 16%;
}
.arrow-btn {
    border-radius: 100%;
    border: 2px solid #fb9632;
    padding: 20px;
}

.arrow-btn:after {
    color: #fb9632;
    font-size: 22px;
}

.tab-box .inner .text h5 {
    color: #662300;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
}
.tab-main {
    display: flex;
    gap: 25px;
    padding: 10px 0px;
    
}
.navbar{
    padding-bottom: 0px;
}
section.about-us {
    padding: 0px 0px;
}

.about-text h2 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #fff;
}
.about-text h1 {
    font-size: 60px;
    margin-bottom: 0px;
    color: #fff;
}

.about-text h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #fff;
}
.about-text p {
    color: #fff;
}

.swiper {
    margin: 100px auto;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
}
nav.navbar {
background-color: #6c2705;
padding-bottom: 10px;
}   
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
    padding: 4px 12px;
    margin-right: 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
    border-color: #fff;
    color: #fff;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        text-align: center;
        margin: 0 auto;
    }
}

marquee {
    color: #fff;
}
.t-btn {
    background-color: #fb9632 !important;
    border-color: #fb9632 !important;
    padding: 5px 10px;
}
    .login-box {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
   
    }

    .login-box h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    .login-box input {
      width: 100%;
      padding: 12px;
      margin: 8px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .login-box input[type="submit"] {
      width: 100%;
      padding: 12px;
      background-color: #4CAF50;
      border: none;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
    }

    .login-box input[type="submit"]:hover {
      background-color: #45a049;
    }

    .login-box .link {
      text-align: center;
      margin-top: 10px;
      font-size: 14px;
    }

    .login-box .link a {
      color: #4CAF50;
      text-decoration: none;
    }
.slider-image{
    height: 300px;
}
.slide-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper{
    margin: 0px;
}
.section-title h2 {
    font-size: 42px;
    padding-bottom: 20px;
    color: #fff;
}
.palces-box .inner {
    margin-bottom: 20px;
    background: #fb9632;
    text-align: center;
    border-radius: 10px;
}


.place-image img {
    width: 100%;
    border-radius: 10px;
}

.text h4 {
    font-size: 20px;
    padding: 10px 0px;
    text-transform: capitalize;
    color: #fff;
}
footer {
    margin-bottom: 40PX;
}.footer-content {
    background: #662504;
}

.social-icon ul {
     list-style: none;
    display: flex;
    margin-bottom: 0px;
    background: #fff;
    padding: 3px 8px;
    border-radius: 30px;
}

.social-icon ul li a img {
    width: 24px;
}

.social-icon ul li {
    padding-right: 10px;
}

.footer-text p {
    margin-bottom: 0px;
    font-size: 14px;
        color: #fff;
}

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

.footer-text p a {
    color: #ffff;
}
.footer-content {
    padding: 10px 0px;
    border-radius: 10px;
}


section.places {
    padding: 10px 0px 15px;
}

.modal-body {
    background: #8a3f19;
}

.modal-header {
    background-color: #8a3f19;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fb9632;
    border-color: #fb9632;
}
.login-box input[type="submit"]:hover {
    background-color: #fb9632;
}

.login-box input[type="submit"]{
    background-color: #fb9632;
}
.list-group {
    margin-bottom: 15px;
}
.banner-bg {
    position: relative;
}

.banner-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(140 140 140 / 15%);
    z-index: 0;
    border-radius: 10px;
}

.banner-content {
    position: relative;
}
.slide-image {
    border:5px solid #8a3f19;
}
div#navbarSupportedContent {
    background: #fb9632;
    padding: 10px 0px;
}
.bellicon {
    background: #fb9632;
    border-radius: 5px;
}

.bellicon img {
    width: 37px;
    padding: 6px;
}
a.nav-link img {
    width: 30px;
}

.bg {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background: #521c00;
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
}
.main-btn a {
    background: #fb9632;
    padding: 10px 22px;
    border-radius: 30px;
    color: #fff;
}

.main-btn {
    display: inline-block;
    margin-top: 20px;
}
.about-bg {
    background: #521c00;
    padding: 30px 20px;
    border-radius: 10px;
}
.places-bg {
    background: #8a3f19;
    padding: 10px;
    border-radius: 10px;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 100px;
    padding-bottom: 10px;
    align-items: center;
}

.links ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
}

.links ul li a {
    color: #fff;
}

.links ul li {
    padding-right: 10px;
    border-right: 1px solid #8a3f19;
    padding-left: 10px;
}

.links ul li:last-child {
    border: none;
}


.footer-top p {
    margin-bottom: 0px;
    color: #fff;
}

.footer-top a {
    margin-bottom: 0px;
}
.footer-text {
    padding-top: 10px;
    border-top: 1px solid #8a3f19;
}
.footer-main{
    padding: 10px;
}

button.btns-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
}

.forgot {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.forgot a {
    color: #000;
}

button.btn.btn-primary.t-btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

div#offcanvasRight {
    background: #6c2705;
}

.profile {
    text-align: center;
    padding-bottom: 40px;
}

.profile figure {
    font-size: 24px;
    text-transform: capitalize;
}

.sidebar-content ul li {
    list-style: none;
    padding-bottom: 10px;
    position: relative;
}

.sidebar-content ul li a {
    font-size: 18px;
    color: #000000;
    transition: .3s ease;
}

.sidebar-content ul li a:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -20px;
    background: #000000;
    width: 10px;
    height: 2px;
    transition: .3s ease;
}

.sidebar-content ul li a:hover {
    color: #6c2705;
    transition: .3s ease;
    /* transform: translateX(-20px); */
    padding-left: 10px;
}

.sidebar-content ul li a:hover::before {
   
    left: -10px;
}

.offcanvas-header {
    display: flex;
    justify-content: flex-end;
}
button.closebtn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
}

.profile figure {
    width: 70px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
}
.profile figure img {
    width: 100%;
}

.edit-form input {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 0.5px solid #bfbfbf;
    margin-bottom: 10px;
}

.edit-form input:focus {
    outline: none;
}
.image-input {
    background: #fff;
    position: relative;
    height: 100px;
    border-radius: 6px;
}

.image-input figure {
    margin: 0 auto;
    text-align: center;
    width: 60px;
    padding-top: 16px;
}

.image-input figure img {
    width: 100%;
}

.image-input input {
    position: absolute;
    border: none;
    opacity: 0;
    top: 15px;
    left: 80px;
    width: 150px;
    padding: 20px;
}
.submit-btn {
    background: #ff9b3b;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ff9b3b;
    color: #ffffff;
    border-radius: 10px;
    transition: .3s ease;
}
.submit-btn:hover{
    color: #484848;
}

.edit-btn {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 30px;
}
.submit-btn.submit-btn-2 {
    background: transparent;
    color: #484848;
    border-color: #484848;

}
.submit-btn.submit-btn-2:hover{
    background: #ff9b3b;
}
.edit-form {
    padding-top: 40px;
}
.input-form {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid;
    margin-bottom: 10px;
}
.input-form:focus{
    outline: none;
}
section.faqs {
    padding: 60px 0px;
}

section.faqs .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
}

h2.accordion-header {
    border-radius: 10px;
}

button.accordion-button {
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #ff9933;
    background-color: transparent;
    box-shadow: none;
}
.accordion-body p {
    color: #484848;
}
.check-input-box {
    display: flex;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #cacaca;
}

.check-input {
    width: 50%;
    border-radius: 0px 0px 0px 0px;
}

.check-input input {
    width: 100%;
    background: #fff;
    border: none;
    padding: 4px 10px 6px 10px;
    border-radius: 10px;
    font-weight: 600;
}

.check-input input:focus {
    border: none;
    outline: none;
}

.check-input label {color: #555555;padding-left: 10px;padding-top: 2px;}

.check-input:first-child {border-right: 1px solid #cacaca;}

section.book-cottage {
    padding: 40px 0px;
}

.note {
    padding-top: 20px;
}
.check-btn {
    padding: 16px 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.cottage-box .inner {
    padding: 20px;
    border: 1px solid #cacaca;
    border-radius: 15px;
    margin-bottom: 25px;
}

.text a {
    background: #ff9b3b;
    color: #fff;
    padding: 14px 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: .3s ease;
}

.cottage-box .inner img {
    width: 100%;
    border-radius: 10px;
}

.text a:hover {
    transform: translateY(10px);
}

#popup {
      display: none;
      position: fixed;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px 30px;
      background-color: white;
      border: 2px solid #333;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
      z-index: 1000;
    }
    #overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

.rooms-box .inner {
    display: flex;
    gap: 15px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ff9b3b;
}

.card-top {
    display: flex;
    justify-content: space-between;
}

.rooms-box .inner .image img {
    border-radius: 10px;
}

.card-top p {
    color: #484848;
}

.card-top p:nth-child(2) {
    color: red;
}

.card-bottom table tr {
    color: #484848;
    font-size: 14px;
}
.rooms-box {
    padding-bottom: 25px;
}
section.top-section {
    background: rgb(82 28 0);
    padding: 20px;
}

.page-prev a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.page-prev a i {
    padding-right: 10px;
}
.item-review {
    background: #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}
.review-btn a {
    background: #ff9b3b;
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 500;
}

.item-bottom p {
    margin-bottom: 0px;
}

.item-bottom {
}

.review-btn {
    padding-top: 20px;
}

.item-review .table tr i {
    color: #521c00;
}
.review-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

section.review-top {
    padding: 40px 0px 0px;
}
.check-icon i {
    color: #0085dc;
    padding-right: 10px;
}

.check-icon {
    display: inline-block;
}

.check-text {
    display: inline-block;
}

.check-p p {
    margin-bottom: 0px;
}
.check-text p {
    margin-bottom: 0px;
}

.review-cottage p {
    margin-bottom: 0px;
}

.review-top-content {
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.disclaimer-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #484848;
    padding: 5px;
}
.disclaimer-check {
    display: flex;
}
.disclaimer-check p {
    margin-bottom: 0px;
    padding-left: 10px;
}
.payment-option {
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 10px;
}

.disclaimer {
    padding-bottom: 30px;
}

.pay-btn a {
    display: inline-block;
}

.pay-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
}

section.review-guest {
    padding-bottom: 60px;
}

.modal-title {
    color: #fff;
}

.profile h5 {
    color: #fff;
    text-transform: capitalize;
}
.cottage-box .inner h4 {
    color: #484848;
}
.sidebar-content ul {
    background: #ffb794cc;
    padding: 30px 40px;
    border-radius: 10px;
}
.logout-btn a {
    background: #e29a77;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    transition: .3s ease;
}

.logout-btn a i {
    padding-right: 10px;
}

.logout-btn a:hover {
    background-color: #ff9c6c;
}
.edit-btn.forgot-btn {justify-content: flex-start;padding-top: 0px;}

section.forgot-password input {
    margin-bottom: 0px;
}
section.about-page {
    padding: 60px 0px;
}

.about-page-content .disc {
    text-align: justify;
}

.about-page-content h2 {
    font-size: 42px;
    padding-bottom: 15px;
    color: #000;
}

.board-box .inner {
    background: hsl(30deg 96% 59% / 30%);
    padding: 20px;
    height: 100%;
    position: relative;
    transition: all 1s ease-out;
    z-index: 2;
}

.board-box {
    margin-bottom: 25px;
}

.board-box .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 100%;
    background: #fb9632;
    transition: all 1s ease-out;
    z-index: -1;
}

.board-box .inner:hover::before {
    width: 100%;
}

.board-box .inner:hover h3 {
    color: #fff;
}

.board-box .inner h3 {
    transition: all 0.5s ease-out;
}
.tab-box .inner .icon {
    width: 64px;
    margin: 0 auto;
}

section.places.places-page .places-bg {
    background: transparent;
    padding: 40px 0px;
}

section.places.places-page .section-title h2 {
    color: #484848;
}

.reach-box i {
    color: #fb9632;
    padding-right: 10px;
}

.reach-box h5 {
    font-size: 24px;
    color: #521c00;
}

.how-to-reach-content h4 {
    font-size: 32px;
    color: #050505;
    font-weight: 700;
}
.map {
    border: 10px solid #fb9632;
}
a.left-btn {
    background: #9b9b9b;
}
.search .input-elevated{
    color: #fff;
}
.facilities-page ol li {
    padding-bottom: 20px;
    font-size: 18px;
}
.about-page-content ol li {
    padding-bottom: 10px;
}

.sub-content ol li {
    padding-bottom: 10px;
}
.contact-us-page {
    padding: 60px 0px;
}

.contact-details {
    background-color: rgb(251 150 50 / 10%);
    padding: 20px;
    border-radius: 15px;
}

.contact-details .contant h4 {
    font-size: 24px;
}

.contact-details .contant a {
    color: #2d2d2d;
}
.send-btn button {
    background: #fb9632;
    padding: 10px 22px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid;
}
.form-control:focus {
    box-shadow: none;
    border-color:#fb9632;
}
section.edit-profile {
    padding-bottom: 60px;
}
.review-inner.review-inner-bottom {
    padding-top: 20px;
}
/* =======================================responsive css====================================== */
@media screen and (max-width: 1399px) {
    .news-title h5{
        font-size: 16px;
    }
    .input-elevated{
        width: 650px;
    }
}
@media screen and (max-width: 1399px) {
  
    .input-elevated{
        width: 500px;
    }
}
@media screen and (max-width:1199px) {
    .input-elevated {
        width: 400px;
    }
    .news-title {
    width: 45%;
    }
     .about-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    }
    .about-text h1{
        font-size: 50px;
    }
    .about-text h2{
        font-size: 32px;
    }
    .contact {
    text-align: center;
    margin: auto;
    padding-top: 10px;
    }


}
@media screen and (max-width: 991px) {
    .tab-box {
        width: 30%;
    }
    .tab-main{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-top-btns {
    padding-top: 15px;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    margin: 0 auto;
    }
    .navbar-light .navbar-toggler-icon{
        filter: invert(1);
    }

    .navbar-light .navbar-nav .nav-link {
        margin-bottom: 10px;
    }
    .social-icon ul{
        justify-content: center;
        margin-left: 0px;
    }
    .navbar-light .navbar-brand{
        margin: 0 auto;
    }
    .about-text {
    margin-bottom: 30px;
    }
    .palces-box {
    width: 50%;
    }
    .about-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    }
    .about-text h1{
        font-size: 50px;
    }
    .about-text h2{
        font-size: 32px;
    }
    .news-title {
    width: 70%;
    }
    .links {
    margin: 0 auto;
    padding-top: 10px;
    }
    .check-input-box{
        margin-bottom: 20px;
    }
    .facilities-page ol li {
        padding-bottom: 15px;
        font-size: 16px;
    }
    .contact-details {
        margin-bottom: 20px;
    }
    .mb-4 {
        margin-bottom: 0.5rem !important;
    }
    .submit-btn{
        padding:10px 30px;
    }
}

@media screen and (max-width: 767px){
    .input-elevated{
        width: 200px;
    }
    .news-title {
    width: 24%;
    }
    .news-title h5{
        font-size: 14px;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
        padding: 0px;
    }
    .news-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .news-slide {
    width: 100%;
    }
    .section-title h2{
        font-size: 32px;
    }
    .text h4 {
        font-size: 16px;
    }
    .banner-content h1{
        font-size: 36px;
    }
    .about-text h2{
        font-size: 36px;
    }
    br{
        display: none;
    }
    .tab-box {
        width: 30%;
    }
    .tab-main{
        gap: 15px;
    } 
    .new{
        left: -25px;
    }
    .contact {
    text-align: center;
    margin: auto;
    padding-top: 10px;
     padding-bottom: 10px;
    }

    .links {margin: 0 auto;padding-top: 10px;}

    .email {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .social-icon {
        margin: 0 auto;
    }
    .footer-top{
        padding: 0px 10px;
    }
    a.navbar-brand {
        width: 130px;
    }
    .navbar-light .navbar-brand {
        margin: 0px;
        display: flex;
        justify-content: space-between;
    }
    .search {
        display: none;
    }
    .header-top-btns{
        padding-top: 0px;
        margin: 0px;
    }
    .page-prev a{
        font-size:16px;
    }
    section.top-section{
        padding: 10px;
    }
    section.book-cottage {
        padding: 20px 0px;
    }
    .check-input-box {
        margin-bottom: 15px;
    }
    .news-slide marquee {
        font-size: 14px;
    }
    .news-slide {
        width: calc(100% - 66px);
    }
    .links ul {
        padding: 0px;
        justify-content: center;
    }
    section.room-selecton .row {
        flex-direction: column-reverse;
    }
    
    .col-lg-4.item-box {
        margin-bottom: 20px;
    }
   

}

@media screen and (max-width:499px) {
    .input-elevated {
    width: 150px;
    }
    .news-title {
    width: 32%;
    }
    .about-text h1 {
    font-size: 40px;
    }
    .about-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
    }
    .about-text h2 {
    font-size: 28px;
    }
}


.slide-image1 {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
