/*Author: Rejep Mammedov*/
/*Email: reppon97@gmail.com*/
/*Github: reppon97*/

body {
    margin: 0;
    background-color: var(--color-bg);
    color: var(--color-text);
    font-family: 'Afacad', sans-serif;
    overflow-x: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1, h2, h3, h5, h6, p {
    color: var(--color-text);
}

.custom-btn {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border: none;
    padding: 0 56px;
    height: 45px;
    line-height: 45px;
    border-radius: 7px;
    background-color: #464646;
    color: white;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(91, 86, 73, 0.23);
    transition: background 0.4s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.custom-btn:hover {
    background: #564a3a;
    box-shadow: 0 6px 20px rgba(91, 86, 73, 0.53);
}

.side-contact {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9999;
    background: #fff;
    width: 350px;
    padding: 15px;
    border-radius: 10px 0 0 10px;
    transition: all .6s;
    color: #171717;
}

#sideContactBtn {
    position: absolute;
    left: -40px;
    width: 40px;
    height: auto;
    padding: 25px 0;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    text-align: center;
    background-color: #464646;
    border-color: transparent;
}

.side-contact > button span {
    writing-mode: tb-rl;
    white-space: nowrap;
    display: block;
    font-weight: lighter;
    color: #fff;
    word-spacing: 3px;
    left: 4px;
    position: relative;
}

.hide-form {
    right: -350px;
}

.contact .form input[type="text"], .contact .form textarea {
    color: #171717;
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.side-contact label {
    font-size: 14px;
}

.slide-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgb(0, 0, 0, 0.1);
    z-index: 2;
}

.project-logo {
    position: absolute;
    left: 50%;
    top: 1.8rem;
    transform: translateX(-50%);
    z-index: 5;
}

.project-logo img {
    width: 300px;
    max-height: 200px;
    object-fit: contain;
}

.bg-area {
    padding: 50px;
    text-align: center;
    position: relative;
}

.bg-area .box-shadow {
    padding: 190px 0;
    position: relative;
}


.title-2 {
    position: relative;
    margin-bottom: 45px;
    font-size: 50px !important;
    line-height: 68px !important;
    padding-inline: 10%;
}

.head-desc {
    font-size: 17px;
    margin-bottom: -10px;
}

.marble-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/marble.webp");
    padding: 50px;
}

.left-box {
    position: relative;
    padding: 50px;
    z-index: 89;
    margin-top: -50px;
}

.filter-btn-group {
    display: flex;
    justify-content: center;
    /*padding-bottom: 50px;*/
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.filter-item {
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.filter-item.active::before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transition: .4s ease-in-out;
}

.icon-item {
    text-align: center;
    margin-bottom: 1.2rem;
}

.icon {
    height: 180px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-item .icon img {
    width: 160px;
    max-height: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.icon-item .icon-name {
    font-size: 20px;
    color: #222222;
}

.icon-value {
    font-size: 24px;
    color: #4d4d4d;
    font-weight: 600;
}

.section-padding {
    padding: 60px 0;
}

#contact {
    text-align: center;
    background: var(--main-bg-color);
    margin-top: -10px;
    padding: 50px 0;
}

.social-media ul li a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

.social-media ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    margin-top: 13px;
}

.social-media ul li {
    margin: 5px;
}

.social-media ul li a {
    background: #222;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    height: 37px;
    width: 38px;
    line-height: 26px;
    font-size: 20px;
    position: relative;
}

.head-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
}

.img-inverted {
    filter: invert(1);
}

.footer-phone-img {
    width: 400px;
}

.parent-logo img {
    width: 300px;
}

.parent-logo {
    margin-bottom: 20px;
}


.filter-btn-wrapper {
    width: 40%;
    padding-block: 15px;
    display: flex;
    justify-content: space-evenly;
    background-color: #464646;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.filter-item:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 40%;
}

.gallery-hidden {
    height: 650px !important;
    overflow: hidden;
}

.galleryGrid {
    transition: .4s;
}

.countdown {
    background-color: #000;
    padding-top: 30px;
}

.youtube-vid iframe {
    height: 700px;
}

.virtualtour {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: block;
}


.footer-phone-wrapper {
    display: block;
    padding-inline: 1.2rem;
}

.footer-phone-wrapper svg {
    width: 400px;
}

.home-countdown {
    background-color: transparent;
}

.home-countdown h3, .home-countdown p {
    color: #222;
    text-align: center;
}

.home-countdown .clock-container {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}

.home-countdown .clock-timer:before {
    color: #222;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.map-btn-wrapper {
    text-align: center;
}

.modal .clock-container {
    margin-bottom: 0;
}

.vr-wrapper .vr-cover {
    position: relative;
}

.vr-cover .vr-cover-img {
    width: 100%;
}

.vr-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgb(0, 0, 0, .4);
}

.vr-title {
    text-align: center;
    padding-top: 20px;
}

.vr-title h6 {
    font-size: 70px;
    color: rgb(255, 255, 255, .75);
    font-weight: 700;
}


.vr-icon {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9;
    opacity: .75;
}

.vr-icon img {
    width: 90px;
}

.vr-title {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}

.side-contact a {
    color: #ababab;
}

.floor-plans-item {
    height: 400px;
    border: solid 1px #808080;
    transition: .6s;
    background-size: cover;
    background-position: center;
}


.floor-plans-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 90%;
}

.floor-plans-details h4 {
    font-weight: 800;
    font-size: 50px;
    color: #ffffff90;
    transition: color .5s;
    text-align: center;
}

.floor-plans-zoom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    transition: .5s;
}

.floor-plans-item:hover .floor-plans-zoom {
    bottom: 60px;
}

.floor-plans-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: rgb(0, 0, 0, .4);
}

.floor-plans-item:hover .floor-plans-details h4 {
    color: #ffffff;
}

.features-swiper {
    /*overflow: hidden;*/
    position: relative;
}

.features-swiper .swiper-slide {
    text-align: center;
}

.feature-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.feature-body {
    padding-inline: 3rem;
}

.swiper-slide, .swiper-slide-prev, .swiper-slide-next {
    filter: blur(4px);
}

.swiper-slide-active {
    filter: blur(0);
}

.swiper-pagination-bullet {
    background: #d9d9d9;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px;
    text-align: center;
}

#closeBtn {
    text-align: end;
}

#closeBtn span {
    cursor: pointer;
}

.feature-number h1 {
    font-size: 75px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b6b6b6;
    color: #2c2c2c;
    margin-bottom: 0;
}

.mobile-bg {
    display: none;
}

.catalogue-btn {
    position: fixed;
    width: 40px;
    padding: 25px 0;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    text-align: center;
    background-color: #464646;
    border-color: transparent;
    top: 230px;
    right: 0;
}

.catalogue-btn span {
    writing-mode: tb-rl;
    white-space: nowrap;
    display: block;
    font-weight: lighter;
    color: #fff;
    word-spacing: 3px;
    left: 4px;
    position: relative;
}

#e-katalog {
    height: 900px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}

.e-katalog-logo {
    position: absolute;
    left: 50%;
    height: 150px;
    padding-inline: 2rem;
    background-color: #222222;
    width: 450px;
    top: 0;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.e-katalog-logo img {
    width: 100%;
}

.bg-img {
    background-position: center;
    background-size: cover;
}

.e-katalog-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 75px;
    font-weight: 600;
    transition: color .4s ease-in-out;
}

.e-katalog-link:hover {
    color: #e8e8e8;
}

.e-katalog-link::before {
    content: "E-Katalog";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0, 0, 0, .2);
    pointer-events: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: font-size .6s ease-in-out;
}

.e-katalog-link:hover::before {
    font-size: 65px;
}