/*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: #7c6a52;
    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;
}

#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: #7c6a52;
    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.35);*/
    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: #222222;
    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: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.filter-item:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #b19777;
    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;
}

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


.footer-links {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.footer-links a {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}

.footer-links a:hover {
    text-decoration: underline;
}

section.kvkk {
    padding: 80px 0;
}

section.kvkk p {
    font-size: 1.1rem;
}

.kvkk-logo img {
    width: 220px;
}

.kvkk-logo {
    text-align: center;
    margin-bottom: 20px;
}

.swiper-slide:focus-visible {
    outline: none;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px;
    display: flex;
    justify-content: center;
}

.sosyal-swiper {
    position: relative;
}

.sosyal-swiper .swiper-button-prev, .sosyal-swiper .swiper-button-next {
    display: none !important;
}

.drone-vid a {
    display: block;
    position: relative;
    overflow: hidden;
}

.drone-vid a img {
    width: 100%;
}

.drone-vid .youtube-logo {
    position: absolute;
    top: -200px;
    transition: .7s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
}

.youtube-logo img {
    width: 160px !important;
}


.drone-vid a:hover .youtube-logo {
    top: 50%;
    transform: translate(-50%, -50%);
}

.kayikcioglu-icon {
    width: 30px;
}

.feature-item h6 {
    font-weight: 300;
    font-size: 1.1rem;
}

.gap-10 {
    gap: 10px;
}

.hero-new .swiper-slide img {
    width: 100%;
}

.pesin-swiper .swiper-slide img {
    width: 100%;
}

.pesin-swiper .swiper-slide {
    padding: 1rem;
}

.pesin-swiper .swiper-slide a {
    display: block;
}

.pesin-swiper {
    position: relative;
}

#yt-1 {
    padding: .4rem;
}

#yt-1 iframe {
    width: 100%;
    height: 400px;
}