.thanks,
.thanks video,
.thanks .video:before {
    height: 100vh;
}

.testimonials .row {
    margin-right: 0;
    margin-left: 0;
}

.testimonials .row > * {
    padding-right: 0;
    padding-left: 0;
}

.socials-wrap {
    padding: 12px 20px;
    display: flex;
    gap: 10px;
    font-size: 20px;
}
.contact__form {
    padding: 80px 15px 60px!important;
    box-sizing: border-box;
    background-color: #1D1D1F8c;
    box-shadow: 0 0 14px #0003;
}

.contact__form input,
.contact__form textarea {
    color: #1D1D1F;
    background-color: rgb(255 255 255 / 95%);

}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
    color: #1D1D1F;
}
.contact__form .btn-wrap {
    margin-bottom: 0;
}
.contact__form .btn-link input {
    color: white;
}
.section-padding:has(.contact__form) {
    padding: 0;
}
.testimonials .background > .row {
    position: relative;
    z-index: 2;
}
.map {
    display: block;
    width: 100%;
    height: 550px;
    filter: grayscale(100%) invert(100%) brightness(150%);
}
.btn-wrap {
    transition: filter ease .5s;
}
.btn-wrap:has(:disabled) {
    filter: grayscale(100%);
    pointer-events: none;
}
#navbar {
    margin-left: auto;
    margin-top: 13px;
}
.navbar .nav-link{
    margin: 0 !important;
}
.navbar-nav li,
.navbar-nav li a {
    display: flex ;
    justify-content: end;
    align-items: center;
}
.navbar-nav li {
    border-bottom: 1px solid #fff;
}
.navbar-nav li:last-child {
    border-bottom: unset;
}
.navbar .navbar-right .wrap .icon,
.navbar-right p{
    display: none;

}
.navbar-right a {
    color: white !important;
}
.nav-scroll {
    background: #fff;
    padding: 0;
}

.services .item .wrap:hover .text {
    opacity: 1;
}
.services .item .wrap:hover .img {
    transform: scale(0.95);
}
.services .item .wrap:hover img {
    opacity: 0.3;
}
.footer .logo-wrapper  a {
    display: block;
    width: 150px;
}
.w-min-content {
    width: min-content !important;
}
.vj-media-contain-1x {
    width: 70px;
    height: 70px;
}

.vj-media-contain-1x img,
.mobile-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mobile-close {
    position: absolute;
    top: 4px !important;
    left: 10px !important;
    font-size: 40px;
    line-height: 1;
    color: white;
}
.modile-menu ul {
    list-style-type: none;
}
.modile-menu > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    text-align: end;
    font-size: 18px;
}
.modile-menu > ul > li a {
    line-height: 2;
}
.modile-menu {
    padding: 35px 15px 15px !important;
    display: none;
    height: 100%;
    align-self: end !important;
    width: 320px;
    overflow-y: auto;
    background: #1D1D1F;
}
.modile-menu > ul > li:first-child{
    border-bottom: none;
}
.modile-menu > ul > li:last-child {
    border-bottom: none;
}
.modile-menu ul li:hover {
    border-color: #ccbb9f;
}
.mobile-logo {
    padding: 0 !important;
    width: 50px;
    height: 50px;
}
.header-social-style1 {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-social-style1 a {
    font-size: 30px;
    line-height: 1.1;
}
.fancybox__slide:has(.modile-menu )  {
    align-items: center;
}
/* .services .owl-carousel .owl-item {
    overflow: hidden;
    border-radius: 50% 0 0 0;
} */
.services .item .wrap .img {
    overflow: hidden;
    border-radius: 0% var(--bs-border-radius-sm) var(--bs-border-radius-sm) var(--bs-border-radius-sm) !important;
}

.services .item .wrap:hover .img {
    border-radius: var(--bs-border-radius-sm) !important;
}

body:has(.nav-scroll) #home {
    padding-top: 80px;
}

.list-icon img {
    width: 32px;
    height: 32px;
}

@media (min-width: 768px) {
    .contact__form{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 120px 15px 80px !important;
        background-color: transparent;
        box-shadow: none;
    }

    .contact__form .form-group {
        width: 100%;
        max-width: 450px;
    }
    .promo-text {
        width: 80%;
    }
    footer .logo-wrapper {
        margin-right: 12%;
    }

}
@media (min-width: 992px) {
    .socials-wrap {
        padding: 0;
        margin: 0 30px 0 20px;
        font-size: 30px;
    }

    .socials-wrap i {
        padding: 0;
        color: #1D1D1F;
    }
    #navbar {
        margin: 0;
    }
    .navbar .navbar-right .wrap .icon,
    .navbar-right p{
        display: block;

    }
    .navbar-right a {
        color: #1D1D1F !important;
    }
    .navbar-nav .mail {
        display: none;
    }
    .navbar-nav li {
        border-bottom: unset;
    }
    .section-padding {
        padding: 100px 0;
    }
    .promo-text {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .promo-text {
        width: 50%;
    }
}