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

@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    /*.bg-area:before {*/
    /*    content: url(../img/yaprak.png);*/
    /*    position: absolute;*/
    /*    left: -9%;*/
    /*    top: 0;*/
    /*}*/
    /*.bg-area:after {*/
    /*    content: url(../img/yaprak2.png);*/
    /*    position: absolute;*/
    /*    !*right: -9%;*!*/
    /*    right: 0;*/
    /*    bottom: -2%;*/
    /*    !*transform: rotateY(180deg) rotate(14deg);*!*/
    /*}*/
    .contact-panel {
        display: none;
    }

    .head-desc {
        width: 70%;
        margin: 0 auto;
    }

    .project-logo img {
        width: 350px;
    }


}

@media screen and (min-width: 2000px) {
    .hero-style {
        height: 1420px;
    }

}


@media screen and (min-width: 1800px) {
    .project-logo img {
        width: 600px;
    }
}


/*DEFAULT LAPTOP*/
@media screen and (min-width: 1000px) and (max-width: 1800px) {
    .catalogue-btn {
        top: 210px;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .title-2 {
        position: relative;
        margin-bottom: 20px;
        font-size: 28px !important;
        line-height: 35px !important;
        padding-inline: 10%;
    }

    .bg-area {
        /*background-image: url("../img/mobile-bg.webp");*/
        background-size: cover !important;
        background-repeat: no-repeat;
    }

    .bg-area .box-shadow {
        padding: 20px 0;
    }

    .mobile-form {
        padding: 30px 10px;
    }

    .mobile-form input[type="text"] {
        font-size: 12px;
    }

    .mobile-form input[type="text"] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-family: 'Questrial', sans-serif;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        height: 37px;
        line-height: 32px;
        padding-left: 10px;
        background: 0 0;
        border: 0;
        border-bottom: solid 1px #464646;
        resize: none;
        color: #fff;
    }

    .mobile-form button {
        width: 100%;
        height: 40px;
        border: 0;
        background-color: #464646;
        color: #fff;
        text-align: center;
        font-size: 16px;
        margin: auto;
        font-weight: 700;
        -webkit-appearance: none;
        appearance: none;
        margin-top: 10px;
    }

    .form-title {
        font-size: 22px;
        line-height: 25px;
    }

    .form-title {
        color: #c3c3c3;
        text-align: center;
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .mobile-form p {
        text-align: center;
        padding-inline: 2rem;
    }

    .hero-style .container {
        padding-top: 95px;
        position: relative;
        z-index: 5;
    }

    label {
        font-size: 14px;
    }

    .filter-btn-wrapper {
        width: 100%;
    }

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

    .head-title {
        font-size: 32px;
    }

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

    .clock-container {
        padding-top: 15px;
    }

    .modal .mobile-form {
        padding-bottom: 10px;
    }

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

    .project-logo img {
        width: 265px;
    }


    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 999;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .5rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    .vr-title {
        top: 66%;
    }

    .vr-title h6 {
        font-size: 50px;
    }

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

    .grecaptcha-badge {
        visibility: hidden !important;
    }

    .map-btn-wrapper .custom-btn {
        margin-bottom: 15px;
    }

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

    body {
        background-attachment: unset;
        background-repeat: repeat-y;
        background-size: contain;
    }

    .floor-plans-item {
        height: 240px;
    }

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

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -20px;
    }

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

    body {
        width: 100vw;
        overflow-x: hidden;
    }

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

    .e-katalog-logo {
        height: 120px;
        width: 330px;
    }

    .e-katalog-link {
        font-size: 50px;
    }

    #e-katalog {
        height: 400px;
        margin-top: 50px;
        margin-bottom: 0;
    }

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

    .floor-plans-details h4 {
        font-size: 30px;
    }
}
