header.style-1 .header-logo .logo-inner img {

  /* ---------- */
  width: 138px;
}

.Our-Rooms{
  margin-top: 50px;
}

.section-title3 h2::after {
    content: url(../images/icons/h3-section-vector.svg);
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}


.home-two-offer .offer-wraper .offer-card .offer {
    position: relative;
    display: none;
}

.devlopar-area{
  text-align: center;
}


.hero-slider{
width:100%;
height:100vh;
position:relative;
}

.hero-video video,
.hero-image img{
width:100%;
height:100vh;
object-fit:cover;
}

.hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:#fff;
z-index:10;
}

.hero-content h1{
font-size:60px;
font-weight:700;
}

.hero-content h4{
font-size:22px;
margin-bottom:10px;
}

@media(max-width:768px){

.hero-content h1{
font-size:32px;
}

.hero-content h4{
font-size:16px;
}

}


/* ============ */
.hero-slider{
width:100%;
height:600px !important;
}

@media (max-width:768px){

.hero-slider{
height:400px;
}

.hero-video video,
.hero-image img{
height:400px !important;
}

}


/* =================== popup enquery form ================ */

.apple-popup-enquery-form{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
}

.apple-popup-enquery-form .popup-content{
background:#fff;
width:500px;
padding:30px;
border-radius:8px;
position:relative;
}

.apple-popup-enquery-form h3{
margin-bottom:20px;
font-size:24px;
text-align:center;
}

.apple-popup-enquery-form .close-btn{
position:absolute;
right:15px;
top:10px;
font-size:25px;
cursor:pointer;
}

.apple-popup-enquery-form form input,
.apple-popup-enquery-form form select,
.apple-popup-enquery-form form textarea{
width:100%;
padding:12px;
margin-bottom:12px;
border:1px solid #ddd;
border-radius:5px;
font-size:14px;
}

.apple-popup-enquery-form .form-row{
display:flex;
gap:10px;
}

.apple-popup-enquery-form .form-row input,
.apple-popup-enquery-form .form-row select{
flex:1;
}

.apple-popup-enquery-form .submit-btn{
background:#2fa79a;
color:#fff;
border:none;
padding:12px;
width:100%;
font-size:16px;
border-radius:5px;
cursor:pointer;
}

.apple-popup-enquery-form .submit-btn:hover{
background:#1e8d82;
}

/* Tablet Responsive */
@media (max-width:768px){

.apple-popup-enquery-form .popup-content{
padding:25px;
}

.apple-popup-enquery-form h3{
font-size:20px;
}

}

/* Mobile Responsive */
@media (max-width:576px){

.apple-popup-enquery-form .popup-content{
padding:20px;
}

.apple-popup-enquery-form .form-row{
flex-direction:column;
gap:0;
}

.apple-popup-enquery-form form input,
.apple-popup-enquery-form form select,
.apple-popup-enquery-form form textarea{
font-size:13px;
padding:10px;
}

.apple-popup-enquery-form h3{
font-size:18px;
}

.apple-popup-enquery-form .close-btn{
font-size:22px;
}

.hero-slider {
    width: 100%;
    height: 400px !important;
}

.about-page-padding{
  padding-top: 0px !important;
}

}

.swiper {
  padding: 0px 0px;
}