@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    color: #555 !important;
    background: #F5F5F5 !important;
 

}

p {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
}

.font01 {
    color: #302e2e !important;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

.f1 {
    writing-mode: vertical-rl;

    color: #dbd4cb;
    padding: 4px;
    font-size: 70px;

}

h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px !important;
    color: #555555;
    letter-spacing: 2px;
    line-height: 24px;
}

h5 {
    font-family: "Montserrat", sans-serif;
}

a {
    color: white !important;
    text-decoration: none;
}

.navbar {
    transition: 0.3s;
}

.bg {
    background-color: white;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.container {
    max-width: 76%;
}

.title {
    color: #111111;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

footer {
    background: #054952 !important;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

a.footer-link {
    color: white;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}

.footer-link:hover {
    color: #A9D1DB;
}

.payment {
    display: flex;
}

.socials {
    display: flex;
    color: white;
}

.footer-links {
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 18px;

}

.socials a {
    text-decoration: none !important;
    color: white;
}

.socials a:hover h4 {
    color: #A9D1DB;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.copyright {
    display: flex;
    justify-content: right;
    text-align: right;
    align-items: end;
}

.room-link {
    color: #000000;
}

.room-link:hover {
    color: #932B41;
}

.navbar .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 1.1em;
}

.navbar .dropdown-item {
    color: #000000 !important;
    font-size: 1.1em;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(0, 0, 0);
    border-bottom: 1px solid black;
    font-size: 1.1em;
}

.navbar .navbar-nav .nav-link:hover {
    color: #808080 !important;

    transition: 0.2s ease-in-out;

}

.navbar-logo-centered .navbar-nav .nav-link {
    padding: .5em 1em;
}

.top-bar {
    background: #054952;
    padding: 10px;
    color: white !important;
    border-bottom: 1px solid #00191C;
}

.carousel1 {
    background: url('img/carousel1.jpg'),rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    height: 80vh;
}

.carousel2 {
     background: url('img/carousel2.jpg'),rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    height: 80vh;
}

.carousel3 {
    background: url('img/carousel3.jpg'),rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    height: 80vh;
}

.carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center !important;
    width: 100%;
    max-width: 90%;
}

.carousel-caption h3 {
    font-size: 82px;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 67.68px;

    font-stretch: 100%;
}

.carousel-caption p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-family: 'Jost', sans-serif;

}

.btn {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #000000;
    background-color: #054952;
    border-radius: 4px !important;
    padding: 10px 25px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    transition: all 1s;
    overflow: hidden;

}

.btn:hover {
    color: rgb(5, 5, 5);
}

.btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #dbd4cb;
    z-index: -1;
    transition: all 1s;
}

.btn:hover::before {
    width: 160%;
}

.elegant-btn {
    color: #000000; /* Black text */
    background-color: #ffffff; /* White background */
    border: 1px solid #000000; /* Thin black border */
    padding: 12px 30px; /* Comfortable padding */
    font-size: 16px; /* Clean, readable font size */
    font-weight: 500; /* Medium weight for elegance */
    text-transform: uppercase; /* Uppercase for a refined touch */
    letter-spacing: 1px; /* Slight spacing for sophistication */
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition */
    position: relative;
    overflow: hidden;
    outline: none; /* Remove default focus outline */
}

.elegant-btn:hover {
    background-color: #f8f8f8; /* Slight light gray on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Optional: Add an underline effect on hover for extra elegance */
.elegant-btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    background-color: #000000;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.elegant-btn:hover::after {
    width: 70%; /* Underline grows on hover */
}

.section1 {
    position: relative;
    margin-top: -80px;
}

.row1 {
    position: relative;
    margin-top: -350px;
    z-index: 100;
    text-align: center;
}

.title1 {
    font-size: 70px;
    background: rgba(255, 255, 255, 0.807);
    padding: 20px;
    color: #fcf9f0;
    font-weight: 700;
}

.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0px;
}


.testimonials-section1 {

    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #C4AB86;
    background: url('../photos/AS_2019_DStudio_305.jpg'), rgba(0, 0, 0, 0.645);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
}



/*rooms.html*/
#room-head {
   background: url('img/rooms/One-Bedroom\ Apartment2.jpg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
}

#gallery-head {
     background: url('img/rooms/One-Bedroom\ Apartment3.3.jpg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
}

#aboutus-head {
     background: url('img/aboutus.jpg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
}

#contact-head {
    background: url('img/contactus.jpg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
}

.room-box1 {
    position: relative;
}

.room-number1 {
    position: absolute;
    display: flex;
    top: 15px;
    left: 15px;
    background-color: white;

    padding: 5px;

}




/*rooms.html*/
.section-bg2 {
    background: url('../photos/img2.jpg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
}


@media(max-width:1000px) {
    .carousel-caption {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        padding: 0rem;
        color: #fff;
        text-align: center;
        justify-content: center;
        align-items: center;
        justify-items: center !important;
        width: 100%;
        max-width: 90%;
    }

    .carousel-caption h3 {
        font-size: 40px;
        z-index: 100;
        line-height: normal;
        font-stretch: normal;
        margin-bottom: 20px !important;
    }

    .title {
        color: #111111;
        font-size: 32px;
        font-weight: 700;
        line-height: 60px;
    }

    .img1 {
        display: none;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }

    .f1 {
        writing-mode: horizontal-tb;
        color: #054952;
        padding: 4px;
        font-size: 43px;
    }

    .contact-box {
        padding: 26px;
        background: #F8F6F3;
    }
}

/*Animations*/
.fadeinleft {
    opacity: 0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright {
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fadeinup {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
}

.fade-in {
    opacity: 0;
    transition: all 1.3s ease-in;
}

.active-left,
.active,
.active-right,
.active-down,
.active-up {
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
}

.fadein {
    opacity: 0;
}


.img3 {
    margin-top: -30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width: 90%;
}

@media(max-width:1000px) {
    .pool-facility {
        padding: 20px;
    }

    .loop-holder__text {
        animation: textLoop 40s linear infinite;
        font-size: 18vw !important;
        padding-right: .35em;
        color: #00000013;
    }
}

.pre-footer {
    background: url('../img/478379792.jpg'), rgb(255, 255, 255) linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(32, 32, 32, 1) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
    height: 60vh;
    background-attachment: scroll;
    height: auto;
    padding: 5em 0em;
    display: flex;
    align-items: center;

}

.pre-box {
    background: white;
    padding: 2em;

}

.pre-box p {
    color: black;
}

.review-box {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: rgb(255, 255, 255);
    transition-duration: 0, 4s;
    width: fit-content;
    padding: 1em 3em;
    margin-left: 1em;
    margin-bottom: 1em;
    transition-duration: 0.4s;
}

.review-box:hover {
    box-shadow: none !important;
    margin-left: 0em;
    margin-bottom: 0em;
    transition-duration: 0.4s;
}

/* Inicioni numërimin për seksionin */



.accommodation2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f1b3d22a;
}

.room-button {
    text-transform: uppercase;
    background-color: #AA8453;
    color: black;
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s ease;
    text-decoration: none;
    max-width: 160px !important;
    justify-content: center !important;
    text-align: center;
    transition: all ease 0.2s;

}

.accommodate h1{
    font-weight: 700 !important;
    color: #0549529d !important;
}



.col1 {
    font-family: "Train One", serif;
    font-weight: 400;
    font-style: normal;
    /* text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.384); */


}

.bg1 {
    background-color: rgb(255, 255, 255);
}


@media (max-width: 576px) {

    .room-section {
        padding: 0 !important;
    }

    .item {
        width: 350px !important;
    }

    #gallery {

        padding: 10px !important;
    }


    .content-column {
        padding: 20px !important;
        margin-top: 10px !important;
    }

    .carousel-caption {

        margin-left: 0;
        margin-right: 0;
    }

    .container {
        width: 100%;
    }

    .foto {
        background: rgba(184, 130, 182, 0);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(9.4px);
        -webkit-backdrop-filter: blur(9.4px);
        border: 1px solid rgba(184, 130, 182, 0.59);
        padding: 1px 12px;
    }

    .footer-links {
        display: flex;
        font-family: Jost, sans-serif;
        font-size: 18px;
        padding: 0px 20px 0px 20px;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: baseline;
    }

    .title {
        color: #111111;
        font-size: 32px;
        font-weight: 700;
        line-height: 60px;
    }


}

.contact-box {
    padding: 50px;
    background: #F8F6F3;
}

.contact-icon {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    color: #054952;
}

@media (max-width: 768px) {
    .title {
        color: #111111;
        font-size: 32px;
        font-weight: 700;
        line-height: 60px;
    }

    .col1 {
        display: none;
    }

}

@media only screen and (min-width: 360px) and (max-width: 720px) and (orientation: portrait) {
    .carousel1 {
        height: 500px;
    }

    .col1 {
        display: none;
    }
}

.section-padding {
    position: relative; /* Required for pseudo-element positioning */
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/back.jfif') no-repeat 120% 1%;
    background-size: 47%;
    opacity: 0.1; /* Adjust this value (0.3 = 30% opacity) */
    z-index: 0; /* Ensures it stays behind content */
    pointer-events: none; /* Allows clicks to pass through */
}

.about1 {
    position: relative !important;
}


.facilities-section {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
}

.facility-no {
    position: absolute;
    display: flex;
    top: 0 !important;
    right: 0;
    font-size: 100px;
    color: #f1f1f1;

}

.number {
    margin-bottom: -40px;
    font-size: 7em !important;
    font-weight: 600;


    font-weight: bold;
    transition: all 0.5s ease;
}

/* rooms - in home page */

.rooms-section {
    background: url('../photos/h6-layer1.png');
    background-color: #F1EFED;
    background-position: left;
    background-size: 50%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
}



/* General Styles */
.rooms-section {
    background: linear-gradient(to right, #f3e5d8, #e0d4c2);
    padding: 50px 0;
}

/* Button */
.btn-book {
    display: inline-block;
    background-color: #AA998A;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn-book:hover {
    background-color: #8a7c6d;
    transform: scale(1.05);
}

/* Room Box */
.room-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.room-box:hover {
    transform: scale(1.05);
}

.room-box img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;


}

.room-info {
    text-align: center;

    color: white;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(121, 116, 116, 0.2);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);


}

.room-details {
    font-size: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}


/* View All Button */
.view-all:hover {
    color: #8a7c6d;
    border-bottom: 2px solid #8a7c6d;
}

/* Owl Carousel */
.owl-carousel .room-box {
    margin: 10px;
}

.restaurant {
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutus12 {
    background-color: #054952;

}

.about {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to left, #ffffff 70%, #DBD4CB 30%);
}

.fac {
    padding-top: 160px;
    padding-bottom: 160px;
}

.facilities {
    text-align: justify;
}

.map-wrapper {
    position: relative;

    max-width: 900px;
    /* Prevents it from stretching too wide */

    margin: auto;
    /* Centers the map */
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    /* Necessary for responsive scaling */
}

/* Ensures the map iframe fills its container */
.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border: none;
}

/* Adjust height for mobile devices */
@media (max-width: 768px) {
    .map-wrapper {
        padding-bottom: 75%;
        /* Taller aspect ratio for mobile */
    }
}

@media (max-width: 480px) {
    .map-wrapper {
        padding-bottom: 100%;
        /* Square aspect ratio for small screens */
    }
}

.contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);

}

.contact-info .item {
    border-right: 1px solid rgba(200, 200, 200, 0.6);
}

.contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #054952;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
}

.contact-info .item .icon i {
    color: #ffffff;
    font-size: 26px;
}

.contact-info .item h5 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-family: 'Gilda Display', serif;
    color: #000000;
    height: 400;
}

.contact-info .item p {
    margin-bottom: 2px;
    font-family: 'Gilda Display', serif;
}

@media screen and (max-width: 991px) {



    .contact-info {
        display: unset !important;
        border-bottom: none !important;
    }

    .contact-info .item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(200, 200, 200, 0.6);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}


.gallery-ig {
    padding: 0 0 50px;
}

.gallery-ig-main {
    display: flex;
    justify-content: space-between;
}

.gallery-ig-main .col-img:first-child,
.gallery-ig-main .col-img:last-child {
    max-width: 360px;
}

.gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
}

.gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
}

.gallery-ig-main .col-img .top {
    display: flex;
}

.gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
}

.gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
}

@media (max-width: 768px) {


    .gallery-ig h1 {
        font-size: 24px;
        text-align: center;
    }

    .gallery-ig-main {
        flex-direction: column;
        align-items: center;
    }

    .gallery-ig-main .col-img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .gallery-ig-main .col-img .top,
    .gallery-ig-main .col-img .bottom {
        flex-direction: column;
    }

    .gallery-ig-main .col-img .ig-box {
        height: auto;
    }

    .gallery-ig-main .col-img .top .ig-box,
    .gallery-ig-main .col-img .bottom .ig-box {
        margin: 0 0 15px;
        height: auto;
    }

    .tf-button {
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    .text-col h1{
        font-size: 30px !important;
    }
}

/* Mobile (576px and below) */
@media (max-width: 576px) {
    .text-col h1 {
      font-size: 22px !important; /* Optimal for phone screens */
    }
  }

/* For screens smaller than 480px */
@media (max-width: 480px) {
    .gallery-ig h1 {
        font-size: 23px;
        margin-bottom: 15px;
    }


    .tf-button {
        font-size: 12px;
        padding: 10px;
        line-height: 40px;
    }

    .tf-button.style3 {
        padding: 10px 20px;
        line-height: 40px;
    }
    .text-col h1{
        font-size: 30px !important;
    }
}

.cart5 {
    font-family: "Forum", serif;
    font-size: 40px;
    font-weight: 500;
}


.pattern3 {
    font-family: "Forum", serif;
    color: #2A1119;
}


.text-col {
    position: relative;
    margin-top: -40px;
}

.text-col h1 {
    font-size: 70px !important;
    color: #054952 !important;
    text-shadow: 4px 2px 6px rgba(181, 172, 50, 0.6) !important;
    line-height: 90px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
}

.resort1 {
    font-size: 50px !important;
    color: #054952 !important;

    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
}

.img1 {
    border-radius: 25PX !important;
}

.img25 {
    border-radius: 25PX !important;
}

.about0 {
    font-family: "Cinzel", serif;
    font-weight: 600;
}

.about0 {
    font-family: "Forum", serif;
}

.resort3 {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px !important;

}
.facilitiess{
    background: url('./img/4bb53849-84d2-463d-b4ac-8aa52f956ed2.jpg') rgba(0, 0, 0, 0.726);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    padding-top: 70px;
    padding-bottom: 100px;
    color: rgb(0, 0, 0);
    text-align: center;
  }
  .fc-iconss{
    background-color: #ffffff;
  }
 /* Section Facilities */
 .fc-iconss{
    position: relative;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.178);
}
.fc-iconss img{
width: 30px;
}
.fc-iconss h6{
color: #222222;
font-size: 22px;
    font-family: "jost", serif;
margin: 10px 0;
transition: 0.2s;
}
.fc-iconss p{
    color: #666666;
    font-size: 16px;
        font-family: "Forum", serif;
    margin: 10px 0;
    font-family:"Jost", sans-serif;
    transition: 0.3s;
    }
.fc-iconss:hover{
    border: 1px solid rgba(0, 0, 0, 0.096);
}
.count-num{
    position: absolute;
    font-size: 20px;
    width: 20%;
    height: auto;
    top: 0;
    right: 0;
    text-align: end;
    color: #916025;
    padding: 5px;
    border-bottom: #252a2c38 1px solid;
    border-left: #272b2e38 1px solid;
    background-color: #ffffff38;
}
/* Mobile (576px and below) */
@media (max-width: 576px) {
    .text-col h1 {
      font-size: 42px !important; /* Optimal for phone screens */
    }
    .img25{
        display: none;
    }

  }