﻿
.home-about {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #FBFBFC;
    padding-bottom: 100px;
}

.home-about .decor-item {
    position: absolute;
    bottom: 0;
}

.home-about .decor-item.left {
    left: 0;
    width: 100%;
}

.home-about .decor-item.right {
    right: 0;
}

.home-about .decor-tree {
    position: absolute;
    top: -86px;
    right: 0;
    z-index: 4;
}

.home-about-container {
    display: flex;
    flex-direction: row;
    z-index: 6;
}

.home-about .grid.wide {
    max-width: 1073px;
}

.home-about-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.home-about-left .left-cate {
    font-size: 21.78px;
    color: #5e5e5e;
    display: block;
    margin-top: 1px;
    display: none;
}


.home-about-left h1 {
    color: var(--default-color-1);
    font-family: 'vnf';
    font-size: 36px;
    font-weight: 400;
    /* 60.07px */
    letter-spacing: 0.88px;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
    margin-bottom: 1px;
}

.home-about-left .left-descript {
    color: #646464;
    font-size: 26px;
    font-family: 'vnf';
    text-transform: capitalize;
}

.home-about-left .p-wave {
    margin-top: 13px;
    margin-bottom: 22px;
}

.home-about-content {
    text-align: center;
}

.home-about-content span {
    color: #585858;
    font-size: 15px;
    display: block;
    line-height: 138.7%;
}


.home-about-right {
    height: 480px;
    border-top-right-radius: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 535px;
    position: relative;
}

.home-about-right .decor-glass {
    position: absolute;
    left: 27px;
    z-index: 5;
    bottom: 27px;
    display: none;
}

.home-about-right .decor {
    position: absolute;
    bottom: 27px;
    width: 74%;
    background-color: #fff;
    height: 92px;
    z-index: 5;
    display: none;
}

.home-about-right .decor-container {
    position: relative;
}

.home-about-right .decor-container::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: var(--default-color-2);
}

.home-about-right .img {
    width: 604px;
    background-color: #fff;
    overflow: hidden;
    height: 493px;
    padding: 18px;
    position: absolute;
    right: -56px;
    width: 100%;
    height: 100%;
}

.home-about-right .img-2 {
    width: 297px;
    height: 297px;
    background-color: #fff;
    padding: 13px;
    position: absolute;
    left: 11px;
    bottom: -58px;
}

.home-about-bottom .img-right {
    width: 197px;
    height: 224px;
    border-radius: 11px;
    overflow: hidden;
    display: none;
}

.home-about-right .img img {
    width: 100%;
    height: 100%;
    transition: 0.8s cubic-bezier(.3,2.5,.3,1);
}

.home-about-bottom {
    display: flex;
    margin-top: 23px;
}

.home-about-bottom .list-text {
    padding-left: 39px;
    flex: 1;
}

.home-about-bottom .list-text h3 {
    font-size: 17px;
    color: #2d2d2d;
    margin: 0;
    font-weight: 100;
    margin-bottom: 15px;
    display: none;
}

.home-about-bottom .list-text p {
    color: #2d2d2d;
    font-size: 17px;
    display: flex;
    position: relative;
    padding-left: 26px;
    margin: 9px 0;
    align-items: center;
}

.home-about-bottom .list-text section {
    position: relative;
    width: fit-content;
}



.home-about-bottom .list-text p::before {
    content: '';
    position: absolute;
    background-image: url(../../../Design/img/icon-check_03.png);
    width: 16px;
    height: 16px;
    left: 0;
    transform: translateY(2px);
}


.home-about-bottom .list-text section::before {
    content: '';
    position: absolute;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    bottom: -3px;
    background-color: #523603;
}

.home-about-bottom .list-text section::before {
}

.home-about-bottom .list-text a {
    width: fit-content;
    background-color: var(--default-color-3);
    color: #fff;
    font-size: 14.25px;
    border: 1px solid var(--default-color-3);
    font-family: joM;
    padding: 14px 25px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    border-radius: 10px;
    align-items: center;
    margin-top: 28px;
    transition: all linear .3s;
    text-transform: uppercase;
}

.home-about-bottom .list-text a:hover {
    background-color: #fff;
}

.home-about-bottom .list-text a:hover span {
    color: var(--default-color-3);
}

.home-about-bottom .list-text .img {
    margin-left: 11px;
}

.home-about-bottom .list-text a:hover img {
    filter: invert(38%) sepia(55%) saturate(5940%) hue-rotate(333deg) brightness(99%) contrast(110%);
}

.home-about-bottom .img {
    max-width: 261px;
    max-height: 263px;
}

.home-about-bottom .img img {
}


.home-booking-container {
    display: flex;
    align-items: center;
    padding: 85px 0px;
    justify-content: space-between;
    padding-bottom: 57px;
    position: relative;
    z-index: 9;
    width: fit-content;
    margin: 0 auto;
}

.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;
}

.home-booking-form .form-item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 10px;
}

.home-booking-form .form-item h3 {
    font-size: 20px;
    color: var(--default-color-1);
    margin: 0;
    position: absolute;
    bottom: 114%;
    font-weight: 100;
    font-family: 'vnf';
    text-transform: unset;
}


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

.form-item-drop {
    position: absolute;
    top: 52px;
    left: 0;
    background-color: #fff;
    border: 1px solid #3333334a;
    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;
}

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

.form-item-drop span {
    padding: 6px 16px;
    transition: all linear .2s;
    user-select: none;
}


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

.home-booking-form .form-item-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c1c1c17d;
    padding: 0px 12px;
    color: #333;
    width: 234px;
    cursor: pointer;
    font-family: 'interM';
}

.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: #767272;
    padding: 13px 0;
    cursor: pointer;
    font-size: 15px;
    font-family: 'interM' !important;
}

.home-booking-form .form-item-input input::placeholder {
    font-size: 15px;
    font-family: vnf;
    color: #767272;
}

.home-booking-form .form-item-input img {
    display: none;
}

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

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

.home-booking-btn .container {
    font-family: interM;
    font-size: 18px;
    position: relative;
    color: #fff;
    background-color: var(--default-color-2);
    padding: 14px 17px;
    border-radius: 10px;
    user-select: none;
    box-shadow: 0 0 9px 1px #fff inset;
    display: flex;
    align-items: baseline;
    justify-content: center;
    transition: all linear .2s;
}

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

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

.home-booking-btn span {
    margin-left: 9px;
}

.home-about-slogan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 3px;
    display: none;
}

.home-about-slogan .item {
    display: flex;
    align-items: center;
}

.home-about-slogan .item-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 9px;
    border: 1px solid var(--default-color-2);
}


.home-about-slogan .item-icon img {
}

.home-about-slogan span {
    font-size: 30px;
    font-family: 'hlt';
    color: var(--default-color-2);
}

.home-about-left .slogan {
    font-size: 16px;
    text-align: center;
    color: var(--default-color-1);
    font-style: italic;
    line-height: 156%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.home-about-btn {
    background-color: var(--default-color-2);
    color: #fff;
    border-radius: 41px;
    height: 45px;
    display: flex;
    align-items: center;
    padding-right: 2px;
    padding-left: 18px;
    margin-top: 50px;
    transition: all linear .2s;
}

.home-about-btn:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333354;
    transition-delay: .1s;
}

.home-about-btn:hover .icon {
    transform: rotate(180deg);
    box-shadow: 0 0 10px 0 #33333354;
}

.home-about-btn:hover span {
    color: var(--default-color-2);
    transition-delay: .2s;
}

.home-about-btn span {
    font-size: 15px;
    display: block;
    margin-right: 10px;
    transition: ease .2s;
}

.home-about-btn .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--default-color-2);
    font-size: 17px;
    transition: all ease .3s;
}

.home-about-btn .icon i {
}



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

    .home-about-container {
        flex-direction: column;
    }

    .home-about-right .img {
        position: relative;
        margin: 0;
        padding: 0;
        right: 0;
    }

    .home-about-right {
        width: 100%;
        margin-top: 30px;
    }

    .home-about-right .img-2 {
        margin: 0;
        position: absolute;
        bottom: 17px;
        background-color: #ffffffa3;
        backdrop-filter: blur(1px);
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-about {
        padding: 50px 0;
    }
}

@media(max-width: 739px) {
    .home-about {
        padding: 25px 0;
    }

    .home-about-left h1 {
        font-size: 28px;
    }

    .home-about-left .left-descript {
        font-size: 20px;
    }

    .home-about-left .slogan {
        font-size: 14px;
        padding: 0;
    }

    .home-about-content span {
        font-size: 14px;
    }

    .home-about-btn {
        margin-top: 30px;
    }

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

    .home-about-right .img-2 {
        display: none;
    }

    .home-about-right {
        height: auto;
        margin-top: 25px;
    }
}
