:root{

    --font-primary : "Playfair Display", serif;
    --font-teachers : "Teachers", serif;
    --white : #FFFFFF ;
    --blue : #003E7E ;
    --black : #000000 ;
    --font-techers-weight : 600 ;
    --bs-gutter-x : .75rem ;
    --bs-guuter-y : .75rem;
    --transition : all 0.5s ease;
    --btn-light : #3897F8 ;

}
a{
    text-decoration: none;
    
}
*{

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body{

    font-family: var(--font-primary);
    background-color: var(--white);
}

.section-padding{

    padding-top: 140px;
    padding-bottom: 140px;
}

/* NAV BAR */

.nav-side{

    display: none;
}

.navbar-nav {

    margin: 0 auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.navbar-nav .nav-link {

    font-weight: 600;
    color: var(--black) !important;
    font-family: var(--font-teachers);
    margin: 0px 40px 0px 0px;
    


}

.navbar-nav .nav-link.active{

    color: var(--blue) !important;
}

.nav-link{
    position: relative;
}

.nav-link::after{

    content: '';
    width: 0%;
    height: 3px;
    left: 8px;
    bottom: 0;
    background-color: var(--blue);
    position: absolute;
    transition: .5s all ease;
}

.nav-link:hover::after{

    width: 80%;
}

.navbar .container .navbar-brand{

    width: 288px;
    height: 75px;
    padding: 0;
}

.navbar .container .navbar-brand img{

    width: inherit;
    height: inherit;
    object-fit: contain;
    flex: 0 0 auto;
}

.navbar .container .btn-primary{
    position: relative;
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
    border-radius: 0;
    border: 0;
    padding: 14px 32px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    transition: .5s all ease;
    overflow: hidden;
    z-index: 1;
}

.navbar .container .btn-primary::before{

    content: '';
    position: absolute;
    background: var(--blue);
    transform: translateX(-100%);
    top: 0%;
    left:0%;
    transition: .5s all ease;
    height: 100%;
    width: 100%;
    z-index: -1;
    
}
.navbar .container .btn:hover::before{
    transform: translateX(0%);
    

}

.navbar .container .btn:hover{
    
    color: var(--white);
    background-color: #002855;
}

/* Hero section*/

.hero{

    position: relative;
}

.carousel-inner .carousel-item img{

    height:800px ;
}

/* booking-form start */
.booking-form {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    z-index: 111;
    width: 100%;
   
    
}

::placeholder {
    color: white !important;
    
}

::-webkit-input-placeholder {
    color: white !important;
}

:-ms-input-placeholder {
    color: white !important;
}

::-ms-input-placeholder {
    color: white !important;
}

.booking-form-grid-wrap {
    background: rgba(0, 62, 126, 1);
    backdrop-filter: blur(1px);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    padding: 40px;
}


/* .booking-form-grid-item:not(:last-child) {
    padding: 40px 30px;
} */



.form-group {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    text-align: center; */
}

.form-label {
    font-size: 20px;
    font-family: var(--font-teachers);
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.form-control {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-primary);
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: white;
    padding: 0px;
    /* text-align: center; */
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: white;
}


select option {
    color: var(--blue);
    font-size: 20px;
}

.booking-form .prime-btn{
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: var(--white);
    color: var(--blue);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    transition: .5s all ease;
}

.booking-form .prime-btn::before{

    content: '';
    position: absolute;
    background: var(--white);
    transform: translateX(-100%);
    top: 0%;
    left:0%;
    transition: .5s all ease;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .5s all ease;

}

.booking-form .prime-btn:hover::before {
    transform: translateX(0%);
}

.booking-form .prime-btn:hover {
    color: var(--blue);
    background-color: rgba(0, 63, 126, 0.347);
}

.ui-widget-content {
    z-index: 11111 !important;
    position: relative;
}

.ui-widget-header {
    border: 1px solid var(--primary) !important;
    background: var(--primary) !important;
    color: var(--white) !important;
    font-weight: bold;
}

.booking-form-grid-item:nth-child(1),
.booking-form-grid-item:nth-child(2) {
    position: relative;
}

.booking-form-grid-item:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 90%;
    bottom: 38px;
    width: 72px;
    height: 29px;
    background: url('../images/icons/calender.png') no-repeat;
    top: 78%;
    transform: translateY(-50%);
}


/* .booking-form-grid-item:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 60%;
    background: white;
} */


.booking-form-grid-item:nth-child(2)::after{

    content: '';
    position: absolute;
    left: 90%;
    bottom: 38px;
    width: 72px;
    height: 29px;
    background: url('../images/icons/calender.png') no-repeat;
    top: 78%;
    transform: translateY(-50%);

}

.select-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.select-wrap svg {
    color: white;
}

select.form-control {
    text-align: left;
}

.form-control.form-number {
    width: 50px;
    padding: 0;
    font-size: 40px;
    text-align: center;
}

.booking-form-grid-item:nth-child(3) .form-group {
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
}

/* booking-form end */

#about{

    margin-top: 150px;  
}

.first_title{

    font-size: 40px;
    font-weight: 400;
}

.Second_title{

    font-size: 40px;
    font-weight: 600;
    color: var(--blue);
    
}

.third_title{

    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
}

#about .container .row p{

    font-family: var(--font-teachers);
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
}

.readmore a{

    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    padding-right: 5px;
    transition: 0.5s all ease;
}


.readmore a:hover{

    color: var(--blue);
    
}


/*Amenities*/

.ameneties{
    margin-top: 120px; 
    padding: 15px 9%;
    padding-bottom: 100px;
    
}

.Hotel_Ameneties{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
}

.ameneties .Hotel_Ameneties{

    text-align: center;
    padding-bottom: 15px;

}

.ameneties .box_container {
    margin-right: 100px;
    margin-left: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 70px;
    padding-top: 30px;
}

.ameneties .box_container .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
    background: #F6F6F6;
    padding: 53px 30px;
    text-align: center;
    transition: 0.5s all ease;

}

.ameneties .box_container .box:hover {
transform: scale(1.2);

}



.ameneties .box_container .box h6 {
    font-size: 18px;
    font-family: var(--font-teachers);
    font-weight: 400;
    /* padding: 10px 0; */
    margin: 0;
}

.vertical_line{

width: 1px;
height: 26.195px;
background: #4C4C4C;
margin: 20px 0;

}

.ameneties #readmore{

    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#readmore a{

    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    

}

#readmore a:hover{

    color: var(--blue);
    
}



.attraction{

    margin-top: 100px; 
    padding: 15px 9%;
    

}

.attraction h1{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;
    margin-bottom: 40px;
}

/* .attraction .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    
    
} */

/* .attraction .container .card {
    margin-top: 50px;
    background-color: white;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border: 0;
    
} */



.attraction .container img {
    width: 100%;
   height: 351px;
    border-radius: 10px;
    overflow: hidden;
}

.attraction .container h2 {
    margin-top: 10px;
    color: var(--blue);
    font-family: var(--font-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: start;
}

.attraction .container .number img {
    
   width: 26px;
   height: 26px;
   margin: 5px;
  
    
}

.attraction .container p {
 color: #4C4C4C;
font-family: var(--font-teachers);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 116.667% */
 margin: 10px 0;
 text-align: start;
}

.attraction .container .readmore{

    display: flex;
    margin-right: 10px;

}

.localgems {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 800px; /* Adjust height as needed */
    background: url('../images/sec-bg/home-1.jpg') center/cover no-repeat; /* Replace with actual image */
}

.localgems .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 62, 126, 0.30); /* Semi-transparent blue overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
}

/* .localgems .overlay .content {
    max-width: 800px;
} */

.localgems .overlay .content h1
 {
color: #FFF;
font-family: "Playfair Display";
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.96px;
    margin-bottom: 15px;
    
    display: inline-block;
    padding: 10px 20px;
}

.localgems .overlay .content p {
color: #FFF;
text-align: center;
font-family: var(--font-teachers);
font-size: 32px;
font-style: italic;
font-weight: 400;
line-height: normal;
letter-spacing: 0.64px;
}

.localgems .overlay .content .btn {
    
    margin-top: 15px;
    padding: 10px 20px;
    background: var(--blue);
    color: var(--white);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s all ease;
}

.localgems .overlay .content .btn::before{

    content: '';
    position: absolute;
    background: var(--blue);
    transform: translateX(-100%);
    top: 0%;
    left:0%;
    transition: .5s all ease;
    height: 100%;
    width: 100%;
    z-index: -1;

}

.localgems .overlay .content .btn:hover::before{

    transform: translateX(0%);
}

.localgems .overlay .content .btn:hover{

    color: var(--white);
    background: #002855;
}

.square-stroke {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 410px;
    height: 639px;
    border: 8px solid rgba(255, 255, 255, 0.5);
}


/* Gallery */

.gallery-page-hero-banner{

    background: url('../images/gallery/gallery-9.jpg');
}

.gallery-section {
    margin-top: 10px;
    padding: 40px 20px;
}

.gallery-section h2 {
    font-size: 40px;
    color: var(--blue);
    margin-bottom: 50px;
    font-family: var(--font-primary);
    font-weight: 700;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.gallery-grid img {
    width: 302px;
    height: 232px;
    object-fit: cover;
    border-radius: 5px; /* Optional: Rounded corners */
    transition: transform 0.3s ease-in-out;
}

.gallery-grid img:hover {
    transform: scale(1.05); /* Hover effect */
}

.btn-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.gallery-section .btn {
    
    margin-top: 20px;
    padding: 10px 20px;
    background: var(--blue);
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    font-family: var(--font-primary);
    border-radius: 0;
    transition:  0.5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.gallery-section .btn::before{

    content: '';
    position: absolute;
    background: var(--blue);
    transform: translateX(-100%);
    top: 0%;
    left:0%;
    transition: .5s all ease;
    height: 100%;
    width: 100%;
    z-index: -1;

}

.btn:hover::before{

    transform: translate(0%);
}
.btn:hover {
    background: #002855;
}


/* Section Background & Overlay */
.rooms-section {
    position: relative;
    padding: 80px 20px;
    background: url('../images/sec-bg/room-bg.jpg') no-repeat center center/cover;
}

.rooms-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 62, 126, 0.30);
    z-index: 1;
}

.rooms-section h1{
    
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    z-index: 2;
}

/* Grid Layout */
.rooms-grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center; */
    /* max-width: 1000px; */
    /* margin: 0 auto; */
    position: relative;
    z-index: 2;
}

/* Room Cards */
.room-card {
    background: white;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.room-card:hover {
    transform: translateY(-5px);
}

/* Room Image */
.room-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Room Info */
.room-info {
    padding: 10px;
    /* height: 220px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .room-info div{

    
    width: 100;
    height: 160px;
    
} */

.room-info h3 {
    font-size: 24px;
    color: var(--blue);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.rooms-section .room-info p {
    font-size: 18px;
    color: #4C4C4C;
    line-height: 1.5;
    font-family: var(--font-teachers);
}

/* Icons Section */
.rooms-section .room-icons {
    padding: 5px;
    border-top: rgba(30, 30, 30, 0.1) 1px solid;
    /* margin-top: 15px; */
    display: flex;
    justify-content: start;
    gap: 15px;
}

.rooms-section .room-card .room-icons img{

    
    width: 20px;
}

.attraction_card .Room_number{

    font-size: 30px;
}

/* Centering the Button */
.rooms-section .btn-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.rooms-section .btn-container .btn {
    display: inline-block;
    padding: 12px 24px;
    background: var(--blue);
    color: white;
    text-decoration: none;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-radius: 0px;
    transition:  0.5s ease-in-out;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border: 0;
}

.rooms-section .btn-container .btn:hover {
    background: #002855;
    color:var(--white);
}

.rooms-section .btn-container .btn::before{

    content: '';
    position: absolute;
    background: var(--blue);
    transform: translateX(-100%);
    top: 0%;
    left:0%;
    transition: .5s all ease;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition:  0.5s ease-in-out;
    

} 

.rooms-section .btn-container .btn:hover::before{

    transform: translateX(0%);
}

.usful-links{
    background-color: var(--blue);
    width: 100%;
    padding-bottom: 50px;
}

.usful-links .container .row {

    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px;
    
}

.Links_ul a{

    color: var(--white);
}

.img_div{
    display: flex;
    justify-content: start;
    margin-top: 80px;
    
    width: 313px;
    height: auto;
    
    
}

.img_div img{

width: inherit;
height: inherit;
}

.usful-links .container .row p{

    color: var(--white);
    font-family: var(--font-teachers);
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.Socialmedia{

    margin-top: 20px;
    font-size: 18px;
    display: flex;
    justify-content: start;
    gap: 20px;
}

#Useful_link{

    margin-top: 11%;
    
    
}

#Useful_link h1{

    font-family: var(--primary);
    color: var(--white);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    
}

#Useful_link ul {

    font-family: var(--font-teachers);

}
#Useful_link ul li{
    
    
color: var(--white);
font-family: var(--font-teachers);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 43px; /* 238.889% */
letter-spacing: 0.72px;
transition: 0.5s all ease;

}

#Useful_link ul li:hover{

    transform: scale(1.1);
}


#contact_us{

margin-top: 11%;

}

.Contact_us_h1{

font-family: var(--primary);
color: var(--white);
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.8px;
}

#contact_us .About_us {

    margin-top: 20px;
    font-size: 18px;
 
    display: inline-block;
    
}

#contact_us .About_us img{

    margin: 10px;
    margin-left: 0px;
}

#contact_us .About_us h6{

font-family: var(--font-teachers);
color: var(--white);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.72px;
transition: .5s all ease;
}

#contact_us .About_us h6:hover{

    transform: scale(1.1);
}

.Socialmedia a{

    transition: .5s all ease;
}

.Socialmedia a:hover{
    
    transform: scale(1.1);
}

.Footer_Web{

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Footer_Web h6{

margin-top: 5px;
color: var(--blue);
text-align: center;
font-family: var(--font-primary);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/* HOME PAGE ENDS HERE */


/* SERVICES & AMENTIES PAGE STARTS HERE */

.service-page-hero-banner{
    background-image: url('../images/hero-image/service-hero.jpg');
    

}

.hero-service{

    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
   height: 400px;
}

.hero-service .overlay{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 62, 126, 0.30); /* Semi-transparent blue overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
}

.page-hero-content{

    position: absolute;
    text-align: left;
    z-index: 111;
    left: 10%;
    bottom: 20%;
}

.page-hero-content h1{

    font-family: var(--font-primary);
    color:var(--white);
    font-size: 40px;
}

.Hero-Wrap {
    position: relative;
    display: inline-block;
    background-color: var(--blue);
    /* margin-bottom: -47px; */
    bottom: -95%;
    left: 50%;
    padding: 9px 22px;
}


.wrap-items {
    display: flex;
    /* flex-direction: column; */

    margin: 3px;
    
}

.Hero-Wrap ol li:last-child{border-right: none;}

.Hero-Wrap ol li {
    font-size: 14px;
    font-family: var(--font-teachers);
    list-style: none;
    line-height: 1.2em;
    display: inline-block;
    color: var(--white);
    border-right: 1px solid #ffffff;
    margin-right: 15px;
    padding-right: 15px;
}



.Hero-Wrap ol li a{

    color: var(--white);

}

.Active_link:active{

    font-weight: 600;
}

.Hero-Wrap ol li a:hover{

    color: #002855;
}


.Amenities_page{
    margin-top: 120px; 
    padding: 15px 9%;
    padding-bottom: 100px;
    
}

.Hotel_Ameneties{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
}

.Amenities_page .Hotel_Ameneties{

    text-align: center;
    padding-bottom: 15px;

}

.Amenities_page .box_container {
    margin-right: 100px;
    margin-left: 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 50px;
    padding-top: 30px;
}

.Amenities_page .box_container .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background: #F6F6F6;
    padding: 35px 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    transition: .5s all ease;
}

.Amenities_page .box_container .box:hover{

    transform: scale(1.2);
}

.Amenities_page .box_container .box {

    font-size: 18px;
    font-family: var(--font-teachers);
    font-weight: 400;
    /* padding: 10px 0; */
    margin: 0;
}

.Amenities_page .box_container .box img{

    transition: .5s all ease;
}
.Amenities_page .box_container .box img:hover{
    transform: rotateY(180deg);
}


/* Services and Amenities ends */

/* Attraction Start */

.attraction-page-hero-banner{
background: url('../images/hero-image/Boardwalk.jpg');
background-position: center;
background-size: cover;

}


.attraction_page .attraction-main-wrapper{
width: 100%;
max-width: 100%;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 60px;
margin-top: 120px;
}

.attraction_left{

    width: 50%;
}

.attraction-image-wrapper{
width: 100%;
height: 400px;
border-radius: 8px;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 4px 0px;
}

.attraction-image-wrapper img{
width: inherit;
height: inherit;
object-fit: cover;
transition: all ease-in-out 0.4s;
}

.attraction-image-wrapper img:hover{
transform: scale(1.05)
}

.attraction-content-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    align-content: center;
    flex-direction: column;
    padding: 60px;
    width: 50%;
}

.attraction-content-wrapper .Att-title{

    font-size: 40px;
    font-weight: 700px;
    font-family: var(--font-primary);
    color:var(--blue);
}

.attraction-content-wrapper ul li{

    color: #4C4C4C;
    font-family: var(--font-teachers);
    font-size: 18px;
    font-weight:400 ;
    
    
}


/*  contact us*/

.contact-page-hero-banner{

    background: url('../images/hero-image/home-5.jpg');
    background-position: center;
    background-size: cover;
}

.contact-section {
    max-width: 900px;
    margin: auto;
    text-align: left;
    margin-top: 120px;
    margin-bottom: 90px;
    
}

.contact-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 50px;
}


/* Grid Layout */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

/* Map */
.map-container iframe {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Info Cards */
.info-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-card {
    background: white;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



.info-card h3 {
    font-size: 16px;
    margin: 0;
    color: var(--blue);
}

.info-card  img {
    width: 36px;
    padding: 8px 8px;
    height: 36px;
}

.info-card h6 {
    font-size: 14px;
    color:#4C4C4C;
    margin: 3px 0 1px 0;
    font-family: var(--font-teachers);
    font-weight: 400;
    letter-spacing: 0.72px;
}


/* ADA */
.ada-page-hero-banner{

    background: url('../images/attraction/home-1.jpg') ;

}



.Ada-btn {
    border: 0;
    font-size: 13px;
    font-family: 'Playfair Display';
    background: white;
    color: #003E7E;
    /* width: 125px; */
    padding: 8px 13px;
    text-align: center;
    transition: 0.5s all ease;
}

.Ada-btn a{

    list-style: none;
    color: var(--blue);
   
}

.Ada-btn .fa-wheelchair{
    padding: 0px 6px 0px 10px;
}

.Ada-btn:hover{

    transform: scale(1.2);
}
/* Responsive */


/* ADA Feautres */



 .ADA-wrap{

    display: flex;
    flex-direction: column;
    margin-top: 120px;

}

.ADA-content-wrapper{

    border-bottom: 1px solid var(--blue);
    border-top: 10px solid var(--blue);
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 50px;
    padding-top: 30px;
}

.ADA-wrap h2{

    font-size: 40px;
    color: var(--blue);
    font-family: var(--font-primary);
}

.ADA-wrap ul li{

    font-family: var(--font-teachers);
    padding-top: 5px;
    line-height: 2;
    font-size: 18px;
    color: #4C4C4C;

}

.note{

    font-family: var(--font-teachers);
}

/* OUR ROOMS CSS*/

.attraction_rooms{

    margin-top: 0px; 
    padding: 15px 9%;
    

}

.attraction_rooms h1{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;
}

.attraction_rooms .container  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    
    
}

.attraction_rooms .container .attraction_card {
    margin-top: 50px;
    background-color: white;
    border-radius: 8px;
    width: 411px;
    overflow: hidden;
    text-align: center;
    border: 0;position: relative;
    
}

.attraction_rooms .container .attraction_card img {
    width: 100%;
    height: 350px;
    border-radius: 1px;
    
}


.attraction_rooms .container .attraction_card h2 {
    margin-top: 10px;
    color: var(--blue);
    font-family: var(--font-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: start;
}

.attraction_rooms .container .attraction_card .number img {
    
   width: 26px;
   height: 26px;
   margin: 5px;
  
    
}

.attraction_rooms .container p {
 color: #4C4C4C;
font-family: var(--font-teachers);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 116.667% */
 margin: 10px 0;
 text-align: start;
}

.attraction_rooms .container .attraction_card .button {
    margin-right: 0;
    height: 464px;
    border-radius: 11px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 180px;
    text-align: center;
     opacity: 0; 
    transition: .5s all ease;
    opacity: 0;
    letter-spacing: 1px;
    
    
}

.attraction_rooms .container .attraction_card .button a {
    border-radius: 49px;
    width: 200px;
    padding: 30px 20px;
    text-align: center;
    color: white;
    border: solid 1px rgb(255, 255, 255);
    z-index: 1;
    font-size: 16px;
    font-family: var(--font-teachers);
    background-color: rgba(0, 0, 0, 0.359);
    
    backdrop-filter: blur(4.5px);
    
}

.attraction_rooms .container .attraction_card .button:hover {

    opacity: 1;
}




/* Things to do  */

.thingstodo{

    margin-top: 120px;
    margin-bottom: 120px;
}


.thingstodo_box{

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

.things_wrapper{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;

}

.thingstodo_card{

    margin-top: 50px;
    background-color: white;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border: 0;position: relative;
}

.thingstodo_card img{

    width: 100%;
    height: 350px;
    border-radius: 1px;
}

.thingstodo_card h2{

    margin-top: 10px;
    color: var(--blue);
    font-family: var(--font-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: center;

}

.thingstodo_card p{

    color: #4C4C4C;
font-family: var(--font-teachers);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 116.667% */
 margin: 10px 0;
 text-align: center;
}






/* Swiper */
.swiper-scrollbar {
    display: none;
}

.swiper-button-next,.swiper-button-prev{


    color: var(--blue);
}


.thingstodo-page-hero-banner{

    background-image: url('../images/thingstodo/heroimage.png');
    
    background-size: cover;

}


/* Reviews part */

.reviews-page-hero-banner{

    background: url('../images/hero-image/home-3.jpg');
    background-position: center;
    background-size: cover;
}

.review_wrapper{
    display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

.reviews{

    margin-top: 120px;
    margin-bottom: 120px;
}



.review_box{
    margin-top: 50px;

    border: 1px #003E7E solid;
    
    text-align: center;
    padding: 30px 30px 10px;
    position: relative;
}

.quote{
    position: absolute;
    
    
}

.quote img{

    height: 30px;
    width: 30px;
}

.review_box p {
    padding-top: 80px;

    font-family: var(--font-teachers);

    
}
.review_box img{

    left: 0;
    
}

.reviewheading{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;

}



.Signature{

    font-family: var(--font-teachers);
    font-size: 14px;
    text-align: end;
    display: block;
   
}

/* FAQ  */
.faq{

    margin-top: 120px;
    margin-bottom: 120px;
}

.faq_heading{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;

}

.faq h2{

    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin-top: 50px;
}

.faq p{

    font-family: var(--font-teachers);
    text-align: center;
    margin-top: 20px;

}

.faq_span {

    text-align: center;
    margin-top: 20px;
    font-family: var(--font-teachers);
    font-size: 18px;
}

.faq_content{

    margin-top: 20px;
    width: 100%;
    
}

.faq_content ol  li{

font-family: var(--font-teachers);
border-top: 1px #003f7e5e solid;
padding: 10px;
color: #4C4C4C;


}

.faq-number{

    color: var(--blue);
    font-weight: 600;
}




.faq_content ol  li:first-child{border-top: none;}

/* Sidebar style start */

.slide-menu {
    width: 40px;
    cursor: pointer;
    margin-left: 60px;
    position: relative;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.slide-menu span {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--blue);
    position: relative;
}

.slide-menu::before,
.slide-menu::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: var(--blue);
    right: 0;
}

.slide-menu::before {
    top: 10px;
}

.slide-menu::after {
    bottom: 10px;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
    overflow: hidden;
}

.sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 36px;
    color: var(--blue);
    font-size: 40px;
}

.sidenav-wrapper {
    overflow-y: auto;
    height: 100%;
    padding: 20px 30px;
}

.sidenav-wrapper .navbar-brand {
    width: 156px;
    height: 80px;
    margin-bottom: -20px;
    padding: 0;
}

.sidenav-wrapper p.text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.5px;
   
}

.sidenav-wrapper p.sidebar-amenities {
    font-size: 24px;
    font-family: var(--font-teachers);
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    
}

.sidebar-amenities-wrap .sidebar-amenities a{

    color: var(--blue);
}

.sidenav-wrapper h4 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 40px 0 20px 0;
}

.sidebar-contact-wrap-item {
    position: relative;
    display: flex;
}

.sidebar-contact-wrap-item .icon {
    color: var(--primary);
    margin-right: 16px;
    font-size: 26px;
}

.sidebar-contact-wrap-item span {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 2;
}

/* Sidebar menu */



/* Notice */

.notice_a{

    margin-top: 150px;
    margin-bottom: 120px;
}

.notice_heading{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;

}

.notice_a p{

font-family: var(--font-teachers);
text-align: center;
margin-top: 20px;
}

.notice_content{

    margin-top: 20px;
    width: 100%;
    
}

.notice_content ul  li{

    font-family: var(--font-teachers);
    
    color: #4C4C4C;
    
    
}


/* notice */

/* Terms   */

.terms{

    margin-top: 150px;
    margin-bottom: 120px;
    
}

.terms_heading{

    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;

}

.terms h2{

    font-size: 24px;
    font-weight: 500;
    color: var(--blue);

    margin-top: 50px;
    margin-bottom: 40px;
}

.terms_content p{

    font-family: var(--font-teachers);

margin-top: 20px;

}

/* Popup Start */
.popup {
	display: none;
	position: fixed;
	z-index: 1111;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
	position: relative;
	margin: 20% auto;
	padding: 20px;
	width: 80%;
	max-width: 800px;
	background-color: white;
	border-radius: 10px;
	text-align: center;
}


.popup-content .close{
	position: absolute;
	top: 20px;
	right: 30px;
	color: #aaa;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1111;
}

.popup-content .close:hover,
.popup-content .close:focus {
	color: rgb(0, 0, 0);
	text-decoration: none;
	cursor: pointer;
}


.promo-offer-card-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 40px 30px;
	border-radius: 10px;
	background-color: #ffffff;
}

.promo-offer-card-wrapper p{

    font-family: var(--font-teachers);
    font-size: 18px;

}