html {
    font-size: 10px;
    scroll-behavior: smooth;
    scroll-padding: 6rem;
}

@media only screen and (max-width: 400px) {

    html {
        font-size: 9.411764705882353px;
    }

}

html,
body {
    height: 100%;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.rtl {
    font-family: krd !important;
    letter-spacing: -.7px !important;
    direction: rtl;
}

body {
    background-color: #111111;
    font-family: "lora-regular", serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.765;
    color: #757575;
    margin: 0;
    padding: 0;
}

a {
    color: #0087cc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus-visible,
a:active {
    color: hsl(var(--primary));
}

a:hover,
a:focus-visible,
a:active {
    outline: 0;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "montserrat-medium", sans-serif;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 6rem;
    margin-bottom: 1.8rem;
}

@media only screen and (max-width: 600px) {

    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        margin-top: 5.1rem;
    }

}

h5,
.h5,
h6,
.h6 {
    margin-top: 4.2rem;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {

    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 3.6rem;
        margin-bottom: 0.9rem;
    }

}

h1,
.h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {

    h1,
    .h1 {
        font-size: 3.3rem;
        letter-spacing: -.07rem;
    }

}

h2,
.h2 {
    font-size: 3rem;
    line-height: 1.3;
}

h3,
.h3 {
    font-size: 2.4rem;
    line-height: 1.25;
}

h4, .h4 {
    font-size: 2.1rem;
    line-height: 1.286;
}

h5,
.h5 {
    font-size: 1.6rem;
    line-height: 1.313;
}

h6,
.h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    text-transform: uppercase;
    letter-spacing: .16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: "montserrat-regular", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 3.6rem;
    color: #000000;
}

@media only screen and (max-width: 800px) {

    p.lead {
        font-size: 1.8rem;
    }

}

em, i, strong, b {
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
}

em, i {
    font-family: "lora-italic", serif;
}

strong, b {
    font-family: "lora-bold", serif;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}

del {
    text-decoration: line-through;
}

mark {
    background-color: #ffd900;
    color: #000000;
}

hr {
    border: solid hsl(0, 0%, 0%, .1);
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.5rem;
    height: 0;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: hsl(var(--primary));
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: hsl(var(--primary));
}

dd {
    margin: 0 0 0 2rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.pull-left {
    margin: 1.5rem 3rem 0 0;
}

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "lora-regular", serif;
}

th,
td {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
}

th {
    color: #000000;
    font-family: "montserrat-bold", sans-serif;
}

td {
    line-height: 1.5;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

button,
.btn {
    margin-bottom: 1.2rem;
}

fieldset {
    margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.cl-custom-select {
    margin-bottom: 1.5rem;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #050505;
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.line-scale-pulse-out > div {
    background-color: hsl(var(--primary));
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

@keyframes line-scale-pulse-out {

    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

}

fieldset {
    border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    display: block;
    height: 6rem;
    padding: 1.5rem 0;
    border: 0;
    outline: none;
    color: #333333;
    font-family: "montserrat-light", sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
    max-width: 100%;
    background-color: transparent;
    border-bottom: 2px solid hsl(0, 0%, 100%, .15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cl-custom-select {
    position: relative;
    padding: 0;
}

.cl-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.cl-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.cl-custom-select select::-ms-expand {
    display: none;
}

.cl-custom-select::after {
    border-bottom: 2px solid hsl(0, 0%, 0%, .5);
    border-right: 2px solid hsl(0, 0%, 0%, .5);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.oldie .cl-custom-select::after {
    display: none;
}

textarea {
    min-height: 25rem;
}

input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="search"]:focus-visible,
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
    color: #000000;
    border-bottom: 2px solid black;
}

label, legend {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .9rem;
    line-height: 1.714;
    color: #000000;
    display: block;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

label > .label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: "montserrat-regular", sans-serif;
    font-weight: normal;
    line-height: inherit;
}

label > input[type="checkbox"], 
label > input[type="radio"] {
    margin: 0;
    position: relative;
    top: .15rem;
}

.placeholder {
    color: #828282 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus-visible input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus-visible,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus-visible {
    -webkit-text-fill-color: hsl(var(--primary));
    transition: background-color 5000s ease-in-out 0s;
}

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 5.4rem;
    line-height: calc(5.4rem - .4rem);
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    color: #000000;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #c5c5c5;
    border: .2rem solid #c5c5c5;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="button"]:focus-visible {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000000;
    outline: 0;
}

.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
    background-color: hsl(var(--primary));
    border-color: hsl(var(--primary));
    color: #FFFFFF;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus-visible,
button.btn--primary:focus-visible,
input[type="submit"].btn--primary:focus-visible,
input[type="reset"].btn--primary:focus-visible,
input[type="button"].btn--primary:focus-visible {
    background-color: #33a242;
    border-color: #33a242;
}

.btn.full-width, button.full-width {
    width: 100%;
    margin-right: 0;
}

.btn--stroke, button.btn--stroke {
    background-color: transparent !important;
    border: 0.2rem solid hsl(var(--primary));
    color: hsl(var(--primary));
}

.btn--stroke:hover,
button.btn--stroke:hover.
.btn--stroke:focus-visible,
button.btn--stroke:focus-visible {
    border: 0.2rem solid #000000;
    color: #000000;
}

button::-moz-focus-visible-inner, input::-moz-focus-visible-inner {
    border: 0;
    padding: 0;
}

.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.alert-box__close.fa {
    font-size: 12px;
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #e65153;
}

.alert-box--success {
    background-color: #c8e675;
    color: #758c36;
}

.alert-box--info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

.alert-box--notice {
    background-color: #fff099;
    color: #bba31b;
}

.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: "montserrat-regular", sans-serif;
    font-weight: bold;
    line-height: 6rem;
    text-indent: 0;
    background-color: transparent;
    color: #000000;
}

.stats-tabs {
    padding: 0;
    margin: 3rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid hsl(0, 0%, 0%, .1);
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: "montserrat-regular", sans-serif;
    font-weight: bold;
    border: none;
    color: #000000;
}

.stats-tabs li a:hover,
.stats-tabs li a:focus-visible {
    color: hsl(var(--primary));
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0 0;
    font-size: 1.4rem;
    font-family: "montserrat-regular", sans-serif;
    color: #828282;
}

.skill-bars {
    list-style: none;
    margin: 6rem 0 3rem;
}

.skill-bars li {
    height: .6rem;
    background-color: #c9c9c9;
    width: 100%;
    margin-bottom: 6.9rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -3rem;
    font-family: "montserrat-bold", sans-serif;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.skill-bars li .progress {
    background-color: #000000;
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: "montserrat-regular", sans-serif;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1;
    background-color: #000000;
    padding: .6rem .6rem;
    border-radius: 3px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    content: "";
}
.skill-bars li .percent70 { width: 70%; }
.skill-bars li .percent75 { width: 75%; }
.skill-bars li .percent85 { width: 85%; }
.skill-bars li .percent90 { width: 90%; }
.skill-bars li .percent95 { width: 95%; }

.narrow {
    max-width: 800px;
}

.display-1 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 7.8rem;
    line-height: 1.25;
    color: #000000;
    margin-top: 0;
}

.display-1--light {
    color: #FFFFFF;
}

.display-2 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 5.2rem;
    line-height: 1.255;
    color: #000000;
    margin-top: 0;
}

.display-2--light {
    color: #FFFFFF;
}

.display-2--light::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    background-color: hsl(0, 0%, 100%, .1);
    position: absolute;
    bottom: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.subhead + .display-2 {
    margin-top: .6rem;
}

.subhead {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.7rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: hsl(var(--primary));
    margin-top: 0;
    margin-bottom: 0;
}

.subhead--dark {
    color: #000000;
}

@media only screen and (max-width: 1200px) {

    .display-1 {
        font-size: 7.2rem;
    }

    .display-2 {
        font-size: 4.4rem;
    }

}

@media only screen and (max-width: 800px) {

    .display-1 {
        font-size: 6.5rem;
    }

    .display-2 {
        font-size: 4rem;
    }

}

@media only screen and (max-width: 600px) {

    .display-1 {
        font-size: 5rem;
    }

    .display-2 {
        font-size: 3.3rem;
    }

    .subhead {
        font-size: 1.5rem;
    }

}

@media only screen and (max-width: 400px) {

    .display-1 {
        font-size: 4.2rem;
    }

    .display-2 {
        font-size: 3rem;
    }

}

.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
    max-width: 960px;
}

.about-info {
    max-width: 960px;
}

#about p {
    font-size: 2rem;
    font-family: "montserrat-medium", sans-serif;
    text-align: justify;
    text-align-last: center;
    color: white;
}

p a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}

.owl-carousel {
    aspect-ratio: 16/9;
}

.section-header.has-bottom-sep {
    padding-bottom: 2.1rem;
    position: relative;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    background-color: hsl(0, 0%, 0%, .1);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-header.has-bottom-sep.light-sep::before {
    background-color: hsl(0, 0%, 100%, .05);
}

@media only screen and (max-width: 1200px) {

    .section-header,
    .about-info {
        max-width: 800px;
    }

}

@media only screen and (max-width: 900px) {

    .section-header,
    .about-info {
        max-width: 700px;
    }

    .about-info {
        grid-template-columns: 1fr;
        grid-template-rows: revert;
        place-content: center;
        place-items: center;
    }

    .about-info .owl-carousel {
        width: calc(100% - 1.5rem);
        order: -1;
        margin-top: 0;
    }

}

@media only screen and (max-width: 800px) {

    .s-clients {
        padding-bottom: 17.4rem;
    }

    .section-header.has-bottom-sep::before {
        width: 400px;
    }

}

@media only screen and (max-width: 600px) {

    .section-header.has-bottom-sep {
        padding-bottom: 0;
    }

    .section-header.has-bottom-sep::before {
        width: 250px;
    }

}

.headerContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    display: grid;
    place-items: center;
    place-content: center;
}

.s-header {
    width: 100%;
    max-width: 1200px;
    border-radius: 0 0 24px 24px;
    display: grid;
    justify-content: space-between;
    grid-auto-flow: column;
    padding: 2rem;
    place-items: center;
    transition: background-color .3s ease-in-out,
    backdrop-filter .3s ease-in-out,
    -webkit-backdrop-filter .3s ease-in-out;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}

.s-header.black {
    background-color: #111c;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header-logo {
    display: inline-block;
    margin: 0;
    margin-inline-end: 2.4rem;
    padding: 0;
}

.header-logo .site-logo {
    display: grid;
    place-content: center;
    place-items: center;
    grid-auto-flow: column;
    grid-gap: 1rem;
    padding: 0;
    outline: 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-logo .site-logo img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 3px solid hsl(var(--primary));
    border-radius: 50%;
}

.header-logo .site-logo h3 {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    font-size: 2rem;
    color: white;
    margin: 0;
}

.header-nav {
    background-color: transparent;
    color: hsl(0, 0%, 50%);
    font-family: "montserrat-light", sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 2.5rem;
    height: 100%;
    width: 280px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    border-radius: 0;
}

.header-nav h3 {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    place-content: center;
    justify-content: space-between;
    grid-gap: 1.5rem;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4rem;
    margin-top: 0;
    color: hsl(var(--primary));
}

.header-nav p {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2.7rem;
}

.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-nav__list {
    width: 100%;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-gap: 2rem;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 4.5rem;
}

.header-nav__list a {
    display: grid;
    grid-auto-flow: column;
    place-items: center;
    place-content: start;
    justify-content: space-between;
    grid-gap: 1rem;
    color: #FFFFFF;
    padding: 1.5rem;
    background-color: #222;
    border-radius: 1.5rem;
}

.header-nav__list a > * {
    pointer-events: none;
}

.header-nav__list a i {
    font-size: 1.5rem;
}

.header-nav__list a span {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
}

.header-nav__list a:hover,
.header-nav__list a:focus-visible {
    color: hsl(var(--primary));
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1.5rem;
    place-content: center;
    place-items: center;
}

.header-nav__social li {
    margin-right: 0;
    padding-left: 0;
    display: inline-block;
}

.header-nav__social li a {
    width: 2rem;
    display: grid;
    place-content: center;
    place-items: center;
    color: hsl(0, 0%, 25%);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus-visible {
    color: white;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: grid;
    place-items: center;
    place-content: center;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-shadow: none;
    color: white;
    z-index: 800;
    font-size: 2rem;
}

.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}

.header-menu-toggle {
    display: grid;
    place-content: center;
    place-items: center;
    font-family: "montserrat-medium", sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: revert;
    line-height: revert;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus-visible {
    background-color: transparent;
}

.header-menu-toggle i {
    pointer-events: none;
    transition: all .5s ease-in-out;
}

.header-menu-toggle i.fa-xmark {
    position: absolute;
    transform: rotateZ(.25turn);
    font-size: 3.5rem;
    opacity: 0;
}

body.menu-is-open .header-menu-toggle i.fa-bars {
    transform: rotateZ(.25turn);
    opacity: 0;
}

body.menu-is-open .header-menu-toggle i.fa-xmark {
    transform: rotateZ(1turn);
    opacity: 1;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus-visible {
    color: #FFFFFF;
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 25px;
    height: 3px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before,
.header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}

@media only screen and (max-width: 400px) {

    .header-menu-text {
        display: none;
    }

}

.s-home {
    --_parallax: 0px;

    width: 100%;
    height: 100%;
    min-height: 786px;
    background-color: transparent;
    position: relative;
    display: table;
    background-image: url("assets/hero-bg.webp");
    background-position: 50% var(--_parallax);
    background-size: cover;
    background-repeat: no-repeat;
    transition: none;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background-image: -moz-linear-gradient(top, transparent 0%, hsl(0, 0%, 0%, .8) 100%);
    background-image: -webkit-linear-gradient(top, transparent 0%, hsl(0, 0%, 0%, .8) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, hsl(0, 0%, 0%, .8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
}

.no-js .s-home {
    background-color: #000000;
}

.home-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.home-content p {
    font-family: "montserrat-light", sans-serif;
    font-size: 2rem;
    color: hsl(0, 0%, 90%);
    letter-spacing: .3rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.2rem;
}

.home-content h1 {
    max-width: 20ch;
    text-wrap: balance;
    font-family: "montserrat-medium", sans-serif;
    font-size: 6.3rem;
    line-height: 1.333;
    margin-top: 0;
    color: #FFFFFF;
}

.home-content p {
    max-width: 35ch;
}

.home-content__main {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1.5rem;
    place-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr;
}

.homeContent {
    width: 100%;
    display: grid;
    place-items: start;
    justify-content: start;
    grid-template-columns: 1fr;
    padding: 1.5rem;
}

.home-content__buttons {
    padding-top: 2rem;
    text-align: left;
}

.home-content__buttons .btn {
    display: grid;
    grid-auto-flow: column;
    place-items: center;
    place-content: center;
    grid-gap: 1rem;
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 1.5rem;
}

.home-content__buttons .btn.rtl {
    font-size: 2rem;
}

.home-content__buttons .btn.rtl i {
    transform: rotate(.5turn);
}

.home-content__buttons .btn:last-child {
    margin-right: 0;
}

.home-content__buttons .btn:hover, 
.home-content__buttons .btn:focus-visible {
    background-color: #FFFFFF !important;
    color: #000000;
}

.home-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.home-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.home-content__scroll a::before {
    border-bottom: 2px solid hsl(var(--primary));
    border-right: 2px solid hsl(var(--primary));
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.home-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: hsl(var(--primary));
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

.home-social {
    font-family: "montserrat-regular", sans-serif;
    list-style: none;
    margin: 0;
    position: absolute;
    right: 2rem;
}

.home-social.rtl {
    right: revert;
    left: 2rem;
}

.home-social a {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social li {
    position: relative;
    padding: .9rem 0;
}

.home-social li a {
    display: grid;
    place-items: center;
    place-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid white;
    color: white;
    font-size: 14px;
    transition: all .5s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-social li a:hover,
.home-social li a:focus-visible {
    background-color: white;
    color: black;
}

html.cl-preload .home-content__main {
    opacity: 0;
}

html.cl-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@media only screen and (max-width: 1000px) {

    .home-content h1 {
        font-size: 4.6rem;
    }

    .home-content br {
        display: none;
    }

    .home-content__main {
        max-width: 680px;
    }

}

@media only screen and (max-width: 800px) {

    .home-content h3 {
        font-size: 1.5rem;
    }

    .home-content h1 {
        font-size: 4rem;
    }

    .home-content__main {
        max-width: 550px;
    }

    .home-social {
        display: none;
    }

}

@media only screen and (max-width: 700px) {

    .home-content__main {
        max-width: 490px;
    }

    .homeContent {
        place-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
    }

    .home-content__buttons {
        padding-top: 1.2rem;
        text-align: center;
    }

    .home-social {
        right: 4rem;
    }

    .home-content__scroll {
        right: 7.5rem;
    }

    .home-content__line {
        right: 5.5rem;
    }

}

@media only screen and (max-width: 600px) {

    .home-content h1 {
        font-size: 3.8rem;
    }

    .home-social {
        right: 2rem;
    }

    .home-social li {
        padding: .6rem 0;
    }

    .home-social i {
        font-size: 17px;
        border: none;
    }

    .home-social span {
        display: none;
    }

    .home-content__scroll {
        bottom: 5.4rem;
    }

    .home-content__line {
        height: 7.2rem;
    }

    .s-header,
    .s-header.black {
        backdrop-filter: revert;
        -webkit-backdrop-filter: revert;
    }

    .s-header.black {
        background-color: #111;
    }

}

@media only screen and (max-width: 500px) {

    .s-home {
        min-height: 642px;
    }

    .home-content h1 {
        font-size: 3.5rem;
    }

    .home-content__main {
        text-align: center;
        max-width: none;
        width: 100%;
        grid-gap: 0;
    }

    .home-content__buttons {
        padding-top: 1.2rem;
    }

    .home-content__buttons .btn {
        width: auto;
        margin: 1.5rem 0 0 0;
    }

}

@media only screen and (max-width: 450px) {

    .home-content h1 {
        font-size: 3.3rem;
    }

}

@media only screen and (max-width: 400px) {

    .s-home {
        min-height: 630px;
    }

    .home-content h1 {
        font-size: 3.2rem;
    }

    .home-content__main {
        width: auto;
    }

}

.s-about {
    padding-top: 16.2rem;
    padding-bottom: 9rem;
    background-color: hsl(var(--primary));
    color: #010507;
    position: relative;
}

.s-about ::selection {
    color: white;
    background-color: black;
}

.s-about .section-header.has-bottom-sep::before {
    background-color: hsl(0, 0%, 100%, .25);
}

.about-desc {
    font-size: 2.4rem;
    line-height: 1.75;
    text-align: center;
    max-width: 1024px;
}

video {
    width: 100%;
    background-color: #111;
    border-radius: 2.5rem;
    margin-top: 2.5rem;
}

.about-stats {
    text-align: center;
}

.about-stats.rtl {
    display: flex;
}

.stats__col {
    margin: 5.4rem 0;
    padding: 0 2rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid hsl(0, 0%, 100%, .25);
}

.stats__col:last-child {
    border-right: none;
}

.about-stats.rtl .stats__col {
    border-right: none;
    border-left: 1px solid hsl(0, 0%, 100%, .25);
}

.about-stats.rtl .stats__col:last-child  {
    border-left: none;
}

.stats__count {
    font-family: "montserrat-bold", sans-serif;
    font-size: 8.4rem;
    line-height: 1;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stats h5 {
    font-family: "montserrat-semibold", sans-serif;
    margin-top: 1.8rem;
    color: #000000;
    font-size: 1.8rem;
    line-height: 1.333;
    position: relative;
}

.about__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #FFFFFF;
    position: absolute;
    right: 7.2rem;
    top: 0;
}

@media only screen and (max-width: 1200px) {

    .about-desc {
        font-size: 2.2rem;
        max-width: 940px;
    }

    .about-stats {
        padding-top: 3rem;
        padding-bottom: 3.9rem;
    }

    .about-stats {
        max-width: 800px;
    }

    .stats__col {
        margin: 1.5rem 0;
    }

    .stats__col:nth-child(n) {
        border: none;
    }

    .stats__col:nth-child(2n+1) {
        border-right: 1px solid hsl(0, 0%, 100%, .25);
    }

}

@media only screen and (max-width: 800px) {

    .about-desc {
        font-size: 2rem;
        max-width: 600px;
    }

    .stats__count {
        font-size: 8rem;
    }

    .stats h5 {
        margin-top: 1.2rem;
    }

}

@media only screen and (max-width: 700px) {

    .about__line {
        right: 5.5rem;
    }

}

@media only screen and (max-width: 600px) {

    .s-about {
        padding-top: 12rem;
    }

    .about-desc {
        font-size: 1.9rem;
    }

    .about-stats {
        padding-top: 0;
    }

    .stats__col {
        margin: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative;
    }

    .stats__col::after {
        content: "";
        display: block;
        height: 1px;
        width: 250px;
        background-color: hsl(0, 0%, 100%, .25);
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -125px;
    }

    .stats__col:last-child::after {
        display: none;
    }

    .stats__col:nth-child(n) {
        border: none;
    }

    .about__line {
        height: 7.2rem;
    }

}

@media only screen and (max-width: 400px) {

    .about-desc {
        font-size: 1.8rem;
    }

    .stats__count {
        font-size: 7.8rem;
    }

}

.s-works {
    background-color: #FFFFFF;
    padding: 0 0 15rem 0;
    min-height: 800px;
    position: relative;
}

.s-works .intro-wrap {
    padding: 15rem 0 25.2rem;
    background-color: #111111;
}

.works-content {
    max-width: 1160px;
    margin-top: -23.4rem;
}

.masonry:after {
    content: "";
    display: table;
    clear: both;
}

.masonry__brick {
    width: 50%;
    float: left;
    padding: 0;
    outline: 1px solid #00000030;
}

.row .posts {
    --_padding: 1.6rem;
    grid-template-columns: 1fr;
    box-shadow: 0 0 0 1px #80808033;
    padding: var(--_padding) 0 !important;
    border-radius: calc(var(--_padding) * 1.5);
    background-color: white;
}

.row .posts.noPosts {
    box-shadow: none;
    background-color: transparent;
}

.row .posts .post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-gap: var(--_padding);
    padding: 0 var(--_padding);
    direction: rtl;
    box-shadow: none;
}

.row .posts .post.off {
    display: none;
}

.row .posts.rtl .post {
    direction: ltr;
}

.row .posts .post:nth-child(2n+1) {
    direction: ltr;
}

.row .posts.rtl .post:nth-child(2n+1) {
    direction: rtl;
}

.row .posts .post > * {
    pointer-events: all;
}

.row .posts .post figure a > *,
.row .posts .post figure figcaption {
    pointer-events: none;
}

.row .posts .post figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.row .posts .post figure {
    position: relative;
    aspect-ratio: 1;
}
.row .posts .post img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    border-radius: var(--_padding);
    box-shadow: 0 0 0 1px #80808033;
    transition: filter .25s ease
}
.row .posts .post a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.row .posts .post figure:nth-child(n+6) {
    display: none;
}

.row .posts .post figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0006;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    padding: var(--_padding);
    border-radius: 0 0 1.6rem 1.6rem;
    color: white;
    font-size: 1.6rem;
    font-family: krd;
    pointer-events: none;
    display: grid;
    place-items: start;
}

.row .posts .post figcaption[hidden] {
    display: none;
}

.row .posts .post figure figcaption h3 {
    margin: 0;
    padding: 0;
    color: white;
    font-family: krd;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
}

.row .posts .post figure figcaption h3,
.row .posts .post figure figcaption p {
    direction: ltr;
}

.row .posts .post figure figcaption h3.rtl,
.row .posts .post figure figcaption p.rtl {
    direction: rtl;
    font-family: krd;
}

.pswp__caption__center h3 {
    margin: 0;
    padding: 0;
    color: white;
    font-family: krd;
}

.row .posts .post figure figcaption h3.rtl,
.pswp__caption__center h3.rtl {
    font-family: krd;
    direction: rtl;
}

.row .posts .post figure figcaption p {
    width: 100%;
    margin: 0;
    padding: 0;
    color: hsl(0, 0%, 75%);
    font-family: "montserrat-semibold", sans-serif;
}

.row .posts .post a:hover img,
.row .posts .post a:focus-visible img {
    filter: brightness(.5);
}

.row .posts .post figure .more-images {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: hsl(0, 0%, 0%, .25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.6rem;
    border-radius: 1.6rem 1.6rem;
    color: white;
    pointer-events: none;
    font-size: 4.8rem;
    font-family: "montserrat-semibold", sans-serif;
    display: grid;
    place-content: center;
    place-items: center;
    grid-auto-flow: column;
    grid-gap: 0.15em;
    direction: ltr;
}

.row .posts .post figure .more-images.rtl {
    font-family: krd;
    direction: rtl;
}

.row .posts .post figure:nth-child(3) .more-images {
    display: none;
}

@media only screen and (max-width: 600px) {

    .s-works {
        padding-bottom: 12rem;
    }

    .s-works .intro-wrap {
        padding: 12rem 0 25.2rem;
    }

    .works-content {
        margin-top: -25.2rem;
    }

}

#owner {
    padding: 0 0 15rem 0;
}

.owner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
}

.staff {
    width: 100%;
    max-width: 300px;
    display: grid;
    grid-template-rows: 1fr auto;
    place-content: center;
    place-items: center;
    position: relative;
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0 0 0 1px hsl(var(--primary), .25);
    overflow: hidden;
    padding: 0;
}

.staff .imageContainer {
    width: 100%;
    position: relative;
    display: grid;
    place-content: center;
    place-items: center;
    margin: 0;
}

.staff img {
    width: 100%;
    aspect-ratio: 6/4;
    object-fit: cover;
    opacity: 0;
}

.staff img {
    aspect-ratio: 1;
    opacity: 1;
}

.staff .post-info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    grid-gap: 1.5rem;
    padding: 1.5rem;
    color: black;
}

.staff .post-info p {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
    font-size: 2rem;
    margin: 0;
}

.staff .post-info h6 {
    width: 100%;
    font-size: 1.5rem;
    display: grid;
    grid-auto-flow: column;
    place-content: center;
    color: hsl(var(--primary));
    margin: 0;
}

.staff .post-info p,
.staff .post-info h6 {
    text-align: center;
}

.map {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    background-color: #555;
    margin-top: .5rem;
}

.map iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1400px;
    height: 500px;
    aspect-ratio: 1/1;
    transform: translate(-50%,-50%) scale(1);
    border: 0;
}

.s-contact {
    background-color: #151515;
    padding-top: 15rem;
    padding-bottom: 12rem;
    color: hsl(0, 0%, 100%, .5);
    position: relative;
}

.s-contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #151515;
}

.s-contact .form-field {
    position: relative;
}

.s-contact .form-field:after {
    content: "";
    display: table;
    clear: both;
}

.s-contact .form-field label {
    font-family: "montserrat-light", sans-serif;
    font-size: 1rem;
    line-height: 2.4rem;
    position: absolute;
    bottom: -0.3rem;
    right: .6rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 0 2rem;
    margin: 0;
    color: #FFFFFF;
    background-color: hsl(var(--primary));
}

.s-contact .form-field label::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid hsl(var(--primary));
}

.contact__line {
    display: block;
    width: 2px;
    height: 20.4rem;
    background-color: hsl(var(--primary));
    position: absolute;
    left: 50%;
    top: -10.2rem;
    margin-left: -1px;
}

.contact-content {
    display: grid;
    grid-template-columns: 1.5fr .5fr;
    max-width: 1000px;
    color: hsl(0, 0%, 40%);
    padding-top: 6rem;
    font-family: "montserrat-light", sans-serif;
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
}

.contact-content h3 {
    margin-top: 0;
    margin-bottom: 4rem;
    color: #FFFFFF;
    font-size: 2rem;
}

.contact-content h5 {
    margin-top: 0;
    color: hsl(var(--primary));
}

.contact-content button,
.contact-content .btn {
    margin-top: 3.6rem;
}

.contact-primary, .contact-secondary {
    float: left;
    padding: 0 5rem;
}

.contact-primary {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-auto-flow: column;
}

.contact-primary #contactForm {
    margin-top: -1.5rem;
}

.contact-secondary {
    width: 100%;
}

.contact-secondary .contact-info {
    position: relative;
}

.contact-secondary .cinfo {
    margin-bottom: 4.8rem;
}

.contact-secondary .cinfo p,
.contact-secondary .cinfo a {
    width: max-content;
    max-width: 35ch;
    display: grid;
    color: hsl(0, 0%, 50%);
    font-size: 1.5rem;
}

.contact-secondary .cinfo a:hover,
.contact-secondary .cinfo a:focus-visible {
    color: white;
}

.contact-social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 2rem;
}

.contact-social li {
    margin-right: 1rem;
    margin-bottom: .75rem;
    padding-left: 0;
    display: inline-block;
}

.contact-social.rtl li {
    margin-right: 0;
    margin-left: 1rem;
}

.contact-social li a {
    color: hsl(0, 0%, 40%);
}

.contact-social li a:hover, 
.contact-social li a:focus-visible {
    color: white;
}

.contact-social li:last-child {
    margin: 0;
}

.contact-social.rtl li:last-child {
    margin-right: 0;
    margin-left: 1rem;
}

.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
}

.s-loader > div {
    width: 9px;
    height: 9px;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 1200px) {

    .contact-content {
        max-width: 900px;
    }

}

@media only screen and (max-width: 1000px) {

    .contact-content {
        max-width: 700px;
    }

    .contact-primary, .contact-secondary {
        float: none;
        width: 100%;
    }

    .contact-primary #contactForm {
        margin-top: -1.5rem;
        margin-bottom: 7.2rem;
    }

    .contact-secondary .hide-on-fullwidth {
        display: none;
    }

    .message-warning, .message-success {
        margin-bottom: 6rem;
    }

}

@media only screen and (max-width: 600px) {

    .s-contact {
        padding-top: 12rem;
        padding-bottom: 0;
    }

    .contact__line {
        height: 14.4rem;
        top: -7.2rem;
    }

    .contact-content {
        text-align: center;
    }

    .contact-primary, .contact-secondary {
        padding: 0 20px;
    }

}

@media only screen and (max-width: 400px) {

    .contact-primary, .contact-secondary {
        padding: 0 5px;
    }

}

footer {
    padding: 9rem 0 6rem;
    font-family: "montserrat-light", sans-serif;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: hsl(0, 0%, 50%);
    background-color: #111111;
    z-index: 22;
    margin-bottom: 0;
}

footer h4 {
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 1.313;
    margin-top: 0;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

footer a {
    color: #FFFFFF;
}

footer a:hover,
footer a:focus-visible,
footer a:active {
    color: hsl(var(--primary));
}

footer .row {
    max-width: 980px;
}

.footer-main {
    display: grid;
    grid-template-columns: auto;
    place-content: center;
    place-items: center;
    grid-gap: 6rem 20rem;
}

.footer-logo {
    display: grid;
    place-content: center;
    place-items: center;
    grid-gap: 1rem;
    margin-bottom: 2rem;
}

.footer-logo img {
    width: 35px;
    height: 35px;
    border: 3px solid hsl(var(--primary));
    border-radius: 50%;
}

.footer-logo h3 {
    font-size: 2rem;
    color: white;
    margin: 0;
}

.footer-nav__list {
    font-family: "montserrat-light", sans-serif;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-gap: 2.5rem;
    grid-auto-flow: column;
    place-content: start;
    place-items: center;
}

.footer-nav__list li {
    padding-left: 0;
    line-height: 4.5rem;
}

.footer-nav__list li a {
    display: grid;
    grid-auto-flow: column;
    place-items: center;
    place-content: start;
    grid-gap: 1rem;
    color: #FFFFFF;
}

.footer-nav__list li a:hover,
.footer-nav__list li a:focus-visible {
    color: hsl(var(--primary));
}

.footer-nav__list li a > * {
    pointer-events: none;
}

.footer-nav__list a i {
  font-size: 1.5rem;
}

.footer-bottom {
    margin-top: 5.4rem;
    text-align: center;
    font-size: 14px;
}

.footer-bottom .copyright span {
    display: inline-block;
}

.footer-bottom .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: hsl(0, 0%, 100%, .05);
}

.footer-bottom .copyright span:last-child::after {
    display: none;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.copyright.rtl {
    direction: ltr;
}

.copyright .made {
    font-family: comfortaa;
    font-size: 1.5rem;
    color: white;
}

.copyright .jihadKurdo {
    font-family: comfortaa;
    font-size: 1.5rem;
}

.copyright div.jihadKurdo,
.copyright div.jihadKurdo:hover,
.copyright div.jihadKurdo:focus-visible {
    border: none;
}

.go-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 600;
    display: none;
}

.go-top a {
    display: grid;
    place-items: center;
    place-content: center;
    text-decoration: none;
    border: 0 none;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 1.5rem;
}

.go-top a i {
    font-size: 18px;
    line-height: inherit;
    pointer-events: none;
}

.go-top a:hover,
.go-top a:focus-visible {
    color: hsl(var(--primary));
}

.parallax-mirror {
    z-index: 0 !important;
}

@media only screen and (max-width: 900px) {

    .footer-main .left {
        padding-right: 20px;
    }

    .footer-main .right {
        padding-left: 20px;
    }

}

@media only screen and (max-width: 800px) {

    footer .row {
        max-width: 600px;
    }

    .footer-main .left {
        padding-right: 15px;
        margin-bottom: 4.2rem;
    }

    .footer-main .right {
        padding-left: 15px;
    }

}

@media only screen and (max-width: 600px) {

    .footer-main {
        grid-template-columns: 1fr;
        grid-gap: 4.8rem;
    }

    .footer-logo {
        margin: -.6rem auto 2rem;
    }

    .footer-bottom {
        padding-bottom: .6rem;
    }

    .footer-bottom .copyright span {
        display: block;
    }

    .footer-bottom .copyright span::after {
        display: none;
    }

}

@media only screen and (max-width: 500px) {

    .footer-subscribe #mc-form input[type="email"] {
        padding: 1.2rem 20px 1.2rem;
        background-color: hsl(0, 0%, 100%, .1);
        text-align: center;
    }

    .footer-subscribe #mc-form input[type=submit] {
        position: static;
        width: 100%;
        margin-bottom: 1.8rem;
    }

    .footer-subscribe #mc-form label {
        text-align: center;
    }

}

@media only screen and (max-width: 400px) {

    .footer-main .left {
        padding-right: 0;
    }

    .footer-main .right {
        padding-left: 0;
    }

}

.pswp__ui {
    height: 100%;
    display: flex;
}

.pswp__caption.pswp__caption--fake {
    display: none;
}

.pswp__caption {
    position: relative;
    margin-top: auto;
}

section {
    z-index: 22;
}

.scrollDown {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 21;
    color: white;
    transition: unset;
    pointer-events: none;
    opacity: .9;
    font-family: "montserrat-light", sans-serif;
}

.scrollDown .capsule {
    width: 1.5rem;
    height: 3.5rem;
    border-radius: 10rem;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 24px;
    transform: scale(1.5);
}

.scrollDown .capsule .innerCapsule {
    width: .5rem;
    height: 1rem;
    background-color: white;
    border-radius: 10rem;
    margin-top: 1.8rem;
    animation: scrollDown 4s ease-in-out infinite forwards;
}

.changeLanguageContainer .changeLanguage {
    grid-gap: 1rem;
    font-size: 1.7rem;
    border-radius: 1.5rem;
    padding: 1rem;
    font-family: krd;
    font-weight: bold;
    text-transform: revert;
    height: revert;
    letter-spacing: revert;
    margin: 0;
}

.changeLanguageContainer .languages {
    padding: 1rem;
    border-radius: 1.5rem;
    top: calc(100% + 1.5rem);
    grid-gap: 1.5rem;
}

.changeLanguageContainer .languages .language {
    font-size: 1.7rem;
    font-weight: bold;
    font-family: krd;
    padding: 1rem;
    border-radius: 1rem;
    height: revert;
    letter-spacing: revert;
    text-transform: revert;
    grid-gap: 1rem;
}

.changeLanguageContainer .languages .language::after {
    bottom: -1rem;
}

footer p {
    font-size: 1.5rem;
}

@keyframes scrollDown {

    0%, 25%, 100% {

        margin-top: 1.8rem;

    }
    50% {

        margin-top: .5rem;

    }
    
}

@media (max-width: 600px) {

    .s-header {
        left: 0;
        transform: revert;
        grid-gap: 2rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        padding-top: 0;
    }

    .contact-primary {
        margin-bottom: 7.5rem;
    }

    .map {
        min-height: 300px;
        aspect-ratio: 1;
    }

    .display-2--light.remove::after {
        content: none;
    }

    .row .posts {
        --_padding: 1rem;
        border-radius: calc(var(--_padding) * 2);
    }

    .row .posts .post {
        border-radius: 1.6rem !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
    }
    
    .row .posts .post figure:nth-child(n+4) {
        display: none;
    }

    .row .posts .post img {
        border-radius: calc(var(--_padding) * 1.6);
    }

    .row .posts .post figure:nth-child(3) .more-images {
        display: grid;
    }

    .row .posts .post figure figcaption h3 {
        font-size: 1.6rem;
    }

    .s-about {
        padding-bottom: 0;
    }

    footer p,
    footer h4 {
        text-align: center;
    }

    .footer-nav__list {
        grid-auto-flow: revert;
        place-content: center;
    }

    .changeLanguageContainer {
        margin-top: auto;
    }

    .changeLanguageContainer .languages, .changeLanguageContainer .languages.hidden {
        padding: 0;
        margin: 0;
    }

    .changeLanguageContainer .languages .language {
        grid-template-columns: 1fr;
        color: white;
        font-size: 1.5rem;
        grid-gap: 1rem;
    }

    .changeLanguageContainer .languages .language:first-child {
        margin: 0;
    }

    .changeLanguageContainer .languages .language::after {
        bottom: 0;
    }

    .changeLanguageContainer .languages .language img {
        width: 1.5em;
        height: 1.5em;
        border: .2em solid currentColor;
        order: -1;
    }

    .header-nav.rtl {
        left: revert;
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .menu-is-open .header-nav.rtl {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .about-stats.rtl {
        display: revert;
    }

    .about-stats.rtl .stats__col {
        border-right: none;
        border-left: none;
    }

    .contact-secondary .cinfo p,
    .contact-secondary .cinfo a {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    footer.rtl .row {
        flex-direction: column;
    }

    .header-nav {
        background-color: #0C0C0C;
    }

}

@media (min-width: 600px) {

    .header-nav {
        position: relative;
        padding: 0;
        margin: 0;
        width: 100%;
        visibility: visible;
        transform: revert;
        overflow: revert;
    }

    .header-nav__content {
        width: 100%;
        display: grid;
        place-items: center;
        grid-auto-flow: column;
        grid-gap: 2.5rem;
        opacity: 1;
        visibility: visible;
        left: revert;
    }

    .header-menu-toggle,
    .header-nav__close,
    .header-nav h3,
    .header-nav p,
    .header-nav__social {
        display: none;
    }

    .header-nav__list {
        grid-auto-flow: column;
        grid-gap: 2.5rem;
    }

    .header-nav__list a {
        display: grid;
        grid-auto-flow: column;
        place-items: center;
        place-content: start;
        justify-content: space-between;
        grid-gap: 1rem;
        color: #FFFFFF;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }

}
