.icon_box-1 {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    padding: 50px 30px;
    transition: .5s;
}
.icon_box-1 img{
    height:80px;
}
.icon_box-1 p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}
.float-phone {
    position: fixed;
    width: 55px;
    height: 60px;
    bottom: 40px;
    left: 25px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding: 5px;
}
.img-fluid-what-phone {
    width: 55px;
    height: auto;
}
body {
    font-family: "Source Sans 3", sans-serif;
    background: #fff;
    color: #1a1a1a;
}
a {
    color: #fc6106;
    text-decoration: none;
}
a:hover {
    color: #fc6106;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "EB Garamond", serif;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 2px solid #fc6106;
}
.back-to-top i {
    font-size: 28px;
    color: #fc6106;
    line-height: 0;
}
.back-to-top:hover {
    background: #fc6106;
    color: #1a1814;
}
.back-to-top:hover i {
    color: #444444;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
#header {
    background: transparent;
    z-index: 997;
    padding: 10px 0;
}
#header.header-scrolled {
    top: 0;
    background: #050505;;
}
#header .logo {
    color: #fff;
    font-size: 1.6em;
    margin: 0;
    margin-right: 0px;
    padding: 0;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-family: "EB Garamond", serif;
}
#header .logo a {
    color: #fff;
}
#header .logo .ashram {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: "EB Garamond", serif;
}
.book-a-table-btn {
    background-color: #da171e;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
    line-height: 1;
    font-family: "EB Garamond", serif;
    border: 2px solid #da171e;
}
.book-a-table-btn:hover {
    background: #ebdd82;
    color: #050505;
    border: 2px solid #ebdd82;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    font-family: "EB Garamond", serif;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #fff;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #444444;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #fc6106;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 17px;
    color: #333;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #da171e;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #da171e;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
#home .item {
    height: 98vh;
    position: relative;
}
#home .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}
#home .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}
#home .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
#home .item .cover .header-content h2 {
    font-weight: 700;
    font-size: 5em;
    color: #fff;
    line-height: 1.25;
}
#home .item .cover .header-content p {
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.25;
    margin-top: 0.5em;
}
#home .item .cover .header-content h3 {
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
#home .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#home .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#home .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#home .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
#home .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent !important;
    width: 60px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50px;
}
#home .owl-nav .owl-prev span {
    font-size: 2.6875rem;
    color: #fff;
}
#home .owl-nav .owl-prev:focus {
    outline: 0;
}
#home .owl-nav .owl-prev:hover {
    background: transparent !important;
}
#home .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent !important;
    width: 60px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50px;
}
#home .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
#home .owl-nav .owl-next:focus {
    outline: 0;
}
#home .owl-nav .owl-next:hover {
    background: transparent !important;
}
#home:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
#home:hover .owl-next {
    right: 0px;
    opacity: 1;
}
.welcome-cta {
    margin-top: 3em;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.cta-1 {
    color: #050505;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.25;
    background-color: #ebdd82;
    padding: 10px 45px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    transition: 0.3s;
    border: 4px solid #ebdd82;
}
.cta-1:hover {
    transition: 0.3s;
    border: 4px solid #ebdd82;
    background-color: #ebdd82;
    opacity: 0.8;
    color: #050505;
}
#about {
    padding: 60px 0 60px;
}
.aboutsec {
    margin-bottom: 4em;
}
.aboutsec h4 {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}
.aboutsec h1 {
    color: #ebdd82;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
    background-color:#050505;
    border-radius:4px;
}
.aboutsec h3 {
    color: #380420;
    font-weight: 600;
    font-size: 3em;
    line-height: 1.2;
    text-transform: capitalize;
}
.aboutsec p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.65;
}
#beach1 {
    padding: 80px 0 80px 0;
}
#beach {
    width: 100%;
    background: url(../images/banners/banner3.webp) center no-repeat;
    padding: 80px 0 80px 0;
    height: 500px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
#beach::before {
    content: "";
    position: absolute;
    background-color: rgb(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.sea-bea h2 {
    font-weight: 700;
    font-size: 3.2em;
    line-height: 1.25;
}
.sea-bea {
    position: relative;
}
.welcome-cta1 {
    margin-top: 20px;
}
.media-29101 img {
    margin-bottom: 20px;
    border-radius: 8px;
}
.owl-2-style .owl-nav {
    display: none;
}
.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: 0px;
}
.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}
.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}
.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}
.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}
#Rooms {
    padding: 70px 0 70px;
 background-color: #FAF5F2 ;
}
.room-heaidnh h3 {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}
.room-heaidnh h2 {
    color: #da171e;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
}
.room-heaidnh {
    margin-bottom: 2.5em;
}
.img-room-content img {
    height: 250px;
    border-radius: 1em;
}
.img-room-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.img-room-content1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    background: #f8fcff;
    margin-bottom: 20px;
}
.cottage-title h4 {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.3;
    text-transform: capitalize;
}
.cottage-title p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
}
.cottage-title {
    text-align: center;
    padding: 10px;
}
.cta-12 {
    color: #222;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.25;
    background-color: transparent;
    padding: 4px 20px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    transition: 0.3s;
    border: 4px solid #ebdd82;
}
.cta-12:hover {
    transition: 0.3s;
    border: 4px solid #ebdd82;
    background-color: #ebdd82;
    opacity: 0.8;
    color: #050505;
}
.welcome-cta12 {
    margin: 20px 0 10px;
}
.beac-view-gap {
    margin-top: 4em;
}
.facilites-box {
    padding: 20px;
}
.facilites-box h2 {
    color: #da171e;
    font-weight: 800;
    font-size: 1.6em;
    line-height: 1.3;
    text-transform: capitalize;
}
.facilites-box p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.6;
}
.box-ul {
    list-style-type: none;
    padding: 0;
}
.box-ul li {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.6;
}
.events {
    padding: 100px 0 100px;
    background-color: #fff;
}
.spce-e {
    margin-top: 4em;
}
.event-par {
    margin-top: 3em;
}
.event-par h3 {
    font-weight: 800;
    font-size: 2.6em;
    line-height: 1.3;
    color: #050505;
}
.event-par p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.6;
}
.gap-ganges {
    margin-top: 4em;
}
.event-par h6 {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.3;
}
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
}
.project-item a i {
    font-size: 40px;
}
.project-item:hover a {
    opacity: 1;
}
.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 35px;
    transition: 0.5s;
}
.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #ffffff;
    border-color: var(--primary);
    background: var(--primary);
}
.project-carousel {
    margin-bottom: 30px;
}
#gallery {
    padding: 80px 0 80px;
    background-color: #fff;
}
.position-relative img {
    height: 280px;
}
#Gallery {
    padding: 80px 0 80px;
}
#exlope-places {
    background: rgba(0, 0, 0, 0) url("../images/banners/banner5.webp") no-repeat scroll bottom  center / cover;
    color: #fff;
    position: relative;
    padding: 80px 0 80px;
    background-attachment: fixed;

}
#exlope-places::before {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.meeting-conferance {
    position: relative;
}
.meeting-conferance h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}
.meeting-conferance p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}
.meeting-conferance ul li {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6;
    background-color: #ebdd82;
    color: #222;
    padding: 6px 20px;
    border-radius: 50px;
}
.meeting-conferance ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em;
    justify-items: center;
    padding: 0;
    list-style-type: none;
}
.contt-banner {
    padding: 40px;
    text-align: center;
}
#contact {
    padding: 80px 0 80px;
    background-color: #fff;
}
.map-locat h3 {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
address {
    margin-bottom: 1rem;
    font-family: "Source Sans 3", sans-serif;
    line-height: inherit;
    font-size: 1.3em;
    font-weight: 500;
}
.phone {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.list-foot ul {
    list-style-type: none;
    color: #222;
    margin: 0;
}
.list-foot ul li a {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #222;
}
.list-foot ul li a:hover {
    color: #222;
}
.copright p {
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
}
.list-foot ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    flex-wrap: wrap;
    color: #fff;
    padding: 30px 0 30px;
}
#footer {
    background: #f8fcff;
}
#privacy {
    background: #f8fcff;
    width: 100%;
    background: url(../images/banners/banner5.webp) bottom no-repeat;
    background-attachment: scroll;
    background-size: auto;
    padding: 120px 0 120px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.poli-content {
    padding: 40px 0 40px;
    background-color: #fff;
}
.prepayment h2 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: #da171e;
}
.prepayment h3 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
.p-list li {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}
.prepayment p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}
.img-fluid-what {
    width: 60px;
    height: auto;
}
.float {
    position: fixed;
    width: 65px;
    height: 60px;
    bottom: 40px;
    right: 52px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding: 5px;
}
@media (max-width: 391px) {
    #header .logo .ashram {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #beach1 {
        padding: 30px 0 60px 0;
    }
    #header .logo {
        font-size: 1.2em;
        margin: rgb(52, 55, 59);
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #home .item .cover .header-content {
        position: relative;
        padding: 10px;
        overflow: hidden;
    }
    #home .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 2em;
        color: #fff;
        line-height: 1.25;
        margin-top: 0.1em;
    }
    #home .item .cover .header-content h3 {
        font-size: 1.6em;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
    
    #home .item {
        height: 500px;
        position: relative;
    }
    #home .item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    #about {
        padding: 30px 0 60px;
    }
    .aboutsec h4 {
        font-weight: 700;
        font-size: 1.1em;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
    }
    .aboutsec h1 {
        font-weight: 800;
        font-size: 1.6em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
        padding: 20px;
    }
    #beach {
        height: auto;
    }
    .img-room-content img {
        height: auto;
    }
    .position-relative img {
        height: 240px;
    }
    .sea-bea h2 {
        color: #1a1a1a;
        font-weight: 700;
        font-size: 2.1em;
        line-height: 1.2;
    }
    .welcome-cta1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .room-heaidnh h2 {
        color: #da171e;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    .room-heaidnh {
        margin-bottom: 1em;
    }
    .facilites-box img {
        width: 30px;
    }
    .event-par {
        margin-top: 1em;
    }
    .event-par h3 {
        font-weight: 800;
        font-size: 2em;
        line-height: 1.3;
        color: #da171e;
    }
    #Gallery {
        padding: 40px 0 80px;
    }
    .meeting-conferance h2 {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .meeting-conferance ul li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
        background-color: #ebdd82;
        color: #222;
        padding: 6px 20px;
        border-radius: 50px;
    }
    #contact {
        padding: 60px 0 60px;
        background-color: #fff;
    }
    .map-locat h3 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    address {
        margin-bottom: 1rem;
        font-family: "Source Sans 3", sans-serif;
        line-height: inherit;
        font-size: 1.2em;
        font-weight: 500;
    }
    .phone {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .list-foot ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        flex-wrap: wrap;
        color: #fff;
        padding: 10px 0 10px;
    }
    .img-fluid-what {
        width: 50px;
        height: auto;
    }
  
    .prepayment h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
        color: #da171e;
    }
    .prepayment p {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .prepayment h3 {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .p-list li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .copright p {
        text-align: center;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.4;
    }
}
@media (min-width: 392px) and (max-width: 575.98px) {
    #beach {
        height: auto;
    }
    .img-room-content img {
        height: auto;
    }
    .position-relative img {
        height: 230px;
    }
    .light-house a {
        color: #da171e;
        font-weight: 700;
        font-family: "EB Garamond", serif;
        letter-spacing: 0.5px;
        font-size: 16px;
    }
    #header .logo .ashram {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #header .logo {
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #home .item .cover .header-content {
        position: relative;
        padding: 10px;
        overflow: hidden;
    }
    #home .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 2em;
        color: #fff;
        line-height: 1.25;
        margin-top: 0.1em;
    }
    #home .item .cover .header-content h3 {
        font-size: 1.6em;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
   
    #home .item {
        height: 500px;
        position: relative;
    }
    #home .item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    #about {
        padding: 30px 0 60px;
    }
    .aboutsec h4 {
        font-weight: 700;
        font-size: 1.1em;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
    }
    .aboutsec h1 {
        color: #ebdd82;
        font-weight: 800;
        font-size: 1.6em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
        padding:10px;
    }
    .sea-bea h2 {
        color: #1a1a1a;
        font-weight: 700;
        font-size: 2.1em;
        line-height: 1.2;
    }
    .welcome-cta1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .room-heaidnh h2 {
        color: #da171e;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    .room-heaidnh {
        margin-bottom: 1em;
    }
    .facilites-box img {
        width: 30px;
    }
    .event-par {
        margin-top: 1em;
    }
    .event-par h3 {
        font-weight: 800;
        font-size: 2em;
        line-height: 1.3;
    }
    #Gallery {
        padding: 40px 0 80px;
    }
    .meeting-conferance h2 {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .meeting-conferance ul li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
        background-color: #ebdd82;
        color: #222;
        padding: 6px 20px;
        border-radius: 50px;
    }
    #contact {
        padding: 60px 0 60px;
        background-color: #fff;
    }
    .map-locat h3 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    address {
        margin-bottom: 1rem;
        font-family: "Source Sans 3", sans-serif;
        line-height: inherit;
        font-size: 1.2em;
        font-weight: 500;
    }
    .phone {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .list-foot ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        flex-wrap: wrap;
        color: #fff;
        padding: 10px 0 10px;
    }
    .img-fluid-what {
        width: 50px;
        height: auto;
    }
   
    .prepayment h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
        color: #da171e;
    }
    .prepayment p {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .prepayment h3 {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .p-list li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .copright p {
        text-align: center;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.4;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .book-a-table-btn {
        margin: 0 15px 0 35px;
        padding: 8px 20px;
    }
    #header .logo .ashram {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #header .logo {
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #home .item .cover .header-content {
        position: relative;
        padding: 10px;
        overflow: hidden;
    }
    #home .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 2em;
        color: #fff;
        line-height: 1.25;
        margin-top: 0.1em;
    }
    #home .item .cover .header-content h3 {
        font-size: 1.6em;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
  
    #home .item {
        height: 500px;
        position: relative;
    }
    #home .item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    #about {
        padding: 30px 0 60px;
    }
    .aboutsec h4 {
        font-weight: 700;
        font-size: 1.2em;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
    }
    .aboutsec h1 {
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
        padding:10px;
    }
    .img-room-content img {
        height: auto;
    }
    .position-relative img {
        height: 220px;
    }
    .sea-bea h2 {
        color: #1a1a1a;
        font-weight: 700;
        font-size: 2.2em;
        line-height: 1.2;
    }
    .welcome-cta1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .room-heaidnh h2 {
        color: #da171e;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    .room-heaidnh {
        margin-bottom: 1em;
    }
    .facilites-box img {
        width: 30px;
    }
    .event-par {
        margin-top: 1em;
    }
    .event-par h3 {
        font-weight: 800;
        font-size: 2em;
        line-height: 1.3;
    }
    #Gallery {
        padding: 40px 0 80px;
    }
    .meeting-conferance h2 {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .meeting-conferance ul li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
       
        padding: 6px 20px;
        border-radius: 50px;
    }
    #contact {
        padding: 60px 0 60px;
        background-color: #fff;
    }
    .map-locat h3 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    address {
        margin-bottom: 1rem;
        font-family: "Source Sans 3", sans-serif;
        line-height: inherit;
        font-size: 1.2em;
        font-weight: 500;
    }
    .phone {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .list-foot ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        flex-wrap: wrap;
        color: #fff;
        padding: 10px 0 10px;
    }
    .img-fluid-what {
        width: 50px;
        height: auto;
    }
    
    .prepayment h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
        color: #da171e;
    }
    .prepayment p {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .prepayment h3 {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .p-list li {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.6;
    }
    .copright p {
        text-align: center;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.4;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .book-a-table-btn {
        margin: 0 15px 0 35px;
        padding: 8px 20px;
    }
    #header .logo .ashram {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #beach1 {
        padding: 20px 0 40px 0;
    }
    #header .logo {
        font-size: 1.3em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #home .item .cover .header-content {
        position: relative;
        padding: 20px;
        overflow: hidden;
    }
    #home .item .cover .header-content h2 {
        font-weight: 600;
        font-size: 2.2em;
        color: #fff;
        line-height: 1.25;
        margin-top: 0.1em;
    }
    #home .item .cover .header-content h3 {
        font-size: 1.7em;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
   
    #home .item {
        height: 500px;
        position: relative;
    }
    #home .item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    #about {
        padding: 30px 0 60px;
    }
    .welcome-cta1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .event-par {
        margin-top: 0em;
    }
   
    .room-heaidnh h2 {
        color: #da171e;
        font-weight: 800;
        font-size: 1.8em;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }
    .room-heaidnh {
        margin-bottom: 1.5em;
    }
    .map-locat h3 {
        font-size: 1.8em;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
 

    #header .logo .ashram {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    #header .logo {
        font-size: 1.3em;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px 10px 10px;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 600;
        font-family: "EB Garamond", serif;
        letter-spacing: 1px;
        text-transform: capitalize;
    }
    .light-house a {
        color: #da171e;
        font-weight: 700;
        font-family: "EB Garamond", serif;
        letter-spacing: 0.5px;
        font-size: 16px;
    }

    #beach1 {
        padding: 20px 0 40px 0;
    }
    .gap-ganges {
        margin-top: 0;
    }
    .position-relative img {
        height: 220px;
    }
    .welcome-cta1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .sea-bea h2 {
        color: #1a1a1a;
        font-weight: 700;
        font-size: 2em;
        line-height: 1.2;
    }
    .event-par {
        margin-top: 0em;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
 
    #header .logo {
        font-size: 1.6em;
        margin: 0;
        margin-right: 0px;
        margin-right: 0px;
        padding: 0;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-family: "EB Garamond", serif;
    }
    #header .logo .ashram {
        font-size: 25px;
        color: #fff;
        font-weight: 700;
        font-family: "EB Garamond", serif;
    }
    .sea-bea h2 {
        font-weight: 700;
        font-size: 2.5em;
        line-height: 1.25;
    }
    #beach1 {
        padding: 20px 0 80px 0;
    }
    #beach1 {
        padding: 20px 0 80px 0;
    }
    .position-relative img {
        height: 240px;
    }
}
