body {
  color: #000;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../font/PlayfairDisplay-Bold.woff2") format("woff2"),
    url("../font/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../font/PlayfairDisplay-Regular.woff2") format("woff2"),
    url("../font/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"),
    url("../font/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"),
    url("../font/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-LightBETA.woff2") format("woff2"),
    url("../font/Inter-LightBETA.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

a,
p {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Inter";
  font-weight: 300;
  color:inherit;
  text-decoration:none;
  transition:all .3s;
}
a {
    font-weight: 400;
}
p a:hover {
    color: #BE003B;
}
.checkinn {
    border-bottom: 2px solid black;
}
.fs-40 {
  font-size: 40px;
  line-height: 1.2;
  font-family: "Playfair Display";
}

h1 {
  font-size: 80px;
  line-height: 1.2;
  font-family: "Playfair Display";
}

h2 {
  font-size: 57px;
  line-height: 1.2;
  font-family: "Playfair Display";
}
.pe-80 {
    padding-right: 80px;
}
.ps-80 {
    padding-left: 80px;
}
/* -------------------------------------------------------------- */

/*............... to-top ............*/
#toTop {
  transition: transform 0.5s ease 0s;
  bottom: 75px;
  padding: 5px;
  position: fixed;
  right: 24px;
  z-index: 9;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.carousel-control-next,
.carousel-control-prev {
  height: max-content;
  top: 50%;
  transform: translateY(-50%);
}

#heading {
  scroll-margin-top: 100px;
}

#toTop img {
  position: absolute;
  left: 14px;
  z-index: 99;
  margin-top: 10px;
}

#star-svg {
  position: fixed;
  right: 19px;
  bottom: 70px;
  width: 80px;
  height: 80px;
}

/* header-start */
.px-50 {
  padding-inline: 50px;
}

.py-23 {
  padding-block: 23px;
}

.top-btn .btn {
  max-width: 250px;
  width: 100%;
  background: #be003b;
  border: 1px solid #be003b;
  color: #fff;
  transition: all 0.5s;
}

.top-btn .btn:hover {
  background: 0 0;
  border: 1px solid #be003b;
  color: #be003b;
}

.btn {
  background: #be003b;
  border-radius: 0;
  width: 285px;
  border: 1px solid #000;
  color: #000;
  transition: all 0.5s;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0;
}

a.btn:hover {
  color: #000;
  background: #fff;
}

*,
::after,
::before {
  box-sizing: inherit;
}

.headertop-contact {
  transition: all 0.3s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: white;
}

.logo {
  transition: all 0.5s;
  padding: 0;
  width: 500px;
  position: relative;
  z-index: 11;
}

.sidenav ul li {
  padding: 10px 15px;
}

.accordion {
  display: block;
  width: 100%;
}

.sidenav a.nav-link {
  text-decoration: none;
  line-height: 1.1;
  display: block;
  transition: 0.3s;
  color: #000;
  padding: 8px 0;
  text-align: center;
  font-weight: 300;
}

.dropdwoen-sec {
  width: max-content;
  position: absolute;
  top: 50px;
  background: #fff;
  padding: 0;
  z-index: 999;
  border: 1px solid grey;
}

.headersubmenu:hover .collapse:not(.show) {
  display: block !important;
}

.headersubmenu .dropdwoen-sec ul li {
  padding: 0 15px;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

.headersubmenu .dropdwoen-sec ul li a:after {
  position: absolute;
  bottom: 0;
  content: "";
  background: #be003b;
  height: 2px;
}

.sidenav ul li a:hover:after {
  width: 100%;
}

.checkinn input {
    background: transparent;
    border: 0px solid;
}

.checkinn input:focus {
    background: transparent;
    border: 0px solid;
    outline:none;
}


.headersubmenu .dropdwoen-sec ul li a {
  display: block;
  text-align: left;
  width: fit-content;
  color: #000;
}

#accordion .active {
  color: #be003b;
}

.sidenav a.nav-link:focus {
  color: #2d2e29;
}

.sidenav .nav-item.active ul li a {
  color: #2d2e29;
  border-bottom: 0;
}

.sidenav .nav-item.active ul li a:hover {
  color: #be003b;
}

.sidenav .nav-item.active ul li.active a {
  color: #be003b;
  -webkit-text-stroke: 1px #be003b;
}

.sidenav .nav-item.active ul li.active {
  color: #fff;
}

.sidenav ul li a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 0;
  content: "";
  color: transparent;
  background: #be003b;
  height: 2px;
}

.sidenav ul li a:hover:after {
  width: 100%;
}

.sidenav ul li .active:after {
  width: 100%;
}

.sidenav ul li a {
  position: relative;
}

.sidenav ul li a:after,
.sidenav ul li a:before {
  transition: all 0.5s;
}

.sidenav a.nav-link:hover {
  color: #be003b;
}

.sidenav .nav-item.active a {
  color: #be003b;
  border-bottom: solid 2px #be003b;
}

.head-book ul li img {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.head-book ul li {
  text-decoration: none;
  color: #2d2e29;
  position: relative;
  padding: 4px 0 19px;
  border-bottom: solid 2px #2d2e29;
  margin-bottom: 10px;
  margin-right: 22px;
  display: flex;
  vertical-align: bottom;
  text-align: left;
  align-items: baseline;
  width: 100%;
}

/* header-end */

.room-submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.bookBtn {
  background-color: #be003b;
  border: 1px solid #be003b;
  max-width: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 1s;
}

.bookBtn:hover {
  background-color: white;
  color: #be003b;
}

/* ---------------------------------------------------------------- */
/* ----------------------hero-section-start---------------------- */
.py-130 {
  padding-block: 130px;
}

.book-your-stay {
  max-width: 450px;
  width: 100%;
  background-color: #f4fdfe;
  border: 1px solid #f4fdfe;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.book-your-stay .btn-2:hover {
  color: #be003b !important;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}

/* .custom-select-wrapper i {
  font-size: 1.4em;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
} */

.custom-select-wrapper select {
  border: none;
  border-bottom: 2px solid black;
  background-color: transparent;
}

.custom-select-wrapper select:focus-visible {
  border: none;
  outline: none;
  border-bottom: 2px solid black;
}

.btn-2 {
  color: #be003b;
  transition: all 0.5s;
}

.btn-2:hover {
  color: #000000;
}

/* ----------------------hero-section-end---------------------- */
.counter-wrapper {
  margin-top: 20px;
  gap: 20px;
  font-size: 20px;
  color: #040720;
}

.home-slider .owl-dots-container,
.home-slider .owl-dots-container-2 {
    display: flex;
    align-items: center;
}

.home-slider .owl-dots-container .owl-dot,
.home-slider .owl-dots-container-2 .owl-dot {
    width: 40px;
    border: none;
    height: 9px;
    
    transition: all 0.3s ease;
}

.home-slider .owl-dots-container .owl-dot.active,
.home-slider .owl-dots-container-2 .owl-dot.active {
    width: 60px;
    background: #040720;
}

.Comfortable-Beach-Stay {
  background: #f4fdfe;
  background: linear-gradient(180deg,
      rgba(244, 253, 254, 1) 50%,
      rgba(255, 255, 255, 1) 50%);
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
}
.home-slider .owl-dots .owl-dot {
    width: 15px !important;
    height: 15px;
}
.home-slider .owl-dot span {
    width: 15px;
    height: 15px;
    background: #000000;
    display: block;
    border-radius: 50%;
    transition: 0.3s;
}

.home-slider .owl-dot.active span {
  background: #BE003B;
}

.outer-heated-section {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(255, 251, 219, 0.35) 0%);
}

.get-touch-form {
  background-color: #F4FDFE;
  border: 1px solid #F4FDFE;
}

.get-touch-form-input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  border-bottom: 2px solid black;
  background-color: transparent;

}
.get-touch-form-input::placeholder{
  color: #000;
}

.get-touch-form .btn-2 {
  color: #be003b !important;
}


.input-wrapper {
  position: relative;
}

.floating-text {
  position: absolute;
  left: 0;
  top: -2px;
  color: #000;
  font-size: 18px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.input-wrapper textarea + .floating-text {
  top: 0px;
}


.get-touch-form-input:focus + .floating-text,
.get-touch-form-input:valid + .floating-text,
.textarea:focus + .floating-text,
.textarea:valid + .floating-text {
  top: -20px;
  font-size: 14px;
  color: #000;
}






.map-box {
  position: relative;
  margin-top: -3%;
  z-index: -999;
}

.py-90 {
  padding-block: 90px;
}

footer,
.footer {
  background-color: #C2A278;
}
.fs-25{
  font-size: 25px;
}
.ps-footer a {
  transition: all .5s;
}
.ps-footer a, .ps-footer p {
    line-height: 1.4;
}

.ps-footer a:hover {
  color: #BE003B !important;
}

.social-media-icon img:hover {
  background-color: #BE003B;
  border-radius: 50%;
}
.social-media-icon{
    max-width:60px;
    width:100%
}
.w-200 {
    max-width: 222px;
    width: 100%
}
.unwind-nearby-box {
    padding-inline: 0px;
}

.bg-skyblue {
  background-color: #F4FDFE;
}

.get-touch-section-btn:hover {
    color: #5C5863 !important;
}

/* room-page-start */
.tabs-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab {
  flex: 1;
  width: 100%;
  text-align: center;
  padding:1.4rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid #707070;
  border-radius: 41px;
  font-family: "Playfair Display";
  transition: all 0.5s;
  background-color: #FFFFFF;
}
.textarea{
  height: 80px;
  resize: none;
}
.tab:hover {
    background-color: #FFFEF2;
}

.tab.active {
  background-color: #FFFEF2;
}

 
.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.hover-effect img {
  transition: all 0.5s;
}

.hover-effect img:hover {
  transform: scale(1.02);
}

.video-container{
  width: 100%;
  /*height: 1200px;*/
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
video::-webkit-media-controls-play-button {
  display: none !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.bi-play-fill{
  margin-left: 5%;
  margin-bottom: 5%;
  font-size: 200%;
}


/* lightgallery CSS START */

.lightgallery {
    display: none;
}

    .lightgallery li div {
        /*border: solid 4px #01395e;*/
        cursor: pointer;
    }

    .lightgallery.active {
        display: block !important;
    }

.gallerty_tab_list {
    width: 60%;
    list-style: none;
    justify-content: center;
}

    .gallerty_tab_list .gal_tab {
        position: relative;
        cursor: pointer;
        margin: 0 20px;
        transition: 0.3s;
    }

        .gallerty_tab_list .gal_tab::before {
            content: '';
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 2px;
            width: 0px;
            background: #000;
            transition: 0.3s;
        }


/* lightgallery CSS END */
/* Blog-page */
h3 {
    font-size: 34px;
    line-height: 1.2;
    font-family: "Playfair Display";
}

.w-32 {
    max-width: 32%;
    width: 100%;
}

.get-touch-form-hover:hover {
    color: #BE003B;
}

.item {
    min-height: 200px;
    height: 100%;
}

.cta-slider-h .owl-stage {
    margin-left: 122px;
}

.cta-slider-h.carousel2 .owl-stage,
.cta-slider-h.carouselrooms .owl-stage {
    margin-left: 0;
}

.cta-slider-h.carousel3 .owl-stage {
    margin-left: 197px;
}

.cta-slider-h .owl-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -188px;
}

.cta-slider-h .owl-nav .owl-prev {
    display: block;
    margin: 20px 0;
    transform: rotate(180deg)
}

.cta-slider-h .owl-nav .owl-next {
    display: block;
    margin: 20px 0;
    transform: rotate(-180deg)
}

.cta-slider-h .owl-nav img {
    opacity: 0.5
}

.cta-slider-h .owl-nav img:hover {
    opacity: 1
}

.owl-carousel .owl-dot {
    background: linear-gradient(to bottom, #070E4B 33.33%, #fff 33.3%, #fff 66.66%, #070E4B 66.66%, #070E4B 100%);
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    width: 36px;
    display: inline-block;
    height: 9px;
    transition: 0.2s all;
}

/*.owl-carousel .owl-dot.active {
    background: #fff;
}*/


.counter {
    position: absolute;
    top: -33px;
    left: 47px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    z-index: 1;
}

.carousel2.owl-carousel .owl-dot,
.carousel3.owl-carousel .owl-dot,
.carouselrooms.owl-carousel .owl-dot {
background: linear-gradient(to bottom, #fff 33.33%, #070E4B 33.3%, #070E4B 66.66%, #fff 66.66%, #fff 100%);
}

.carousel2.owl-carousel .owl-dot.active,
.carousel3.owl-carousel .owl-dot.active,
.carouselrooms.owl-carousel .owl-dot.active {
    background: #070E4B;
}

.carouselrooms + .counter {
    color: #070E4B;
    left: 15px;
}

.accomodationshome3 + .counter {
    left: 65px;
}

.accomodationshome3 .owl-dots {
    left: 95px !important;
}
.counter-2 + .counter .border1 {
    width: 80px !important;
}

.counter .border1, .carouselrooms + .counter .border1 {
    width: 110px;
}
.counter-4 .counter .border1, .counter-4 .carouselrooms + .counter .border1 {
    width: 150px;
}
.accomodationshome1 + .counter .border1 {
    width: 120px;
}
.accomodationshome3 + .counter .border1 {
    width: 180px;
}

.accomodationshome3 .owl-dot {
    width: 20px;
    height:6px;
}

.cta-slider-h .owl-dots {
    position: absolute;
    top: -36px;
    left: 45px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}

.right-counter .counter {
    right: 0px;
    left: auto;
}

.right-counter .cta-slider-h .owl-dots {
    right: 38px;
    left: auto;
}

.room-tab-btn {
    font-size: 24px;
    border-radius: 41px !important;
    background: #fff;
    color: #000000;
    border: 1px solid #707070;
    padding: 20px 30px;
    width: 100%;
    transition:all .3s;
}
    .room-tab-btn:hover {
        background: #FFFEF2;
        color: #000000;
    }

    #pills-tab .nav-item {
        max-width: 310px;
        width: 100%;
        margin: 10px;
    }

    #pills-tab .nav-item .active {
        background: #FFFEF2;
        color: #000000;
    }

.footer a:hover,
.footer p a:hover {
    color: #BE003B;
}
.footer .nav-item .nav-link {
    font-size: 20px
}
.footer .active a {
    color: #BE003B;
}

.privacypolicypage .collapse:not(.show) {
    display: block;
}

.privacypolicypage a {
    color: #000;
}
.sitemap-link li a {
    color: #000;
    font-size: 30px;
    width: fit-content;
    margin:10px auto;
}
    .sitemap-link li a:hover {
        color: #be003b;
    }

/*slick slider  CSS*/

.new-slider .slick-next {
    right: 10px;
    filter: brightness(1);
    top:-20px;
}

.new-slider .slick-prev {
    right: 80px;
    filter: brightness(1);
    top: -20px;
    left: auto !important;
    z-index: 1;
}
.slick-next:before, .slick-prev:before{
    color:#000;
}
.new-slider .slider-indicator-circle {
    position: absolute;
    top: -29px;
    right: 27px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    pointer-events: none;
    padding: 0px;
    width: 55px;
    margin: auto;
    text-align: center;
}

.right-arrow-counter .slider-indicator-circle {
    right: auto;
    left:27px;
}
.right-arrow-counter .slick-prev {
    right: auto;
    left: 10px !important;
}
.right-arrow-counter .slick-next {
    right: auto;
    left: 80px;
}



.form-item {
    position: relative;
    margin-bottom: 35px;
}

    .form-item input {
        display: block;
        width: 100%;
        height: 55px;
        background: transparent;
        border: none;
        border-bottom: solid 2px #000;
        transition: all .3s ease;
        color: #000;
        font-weight: 500;
        font-size: 18px;
        padding: 0 20px;
        border-radius: 0;
    }

    .form-item label {
        FONT-VARIANT: JIS04;
        position: absolute;
        cursor: text;
        z-index: 2;
        top: 13px;
        left: 10px;
        padding: 0 10px;
        color: #000;
        transition: all .3s ease;
        font-weight: 500;
        font-size: 20px;
    }

.form-control:focus {
    border-color: none;
}

input:focus-visible {
    outline: none;
}

.form-item input:focus + label,
.form-item input:valid + label {
    font-size: 12px;
    top: -10px;
    background: #be003b;
    left: 10px;
    color: #fff;
    line-height: 1.9;
    border-radius:;
}

.form-item input:focus + label {
    color: #fff
}

#message {
    height: 160px;
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    border-bottom: solid 2px #000;
    transition: all .3s ease;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 0px;
    resize: none;
}

    #message:focus-visible {
        outline: none;
    }

.form-item #message:focus + label,
.form-item #message:valid + label {
    font-size: 12px;
    top: -10px;
    background: #be003b;
    left: 10px;
    color: #fff;
    line-height: 1.9;
    border-radius: 0;
}

.form-item #message:focus + label {
    color: #fff
}

.field-validation-error {
    bottom: -20px;
    color: #b50007;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: auto;
    left: 0;
    line-height: 1;
}


.slick-slider-home .slick-slide {
  padding: 0 10px; /* left-right space between items */
}


.swal2-icon .placeholder {
    background-color: transparent !important;
    opacity: 0.5;
}
.swal2-content .btn {
    background: #be003b;
      border: 1px solid #be003b;
    color: #000;
    transition: all 0.5s;
}

.swal2-content .btn:hover {
    background: #780428;
      border: 1px solid #780428;
    color: #fff;
    transition: all 0.5s;
}


/* ........................ FOOTER-CSS- END ................................ */