﻿
.home-about {
    position: relative;
}




.home-about-top {
    margin-bottom: 80px;
    margin-top: -80px;
}

    .home-about-top .grid.wide {
    }

    .home-about-top .container {
        width: fit-content;
        margin: 0 auto;
        transform: translateX(-188px) translateY(-2px);
    }

.home-about-title {
    margin: 0;
    color: #01A1E7;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 17px;
}

.home-about-descript {
    margin: 0;
    font-family: beauR;
    color: var(--default-color-1);
    font-weight: 100;
    font-size: 46px;
    position: relative;
}



    .home-about-descript strong {
        font-weight: 100;
        display: block;
        margin-top: -2px;
        transform: translateX(225px);
    }

.home-about-bottom {
    height: 600px;
    position: relative;
}

    .home-about-bottom::before {
        position: absolute;
        width: 570px;
        height: 622px;
        border: 1px solid #0000002e;
        bottom: 25px;
        right: -183px;
    }

    .home-about-bottom.grid.wide {
    }

    .home-about-bottom .container {
    }

    .home-about-bottom .bottom-left {
        position: absolute;
        left: -40px;
        top: -73px;
		display:none;
    }

        .home-about-bottom .bottom-left .img::before {
            content: '';
            position: absolute;
            width: 447px;
            height: 775px;
            border: 1px solid #0000002e;
            border-radius: 0px 450px 0px 0px;
            bottom: 49px;
            left: 0;
            opacity: 0;
        }

        .home-about-bottom .bottom-left .img::after {
            content: '';
            position: absolute;
            width: 539px;
            height: 715px;
            border: 1px solid #0000002e;
            border-radius: 0px 450px 0px 0px;
            left: 0;
            bottom: 20px;
            opacity: 0;
        }

        .home-about-bottom .bottom-left .img {
            width: 518px;
            height: 694px;
            position: relative;
            border-radius: 25px;
            overflow: hidden;
        }

            .home-about-bottom .bottom-left .img img {
                width: 100%;
                height: 100%;
                position: relative;
                z-index: 2;
            }

    .home-about-bottom .bottom-right {
        position: absolute;
        bottom: 0;
        right: -39px;
        background-color: var(--default-color-1);
        display: flex;
        align-items: center;
        z-index: 2;
        padding: 18px 46px;
        padding-right: 42px;
        transform: translateY(-103px);
    }

    .home-about-bottom .bottom-right-content {
        flex: 1;
        padding-right: 35px;
    }

        .home-about-bottom .bottom-right-content .title {
            margin: 0;
            font-family: beauB;
            font-size: 41px;
            font-weight: 100;
            color: #fff;
            line-height: 134%;
        }

        .home-about-bottom .bottom-right-content .descript {
            line-height: 150%;
            font-size: 16px;
            margin-top: 16px;
            color: #fff;
            display: block;
        }

        .home-about-bottom .bottom-right-content .link {
            background-color: #fff;
            color: var(--default-color-1);
            width: fit-content;
            font-size: 12px;
            font-family: 'montM';
            border-radius: 55px;
            padding: 9px 22px;
            margin-top: 24px;
            transition: all .3s;
        }

            .home-about-bottom .bottom-right-content .link:hover {
                opacity: .7;
            }

    .home-about-bottom .bottom-right-img {
        width: 550px;
        height: 521px;
        border-radius: 000px 150px 0px;
        overflow: hidden;
        transform: translateY(0px);
    }

        .home-about-bottom .bottom-right-img img {
            width: 100%;
            height: 100%;
        }

.home-service-grid {
    position: relative;
}

.home-service {
    position: relative;
}

    .home-service .decor-1 {
        position: absolute;
        top: -129px;
        left: 0;
    }


.home-service-grid .decor-tree-1 {
    position: absolute;
}





.home-booking-form .text {
    padding-right: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding-right: 21px;
}

    .home-booking-form .text img {
        height: fit-content;
        transform: translateY(1px);
    }

.home-booking-form .text-content {
    padding-left: 10px;
}

    .home-booking-form .text-content h3 {
        margin: 0;
        color: var(--default-color-1);
        font-size: 16px;
        font-family: 'avertaSTDSB';
        text-transform: uppercase;
    }

    .home-booking-form .text-content h4 {
        margin: 0;
        font-family: 'avertaSTD';
        color: #01A1E7;
        text-transform: capitalize;
        font-weight: 100;
        font-size: 16px;
        margin-top: 2px;
    }




.home-booking-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    transform: translateY(-157px);
    user-select: none;
    padding: 24px 31px;
    width: 100%;
    background: #FFF;
    height: 102px;
    padding-left: 18px;
    padding-right: 14px;
    box-shadow: 0px 4px 29.5px 0px rgba(115, 122, 131, 0.20);
}

    .home-booking-container .sub {
        position: absolute;
        bottom: -66px;
        left: 0;
        display: flex;
        align-items: center;
        display: none;
    }

        .home-booking-container .sub .decor {
            display: flex;
            align-items: center;
        }

        .home-booking-container .sub .decor-item {
            width: 36px;
            height: 36px;
            position: relative;
            border-radius: 50%;
            bottom: unset;
            top: unset;
            background-color: #96A38F;
        }

            .home-booking-container .sub .decor-item:nth-child(1) {
                background-color: rgb(150 163 143 / 30%);
                transform: translateX(0);
            }

            .home-booking-container .sub .decor-item:nth-child(2) {
                background-color: rgb(150 163 143 / 50%);
                transform: translateX(-9px);
            }

            .home-booking-container .sub .decor-item:nth-child(3) {
                background-color: rgb(150 163 143 / 80%);
                transform: translateX(-18px);
            }

        .home-booking-container .sub span {
            display: block;
            font-family: 'avertaSTD';
            color: #737A83;
            font-size: 16px;
            font-weight: 100;
            line-height: 17.6px;
            margin-left: -9px;
        }

        .home-booking-container .sub a {
            color: var(--default-color-1);
            line-height: 17.6px;
            font-family: 'avertaSTD';
            font-size: 15px;
            margin-left: 6px;
            transition: all linear .3s;
            background-color: #fff;
            padding: 10px 18px;
            border-radius: 55px;
            background-color: var(--default-color-1);
            color: #fff;
        }

            .home-booking-container .sub a:hover {
                opacity: .8;
            }

.home-booking-options {
    display: none;
}

    .home-booking-options .options-item {
        display: flex;
        align-items: center;
    }

        .home-booking-options .options-item:last-child {
            margin-top: 10px;
        }

        .home-booking-options .options-item span {
            font-size: 16px;
            display: block;
            margin-left: 9px;
        }

    .home-booking-options .options-icon {
    }

        .home-booking-options .options-icon img {
        }

    .home-booking-options span .options-item {
    }


.home-booking-form {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

    .home-booking-form .form-item.customer {
        align-items: unset;
        padding-right: 0;
        position: relative;
        width: 119px;
        cursor: pointer;
    }

        .home-booking-form .form-item.customer.active .btn {
            transform: translateY(0);
            opacity: 1;
            pointer-events: all;
        }

    .home-booking-form .form-item:hover img {
    }

    .home-booking-form .form-item {
        display: flex;
        position: relative;
        justify-content: center;
        display: flex;
        padding-right: 25px;
        width: 160px;
        margin-right: 25px;
    }

        .home-booking-form .form-item img {
            width: 22.22px;
            margin-right: 23px;
            height: fit-content;
            transform: translateY(0px);
            display: block;
        }

        .home-booking-form .form-item.customer .btn {
            position: absolute;
            left: 0;
            display: flex;
            align-items: center;
            z-index: 9;
            background-color: #fff;
            box-shadow: 0 0 10px 0 #333;
            padding: 7px 6px;
            border-radius: 3px;
            top: 117%;
            transform: translateY(10px);
            opacity: 0;
            pointer-events: none;
        }

        .home-booking-form .form-item.customer .btn-item i {
            line-height: 100%;
        }

        .home-booking-form .form-item.customer .btn-item {
            width: 20px;
            height: 20px;
            border: 2px solid var(--default-color-1);
            border-radius: 50%;
            cursor: pointer;
            color: var(--default-color-1);
            line-height: 100%;
            font-size: 10px;
            margin: 0 6px;
            transition: all linear .2s;
        }

            .home-booking-form .form-item.customer .btn-item:hover {
                #727A82;
                background-color: var(--default-color-1);
                color: #fff;
            }

        .home-booking-form .form-item:last-child::before {
            display: none;
        }

        .home-booking-form .form-item::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 48px;
            background-color: #D5E2EF;
            right: 0;
            display: none;
        }

        .home-booking-form .form-item:first-child {
            margin-left: 0;
            padding-left: 0;
            width: 277px;
        }

        .home-booking-form .form-item h3 {
            font-size: 14px;
            color: var(--default-color-1);
            margin: 0;
            font-family: 'avertaSB';
            text-transform: unset;
            font-weight: 100;
        }


.form-item-input {
    position: relative;
    z-index: 5;
}

.form-item-drop {
    position: absolute;
    top: 115%;
    left: 0;
    background-color: #fff;
    border: 1px solid #3333332e;
    border-radius: 5px;
    pointer-events: none;
    transform: translateY(25px);
    opacity: 0;
    transition: 0.8s cubic-bezier(.3,2,.3,1);
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    box-shadow: 0 0 10px 0 #3333333b;
}

    .form-item-drop.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .form-item-drop span {
        padding: 9px 12px;
        transition: all linear .2s;
        user-select: none;
        font-size: 15px;
        white-space: nowrap;
        font-weight: bold;
        color: var(--default-color-1);
    }


        .form-item-drop span:hover {
            color: #fff;
            background-color: var(--default-color-1);
            cursor: pointer;
        }

.home-booking-form .form-item-input {
    display: flex;
    /* align-items: center; */
    width: 100%;
    flex-direction: column;
    position: relative;
}

    .home-booking-form .form-item-input .icon {
        position: absolute;
        bottom: 4px;
        right: 0;
        font-size: 10px;
        color: #1C1C1C;
    }

    .home-booking-form .form-item-input .error-contact {
        position: absolute;
        opacity: 1;
        background-color: #fff;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: bold;
        box-shadow: 0 3px 5px 0px #ff00002e;
        top: calc(83%);
    }

    .home-booking-form .form-item-input input {
        outline: none;
        border: none;
        background-color: transparent;
        color: rgb(28 28 28 / 60%);
        cursor: pointer;
        font-size: 15px;
        width: 100%;
        height: 100%;
        padding: 0;
        font-weight: bold;
        margin-top: 10px;
        font-family: avertaR;
    }

.home-booking-form .form-item:nth-child(1) .form-item-input input {
    padding-right: 12px;
}

.home-booking-form .form-item-input input::placeholder {
    color: rgb(28 28 28 / 60%);
    font-size: 15px;
}

.home-booking-form .form-item-input img {
    transform: translateY(-8px);
}

.home-booking-btn {
    cursor: pointer;
    position: relative;
    right: 0;
    top: 0;
}

    .home-booking-btn .container:hover {
        opacity: .7;
    }

    .home-booking-btn .container {
        position: relative;
        background-color: var(--default-color-1);
        user-select: none;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all linear .2s;
        height: 65px;
        border-radius: 5px;
        width: 145.67px;
    }

        .home-booking-btn .container:hover .img-1 {
            transform-origin: bottom center;
            transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
        }

        .home-booking-btn .container .img-1 {
            perspective: 300px;
            transition: transform 500ms ease;
            transform-origin: top center;
            transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
        }

        .home-booking-btn .container .img-2 {
        }

        .home-booking-btn .container:hover .decor {
            transition: transform 500ms ease, top 500ms ease;
            transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
        }

        .home-booking-btn .container .decor {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            height: 100%;
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px;
            background-color: var(--default-color-2);
            transition: transform 700ms ease, top 700ms ease;
            transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
            perspective: 300px;
            transform-origin: bottom center;
        }

    .home-booking-btn::before {
        content: '';
        position: absolute;
        width: 100%;
        border-radius: 10px;
        background-color: #00a6528f;
        height: 100%;
        z-index: 0;
        bottom: -2px;
        display: none;
    }

    .home-booking-btn i {
        font-size: 20px;
        margin-right: 0px;
    }

    .home-booking-btn span {
        font-size: 15px;
        color: #FFFFFF;
        text-transform: capitalize;
        font-family: avertaSB;
        display: block;
        font-weight: 100;
        font-weight: 100;
        letter-spacing: 1px;
    }


.home-video {
    position: relative;
    height: 473px;
}

    .home-video span {
        display: none;
    }

.home-video-img {
    width: 100%;
    height: 100%;
}

    .home-video-img:hover img {
        transform: scale(1.02);
    }

    .home-video-img img {
        transition: all linear .3s;
    }

    .home-video-img::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgb(0 57 89 / 50%);
    }

.home-video .btn {
    position: absolute;
    z-index: 2;
}

    .home-video .btn::before {
        content: '';
        position: absolute;
        width: 88px;
        height: 88px;
        border-radius: 50%;
        background-color: rgb(255 255 255 / 80%);
        box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.15);
    }

.home-booking-form .form-item:nth-child(2) .form-item-input .icon {
    right: 45px;
}

.home-video .btn::after {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 50%;
    box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.15);
}

.home-video .btn img {
    position: relative;
    z-index: 2;
    transform: translateX(3px);
}

/*RS*/
@media(max-width:1023px) {
    .home-booking-container {
        display: none;
    }

    .home-about-descript strong {
        transform: translateX(0);
    }


    .home-about-top .container {
        width: 100%;
        transform: translateX(-0) translateY(-0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: fit-content;
        box-shadow: 0 0 10px 0 #3333331f;
        border-radius: 15px;
        padding: 20px;
        transform: translateY(97px);
        background-color: #fff;
    }

    .home-about-bottom .bottom-right {
        position: relative;
        width: 100%;
        right: unset;
        bottom: unset;
        padding: 25px;
        padding-top: 112px;
        border-radius: 28px;
    }

    .home-about-bottom .bottom-right-content {
        padding: 0;
        padding-top: 30px;
    }

        .home-about-bottom .bottom-right-content .title {
            font-size: 36px;
        }

    .home-about-descript::before {
        display: none;
    }

    .home-about-bottom {
        height: auto;
        margin-bottom: 20px;
    }

        .home-about-bottom::before,
        .home-about-bottom .bottom-left .img::before {
            display: none;
        }

        .home-about-bottom .bottom-left,
        .home-about-bottom .bottom-right {
            position: relative;
            transform: translateY(0);
            flex-direction: column-reverse;
        }

        .home-about-bottom .bottom-left {
            display: none;
        }

        .home-about-bottom .bottom-right-img {
            width: 364px;
            height: 400px;
            transform: translateY(0);
        }

    .home-about-top {
        margin-bottom: 20px;
        padding-top: 0;
        position: relative;
        z-index: 3;
        margin-top: -60px;
    }

    .home-about-descript strong {
        /* display: inline-block; */
    }
}

@media(max-width: 1287px) {
    .home-booking-form .text-content h3 {
        font-size: 14px;
    }

    .home-booking-form .text-content h4 {
        font-size: 14px;
    }
}

@media(max-width: 1262px) {
    .home-booking-form .text-content h3 {
        font-size: 12px;
    }

    .home-booking-form .text-content h4 {
        font-size: 12px;
    }

    .home-booking-btn .container {
        height: 55px;
        width: 117.67px;
    }
}

@media(max-width: 1209px) {
    .home-booking-form .text {
        display: none;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-about-descript {
        font-size: 42px;
        text-align: center;
    }

    .home-about-title {
        margin-bottom: 10px
    }
}

@media(max-width: 739px) {


    .home-room .decor-6 {
        display: none;
    }

    .home-video {
        height: 250px;
    }

    .home-about-descript {
        font-size: 36px;
        text-align: center;
    }


    .home-about-bottom .bottom-right-img {
        width: 100%;
        height: 275px;
    }

    .home-about-bottom .bottom-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-about-bottom .bottom-right-content .title {
        font-size: 22px;
        line-height: 159%;
    }

    .home-about-bottom .bottom-right-content .descript {
        line-height: 156%;
        font-size: 15px;
        margin-top: 8px;
    }

    .home-about-bottom .bottom-right-content .link {
        margin-top: 15px;
    }
}
