﻿.home-why {
    position: relative;
    padding-top: 86px;
    background: url(../../../Design/img/bg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

    .home-why .grid.wide {
        position: relative;
    }

    .home-why .decor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.home-why-container {
    display: flex;
    align-items: center;
}

.home-why .left {
    flex: 1;
    padding-right: 69px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-why .left .img {
        border-radius: 7px;
        display: flex;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        position: relative;
        position: absolute;
        right: 69px;
        width: 783px;
        height: 561px;
    }

    .home-why .left .btn {
        position: absolute;
        width: 82px;
        background-color: #fff;
        height: 82px;
        color: var(--default-color-1);
        border-radius: 50%;
        font-size: 21px;
    }

        .home-why .left .btn::after {
            content: '';
            width: 104px;
            height: 104px;
            position: absolute;
            border: 1px solid #fff;
            border-radius: 50%;
        }

        .home-why .left .btn i {
        }

    .home-why .left .img img {
    }

.home-why .right {
    width: 576px;
}

    .home-why .right .title {
        margin: 0;
        color: var(--default-color-2);
        font-family: 'nvnSign';
        font-weight: 100;
        font-size: 42px;
        line-height: 110%;
        margin-bottom: 11px;
    }

    .home-why .right .title-2 {
        margin: 0;
        color: var(--default-color-1);
        font-family: 'BeauDisB';
        font-size: 48px;
        text-transform: capitalize;
        line-height: 133%;
        padding-right: 65px;
        margin-bottom: 19px;
    }

    .home-why .right .descript {
        color: #5F5F5F;
        line-height: 138%;
        font-size: 16px;
        margin-bottom: 38px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .home-why .right .list {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 5px;
        row-gap: 2px;
    }

    .home-why .right .item {
        display: flex;
        align-items: center;
    }

        .home-why .right .item img {
        }

        .home-why .right .item span {
            display: block;
            color: #5F5F5F;
            font-size: 18px;
            line-height: 207%;
            margin-left: 9px;
            font-weight: 600;
        }

    .home-why .right .btn {
        width: fit-content;
        border: 1px solid var(--default-color-1);
        border-radius: 55px;
        color: var(--default-color-1);
        font-size: 16px;
        line-height: 150%;
        padding: 0 52px;
        padding-bottom: 12px;
        padding-top: 12px;
        margin-top: 45px;
    }

        .home-why .right .btn span {
        }

        .home-why .right .btn .decor {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--default-color-1);
            color: #fff;
        }

.home-rating-container {
    padding: 59px 0;
    padding-top: 34px;
}

    .home-rating-container .list {
        margin-top: 31px;
    }

    .home-rating-container .swiper {
        padding: 20px 0px;
    }

    .home-rating-container .item {
        height: 412px;
        overflow: hidden;
        position: relative;
        border-radius: 10.548px;
        background: rgba(255, 255, 255, 0.50);
        box-shadow: 0 4.219px 24.26px 0 rgba(194, 150, 107, 0.60);
        backdrop-filter: blur(5.273957252502441px);
    }

        .home-rating-container .item:hover .content {
            background-color: rgb(90 50 4 / 70%);
        }

        .home-rating-container .item .decor-bg {
            width: 73.835px;
            height: 73.835px;
            border-radius: 73.835px;
        }

        .home-rating-container .item .star {
            margin-bottom: 33px;
            display: none;
        }

        .home-rating-container .item:hover .star {
            filter: invert(100%) sepia(6%) saturate(4%) hue-rotate(142deg) brightness(206%) contrast(101%);
        }

        .home-rating-container .item .content {
            width: 100%;
            height: 100%;
            z-index: 2;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px 42px;
            transition: all linear .3s;
        }

        .home-rating-container .item .text {
            text-align: left;
            font-family: 'avertaSTD';
            margin-top: 35px;
            transition: all linear .3s;
            color: #5B5B5B;
            font-size: 16.877px;
            font-style: normal;
            font-weight: 400;
            line-height: 129%; /* 21.771px */
        }

        .home-rating-container .item:hover .text {
            color: #fff;
        }

        .home-rating-container .item .info {
            display: flex;
            align-items: center;
            margin-top: 70px;
        }

.decor-bg img {
    border-radius: 73.835px;
}

.r-info-rating {
    margin-left: 14px;
    flex: 1 1 0;
}

.home-rating-container .item .name {
    text-align: left;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: all linear .3s;
    color: #5A3204;
    font-family: 'avertaSTD';
    font-size: 18.096px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.home-rating-container .item:hover .name {
    color: #fff;
}

    .home-rating-container .item:hover .name::before {
        background-color: rgb(255 255 255 / 30%);
    }

.home-rating-container .item:hover .job {
    color: #fff;
}

.home-rating-container .item .job {
    color: #727272;
    font-family: 'avertaSTD';
    font-size: 14.986px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 4px;
    display: block;
    transition: all linear .3s;
}
/*RS*/
@media(max-width:1023px) {
    .home-why .left {
        display: none;
    }

    .home-why .right {
        width: 100%;
    }

    .home-why {
        padding-top: 10px;
    }

    .home-rating-container .list {
        width: 100%;
        margin-top: 1px;
    }

    .home-rating-container .swiper {
        width: 100%;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-why .right .title-2 {
        font-size: 38px;
        padding-right: 0;
    }

    .home-rating-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media(max-width:739px) {
    .home-why {
    }

    .decor-phay svg {
        width: 28px;
        height: auto;
    }

    .home-rating-container .item .text {
        margin-top: 16px;
        font-size: 15px;
        text-align: justify;
    }

    .home-why .right .title-2 {
        padding: 0;
        font-size: 32px;
    }

    .home-why .right .item span {
        font-size: 12px;
        margin-left: 6px;
    }

    .home-why .right .btn {
        padding: 10px 28px;
        font-size: 13px;
        margin-top: 22px;
    }

    .home-rating-container {
        padding-top: 0;
        padding-bottom: 5px;
    }

        .home-rating-container .item .content {
            padding: 19px 15px;
        }

        .home-rating-container .item .info {
            margin-top: 25px;
        }

        .home-rating-container .item .name {
            font-size: 17px;
        }

        .home-rating-container .item .job {
            font-size: 15px;
        }

        .home-rating-container .item {
            height: 270px;
        }
}

.home-picture {
    position: relative;
    z-index: 9;
}

.home-pic-grid {
    max-width: 1680px !important;
}

.home-pic .options-title span {
    margin-left: 0;
}

.home-pic-row:nth-child(2) {
    width: 100%;
}

.home-pic-row:nth-child(1) a {
    flex: 1;
}

.home-pic-row:nth-child(2) a {
    height: 100%;
}

.home-pic-row:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

    .home-pic-row:nth-child(3) a.n:last-child::before {
        display: none;
    }

    .home-pic-row:nth-child(3) a:last-child .modal {
        display: flex;
        z-index: 4;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.home-pic-row {
}

.home-pic-item {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    position: relative;
    height: 255px;
}

    .home-pic-item:hover img {
        transform: scale(1.03);
    }

    .home-pic-item img {
        transition: all linear .2s;
    }

    .home-pic-item .modal {
        position: absolute;
        display: none;
    }

        .home-pic-item .modal img {
            transform: scale(1) !important;
        }

        .home-pic-item .modal .img {
        }

        .home-pic-item .modal span {
            color: #FFF;
            font-family: monsR;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase;
            opacity: .8;
            display: block;
            margin-top: 6px;
        }

.home-pic-swiper1 .swiper-slide {
    transition: all ease .3s;
    width: calc(100% / 4);
    height: 260px;
    border-radius: 5px;
    overflow: hidden;
}

    .home-pic-swiper1 .swiper-slide:hover {
        transform: scale(1.4);
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
        z-index: 99;
        box-shadow: 0 0 47.291px 0 rgba(0, 0, 0, 0.20);
    }

.home-picture .ab-swiper .swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-picture .ab-swiper {
    width: 552.83px;
    position: absolute;
    height: 382px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20);
    display: none;
}

    .home-picture .ab-swiper .swiper-slide {
        height: 382px;
        width: 100%;
    }

    .home-picture .ab-swiper .swiper-slide-active {
    }

.home-picture .swiperdobule {
    overflow: hidden;
}

/*RS*/
@media(max-width:1023px) {
    .home-pic {
        padding: 0;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .home-pic-swiper1 .swiper-slide {
        width: calc(100% / 2);
        height: 120px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-pic-row:last-child {
        display: none;
    }
}

@media(max-width:739px) {
    .home-pic {
        flex-direction: column;
    }

    .home-pic-row {
        display: block !important;
    }

    .home-pic-item {
        height: 180px;
    }

    .home-pic {
        padding: 0;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}