@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" );
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" );
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root{
    --primary-color:#021832;
    --secondary-color:#caa169;
    --bg-color:#f4f4f4;
    --bg-white:#fff;
    --bg-black:#000;
    --primary-font:'Popins','sans-serif';
    --secondary-font:'Oswald','sans-serif';
    --primary-text:#021832;
    --secondary-text:#caa169;
    --text-white:#fff;
    --text-black:#151515;
    --text-grey:#e4e4e4;
}
body{
      font-family: var(--primary-font);
      background-color: var(--bg-white);
}
a {
    text-decoration: none;
}
 ::-webkit-scrollbar{
    width: .375rem;
}
::-webkit-scrollbar-track{
    background : var(--secondary-color);
}
::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}
    section{
    padding: 3.125rem 0;
}
.main-btn {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: var(--primary-color) !important;
  text-transform: uppercase !important;
  background: transparent !important;
  border: 0.0625rem solid var(--primary-color) !important;
  padding: .375rem 1.875rem !important;
  border-radius: 3.125rem !important;
  line-height: 1.75rem !important;
  display: inline-block !important;
  transition: all 0.3s ease-out 0s !important;
  text-decoration: none !important;
}
 .main-btn:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--text-white) !important;
}
h1{
    font-size: 3.75rem;
    line-height: 4.25rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}
h3{
    margin-bottom: 1.875rem;
    line-height: 2.875rem;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}
h3 span{
    color: var(--secondary-color);
}
h5{
    font-size: 1.5rem;
    line-height: 1;
    color: var(--primary-text);
    font-weight: 500;
    font-family: var(--secondary-font);
}
h6{
    font-size: .875rem;
    color: var(--primary-text);
    margin-bottom: .9375rem;
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--secondary-font);
}
p{
    font-size: 1rem;
    color: var(--text-black);
    line-height: 1.625rem;
}
.section-tittle:after{
    content: '';
    background-image:url() ;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-top: -0.9375rem;
    height: .9375rem;
}
.header-wrapper .navbar{
    padding: .9375rem 0;
    background-color: var(--bg-white);
    -webkit-box-shadow: 0.5rem .375rem 0.375rem rgb(0 0 0 /40%);
    box-shadow: 0.5rem .375rem 0.375rem rgb(0 0 0 /40%);
    -webkit-transition: background 0s ease-in-out 0s,margin-top 0s ease-in-out 0s,opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s,margin-top 0s ease-in-out 0s,opacity 0s ease-in-out 0s;
}
.header-wrapper .navbar-toggler{
    border: 0;
    color: var(--primary-text);
    line-height: 2;
}
.header-wrapper .navbar-toggler:focus{
    box-shadow: none;
}
.header-wrapper .nav-item{
    margin: 0 .625rem;
}
.header-wrapper .nav-item .nav-link{
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-text);
    display: inline block;
}
.header-wrapper .nav-item .nav-link:hover,
.header-wrapper .nav-item .nav-link.active{
    color: var(--secondary-text);
}
.navbar .header-scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255,85);
    -webkit-animation: 500ms ease-in-out0s normal none 1 running fadeInDown;;
    animation: 500ms ease-in-out0s normal none 1 running fadeInDown;
}
@keyframes fadeInDown{
    0%{
        top: -30%;
    }
    50%{
        top: -15%;
    }
    100%{
        top: 0;
    }
}

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: Arial, sans-serif;
}

/* Swiper Styling */
.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: top;
  justify-content: center;
}

.swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slide-caption {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 20px;
}
.banner_wrapper,
.swiper,
.mySwiper,
.swiper-wrapper,
.swiper-slide {
  height: 100vh;
}

.slide-caption h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color:#ccc169
}

/* .slide-caption p {
  font-size: 1.2rem;
} */
.booking-area{
    background: var(--bg-white);
    box-shadow: 0.625rem .9375rem 0 rgb(0 0 0 / 10%);
    margin-top: -4rem;
    padding: 3.125rem 1.875rem; 
    position: relative;
    z-index: 9999;
}

.about-wrapper{
    padding-top: 9.375rem;
}
:root {
  --bg-black: rgba(0, 0, 0, 0.8);
  --bg-white: #fff;
}

.rooms-wrapper .banquet-items {
  position: relative;
  overflow: hidden;
}

.rooms-wrapper .banquet-items img {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}

/* Image Zoom on Hover */
.rooms-wrapper .banquet-items:hover img {
  transform: scale(1.1);
}

/* Dark Overlay */
.rooms-wrapper .banquet-items::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: var(--bg-black);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.rooms-wrapper .banquet-items:hover::before {
  opacity: 0.8;
}

/* Content Box */
.rooms-wrapper .banquet-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 80%;
  text-align: center;
  color: var(--bg-white);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}

.rooms-wrapper .banquet-items:hover .banquet-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Button Styling */
.rooms-wrapper .banquet-content .btn {
  margin-top: 10px;
  border: 2px solid white;
  color: white;
  transition: 0.3s ease;
}

.rooms-wrapper .banquet-content .btn:hover {
  background: white;
  color: black;
}
.service-item-wrap{
  background-color: var(--bg-white);
}
.service-menu-area ul li a{
  display: block;
  margin-bottom: 2.8125rem;
}
.service-menu-area ul li a .service-icon{
  height: 5.625rem;
  width:  5.625rem;
  background-color: var(--secondary-color);
  line-height:  5.625rem;
  text-align: center;
  border-radius: 100%;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-menu-area ul li a .service-icon:hover,
.service-menu-area ul li a.active .service-icon{
  background-color: var(--primary-color);
  color: var(--text-white);
  box-shadow: 0.125rem rgb(34 30 31 / 40%);
}
.counter{
  background-image: url('https://static.vecteezy.com/system/resources/thumbnails/032/625/519/small_2x/camera-zooming-out-from-hotel-check-in-reception-counter-sign-to-stylish-lounge-interior-ready-to-welcome-guests-empty-luxury-resort-foyer-with-posh-green-furniture-and-front-desk-photo.jpg');
  position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.125rem;
  position: relative;
}
.counter::before{
  position:absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--bg-black);
  opacity: 0.5;
  z-index: 1;
}
.counter h1,
.counter p{
  position: relative;
  color:#fff
}
.team-wrapper .card{
position: relative;
overflow: hidden;
}
.team-wrapper .team-info{
  background-color: var(--secondary-color);
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 1.25rem;
  margin-bottom: -4.6875rem;
  transition: all 0.3s all ease-in-out;
}

.team-wrapper .card:hover .team-info{
  margin-bottom: 0;
}
.team-wrapper .team-info h5
.team-wrapper .team-info p{
  color: var(--text-white);
}
.team-wrapper .team-info .social-network{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.25rem;
  margin: 1.25rem -1.25rem -1.25rem;
  background-color: var(--primary-color);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.team-wrapper .team-info .social-network li a{
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: block;
  border-radius: 50%;
  font-size: .9375rem;
  color: var(--text-white);
  border: .0625rem solid var(--bg-white);
}
.card .img-fluid{
  height: 280px;
}
.gallery-wrapper .gallery-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 .1875rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.gallery-wrapper .gallery-item img {
  transition: transform 0.5s ease;
}

/* On hover, zoom image slightly */
.gallery-wrapper .gallery-item:hover img {
  transform: scale(1.1);
}

/* Dark overlay effect */
.gallery-wrapper .gallery-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

/* Show overlay on hover */
.gallery-wrapper .gallery-item:hover::before {
  opacity: 1;
}

/* Optional text overlay if needed */
.gallery-wrapper .gallery-item-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery-wrapper .gallery-item:hover .gallery-item-content {
  opacity: 1;
}
.gallery-wrapper .img-fluid{
  height: 300px;
  width: 100%;
}
.blog-wrapper .blog-content{
  margin: -5rem 0 0 4.375rem;
  box-shadow: 0 .125rem .25rem rgb(34 30 31 / 40%);
}
.footer-wrapper{
  background-color: var(--bg-black);
}
.footer-wrapper input::placeholder {
  color: var(--text-grey);
  opacity: 0.8;
}
.footer-wrapper .font-group .main-btn{
  border: 1px solid white;
  background: transparent;
}
.footer-wrapper h5{
  color: var(--text-white);
  margin-bottom: 1.2rem;
}
.footer-wrapper ul li{
margin-bottom: .5rem;
list-style: none;
}
.footer-wrapper .conact-info li a{
  color: var(--secondary-color);
}
.footer-wrapper .link-widget li a,
.footer-wrapper p{
  color: var(--text-grey);
  font-size: .875rem;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-wrapper .link-widget li a:before{
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left:0.3rem;
  top: 0.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-wrapper .link-widget li a:hover{
  color: var(--secondary-color);
  margin-left: .625rem;
}
.footer-wrapper .social-network a{
  width: 2.1875rem;
  height: 2.1875rem;
  margin: .5rem;
  line-height: 2rem;
  font-size: .875rem;
  display: inline-block;
  border: .125rem solid var(--text-grey);
  color: var(--text-grey);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.footer-wrapper .social-network a:hover{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
  transform: translateY(-0.1875rem);
  box-shadow: 0.625em .9375rem 0 rgb(0 0 0 / 10%);
}
.footer-wrapper .form-control:focus{
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}
.footer-wrapper .copyright-section{
  background-color: var(--primary-color);
  padding: 1.25rem 0 .315rem;
  text-align: center;
}
/* Checking responsive */

/* .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
} */
