@font-face {
    font-family: 'Aloevera Display';
    src: url('../fonts/AloeveraDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarkGEOBold';
    src: url('../fonts/MarkGEOBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarkGEOLight';
    src: url('../fonts/MarkGEOCAPS-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.sticky.top-0 {
    box-shadow: 0px 5px 83px rgb(0 0 0 / 31%);
}
.bg-gray-800,
.bg-gray-900 {
    background-color: #212936;
    background: #212936;
}
.text-yellow-500 {
    color: #dca755;
}
body {
    font-family: 'MarkGEOBold';
    background: #212936;
    font-feature-settings: 'case';

}
.main-banner h1, .main-banner h2:not(.first-banner)  {
 font-size: 40px;
}
.text-white {
    color: #e8e2df;
}
.swiper.partner-swiper .swiper-slide {
    background: transparent;
}
.swiper.partner-swiper .swiper-slide img {
    width: auto;
    height: auto;
    max-height: 180px;
}

.swiper.partner-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.uppercase {
    font-feature-settings: 'case';
}

[x-cloak] {
    display: none !important;
}

.font-logo {
    font-family: 'Aloevera Display';
}

.typed-cursor {
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f18e;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0d1b2f;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

swiper-container {
    width: 100%;
    height: calc(100vh - 125.3px);
    background: #000;
}

swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.text-blue {
    color: #081b31;
}

.service_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 0;
    border-radius: 1.5rem;
    /* 1.5rem (24px) */
}

.service_content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    height: 450px;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.project_section .swiper-button-next,
.project_section .swiper-button-prev {
    top: calc(50% + 72px);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.font-light {
    font-family: 'MarkGEOLight';
    font-weight: 300;
}

.bg-blue {
    background-color: #0d1b2f;
    background: #0d1b2f;
}

@media (min-width: 768px) {
    .container {
        max-width: 90%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

}
.view_all {
    font-size: 14px;
}
span.logo-text {
    font-size: 37px;
    line-height: 1.2;
    font-family: 'Aloevera Display';
    font-weight: 300;
}

@media (max-width: 767px) {
        .main-banner swiper-container {
    height: 350px;
}
    div#blogContainer p {
    font-size: 14px;
}
    div#blogContainer h3 {
    font-size: 16px;
}
    .service_block.calc a {
    font-size: 14px;
}
    span.category_name {
    font-size: 13px;
}
footer p, footer li, footer a {
    font-size: 14px;
}
.text-lg {
    font-size: 16px;
}
    .text-3xl {
    font-size: 21px;
}
    .our-working-process p {
    font-size: 14px;
    padding: 10px;
}
.main-banner h1, .main-banner h2:not(.first-banner) {
    font-size: 24px;
}
.main-banner .first-banner h2 {
    font-size: 1.125rem;
}
.step-title {
    font-size: 16px;
}
    .text-4xl {
        font-size: 1.225rem;
    }

    .text-2xl {
        font-size: 18px;
    }

    #projectModal div#main-image-container-viewer {
        height: auto;
        min-height: 286px;
    }

    .project_section .swiper-button-next,
    .project_section .swiper-button-prev {
        top: 270px;
    }

    span.logo-text {
        font-size: 30px;
    }
    swiper-slide {
    padding: 20px 30px;
}
}

@media (max-width: 1140px) {
    .working_hours {
        display: none;
    }
}

@media (max-width: 855px) {
    .emailct {
        display: none;
    }
}

@media (min-width: 1080px) {
    .menu-mobile {
        display: none;
    }
}

@media (max-width: 1079px) {
    .menu-desktop {
        display: none;
    }
}