.content p{
    font-size: 20px;
    font-weight: 400;
}
.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background: #000000;
}
.pxa{
    position: sticky;
}
.prop-i-info1 ul {
    width: 100%;
    float: left;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.prop-i-info1 li {
    padding: 2px;
        display: inline-flex;
}
.prop-i-info1 a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
}
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}





/* FORM TYPOGRAPHY*/

.wrapper input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #028641;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background-color: #076d37;
}

.wrapper input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.wrapper input[type=text] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.wrapper input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

.wrapper input[type=text]:placeholder {
    color: #cccccc;
}







.room-section {
    padding: 2rem 0;
    background-size: cover;

}
.why-box{
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
    .p-0 {
        padding: 0 15px !important;
    }

    .fluid {
        width: 100% !important;
    }

    .nav-center {
        display: flex !important;
        flex-wrap: wrap !important;
        align-content: center !important;
        justify-content: center !important;
    }

    .p-1 {
        padding: 5px 15px !important;
    }

    .select1 {
        color: #fff;
        background-color: #028641;
        border-color: #028641;
        border-radius: 6px;
        margin-top: 10px;
    }
}

.btry {
    color: #fff;
    background-color: #028641;
    border: 2px solid #028641;
    border-radius: 6px;
}

.btry1 {
    color: #636363;
    background-color: #fff;
    border: 2px solid #a4a4a4;
    border-radius: 6px;
}

.btry:hover {
    color: #fff;
    background-color: #079749;
    border-color: #079749;
    border-radius: 6px;
}

.btry1:hover {
    color: #079749;
    background-color: #fff;
    border-color: #079749;
    border-radius: 6px;
}

.select1 {
    color: #fff;
    background-color: #028641;
    border-color: #028641;
    border-radius: 6px;
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: #028641 !important;
    border-color: #028641 !important;
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-book {
    font-size: 12.5px;
    color: #fff;
    background: #028641;
    padding: 8px 20px;
    width: 100%;
    border-radius: 50px;
    transition: 0.3s;
    margin-bottom: 10px;
}
.btn-book:hover {
    color: #fff;
    background: #0fa557;
}
.nav-center {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #048641;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #626262;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
    color: #666;
}

.text-lg-left {
    text-align: left !important;
}
.box{
    margin-bottom: 3rem;
}
.box::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    transform: skew(2deg, 3deg);
    transition: .5s;
}

.box:hover:before {
    transform: skew(-2deg, -3deg);
}

.box {
    position: relative;
    color: #fff;
    padding: 2.5rem 1rem;
    align-content: center;
    align-items: center;
    background-color: #eeeeee;
}

.box:nth-child(1):before {
    background: linear-gradient(to right, #6fbd3b, #048641);
}

.box:nth-child(2):before {
    background: linear-gradient(to right, #ef32d9, #89fffd);
}

.box:nth-child(3):before {
    background: linear-gradient(to right, #e96443, #904e95);
}


.content1 {
    padding: 0 40px;
    position: relative;

}


.content1 h4 {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 30px;
    color: #333;
}

.content1 p {
    letter-spacing: 1px;
    font-size: 18px;
    color: #333;
}
.prop-i-info ul {
    width: 100%;
    float: left;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.prop-i-info li {
    margin-bottom: 8px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(65, 65, 65, 0.1);
}
.prop-i-info a {
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}







.slider-for .slide {
    height: 50vh;
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.post-slide3 {
    margin: 0 5px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em;
}

.post-slide3 .post-img {
    position: relative;
    margin-bottom: 20px;
}

.post-slide3 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide3 .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all .3s ease-in-out 0s;
}

.post-slide3:hover .post-icon {
    opacity: 1;
}

.post-slide3 .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}

.post-slide3 .post-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.post-slide3 .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}

.post-slide3 .post-bar li:after {
    content: "/";
    margin-left: 5px;
}

.post-slide3 .post-bar li:last-child:after {
    content: "";
}

.post-slide3 .post-bar li a {
    color: #8e44ad;
    transition: all .3s ease 0s;
}

.post-slide3 .post-bar li a:hover {
    color: #333;
    text-decoration: none;
}

.post-slide3 .post-bar li a:after {
    content: ",";
    margin: 0 5px;
}

.post-slide3 .post-bar li a:last-child:after {
    content: ""
}

.post-slide3 .post-title {
    margin: 15px 0;
    text-transform: capitalize;
}

.post-slide3 .post-title a {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all .3s linear 0s;
}

.post-slide3 .post-title a:hover {
    color: #8e44ad;
    text-decoration: none;
}

.post-slide3 .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 15px;
}

.post-slide3 .read-more {
    display: inline-block;
}

.post-slide3 .read-more:hover {
    text-decoration: none;
}

.post-slide3 .read-more i {
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all .4s linear 0s;
}

.post-slide3 .read-more span {
    font-size: 16px;
    color: #333;
    opacity: 0;
    text-transform: uppercase;
    transition: all .4s linear 0s;
}

.post-slide3 .read-more:after {
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all .4s linear 0s;
}

.post-slide3:hover .read-more span,
.post-slide3:hover .read-more:after {
    opacity: 1;
}

.post-slide3 .read-more:hover i,
.post-slide3 .read-more:hover span,
.post-slide3 .read-more:hover:after {
    color: #8e44ad;
    border-bottom-color: #8e44ad;
}

.fluid {
    width: 85%;
}





@media only screen and (max-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {}
/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
    .owl-nav .owl-prev {
        left: 5px !important;
    }

    .owl-nav .owl-next {
        right: 5px !important;
    }

    .owl-nav>div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #59c4b1;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {}

#back-to-top {
    position: fixed;
    bottom: 18px;
    right: 26px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 39px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    opacity: 0;
    background: rgb(111, 100, 155);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.5s ease-out 0s;
}
#back-to-top:hover {
    background: rgb(177, 160, 244);
}
#back-to-top.show {
    opacity: 1;
}


/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 32px;
  color: #f9f9f9;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 19px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}
