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

    .feature-item.d-flex.align-items-center.gap-10 {
        padding-left: 1.5rem;
    }

    .feature-item h6 {
        font-size: 1.3rem;
    }


}

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

/*DEFAUL LAPTOPS*/
@media screen and (min-width: 1000px) and (max-width: 1660px) {
    .hero-style {
        height: 850px;
        transition: all .4s ease;
    }
}

@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 #7c6a52;
        resize: none;
        color: #232222;
    }

    .mobile-form button {
        width: 100%;
        height: 40px;
        border: 0;
        background-color: #7c6a52;
        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: #7c6a52;
        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: 200px;
    }


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

    .drone-vid iframe {
        height: 550px;
    }

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

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

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

    #yt-1 iframe {
        height: 300px;
    }

    .float {
        display: none;
    }
}
