.home-wpr {
    position: static;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}

/* .home-banner{
    overflow: hidden;
} */

.home-wpr .home-banner .bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-wpr .home-banner .bg_video #video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

.home-wpr .home-banner .bg_video .bg_video_grey {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: -moz-linear-gradient(
        130deg,
        #000 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0) 57%,
        rgba(0, 0, 0, 0.3) 72%,
        #000 100%
    );
    background-image: -webkit-linear-gradient(
        130deg,
        #000 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0) 57%,
        rgba(0, 0, 0, 0.3) 72%,
        #000 100%
    );
}

.home-wpr .home-banner .bg_video .bg_video_grey_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 20, 37, 0.4);
}

.home-wpr .home-banner .main_info {
    text-align: center;
    position: relative;
}

.home-wpr .home-banner .main_info h2 {
    color: #fff;
    font-size: calc(30px + 10 * (100vw - 320px) / 1600);
    margin-bottom: 1rem;
}

.home-wpr .home-banner .main_info p {
    color: #fff;
    font-size: calc(15px + 10 * (100vw - 320px) / 1600);
}

.swiper-aspirant-slider {
    background-color: var(--background-dark-green);
    border-radius: 20px;
    padding-block: 50px;
    padding-inline: 20px;
}

.modal-wpr h5 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}

.swiper-slide .modal-wpr {
    width: 100%;
}

.swiper-slide .modal-wpr img {
    width: 100%;
    height: 100%;
}

.Feedback-profile .feedImg {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.Feedback-profile .feedImg img {
    width: 100%;
    border-radius: 50%;
}

.Feedback-Wrapper {
    margin-bottom: 10px;
    background-color: #e0f5fd4f;
    border-radius: 20px;
    padding: 20px;
}

.FeedbacksSwiper {
    max-width: 80%;
    margin: 0 auto;
}

.renderSlider img {
    width: 100%;
    overflow: hidden;
}

.create-renders-section {
    position: relative;
    overflow: hidden;
}

.create-renders-swiper img {
    width: 100% !important;
    overflow: hidden;
}

.section_media-img img {
    width: 100%;
}

.content-description ul {
    margin-left: 15px;
}

.content-description ul li {
    position: relative;
    padding-left: 20px;
}

.content-description ul li::after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--sub-title);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(50%, 50%);
}

/* ==order-floor-section== */

.order-floor-section {
    background: url(../images/bg_main_order_bl_1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.Feedback-section {
    background: url(../images/bg_otzuvu.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.let-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 100px;
}

/* =========contact===page=== */

.contact_discretion {
    padding: 20px;
    /* margin-inline: 10px; */
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contact_discretion h5 {
    font-size: calc(20px + 10 * (100vw - 320px) / 1600);
    color: var(--sub-title);
    font-weight: 700;
}

.contact_discretion .phoneIcon {
    width: 45px;
    height: 45px;
    background-color: var(--primary-clr);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_discretion .phoneIcon > i {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_discretion ul li .Numbers h4 {
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
    font-weight: 700;
    color: var(--heading-primary);
}

.contact_discretion ul li .Numbers {
    width: calc(100% - 100px);
}

.contact-form {
    /* padding-inline: 20px; */
    margin-left: 20px;
}

.contact_iframe {
    height: 500px;
}

.contact_iframe iframe {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.contact_discretion ul li .Numbers h6,
.contact_discretion ul li .Numbers p {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    font-weight: 500;
    color: var(--text-clr);
}

/* ===Portfolio--page== */

.Portfolio__content {
    /* margin-bottom: 50px; */
    margin-bottom: 20px;
}

.Portfolio__content-thumb {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.Portfolio__content-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
    width: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

.Portfolio__content-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    width: auto;
}

.Portfolio__content-thumb::after {
    background: rgba(255, 255, 255, 0.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    width: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

.Portfolio__content-thumb:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    width: auto;
}

.Portfolio__content-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* transition:opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition:opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition:opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition:opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition:opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}

/* .Portfolio__content-thumb img:hover {
    transform: scale(1.5);
} */

.Portfolio__content-meta {
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.Portfolio__content-meta {
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.Portfolio__content-text {
    margin-top: 20px;
}

.sidebar__widget:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar__widget {
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    background-color: var(--white);
}

.sidebar__widget-title {
    color: var(--sub-title);
    font-size: calc(20px + 2 * (100vw - 320px) / 1600);
    font-style: normal;
    border-bottom: 1px solid #e3dbd8;
    padding-bottom: 15px;
}

.sidebar__widget-search .search__bar .icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%);
}

.sidebar-post__wrapper {
    margin-top: 20px;
}

.sidebar__widget .sidebar-post {
    margin-bottom: 20px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.Portfolio__content-meta li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-clr);
}

.Portfolio__content-meta li a:hover {
    color: var(--primary-clr);
}

.sidebar__widget .sidebar-post_thumb {
    width: 90px;
    overflow: hidden;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.sidebar__widget .sidebar-post_thumb img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.post-meta li {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    margin-bottom: 5px;
}

.sidebar-post_content h5 {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}

.sidebar__widget-category {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar__widget-category a {
    color: var(--text-clr);
    transition: all 0.3s ease-in;
}

.sidebar__widget-category a:hover {
    color: var(--primary-clr);
}

.Portfolio__content-text h6 {
    font-size: calc(20px + 10 * (100vw - 320px) / 1600);
    color: var(--sub-title);
}

.Portfolio-details__testimonial-icon {
    border: 1px solid var(--primary-clr);
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.Portfolio-details__testimonial-icon i {
    color: var(--primary-clr);
    line-height: normal;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.Portfolio-details__testimonial-details H5 {
    color: var(--text-clr);
    font-weight: 700;
    font-size: calc(20px + 5 * (100vw - 320px) / 1600);
}

/* ===login==page===css */

.main-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-box {
    padding: 20px;
    /* background-color: var(--white); */
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header .userLogin a.active {
    color: var(--primary-clr);
}

/* ====business section */

.business-content-inner {
    background: var(--background-dark-green);
    padding: 50px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.business-content-inner p {
    color: var(--white);
    margin: 0;
}

.question-wpr {
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.business-inner {
    margin-block: 30px;
}

.business-inner h6 {
    color: var(--text-clr);
    font-weight: 700;
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}

/* .question-content-inner h4{
    font-size: calc(24px + 2 * (100vw - 320px) / 1600);
    color: var(--sub-title);
    font-weight: 700;
} */

.question-content-inner h6 {
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
    font-weight: 700;
    color: var(--sub-title);
}

.question-content-inner p {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}

/* .faq-inner{
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
} */

.faq-inner .accordion {
    border: 0;
}

.faq-inner .accordion .accordion-item {
    border: 0;
    margin-bottom: 20px;
}

.faq-inner .accordion .accordion-item .accordion-button {
    font-size: calc(20px + 2 * (100vw - 320px) / 1600);
}

.accordion-button:not(.collapsed) {
    background-color: #03483321 !important;
    box-shadow: none;
    color: var(--sub-title);
}

.Portfolio__content-text-title {
    /* font-size: calc(30px + 5 * (100vw - 320px) / 1600); */
    font-size: calc(28px + 2 * (100vw - 320px) / 1600);
}

.locationWpr {
    overflow: hidden;
}

.create-renders-content {
    padding-bottom: 20px;
}

.create-renders-content h6 {
    line-height: 1.5;
}

.modal-open {
    padding-right: 0 !important;
}

/* Image hover with blur text start */
.image-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px; /* Adjust height as needed */
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease-in-out;
}

.image-box .hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.image-box:hover img {
    filter: blur(5px);
}

.image-box:hover .hover-text {
    opacity: 1;
}

/* Ensure the <a> tag takes the full width and height of the image */
.image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; /* Remove underline from links */
}

/* Image hover with blur text start end */
