/* Only necessary with horizontal scrolling */
html[data-scroll-orientation="horizontal"] body {
    width: fit-content;
}
html[data-scroll-orientation="horizontal"] [data-scroll-container] {
    display: flex;
}

body {
    font-family: "Tajawal" !important;
}
body * {
    font-family: inherit;
}

.no-scroll {
    overflow: hidden;
    height: 100vh !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit !important;
}

a,
a:hover {
    font-family: "Tajawal" !important;
    text-decoration: none;
}

canvas,
img,
svg,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

button {
    cursor: pointer;
}

@media (min-width: 960px) {
    .uk-padding-small-top {
        padding-top: 210px;
    }
}
.uk-padding-small-top {
    padding-top: 140px;
}

.uk-container-custom {
    box-sizing: initial;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 80px;
    z-index: 999;
    transition: all 0.3s ease;
}

.header.hide {
    top: -80px !important;
}

.is-active {
    background-color: #333;
}

.logo {
    width: 80px;
}

.btn {
    display: inline-block;
    border: 1px solid;
    border-radius: 4rem;
    padding: 0.8rem 2rem;
    backdrop-filter: blur(100px);
    cursor: pointer;
    transition: all 0.6s;
}
.btn.btn-primary {
    background-color: #354141;
}
.btn.btn-accent {
    background-color: #256466;
    color: #fff;
    border: none;
}

.btn.btn-accent:hover {
    background-color: #2da8ad;
}
.btn.btn-white {
    background-color: #fff;
    border: none;
}
@media (max-width: 760px) {
    .header .uk-navbar {
        position: initial;
    }
    .btn:hover {
        text-decoration: none;
    }
    .btn:hover span {
        padding: 10px 38px 15px 37px;
    }
    .btn span {
        padding: 10px 22px 15px 50px;
    }
}

.about-logo {
    position: absolute;
    z-index: 1;
    opacity: 0.04;
    width: 50%;
    top: -30%;
    pointer-events: none;
}

#cursor-container {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#animated-cursor {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.cursor {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid black;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 1000;
}

.cursor2 {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: black;
    opacity: 0.3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 1000;
}

.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: 0.5;
}

.uk-height-vh {
    height: 100vh;
}

.uk-width-vw {
    width: 100vw;
}

.grand .sub-title {
    color: #aa8852;
}
.grand .play-button {
    background: #353535;
    border-radius: 40px;
    padding: 7px;
}
.grand .about-grand {
    text-align: center;
}
@media (min-width: 768px) {
    .grand .about-grand {
        text-align: unset;
    }
}
.grand .uk-overlay-primary {
    height: 100%;
}

.grand .whay-grand .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.75);
}
.grand .whay-grand .uk-card {
    border: 1px solid #767676;
    backdrop-filter: blur(2px);
}

.grand .mobile-form {
    background: #fff;
    margin: -120px 20px;
    border-radius: 10px;
    padding-top: 20px;
}
.grand .hero-content {
    text-align: center;
}

.grand .projects-service .uk-panel {
    height: 100px;
}
.projects-service .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
    .grand .play-button {
        padding: 15px;
    }
    .grand .about-grand {
        text-align: unset;
    }
    .grand .hero-content {
        text-align: unset;
    }
    .grand .projects-service .uk-panel {
        height: 200px;
    }

    .landscape img {
        height: 100%;
    }

    .uk-model video {
        height: 90vh;
    }
}

.project-details .uk-flex {
    gap: 15px;
    align-items: baseline;
}
.project-details .gap {
    gap: 120px;
}

.project-details .icon {
    width: 30px;
}
.call-btns {
    position: fixed;
    bottom: 30px;
    right: 140px;
    z-index: 999;
}
.call-btns #btns a {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #fff;
    line-height: 50px;
}
.call-btns #btns .btn-whasapp {
    background-color: #25d366;
}
.call-btns #btns .btn-call {
    background-color: #256466;
}
.call-btns button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    padding: 0;
    background: #007bff;
    transition: background 0.5s ease-in-out;
}
.call-btns button:hover {
    background: #256466;
}
@media (max-width: 960px) {
    .call-btns {
        right: 30px;
    }
}
@media (max-width: 640px) {
    .project-details .gap {
        display: block;
    }
    .project-details .gap:nth-child(1) {
        margin-bottom: 10px;
    }
    .call-btns {
        right: 15px;
    }

    .images .uk-slider {
        height: 500px;
    }
}

.footer .btn-to-top {
    color: #ffffff;
    position: absolute;
    top: -27px;
    background: #354141;
}
.footer .btn-to-top :hover {
    color: #007bff;
}
.footer .authorities {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .mini-logo {
    width: 60px;
}

.footer .wafi {
    width: 80px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .footer .mini-logo {
        width: 120px;
    }

    .footer .wafi {
        width: 95px;
    }
}

@keyframes zoomEffect {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
.animated-text {
    display: inline-block;
    animation: zoomEffect 1.5s infinite ease-in-out;
    font-weight: bold;
}

/*# sourceMappingURL=index.css.map */
