.logo-header {
    width: 17%;
    height: 17%;
}
.alert-message{
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid red;
    padding: 15px;
    margin-top: 20px;
    color: black;
    transition: all 0.3s ease 0s;
    display: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    transition: all 0.3s ease 0s;
}

.header-bg {
    background-color: rgba(0, 0, 0, .8);
    transition: all 0.3s ease 0s;
}
.telegviber{
    display: none;
}
.main-info {
    top: 22rem;
}

.h-16 {
    height: 3rem;
}

.jus-con {
    justify-content: space-between;
}

.about-text {
    line-height: 80px;
    text-align: end;
}

.about-sub-text {
    margin-left: 0rem;
    padding-right: 0rem;
    text-align: end;
}

.about-text-block {
    max-width: 770px;
}

.about-line {
    width: auto;
}

.container.flex.justify-between {
    align-items: center;
}

.pa-carousel-widget {
    margin-top: 40px;
    max-width: 900px;
}

.portfolio-items-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-title {
    text-align: start;
    max-width: 900px;
    width: 100%;
    margin-top: 50px;
}

.form-control{
    background: #ccc;
}
select{
    background-color: #ccc!important;
}
.form-control::placeholder{
    color: #606060;
}


@media (min-width: 768px) {
    .md\:h-28 {
        height: 5rem;
    }

    .md\:text-xl {
        font-size: 20px;
        line-height: 2rem;
    }

    .md\:-ml-32 {
        margin-left: 0rem;
    }

    .md\:-mt-4 {
        margin-top: 0rem;
    }

}

@media(max-width: 1540px) {
    .container {
        padding: 0 40px;
    }

    .header__menu a {
        font-size: 17px;
    }

    .text-xxs {
        font-size: 12px;
    }

    .leading-tight {
        font-size: 50px;
    }

    .md\:text-xl {
        font-size: 18px;
        line-height: 2rem;
    }

    .md\:h-28 {
        height: 4rem;
        max-width: 240px;
        width: 100%;
    }

    .md\:text-2xl {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .md\:-top-24 {
        top: -12rem;
    }

    .md\:text-6xl {
        font-size: 3rem;
        line-height: 1.2;
    }

    .md\:gap-px {
        gap: 2rem;
    }

    .md\:w-1\/3 {
        width: 28.333333%;
        height: 20%;
    }

    .md\:text-lg {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .md\:pl-7 {
        padding-left: 1.3rem;
    }

    .md\:-left-7 {
        left: -1.3rem;
    }

    .-left-7 {
        left: -1.3rem;
    }

    .md\:pb-14 {
        padding-bottom: 2.5rem;
    }

    .md\:w-5\/12 {
        width: 36.666667%;
    }

    .md\:h-14 {
        height: 3rem;
    }

    .about-text {
        max-width: 560px;
    }

    .about-text-block {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .about-line {
        width: 100%;
    }

    .md\:px-16 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:py-10 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .md\:mt-44 {
        margin-top: 5rem;
    }

    .px-10 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .py-8 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .text-xl {
        font-size: 17px;
    }

    .swiper {
        max-width: 80rem;
    }

    .swiper-button-prev {
        left: 0rem;
    }

    .swiper-button-next {
        right: 0rem;
    }

    .portfolio-items {
        justify-content: center;
    }

    .text-lg {
        font-size: 1rem;
        line-height: 1.75rem;
    }

    .text-dgray {
        font-size: 13px;
    }

    .testimonials-card {
        min-height: 255px;
    }

    .testimonials-card .mt-5 {
        font-size: 15px;
    }
}

@media(max-width: 1480px) {
    .md\:gap-px {
        gap: 4rem;
    }

    .swiper {
        max-width: 70rem;
    }

    .md\:pl-7 {
        padding-left: 1rem;
    }

    .pt-5 {
        padding-top: 1rem;
    }

    .pb-10 {
        padding-bottom: 2rem;
    }

    .md\:p-10 {
        padding: 2rem;
    }

    .md\:-left-7 {
        left: -1rem;
    }

    .-left-7 {
        left: -1rem;
    }
}

@media(max-width: 1350px) {
    .header__img {
        max-width: 40%;
    }

    .md\:-top-24 {
        top: -6rem;
    }

    .md\:mt-56 {
        margin-top: 10rem;
    }

    .md\:text-6xl {
        font-size: 2.7rem;
        line-height: 1.2;
        padding-bottom: 0rem;
        width: auto;
    }

    .text-lg {
        font-size: 14px;
        line-height: 1.4rem;
    }

    .md\:text-lg {
        font-size: 13px;
        line-height: 1.3rem;
    }

    input::placeholder {
        font-size: 13px;
    }

    .footer__menu,
    .header__menu {
        gap: 0;
        justify-content: space-evenly;
        width: 100%;
        max-width: 700px;
        margin: 0;

    }

    .footer__menu {
        max-width: max-content;
    }

    #intro-section {
        min-height: 950px;
    }

    .md\:-top-44 {
        top: -10rem;
    }
}

@media(max-width: 1280px) {
    .header__menu a {
        font-size: 14px;
    }

    .main-info {
        top: 14rem;
    }

    .lg\:h-10 {
        height: 2rem;
    }

    .header__nav svg {
        width: 20px;
    }

    .md\:text-6xl {
        font-size: 2.4rem;
        line-height: 1.2;
        padding-bottom: 0rem;
        width: auto;
    }

    .md\:text-xl {
        font-size: 15px;
        line-height: 1.6rem;
    }

    .num__block {
        align-items: flex-start;
        gap: 0;
    }

    .box__num {
        align-items: flex-start;
        gap: 1rem;
    }

    .md\:pt-16 {
        padding-top: 2rem;
    }

    .footer__menu,
    .header__menu {
        max-width: 590px;
    }

    .gap-3 {
        gap: 0.5rem;
    }

    .md\:h-28 {
        height: 3rem;
        max-width: 210px;
    }

    .md\:h-14 {
        height: 2rem;
    }

    .about-text {
        max-width: 450px;
    }

    .text-xl {
        font-size: 13px;
        line-height: 1.5rem;
    }

    .box__priv img {
        max-width: 20%;
    }

    .md\:pt-36 {
        padding-top: 4rem;
    }

    .md\:py-10 {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .py-8 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md\:py-16 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .md\:px-24 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .md\:-ml-24 {
        margin-left: -4rem;
    }

    .service-slider .service-card img {
        max-height: 290px;
        height: 455px;
    }

    .swiper {
        max-width: 50rem;
    }

    .pb-7 {
        padding-bottom: 1rem;
    }

    .pt-3 {
        padding-top: 0rem;
    }

    #intro-section {
        min-height: 730px;
    }

    .md\:-top-44 {
        top: -7rem;
    }

    .md\:mt-72 {
        margin-top: 10rem;
    }

    .pt-5 {
        padding-top: 1rem;
    }

    .pb-10 {
        padding-bottom: 1rem;
    }

    .testimonials-card .mt-5 {
        font-size: 12px;
    }

    #slider-portfolio:before,
    #slider-portfolio::after {
        height: 50px;
    }

    .md\:text-lg {
        font-size: 12px;
        line-height: 1rem;
    }

    .md\:text-xl {
        font-size: 13px;
        line-height: 1rem;
    }

    .md\:pl-7 {
        padding-left: 0.5rem;
    }

    .md\:pr-7 {
        padding-right: 0.7rem;
    }

    .md\:-left-7 {
        left: -0.5rem;
    }

    .-left-7 {
        left: -0.5rem;
    }

    .redline {
        height: 1px;
    }

    .mt-5 {
        margin-top: 0.5rem;
    }

    .md\:ml-48 {
        margin-left: 8rem;
    }

    .footer__menu {
        max-width: max-content;
    }
}

@media(max-width: 1024px) {
    .header__menu a {
        font-size: 12px;
    }

    header {
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
    }

    .main-info {
        top: 10rem;
    }

    .lg\:h-10 {
        height: 1.7rem;
    }

    .text-xxs {
        font-size: 10px;
    }

    .footer__menu,
    .header__menu {
        max-width: 440px;
    }

    .md\:text-xl {
        font-size: 13px;
        line-height: 1.3rem;
    }

    .mt-11 {
        margin-top: 1.5rem;
    }

    .md\:mt-56 {
        margin-top: 7rem;
    }

    .md\:-top-24 {
        top: -5rem;
    }

    #intro-section {
        min-height: 650px;
    }

    .text-lg {
        font-size: 13px;
        line-height: 1.2rem;
    }

    .md\:text-6xl {
        font-size: 2.1rem;
        line-height: 1.2;
        padding-bottom: 0rem;
        width: auto;
    }

    .pt-10 {
        padding-top: 1rem;
    }

    .pb-12 {
        padding-bottom: 1rem;
    }

    .swiper {
        max-width: 46rem;
    }

    .md\:text-lg {
        font-size: 10px;
        line-height: 1rem;
    }

    .pb-7 {
        padding-bottom: 0.4rem;
    }

    .pb-10 {
        padding-bottom: 0.4rem;
    }

    .pt-5 {
        padding-top: 0.4rem;
    }

    .about-text {
        max-width: 410px;
    }

    .md\:px-24 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .box__priv img {
        max-width: 16%;
    }

    .md\:-ml-24 {
        margin-left: -1rem;
    }

    .md\:mt-20 {
        margin-top: 2rem;
    }

    .md\:py-16 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:px-10 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .about p {
        font-size: 12px;
    }

    .footer__menu a {
        font-size: 12px;
    }
}

@media(max-width: 880px) {
    .md\:mt-56 {
        margin-top: 4rem;
    }
    header {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        height: 4rem;
    }
    div#primary-menu-toggle{
        top: 7px;
    }
    .w-10\/12 {
        max-width: 410px;
    }

    .box__num {
        align-items: center;
    }

    .md\:-top-44 {
        top: -14rem;
    }

    #counter {
        max-height: 200px;
    }

    .text-lg {
        font-size: 15px;
        line-height: 1.2rem;
    }

    .md\:text-lg {
        font-size: 13px;
        line-height: 1rem;
    }

    .pt-5 {
        padding-top: 1rem;
    }

    .box__priv {
        align-items: flex-start;
        text-align: start;
    }

    .box__priv .justify-center {
        justify-content: flex-start;

    }

    .footer__menu {
        flex-direction: column;
        display: flex;
        text-align: center;
        max-width: max-content;
        align-items: center;
    }

    .contact-info {
        margin: 0;
    }

    .contact-info img {
        max-width: 15%;
    }

    footer .logo-header {
        max-width: 25%;
    }
}

@media(max-width: 769px) {
    .md\:text-lg {
        font-size: 13px;
        line-height: 1rem;
        text-align: start;
    }

    .md\:-top-44 {
        top: -14rem;
    }

    .w-10\/12 {
        max-width: 403px;
    }

    .md\:px-10 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .logo-header {
        width: 20%;
        height: auto
    }

    .md\:ml-48 {
        margin-left: 0rem;
    }
}

@media(max-width: 600px) {
    .md\:-top-44 {
        top: -11rem;
    }

    #counter {
        max-height: 250px;
    }

    .logo-header {
        width: 30%;
        height: auto;
    }
}

@media(max-width: 480px) {
    .md\:text-6xl {
        font-size: 1.8rem;
        line-height: 1.2;
        padding-bottom: 0rem;
        width: auto;
    }

    footer .logo-header {
        display: none;
    }

    .footer__menu {
        align-items: flex-start;
    }
}

@media(max-width: 425px) {
    .md\:text-6xl {
        font-size: 1.5rem;
        line-height: 1.2;
        padding-bottom: 0rem;
        width: auto;
    }
}

@media(max-width: 375px) {
    .md\:-top-44 {
        top: -8rem;
    }
    .intro-section-home .main-info {
        top: 7rem;
    }
    #counter {
        max-height: 300px;
    }

    .md\:text-6xl {
        font-size: 1.4rem;
    }

    .about-text {
        max-width: 260px;
    }

    .container {
        padding: 0px 15px;
    }

    .pb-16 {
        padding-bottom: 0rem;
    }

    #intro-section {
        min-height: 520px;
    }

    .w-10\/12 {
        max-width: 326px;
    }

    .intro-wrap .redline {
        display: none;
    }

    .intro-wrap:nth-child(3) {
        display: none;
    }
}