p, .sub--text, .opportunities-content, .desc-text, .inner-content-text, .other-room--desc {
    line-height: 26px;
}

.other-room--wrapper {
    height: 600px;
}

.inner-header-text {
    width: 100%;
}

.desc-name {
    padding-right: unset;
    width: 100%;
}

.activities-section .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 40px;
    display: flex;
    gap: 10px;
}

.activities-section .owl-nav button {
    position: unset;
}

.activity-content-wrapper {
    width: unset;
    margin: 0;
    padding: unset;
    background: unset;
    box-shadow: unset;
}

.activities-section .owl-carousel {
    width: 85%;
    margin: auto auto 35px auto;
    padding: 24px;
    background: #ffffff;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
}

.cbtn {
    padding: 7px 40px;
    background-color: white;
    border: 1px solid transparent;
    color: black;
}

.cbtn:hover {
    border: 1px solid white;
    background-color: transparent;
}

.cbtn-outline {
    padding: 7px 40px;
    border: 1px solid white;
}

.cbtn-outline:hover {
    color: black;
    background-color: white;
}

.contact-form-inputs textarea {
    width: 98%;
    height: 50px;
    min-height: 50px;
    border: 1px solid #333743;
    padding-left: 20px;
    padding-top: 15px;
}

.contact-form-inputs textarea::placeholder {
    font-size: 12px;
}

.activity-feature:hover .activity-feaure-image {
    filter: invert(1);
}

.activity-feaure-image {
    height: 40px;
    object-fit: contain;
}

.footer-copyright {
    background-color: #4e4b5e;
}

.body-pattern {
    background-image: url('https://bodrum.miradahotels.com/app-assets/images/pattern/mirada.png');
}

.modal-center-top ul li a:hover {
    font-size: 38px;
}

@media (max-width: 600px) {
    .about-header, .header--text, .gdesc--name, .video-content-text {
        line-height: 35px;
    }

    .video-content-subtext, p, .sub--text, .opportunities-content, .desc-text, .inner-content-text, .other-room--desc, .about-content, .about-subcontent {
        line-height: 20px;
    }

    .navigation ul {
        gap: 15px;
    }

    .footer-menu ul li a {
        font-weight: 500;
    }

    .about-images-wrapper {
        text-align: center;
    }

    .about-image-1 {
        width: 80%;
        height: unset;
    }

    .room-view {
        right: unset !important;
    }

    .contact-page-section iframe {
        width: 100% !important;
        margin-top: 24px;
    }
}


.header-bg-404 {
    height: 130px;
    background-color: var(--gray);
}

.content-404 {
    height: 700px;
    position: relative;
}

.header-404 {
    position: relative;
}

.header-404-h1 {
    padding-top: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

.main-404 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: -40px;
    height: 435px;
}

.wrapper-404 {
    display: flex;
    margin-top: -10px;
    gap: 20px;
}

.content-4 {
    font-size: 210px;
    color: var(--gray);
}

.main-0 {
    position: relative;
    width: 300px;
    justify-content: center;
    display: flex;
}

.content-0 {
    font-size: 210px;
    color: var(--gray);
    z-index: 1;
    position: relative;
}

.content-0-upper {
    width: 210px;
    height: 150px;
    background-color: #d9d9d9;
    position: absolute;
    top: 40px;
    border-bottom-left-radius: 30%;
    border-top-left-radius: 20%;
    z-index: 0;
    right: 45px;
    border-top-right-radius: 10%;
}

.content-0-right {
    width: 156px;
    position: absolute;
    top: 190px;
    z-index: 0;
    height: 60px;
    right: 45px;
    background-color: #d9d9d9;
    border-bottom-left-radius: 30%;
}

.content-0-bottom {
    width: 210px;
    position: absolute;
    top: 190px;
    z-index: 0;
    height: 230px;
    right: 45px;
    background-color: #d9d9d9;
    border-top-left-radius: 40%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
}

.text-404 {
    height: 100%;
    display: flex;
    width: 95%;
    margin: auto;
    justify-content: end;
    flex-direction: column;
    text-align: center;
}

.img-404 {
    width: 160px;
    object-fit: cover;
    align-self: center;
    margin-bottom: 30px;
}

.links-404 {
    gap: 25px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.content-detail-a {
    color: black;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative
}

.content-detail-a:hover {
    color: #000;
}


.back-to-404 {
    position: absolute;
    top: 32px;
    left: 60px;
    align-items: center;
    color: black;
    display: flex;
}

.back-to-i {
    padding-right: 6px;
    font-size: 12px;
}

.back-to-404:hover {
    color: #000;
}

.alt-content-404 {
    margin-top: 12px;
}

@media (max-width: 900px) {
    .main-404 {
        gap: 40px;
    }
}

@media (max-width: 600px) {

    .content-404 {
        padding-top: 25px;
        height: 410px;
    }

    .header-404-h1 {
        padding-top: 10px;
        font-size: 16px;
    }

    .main-404 {
        gap: 20px;
        margin-top: -20px;
        height: 230px;
    }

    .content-4 {
        font-size: 100px;
    }

    .main-0 {
        width: 100px;
    }

    .content-0 {
        font-size: 100px;
    }

    .content-0-upper {
        width: 85px;
        height: 60px;
        right: 10px;
        top: 30px;
        border-bottom-left-radius: 34%;
    }

    .content-0-right {
        width: 60px;
        top: 89px;
        height: 20px;
        right: 10px;
    }

    .content-0-bottom {
        width: 85px;
        top: 100px;
        z-index: 0;
        height: 100px;
        right: 10px;
    }

    .img-404 {
        width: 60px;
        object-fit: cover;
        align-self: center;
        margin-bottom: 15px;
    }

    .content-detail-a {
        padding: 5px 10px;
        margin-top: -20px;
        margin-bottom: 30px;
        font-size: 12px;
    }

    .back-to-404 {
        top: 24px;
        left: 16px;
    }

    .wrapper-404 {
        margin-top: 30px;
    }

    .alt-content-404 {
        margin-top: 30px;
    }

    .links-404 {
        display: block;
    }

    .header-bg-404 {
        height: 90px;
    }

    .back-to-i {
        padding-right: 4px;
    }

}

.rooms-section {
    background-color: #4e4b5e;
}

.other-rooms-section {
    background-color: #4e4b5e;
}

.rooms--properties-link {
    background-color: #4e4b5e;
}

.rooms--properties-link, .rooms--detail-link {
    font-size: 14px;
}

/* header-slider */

.header__image {
    height: 100vh;
    object-fit: cover;
}

.header__link {
    background-color: #fff;
    color: #000;
    padding: 12px 50px;
    margin-left: 10px;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    width: fit-content;
    font-weight: 500;
}

.header__link:hover {
    color: #5a5a5a;
}

/* banner */

.banner__section {
    height: 300px;
    width: 100%;
    background-color: #4e4b5e;
    align-items: center;
    display: flex;
}

.banner__wrapper {
    display: flex;
    align-items: center;
}

.banner__left {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

.banner__right {
    width: 30%;
    text-align: end;
}

.banner__text {
    margin: 0;
}

.banner__subtext {
    margin: 0;
}

.banner__line {
    display: block;
    width: 110px;
    height: 2px;
    background-color: #fff;
}

.banner__link {
    padding: 16px 50px;
    background-color: #fff;
    border-radius: 10px;
    color: #4e4b5e;
    font-weight: 600;
}

.inner-page {
    padding: 20px 0;
}

.other-room-desc-wrapper {
    display: grid;
    grid: auto 130px auto / 1fr;
    gap: 20px;
}

.more-item-desc {
    display: grid;
    grid: auto / auto 1fr;
    padding: 20px;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
}

@media (max-width: 1800px) {
    .more-item-desc {
        display: grid;
        grid: auto / auto 1fr;
        padding: 20px;
        align-items: flex-start;
        gap: 20px;
        height: 100%;
    }

    .desc-text {
        width: 100%;
    }

    .banner__wrapper .banner__link {
        white-space: nowrap;
    }
}

@media (max-width: 1300px) {
    .header--text {
        font-size: 50px;
    }

    .index--rooms-name {
        font-size: 20px;
    }

    .rooms--properties-link, .rooms--detail-link {
        padding: 8px 10px;
    }
}

@media (max-width: 1100px) {
    .other-room-desc-wrapper {
        display: flex;
        grid: unset;
        gap: unset;
    }

    .more-item-desc {
        display: grid;
        grid: auto / 1fr;
        gap: 10px;
        height: 100%;
    }

    .desc-text {
        width: 100%;
    }

    .header--text {
        font-size: 40px;
        white-space: wrap;
    }

    .banner__wrapper {
        display: grid;
        align-items: center;
        grid: auto / 1fr;
        gap: 40px;
    }

    .banner__wrapper .banner__left,
    .banner__wrapper .banner__right {
        width: 100%;
        text-align: start;
    }
}

@media (max-width: 920px) {
    .footer-logo-image {
        width: 140px;
        height: auto;
    }

    .other-room--wrapper {
        height: unset;
    }
}

/* new header */

.modal__wrapper {
    display: flex;
    height: 100vh;
}

.modal__left {
    width: 36%;
    height: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal__right {
    width: 60%;
    height: 100%;
    margin: auto;
}

.modal__bg {
    height: 100%;
    width: 100%;
    background-color: #00000091;
    z-index: 2;
    position: absolute;
    top: 0;
}

.modal-menu-logo {
    height: 100px;
    position: relative;
    z-index: 2;
}

.modal-menu-right {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.right__inner {
    display: flex;
    gap: 40px;
    align-items: center;
}


.modal-menu-phone {
    color: #000;
    font-weight: 600;
}

.modal-menu-reservation {
    color: #000;
    padding: 10px 30px;
    border: 2px solid #000;
}

.modal-menu-reservation:hover {
    color: #000000;
}

.modal-close-buttons {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-line-1 {
    width: 24px;
    height: 2px;
    background-color: black;
    transform: rotate(135deg);
    position: absolute;
}

.close-line-2 {
    width: 24px;
    height: 2px;
    background-color: black;
    transform: rotate(-135deg);
    position: absolute;
}

.model-menu-center {
    display: flex;
    flex-direction: unset;
    width: 100%;
    justify-content: space-evenly;
}

.modal-center-top {
    width: 25%;
    text-align: start;
}

.modal-center-top ul {
    display: flex;
    gap: 24px;
    justify-content: center;
    width: 100%;
    /* margin: auto; */
    flex-direction: column;
}

.modal-center-top ul li a {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    color: black;
    transition: font-size 0.2s ease-in-out;
}

.modal-center-bottom {
    width: 25%;
    text-align: start;
}

.modal-center-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    flex-direction: column;
}

.active__lang {
    color: #000;
}

.header-language-2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 6px;
}

.modal__phone-svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.modal-center-top ul li a:hover {
    font-size: 24px;
}

.modal-menu {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: white;
    transition: all 1.5s ease;
    opacity: 0;
    z-index: -1;
    transform: translateY(-100%);
}

.modal-menu-active {
    opacity: 1;
    z-index: 1000;
    display: block;
    transform: translateY(0px);
}

.header-language-wrapper {
    height: 40px;
    padding-bottom: 40px;
}

.modal__address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.contact__us--header {
    width: 100%;
    text-decoration: underline;
    font-weight: 500;
}

.modal-center-bottom ul li a {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    color: #000;
    transition: font-size 0.2s ease-in-out;
}

.modal-menu-socials {
    display: flex;
    gap: 24px;
    justify-content: center;
    font-size: 24px;
}

.modal__mail {
    color: #000;
}

.model-menu-center {
    display: flex;
    flex-direction: unset;
    width: 100%;
    justify-content: center;
    gap: 0px;
}

.modal-center-top {
    width: 40%;
    text-align: start;
}

.no-scroll {
    overflow: hidden;
}

.addres__wrapper {
    width: 60%;
}

.modal-menu-socials {
    width: 40%;
}

.header-language-wrapper:hover .passive-languages-2 {
    top: 53px;
    background-color: #000;
    text-align: center;
}

.passive-languages-2 li a {
    color: #fff;
}

.modal-center-bottom ul li a:hover {
    font-size: 24px;
}

@media (max-width: 600px) {
    .modal__wrapper {
        display: flex;
        height: calc(100vh - 140px);
        flex-direction: column;
    }

    .modal__left {
        display: none;
    }

    .modal__right {
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 0;
    }

    .modal-menu-reservation {
        display: block;
    }

    .modal-menu a {
        font-size: 12px;
    }

    .modal-center-top ul li a {
        font-size: 16px;
    }

    .right__inner {
        gap: 20px;
    }

    .model-menu-center {
        gap: 0;
        width: 90%;
        margin: auto;
        flex-direction: column;
    }

    .modal-menu-top {
        width: 85%;
        margin: 0 auto;
    }

    .modal-menu-phone {
        display: none;
    }

    .modal-center-top {
        width: 100%;
    }

    .modal-center-bottom {
        width: 100%;
    }

    .modal-center-bottom ul li a {
        font-size: 16px;
    }

    .modal__mail {
        font-size: 16px !important;
        color: #000;
    }

    .modal__address {
        gap: 16px;
        width: 85%;
        margin: 0 auto;
    }

    .modal__address-2 {
        margin-bottom: 12px;
    }

    .modal-menu-socials {
        font-size: 16px;
        width: 100%;
    }

    .contact__us--header {
        margin: 0;
    }

    .contact__us--header {
        display: none;
    }

    .addres__wrapper {
        display: none;
    }

    .modal-center-top ul {
        gap: 6px;
    }

    .modal-center-bottom ul {
        gap: 6px;
    }

    .modal__address {
        display: none;
    }

}

.modal-center-top ul li a {
    text-transform: unset;
}

.modal-center-bottom ul li a {
    text-transform: unset;
}

.widget-content {
    top: 35% !important;
}

.more-section--detail-link {
    padding: 0 5px;
    color: #333743;
    font-size: 16px;
    text-decoration: underline;
}

table {
    border-collapse: unset !important;
    border: none;
}

:is(table, tbody, tr, td) p {
    margin: 0;
    padding: 0;
}

table, tbody, tr, td {
    background-clip: padding-box !important;
}

table > tbody > tr > td {
    border: 2px solid transparent !important;
    background: #f2f2f2;
    border-radius: 8px;
    text-align: center;
}

table > tbody > tr > td:first-child {
    display: flex;
    align-items: center;
    height: 100% !important;
    min-width: 200px !important;
    width: 100% !important;
    background: #e8eeee;
    font-weight: 600;
    text-align: start;
    padding: 6px 10px;
}

table > tbody > tr:first-child > td {
    border-radius: 8px 8px 0 0;
    background: #e8eeee;
    font-weight: 600;
    min-height: 48px !important;
}

@media (max-width: 768px) {
    table > tbody > tr > td:first-child {
        min-width: 80px !important;
    }

    table > * {
        font-size: 12px !important;
    }

    .gdesc--text {
        overflow-x: auto;
    }
}

@media (min-width: 768px) {
    .index-rooms--properties-wrapper {
        height: 290px;
        justify-content: space-between;
    }

    .index-rooms--properties-wrapper .index--rooms-name {
        text-align: center;
    }
}