/*
Theme Name: tiss-theme
*/

body{
    overflow-x:hidden !important;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
	font-weight: 200;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
	font-weight: 300;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-text.otf);
	font-weight: 400;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-semi.otf);
	font-weight: 500;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-medium.otf);
	font-weight: 600;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-bold.otf);
	font-weight: 700;
}




.counter-wrapper{
  max-width:1260px !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Inter", sans-serif;
   
}
p, a, span, li{
   font-family: "Inter", sans-serif;
    color: #000000de;  
    font-size: 16px;                                         
}

a:hover{
   
    text-decoration: none !important;
}

.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eb4746;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #eb4746;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }

/* top header ends */
 /* header start */
 .header-logo img {
    width: 88px;
    object-fit: cover;
    height: auto;
        margin-right: auto;
    display: block;
}


.header-wrapper {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 12px;
  z-index: 9;
  padding: 8px 0;

}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
    transition: .3s ease;
    background: #00000099;
    top: 0;
    backdrop-filter: blur(4px);
    padding-top: 5px;
}
.f-nav .header-wrapper .header-logo img {
  height: auto;
  width: 65px;
}
.f-nav .menu-logoheader{
  padding-top: 0;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mega-menu-item-3059{
  background:#fff !important;
  border-radius: 10px !important;
}
.mega-menu-item-3059 a{
  color: #000 !important;
}
 /* header ends */


 /* banner starts */

.banner-img-slider img{
  width: 100%;
  height: 100vh;
  object-fit: cover;

}
.banner-slide {
  position: relative;
}

.banner-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.489); /* black overlay at 40% opacity */
  z-index: 1;
}

.banner-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.home-caption-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
}
.banner-caption-item h1 {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  font-family: "Playfair Display", serif !important;
}
.banner-caption-item p {
  color: #fff;
  width: 65%;
  margin: auto;
  padding: 20px 0 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.banner-caption-item a {
  background: #fff;
  color: #000;
  padding: 10px 25px;
  border-radius: 50px;
}
.banner-caption-item a:hover{
  background: #B0894D;
  color: #fff;
  transition: .3s ease;
}




/* banner ends */


/* about us section starts */
.abouut-us-wrap{
  padding: 70px 0;
}
.about-img-wrap{
  height: 100%;
  overflow: hidden;
    border-radius: 20px;
}
.about-img-wrap img{
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-img-wrap img:hover{
  transform: scale(1.05);
  transition: 1s ease;
}
.about-content-wrap h6 {
  background: #EB4746;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 16px;
  color: #fff;
  font-weight: 500;
}
.about-content-wrap h1 {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0 0;
  line-height: 33px;
}
.about-content-wrap {
  border: 1px solid #54545436;
  padding: 20px;
  border-radius: 20px;
  border-left: none;
}
.counter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  text-align: center;
  background: #eb4746;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  margin-top: 50px;
}
.counter-wrapper h5{
  width: 60%;
  font-size: 14px;
  font-weight: 400;
  margin: auto;
}
.counter-wrapper h3{
  font-size: 32px;
}

/* about ends */

/* Rooms starts */
.rooms-wrapper h1 {
    padding: 30px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
}

.room-img-slider img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.room-img-slider .slick-prev,
.room-img-slider .slick-next {
  z-index: 2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.room-img-slider .slick-prev:before,
.room-img-slider .slick-next:before {
  color: #000000;
  font-size: 18px;
}

.room-img-slider .slick-dots {
  bottom: 10px;
}
.room-img-slider .slick-prev {
  left: 3px;
}
.room-img-slider .slick-next {
  right: 3px;
}
.room-box h4 {
  font-size: 19px;
  padding-top: 12px;
  font-weight: 600;
}
.address{
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 0;
  font-weight: 500;
}
.rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.rating h6 {
  background: #4285F4;
  padding: 10px;
  border-radius: 9px;
  color: #fff;
  font-size: 18px;
}
.rating p {
  margin-bottom: 0;
  font-size: 14px;
}
.facility-item img{
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.facility-item {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.link-box {
    background: #eb4746;
    text-align: center;
    border-radius: 13px;
    padding: 8px;
}
.link-box a{
  color: #fff;
}
.link-box:hover{
  background: #B0894D;
  transition: .3s ease;
}
.link-box:hover a{
  color: #fff;
  text-decoration: none;
}
.room-box {
    border: 1px solid #00000059;
    border-right: 0;
    border-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
}
.room-content {
  padding: 12px;
}
/* Scope all Slick styles to the rooms section */
.rooms-wrapper .slick-prev,
.rooms-wrapper .slick-next {
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.rooms-wrapper .slick-prev:hover,
.rooms-wrapper .slick-next:hover {
  background: rgba(255,0,0,0.8);
}

.rooms-wrapper .slick-prev:before,
.rooms-wrapper .slick-next:before {
  font-size: 16px;
  color: #fff;
}
.room-popup-img img{
    width:100%;
    height:150px;
    object-fit:cover;
}
.popup-gallery-slider {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* Dots styling */
.rooms-wrapper .slick-dots {
  bottom: -35px;
}

.rooms-wrapper .slick-dots li button:before {
  font-size: 10px;
  color: #999;
  opacity: 1;
}

.rooms-wrapper .slick-dots li.slick-active button:before {
  color: #ff3b3b;
  opacity: 1;
}

/* Popup styles */
.room-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.room-popup-container {
  background: white;
  border-radius: 15px;
  width: 90%;
  max-height: 90vh;
  overflow: auto;
  position: relative;
  margin:auto;
  display:block;
  padding:40px 0;
}
.room-popup-container ul {
    column-count:2;
}
.room-popup-container p,
.room-popup-container li{
    font-size:14px;
}
.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #333;
}

.popup-gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.popup-gallery-slider .slick-prev,
.popup-gallery-slider .slick-next {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  z-index: 2;
}

.popup-gallery-slider .slick-prev:before,
.popup-gallery-slider .slick-next:before {
  color: #333;
  font-size: 20px;
}

.popup-gallery-slider .slick-prev {
  left: 15px;
}

.popup-gallery-slider .slick-next {
  right: 15px;
}

.popup-gallery-slider .slick-dots {
  bottom: 15px;
}

.popup-gallery-slider .slick-dots li button:before {
  color: white;
  opacity: 0.5;
  font-size: 10px;
}

.popup-gallery-slider .slick-dots li.slick-active button:before {
  color: #eb4746;
  opacity: 1;
}

.popup-facility-item {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
    font-size: 14px;
}
.popup-facility-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.popup-content h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

.popup-content h6 {
  font-size: 18px;
  margin: 20px 0 10px 0;
}

.popup-content p {
  margin-bottom: 15px;
}
.rooms-wrapper::-webkit-scrollbar {
  width: 4px;
  border-radius:5px;
}



@media (max-width: 768px) {
  .popup-gallery-slider img {
    height: 250px;
  }
}
/* rooms ends */

/* brighton-wrapper starts */

.brighton-wrapper{
  padding: 70px 0;
}
.brighton-box{
  height: 100%;
  background: url(../tiss-theme/assets/img/brighton-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
.brighton-content{
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  z-index: 2; 
}
.brighton-content h1{
  color: #fff;
  font-weight: 600;
  font-size: 45px;
}
.brighton-content p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.brighton-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.13), 
    rgba(0, 0, 0, 0.566)   
  );
  z-index: 1;
}
.brighton-box:after{
  position: absolute;
  content: '';
  background: url(../tiss-theme/assets/img/visit.png) no-repeat center;
  background-size: contain;
  width: 250px;
  height: 100px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto; 
  z-index: 2;
}
.vist-link {
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    width: fit-content;
}
.vist-link a{
  color: #000;
}
.vist-link:hover{
  background: #EB4746;
  transition: 1s ease;
}
.vist-link:hover a{
  color: #fff;
}
.brighton-slider img{
    border-radius:20px;
    height:250px;
    object-fit:cover;
}
.place-to-visit{
  padding: 0 25px;
  width: 90%;
}
.brighton-wrapper h3 {
    color: #0582BA;
    font-size: 25px;
    padding-left: 24px;
    padding-bottom: 5px;
}
.visit h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.visit p{
  font-size: 14px;
  margin-bottom: 8px;
}
.inner-vist-link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #0582ba;
}

.arrow-wrap {
  position: relative;
  display: inline-block;
  width: 16px; /* adjust based on arrow size */
  height: 16px;
}

.arrow-wrap i {
  color: #0582ba;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-33deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Second arrow starts hidden, offset to left */
.arrow-wrap .second {
  transform: translate(-150%, -50%) rotate(-33deg);
  opacity: 0;
}

/* Hover animation: first slides out, second slides in */
.inner-vist-link a:hover .arrow-wrap .first {
  transform: translate(150%, -50%) rotate(-33deg);
  opacity: 0;
}

.inner-vist-link a:hover .arrow-wrap .second {
  transform: translate(0, -50%) rotate(-33deg);
  opacity: 1;
}
.visit{
  margin-bottom: 20px;
}
.visual-portfolio .vp-carousel {
    transition-timing-function: linear !important;
}
.brighton-slider img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:20px;
 
}
.brighton-slider-img{
       margin:0 10px !important;
}
/* brighton-wrapper ends */

/* Nearby Places Wrapper */
.nearby-wrapper {
  padding: 40px 0;
}
.nearby h4 {
    font-size: 17px;
    padding: 10px 10px 2px;
    margin-bottom:0;
}
.nearby p {
    padding: 0 10px;
    font-size:16px;
}
.nearby-wrapper h3 {
      padding: 30px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
}
.nearby-slider img{
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;

}
/* Nearby Places Wrapper */ 

/* getintouch start */

.getintouch-wrap {
    padding: 60px 0;
    background-color: #ffffff;
}

.getintouch-content p {
    font-size: 16px;
    color: #667085;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.6;
}

.getintouch-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    text-align: left;
}

.getintouch-form-wrap .wpcf7 {
  width: 100%;
}

.getintouch-form-wrap .wpcf7-form p {
  margin: 0;
}

.getintouch-form-wrap .wpcf7-form br {
  display: none !important;
}

.getintouch-form-wrap .wpcf7-form .privacy p{
  margin-bottom: 20px !important;
}

.getintouch-form-wrap .wpcf7-form .row {
  margin: 0 -10px;
}

.getintouch-form-wrap .wpcf7-form .wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.getintouch-form-wrap .wpcf7-form .col-md-6,
.getintouch-form-wrap .wpcf7-form .col-12 {
  padding: 0 10px;
}

.getintouch-form-wrap input[type="text"], .getintouch-form-wrap input[type="email"], .getintouch-form-wrap input[type="tel"], .getintouch-form-wrap textarea, .getintouch-form-wrap select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    margin-bottom: 15px;
    transition: border-color 0.2s;
}


.getintouch-form-wrap textarea{
    max-height: 150px;
}

.getintouch-form-wrap input:focus, .getintouch-form-wrap textarea:focus, .getintouch-form-wrap select:focus {
    outline: none !important;
    border-color: #EB4746;
    box-shadow: none !important;
}

.getintouch-form-wrap label {
    display: block;
    margin-bottom: 10px !important;
    font-weight: 500;
    color: #344054;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.getintouch-form-wrap a {
    color: #362829;
    text-decoration: underline !important;
}

.getintouch-form-wrap .form-check {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.getintouch-form-wrap .form-check input[type="checkbox"] {
  margin-top: 4px;
  margin-right: 8px;
}

/* Privacy policy link */
.getintouch-form-wrap .form-check a {
  color: #EB4746;
  text-decoration: underline;
}

.getintouch-form-wrap .form-check a:hover {
  text-decoration: none;
}

/* Submit button */
.getintouch-form-wrap input[type="submit"],
.getintouch-form-wrap .wpcf7-submit {
  background-color: #EB4746;
  color: #fff;
  font-weight: 600;
  padding: 14px;
  border: none;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.getintouch-form-wrap input[type="submit"]:hover,
.getintouch-form-wrap .wpcf7-submit:hover {
  background-color: #f44848;
}

.getintouch-image {
    background-image: url(./assets/img/getintouch.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

/* getintouch end */

/* gallery start */

.inner-gallery-wrap {
    padding: 60px 0;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.gallery-header .title {
       padding: 30px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
}

.inner-gallery-wrap img{
    width:100%;
    height:250px;
    object-fit:cover;
    margin-bottom:20px;
    border-radius:15px;
    
}
.gallery-item {
  overflow: hidden;   
	border-radius:20px;
  position: relative;
}

.gallery-item img {
  transition: transform 0.4s ease;
  width: 100%;    
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.06);  
}

/* gallery end */

/* footer start */

.footer-wrap {
  background-color: #e64b46;
  padding: 60px 0 0;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-brand img {
    width: 100px;
    margin-bottom: 10px;
    height: 100px;
    object-fit: contain;
}
.footer-wrap h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-wrap p,
.footer-wrap a {
  font-size: 14px;
  color: #fff !important;
  text-align: left;
  margin-bottom: 8px;
  text-decoration: none;
}

.footer-wrap a:hover {
  text-decoration: underline;
}

.footer-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrap ul li {
  margin-bottom: 6px;
  display: list-item !important;
}

.footer-wrap .footer-link .mega-menu li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  height: unset !important;
  line-height: 1.6 !important;
}

.footer-wrap .footer-link .mega-menu li {
  margin-bottom: 8px !important;
}

.footer-wrap .footer-link .mega-menu li a:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}

.footer-wrap iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 150px !important;
    border: 2px solid #fff !important;
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: 20px;
}


.footer-wrap i {
  margin-right: 8px;
  font-size: 14px;
}

.footer-bottom {
  background-color: #e64b46;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
}

.footer-company a {
  margin: 0;
  font-size: 13px;
  margin:auto;
  display:block;
  text-align: center;
}

.footer-privacy p {
  margin: 0;
  font-size: 13px;
  text-align: right;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* footer end */


@media only screen and (max-width:767px){
    .banner-slide{
        height:100vh;
    }
    .banner-slide img{
        height:100vh;
    }
    .banner-caption-item h1{
        font-size:38px;
    }
    .banner-caption-item p{
        width:98%;
    }
    .counter-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding:15px 7px;
    }
    .counter-wrapper h3 {
        font-size: 25px;
    }
    .counter-wrapper h5 {
        width: 74%;
        font-size: 13px;
        font-weight: 400;
        margin: auto;
        text-align: center;
    }
    .abouut-us-wrap{
        padding:60px 0 30px;
    }
    .brighton-box{
        height:500px;
        margin-bottom:30px;
    }
   .banner-wrapper .slick-next,
   .nearby-wrapper .slick-next {
    right: 0;
    opacity: 0;
}
.nearby-wrapper {
    padding: 0;
}
.inner-gallery-wrap {
    padding: 0;
}
}

@media only screen and (min-width:768px) and (max-width:1200px){
 
    .abouut-us-wrap{
        padding:60px 0 30px;
    }
    .brighton-box{
        height:500px;
        margin-bottom:30px;
    }
    body{
    overflow-x:hidden !important;
}
}


@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 800px;
    }
}

.innerpage-header{
	height:300px;
	position:relative;
	width:100%;
	
}
.innerpage-header img{
	height:300px;
	object-fit:cover;
	width:100%;
	
}
.inner-banner-head {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.inner-banner-head h4, .inner-banner-head span, .inner-banner-head span a{
	color:#fff;
	text-shadow:0 0 #000;
}
.innerpage-content-wrap{
padding:60px 0;
}




















