@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* FONTS
font-family: 'Jost', sans-serif;
font-family: 'Poppins', sans-serif;
*/

:root {
  --black: #000000;
  --white: #ffffff;
  --green-color:#01889f;
  --ease: all 350ms ease-in-out;
  --grad-lgreen: #33c9e3;
  --grad-dgreen: #1a94a9;

}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: var(--ease);
}

a:hover{
  color: var(--black);
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  background-color: var(--white);
  color: var(--black);
}

.img-holder img {
  width: 100%;
} 


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  color: var(--heading-color)
}

.green-btn{
  background: var(--grad-dgreen);
  background: linear-gradient(0deg, var(--grad-dgreen) 0%, var(--grad-lgreen) 100%);
  color: var(--white);
}

.btn-style {
  display: inline-block;
  padding: 12px 20px;
  min-width: 160px;
  border-radius: 25px;
}

/* HEADER */

.top-bar ul {
  padding: 0;
  margin: 0;
}

.top-bar {
  background-color: var(--green-color);
  padding: 15px 0;
}

.top-bar a {
  color: var(--white);
}

.topbar-soc li {
  display: inline-block;
  margin-left: 25px;
}

.topbar-soc {
  text-align: right;
}

.topbar-contact i {
  margin-right: 10px;
}

header nav.navbar {
  padding: 0;
}

header .navbar-brand {
  padding: 10px 0;
}

.nav-item .nav-link {
  font-size: 18px;
}

header .navbar-nav {
  margin-left: 50px;
}

header .navbar-nav .nav-item {
  margin-right: 40px;
}

header .navbar-brand img {
  max-width: 110px;
}

.top-banner .img-box img {
  width: 100%;
}

.top-banner  .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: var(--white);
  width: 100%;
}

.top-banner .content-box h1 {
  font-size: 90px;
  margin: 0 0 40px;
}

.top-banner {
  position: relative;
}

.top-banner .content-box p {
  max-width: 50%;
  margin: 0 auto 40px;
}

.f-img {
  width: 101%;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0;
}

.top-banner {
  overflow: hidden;
  margin: 0 0 40px;
}
/* END HEADER */


/* ////////// NEWS_LETTER_START ////////// */

.luxury-house {
  padding: 70px 0 70px;
  overflow: hidden;
}

.news-letter-sec h2 {
  text-align: center;
}

.news-let-field input,.news-let-field textarea {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #b7c9cc;
  padding: 14px 0;
  box-shadow: none !important;
}

.news-letter-sec {
  background-color: #d7ecf0;
}

.news-let-field .form-control {
  background-color: transparent;
}

.box-img img {
  width: 100%;
}

.box-content {
  text-align: center;
}

.box-content a {
  color: black;
}

.box-content li {
  display: contents;
}

.box-content i {
  font-size: 20px;
  padding: 0px 20px;
}

.box-content h3 {
  color: var(--green-color);
}

.book-box {
  border-radius: 10px;
  /* border: 2px solid grey; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.book-box .box-content a {
  color: var(--green-color);
}

.book-box:hover .box-content a {
  color: #000;
}

.box-content {
  padding: 20px 0 20px;
  transition: 1.3s;
  border-radius: 0 0 10px 10px;
}

.book-box:hover .box-content{
  background-color: var(--green-color);
  color: var(--black);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.box-content:hover .green-heading {
  color: var(--black);
}

.box-content ul {
  padding: 0;
  margin: 0;
}

.section-heading {
  text-align: center;
}

.green-heading{
  color: var(--green-color);
}
.black-heading{
  color: var(--black);
}
.white-heading{
  color: var(--white);
}

.section-heading {
  padding: 30px 0 30px;
}

.news-letter-sec {
  padding: 70px 0 70px;
}

.book-button {
  text-align: center;
}

.book-button a {
  color: black;
  font-weight: 500;
}


/* ////////// NEWS_LETTER_END ////////// */



/* ////////// OUR_BLOG_START ////////// */

.blog-section h2 {
  text-align: center;
  padding: 0;
}

.blog-section {
  padding: 70px 0 70px;
}

.blog-stuff img {
  width: 100%;
}

.blog-stuff {
  border: 1px solid var(--green-color);
  border-radius: 15px;
  overflow: hidden;
}

.blog-contant {
  padding: 30px;
  min-height: 330px;
}

.luxury-home-button {
  text-align: center;
  padding: 30px 0 30px;
}

.blog-stuff {
  margin: 0 0 30px;
}


.blog-heading a {
  color: var(--green-color);
}

.read-more a {
  color: var(--green-color);
}

/* ////////// OUR_BLOG_END ////////// */


.left-heaing {
  text-align: left;
}

.sec-heading {
  font-size: 45px;
}

.abt-sec .lft-imgs img {
  width: 100%;
}

.abt-sec .lft-imgs .big-img {
  width: 80%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--green-color);
  float: right;
}

.abt-sec .lft-imgs .small-img {
  width: 45%;
  border: 1px dashed var(--green-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  margin: -28% 0 0;
  float: left;
}

.abt-sec .lft-imgs .small-img img {
  border-radius: 10px;
}

.abt-sec {
  padding: 50px 0;
  position: relative;
}

.abt-sec:before {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: '';
  background-color: #e0f1f4;
  z-index: -1;
}

.main__footer {
  padding: 0 0 0;
  background-color: var(--grad-dgreen);
  overflow: hidden;
}

.inner__foot__head img {
  max-width: 150px;
}

.main_quicklinks ul {
  padding: 12px 0 0;
}

.main_quicklinks li {
  padding: 16px 0 0px;
}



.main_quicklinks li a {
  color: var(--white);
}

.main_quicklinks strong {
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
}


.main__footer p {
  color: var(--white);
  margin: 16px 0 22px;
}

.main__footer .input-group .btn {
  position: relative;
  z-index: 2;
  background: black;
  padding: 3px 22px 0;
  color: aliceblue;
  font-size: 20px;
  border: none;
}

.main__footer .form-control {
 
  padding: 10px 13px;
  margin: 0px 0 0;
}

.change__color:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  overflow: hidden;
  margin: 36px 0 0;
}


.boottom__footer {
  
  text-align: center;
    padding: 25px 0;
}

.boottom__footer p {
  margin: 0;
}

.main__footer:before {
  content: "";
  background-color: #2995aa;
  width: 100%;
  display: inline-block;
  height: 53px;
  margin: 0 0 21px;
}


.subscribe p {
  margin: 27px 0 22px;
}

.offer-sec {
  padding: 70px 0;
  background-color: #f3f3f9;
  margin: 70px 0 0;
  overflow: hidden;
}

.offer-sec .small-heading {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 30px;
}

.offer-sec .small-heading {
  margin: 0 0 30px;
}

.small-heading {
  text-transform: uppercase;
  font-size: 14px;

}

.showcase .nav-link {
  background-color: #e9e9f0;
  border-radius: 0;
  border: none;
  padding: 20px 0;
  color: var(--black);
  position: relative;
}

.showcase .nav-item {
  padding: 0 2px;
}

.showcase .nav-item:first-child {
  padding-left: 0;
}

.showcase .nav-item:last-child {
  padding-right: 0;
}

.showcase .nav-tabs {
  margin: 0 0 30px;
  border: none;
}

.showcase .nav-link.active:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}


/* ////////// GALLERY_SECTION_START ////////// */


.gallary-section {
  background-image: url(../images/testi-bg.png);
  background-size: cover;
}

.gallary-section {
  padding: 70px 0 70px;
}

.gallary-heading {
  text-align: center;
  color: white;
}

.gallery-box-img img {
  width: 100%;
  border-radius: 15px;
}

.gallery-box-img {
  padding: 20px 0 0;
}

.gallery-button {
  text-align: center;
  padding: 20px 0 0;
}

/* .gallery-button a {
  color: white;
} */

/* ////////// GALLERY_SECTION_END ////////// */
.ser-box {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.ser-box .icon-side {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #f3f3f9;
  text-align: center;
  line-height: 115px;
  min-width: 115px;
}

.ryt-services h4 {
  font-size: 45px;
  margin: 0 0 40px;
}

.ser-detail strong {
  font-size: 30px;
  color: var(--green-color);
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
}

.ser-detail p {
  margin: 0;
  font-size: 18px;
}

.ser-detail {
  padding: 0 0 0 20px;
}

.service-sec{
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  padding: 70px 0 0;
  overflow: hidden;
}

.testi-sec {
  position: relative;
  padding: 40px 0;
  margin: 0 0 70px;
  overflow: hidden;
}

.testi-sec .side-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.testi-area {
  background-color: #fff;
  text-align: center;
  padding: 10% 12%;
  box-shadow: 0 0 4px #00000061;
}

.testi-head h3 {
  font-size: 90px;
  color: var(--green-color);
}

.slide-testi p {
  font-size: 18px;
  margin: 0 0 40px;
}

.slide-testi li {
  display: inline-block;
  color: #ffd67c;
}

.slide-testi ul {
  padding: 0;
  margin: 0;
}

.testi-img {
  margin: 0 0 30px;
}

.testi-info strong {
  margin: 0 0 30px;
  font-size: 25px;
  display: inline-block;
}

.testi-img img {
  margin: 0 auto;
}

.testi-sec .container-fluid {
  padding: 0;
}


.img-box__banner img {
  width: 100%;
  height: 400px;
}

.img-box__banner {
  position: relative;
}




.img-box__banner  .content-box {
 position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  color: aliceblue;
}

.img-box__banner .content-box p {
  width: 37%;
  margin: 0 auto;
}


.about__us__Banner {
  padding: 0 0 70px;
}


.abt-sec {
  padding: 50px 0;
  position: relative;
  margin: 0 0 80px;
  overflow: hidden;
}


.contact-info {
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border-radius: 16px;
  transition: 1.5s;
  border: 2px solid transparent;
}

.contact-info .icon {
  margin: 0 0 15px;
}

.main__conta__boxes {
  padding: 0 0 70px;
}

.contact-info:hover {
  border-color: #28b1c9;
}

/* .contact-info:hover img {
  filter: brightness(10);
} */


/* ////////// CONTACT_US_START ////////// */

.contact-us {
  padding: 70px 0 70px;
}

.name-field .form-control {
  border-radius: 10px;
  height: 60px;
  color: #546274;
}

.email-field .form-control {
  border-radius: 10px;
  height: 60px;
  color: #546274;
}

.text-area .form-control {
  height: 160px;
  border-radius: 10px;
}

.send-message-btn {
  text-align: center;
}

.submit button.green-btn.btn-style {
  border: none;
}

.send-message {
  text-align: center;
}

.send-message .green-btn.btn-style {
  border: none;
}


/* ////////// CONTACT_US_END ////////// */





/* bnb */
.bnb__images img {
  width: 100%;
  height: 173px;
  object-fit: cover;
}

.bnb__first img {
  height: 100%;
}

.bnb__images {
  margin: 0 0 12px;
}


.main__houseboat__img img {
  width: 100%;
  max-width: 64px;
  border-radius: 50%;
}


.main__houseboat__img {
  text-align: right;
}

.main__houseboat__text strong {
  display: block;
  font-size: 23px;
  font-weight: 500;
}


.deicated__text {
  display: inline-flex;
  flex-direction: column;
  /* align-items: center; */
  margin: 0 7px 0;
}

.first__houseboat:after {
  content: "";
  display: block;
  width: 82%;
  height: 1px;
  background: grey;
  margin: 26px 0 18px;
}

.deicated__sec {
  margin: 5px 0 18px;
}

.paragraph__sec p {
  width: 79%;
}

.paragraph__sec a {
  color: black;
  text-decoration: underline;
  margin: 0 7px 0 0;
}


.houseboat__button button {
  border: 1px solid;
  background: none;
  padding: 11px;
  border-radius: 10px;
}

.houseboat__button {
  padding: 24px 0 0;
}


.houseboat__reviews strong {
  font-size: 21px;
  font-weight: 500;
}

.houseboat__reviews i {
  margin: 0 8px 0 0;
}

.bottom__reviews {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}




.pay__top span:before {
  display: block;
  content: "";
  width: 169px;
  height: 4px;
  background: #070808;
  position: absolute;
  top: 10px;
  left: -174px;
  border-radius: 20px;
}

.pay__top {
  position: relative;
}

.inner__reviews {
  padding: 0 70px 0 0;
}

.bottom__reviews__img img {
  width: 100%;
  max-width: 55px;
  border-radius: 50%;
}

.bottom__reviews__img {
  display: flex;
  align-items: center;
}

.bottom__reviews__text {
  padding: 20px 8px 0;
}



.bottom__reviews__main a {
  color: black;
  text-decoration: underline;
  margin: 0 7px 0 0;
}



.bottom__reviews__main .col-md-6 {
  padding: 0 9px 36px;
}

.bottom__reviews__main {
  padding: 43px 0 0;
}



.inner__map iframe {
  width: 100%;
}

.main__map strong {
  font-size: 22px;
  font-weight: 500;
  padding: 5px 10px 12px;
}

.map__text strong {
  font-size: 17px;
  display: block;
  padding: 10px 0 11px;
  font-weight: 500;
}

.map__text p {
  margin: 9px 0 20px;
}


.main__map a {
  color: black;
  text-decoration: underline;
  margin: 0 7px 0 0;
}


.hosted__rev span {
  margin: 0 19px 0 0;
}

.blog-details .img-holder {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #00000082;
}

.blog-details {
  margin: 0 0 60px;
}


.service-page {
  margin: -70px 0 0;
}

.testi-sec-page .slide-testi {
  background: aliceblue;
  padding: 20px;
}



.testi-sec-page  .slide-testi {
  margin: 0 11px 0 9px;
}



.testi-sec-page .testi-area {
  background: none;
  box-shadow: none;
  padding: 0 0 70px;
}


.air__btn {
  padding: 7px 0 21px;
}

.air__btn a {
  color: var(--white) !important;
}


.book-box:hover .box-content a {
  color: var(--white);
  cursor: pointer;
}

.testi-sec-page .slide-testi p {
  font-size: 16px;
}

.testi-sec-page .testi-info strong {
  margin-bottom: 10px;
}

.luxury-house .sec-heading {
    max-width: 320px;
    margin: 0 auto 15px;
}

.nav-item .nav-link.active {
  color: var(--green-color);
}

.ser-box .icon-side img {
    width: 55px;
}

/* RESPONSIVE */
@media only screen and (max-width : 1400px){
    .blog-contant {
    padding: 30px;
    min-height: 330px;
    }
    .top-banner .content-box h1 {
    font-size: 70px;
    margin: 0 0 20px;
}
.testi-head h3 {
    font-size: 70px;
}

.luxury-house {
  padding: 20px 0 70px;
}

.blog-section {
  padding: 0 0 70px;
}

.contact-us {
    padding: 0 0 70px;
}

.img-box__banner .content-box p {
    width: 70%;
    margin: 0 auto;
}

}
@media only screen and (max-width : 1199px){
.top-banner .content-box h1 {
    font-size: 55px;
}
.top-banner .content-box p {
  max-width: 50%;
}
.nav-item .nav-link {
  font-size: 16px;
}
.ser-box {
  align-items: initial;
}
.ser-box .icon-side {
  width: 100px;
  height: 100px;
  line-height: 100px;
  min-width: 100px;
}
.blog-contant {
  padding: 20px;
  min-height: 415px;
}
.testi-head h3 {
  font-size: 55px;
}
.slide-testi p {
  font-size: 16px;
  margin: 0 0 26px;
}
.btn-style {
 min-width: 140px;
  
}




.offer-sec {
  padding: 37px 0;
}

.abt-sec {
  padding: 50px 0 70px;
  margin: 0 0 0px;
 
}

.ser-box .icon-side {
  width: 70px;
  height: 70px;
  line-height: 70px;
  min-width: 70px;
}

.ser-box .icon-side img {
  width: 45px;
}

.luxury-house {
  padding: 20px 0 20px;
}

.blog-contant {
  padding: 20px;
  min-height: 374px;
}

.subscribe p {
  margin: 0 0 15px;
}

.news-letter-sec {
    padding: 70px 0 70px;
    margin: 50px 0 0;
}

.img-box__banner .content-box p {
    width: 70%;
}


}
@media only screen and (max-width : 991px){
header .navbar-nav {
  margin-left: 0;
}
header .navbar-nav .nav-item {
  margin-right: 0;
}
.nav-item .nav-link {
  font-size: 16px;
  border-bottom: 1px dashed;
}
.top-banner .content-box p {
  max-width: 80%;
  margin: 0 auto 20px;
}
.top-banner .img-box img {
  min-height: 480px;
  object-fit: cover;
}
.section-heading {
  padding: 0px 0 20px;
}
.ryt-services h4 {
    font-size: 30px;
    margin: 10px 0 40px;
}
.ser-detail strong {
    font-size: 24px;
}
.ser-detail p {
    font-size: 16px;
}

.abt-sec {
  padding: 0 0 0;
  margin: 0 0 0px;
}

.ryt-services h4 {
  font-size: 26px;
}

.ser-box .icon-side {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
}
.ser-box .icon-side img {
  width: 35px;
}
.btn-style {
  min-width: 120px;
}

.sec-heading {
  font-size: 35px;
}

.img-box__banner .content-box p {
    width: 100%;
}


.news-letter-sec {
    padding: 70px 0 70px;
    margin: 0 0 0;
}

.testimonial-slider-page .testi-info strong {
    margin: 0 0 30px;
    font-size: 20px;
    display: inline-block;
}

}
@media only screen and (max-width : 767px){
    
    .nav-item .nav-link {
    font-size: 14px;
}

.abt-sec .lft-imgs .big-img {
    width: 60%;
}

.abt-sec::before {
    height: 55%;
}


.lft-imgs {
    margin: 50px 0 50px;
}

.abt-sec:before {
    width: 100%;
}

.all-left-head {
    padding: 30px 0 0;
}

.service-sec {
    padding: 30px 0 0;
}

.ryt-services h4 {
    font-size: 25px;
}

.abt-sec:before {
    background-color: white;
}

.book-box {
    margin-bottom: 35px;
}

.blog-contant {
    padding: 20px;
    min-height: 274px;
}

.testi-sec img {
    display: none;
}

.blog-section {
    padding: 0 0 0;
}

.testi-sec {
    margin: 0 0 20px;
}

.main_quicklinks {
    margin: 0 0 34px;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    padding: 17px 14px;
}

.about__us__Banner {
    padding: 0 0 15px;
}

.about__us__Banner {
    padding: 0 0 45px;
}


.contact-info {
    margin: 0 0 20px;
}

.ser-box .icon-side img {
    width: 35px;
    object-fit: contain;
}
 
}
@media only screen and (max-width : 578px){
    
    .top-bar a {
    color: var(--white);
    font-size: 14px;
}

.offer-sec .nav {
  /* Your existing styles */
  white-space: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  justify-content: start;
}

/* Scrollbar styles */
.offer-sec .nav::-webkit-scrollbar {
  height: 5px; /* Set the width of the scrollbar */
  
}

.offer-sec .nav::-webkit-scrollbar-thumb {
  background-color: var(--green-color); /* Set the color of the thumb (the draggable part) */
  border-radius: 5px; /* Optional: Add some border-radius to make it rounder */
}



.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    padding: 17px 14px;
}

.ryt-services h4 {
    font-size: 23px;
}

.sec-heading {
    font-size: 30px;
}

.testi-head h3 {
    font-size: 40px;
}

.change__color {
    text-align: center;
}

.blog-section .section-heading p {
    padding: 0 21px 0;
}

.top-banner .content-box h1 {
    font-size: 40px;
}

.btn-style {
    min-width: 120px;
    font-size: 14px;
}

.offer-sec {
    padding: 70px 0;
    background-color: #f3f3f9;
    margin: 41px 0 0;
    overflow: hidden;
}
  
  .ser-detail strong {
    font-size: 20px;
}

body {
    font-size: 15px;
}

.boottom__footer p {
    padding: 0 11px;
}

.ser-box .icon-side img {
    width: 35px;
    object-fit: contain;
}
  
}