:root {
    --base-color: #0269c8;
    --base-color-light: #309cff;
    --font-1: "Poppins", sans-serif;
    --font-2: "Urbanist", sans-serif;
    --font-3: "Comfortaa", sans-serif;
    --font-4: "Quicksand", sans-serif;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    /* overflow: hidden; */
    background: #363636;
}

body {
    font-family: var(--font-1);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    background: #171717;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}

.highlight {
    color: var(--base-color-light);
}

.center {
    text-align: center !important
}

.pos-rel {
    position: relative
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p {
    line-height: 1.8;
    font-family: var(--font-1);
    font-size: 17px;
    font-weight: 300;
    color: rgb(221, 221, 221);
    margin: 0px;
}

ul {
    list-style: none;
    padding: 0;
}

.o-hidden {
    overflow: hidden;
}

.section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}

.cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}

/* hero */
.section-hero {
    position: relative;
    padding: 0;
    /* overflow: hidden; */
}

.section-hero:after {
    content: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #171717);
}

.main-marq {
    position: relative;
    padding: 0;
}

.main-marq {
    position: relative;
    padding: 0;
    overflow: hidden !important;
}

.main-marq {
    perspective: 1200px;
}

.mt-50px {
    /* margin-top: 50px !important; */
}

.main-marq .slide-har {
    /* transform: rotateX(25deg); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 100s linear infinite;
    animation: slide-har 100s linear infinite;
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.main-marq .box .item {
    padding: 0 10px;
    /* width: 480px; */
}

.main-marq .box .item img {
    border-radius: 5px;
    overflow: hidden;
}

.main-marq .box .item .title {
    font-size: clamp(25px, 3.4vw, 65px);
    text-align: center;
    font-family: var(--font-3);
    white-space: nowrap;
    margin: 0;
}

.main-marq .box .item.outline .title {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.main-marq .box .item .space {
    display: inline-block;
    width: 34px;
    height: 34px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11.975 14.083q-.865 0-1.461-.597q-.597-.596-.597-1.461t.597-1.462t1.461-.596t1.462.596t.596 1.462t-.596 1.461t-1.462.597m-1.136 5.761l-2.222-2.221q-.146-.146-.152-.347t.158-.367t.357-.165t.357.165l2.202 2.208q.173.173.442.173t.442-.173l2.202-2.201q.16-.16.354-.15q.194.009.354.169q.14.16.15.354t-.15.353l-2.202 2.202q-.243.243-.55.364q-.308.12-.606.12t-.596-.12t-.54-.364m-4.487-4.461L4.131 13.18q-.242-.242-.354-.54t-.111-.597t.111-.596t.354-.54l2.24-2.24q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357q0 .192-.165.357l-2.208 2.207q-.173.174-.173.443t.173.442l2.202 2.202q.16.16.16.364t-.16.363t-.364.15t-.363-.17m2.265-9.024l2.202-2.202q.242-.242.54-.354t.597-.111t.596.111t.54.354l2.24 2.221q.166.146.166.344t-.165.364q-.166.165-.357.165q-.192 0-.357-.165l-2.208-2.202q-.173-.174-.442-.174t-.442.174L9.325 7.085q-.16.16-.354.15t-.354-.15q-.16-.16-.16-.364t.16-.363m8.293 8.306l2.202-2.202q.173-.173.173-.443t-.174-.442L16.91 9.375q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l2.222 2.221q.242.243.353.54q.112.299.112.597t-.112.596t-.353.54l-2.222 2.222q-.146.146-.344.152t-.363-.158t-.166-.357t.166-.357'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

/* header */
/*  */
.header-logo {
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 30px;
    line-height: 0;
    /* opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); */
    cursor: pointer;
    z-index: 200;
    /* filter: brightness(100%) invert(1); */
    max-width: 240px;
}

.menu-trigger {
    position: absolute;
    display: inline-block;
    top: 40px;
    right: 50px;
    line-height: 0;
    cursor: pointer;
    z-index: 200;
    max-width: 240px;
}

.menu-toggle {
    --bg: #ffffff;
    background-color: var(--bg);
    border: none;
    border-radius: 60px;
    padding: 4px 7px 4px 30px;
    display: flex;
    align-items: center;
    gap: 10px 10px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.35px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-toggle:hover {
    --bg: var(--base-color-light);
    color: #fff;
}

.menu-toggle .text {
}

.menu-toggle .icon {
    background-color: #212121;
    color: #fff;
    display: inline-flex;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.menu-toggle svg {
    width: 35px;
    height: 35px;
}

.header-logo img {
    width: 100%
}

/* hero */
.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill, .slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill {
    height: 100vh;
    background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img, .slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
    position: relative;
    width: auto;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slick-fullscreen .slick-dots, .slick-fullscreen-slideshow .slick-dots {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, .25);
    list-style-type: none;
}

.slick-fullscreen .slick-dots li button, .slick-fullscreen-slideshow .slick-dots li button {
    display: none;
}

.slick-fullscreen .slick-dots li, .slick-fullscreen-slideshow .slick-dots li {
    position: absolute;
    float: left;
    width: 0;
    height: 5px;
    left: -5px;
    background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active, .slick-fullscreen-slideshow .slick-dots li.slick-active {
    width: 100%;
    -webkit-animation: progressDots 4s both;
    -moz-animation: progressDots 4s both;
    -ms-animation: progressDots 4s both;
    -o-animation: progressDots 4s both;
    animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progressDots {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.slick-fullscreen, .slick-fullscreen-slideshow {
    background: none;
}

.slick-fullscreen .slick-slide, .slick-fullscreen-slideshow .slick-slide {
    display: none;
    float: left;
    height: 100%;
}

.slick-initialized .slick-slide {
    display: block;
}

.bg-img-1 {
    background-image: url(../images/hero/almas-slide1.webp);
}

.bg-img-2 {
    background-image: url(../images/hero/almas-slide2.webp);
}

.bg-img-3 {
    background-image: url(../images/hero/almas-slide3.webp);
}

.bg-img-4 {
    background-image: url(../images/hero/almas-slide4.webp);
}

.overlay-dark-60:before {
    z-index: 9;
}

.overlay-dark-60:before {
    background: rgba(0, 0, 0, .6);
}

.overlay:before {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.overlay:before, .overlay-video:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* hero captions */
/* hero captions */
.hero-caption {
    position: absolute;
    /* bottom: 5%; */
    z-index: 1;
    display: flex;
    gap: 10px 30px;
    /* flex-direction: column; */
    top: 20%;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.hero-caption .title {
    font-size: clamp(40px, 5vw, 90px);
    font-family: var(--font-4);
    font-weight: 900;
    /* display: inline-block; */
}

/*  */
.sec-about {
    padding-bottom: 30px;
    background: linear-gradient(to bottom, #000, transparent);
}

.sec-about__title {
}

.sec-about__info p.title {
    text-indent: 20%;
    font-size: 34px;
    letter-spacing: 1.25px;
}

.sec-about__info p.text {
    margin-top: 30px;
    font-size: 20px;
}

/* services */
.serv-item {
    margin-bottom: 55px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.serv-item {
    transform: translateY(40px) scale(0.5);
    opacity: 0;
}

.service-img {
    /* -webkit-clip-path: polygon(0.057% 7.915%, 0.057% 7.915%, 0.016% 6.68%, 0.093% 5.491%, 0.278% 4.367%, 0.561% 3.328%, 0.933% 2.394%, 1.384% 1.586%, 1.906% 0.922%, 2.489% 0.423%, 3.122% 0.109%, 3.798% 0%, 96.169% 0%, 96.169% 0%, 96.847% 0.11%, 97.484% 0.427%, 98.068% 0.93%, 98.591% 1.599%, 99.043% 2.414%, 99.415% 3.354%, 99.696% 4.4%, 99.878% 5.531%, 99.951% 6.726%, 99.905% 7.966%, 92.486% 94.172%, 92.486% 94.172%, 92.361% 95.151%, 92.165% 96.067%, 91.903% 96.911%, 91.582% 97.673%, 91.208% 98.344%, 90.786% 98.915%, 90.323% 99.375%, 89.825% 99.716%, 89.298% 99.927%, 88.749% 100%, 10.856% 100%, 10.856% 100%, 10.303% 99.927%, 9.774% 99.713%, 9.274% 99.369%, 8.809% 98.904%, 8.386% 98.328%, 8.011% 97.65%, 7.691% 96.881%, 7.43% 96.03%, 7.236% 95.107%, 7.115% 94.122%, 0.057% 7.915%); */
    /* clip-path: polygon(0.057% 7.915%, 0.057% 7.915%, 0.016% 6.68%, 0.093% 5.491%, 0.278% 4.367%, 0.561% 3.328%, 0.933% 2.394%, 1.384% 1.586%, 1.906% 0.922%, 2.489% 0.423%, 3.122% 0.109%, 3.798% 0%, 96.169% 0%, 96.169% 0%, 96.847% 0.11%, 97.484% 0.427%, 98.068% 0.93%, 98.591% 1.599%, 99.043% 2.414%, 99.415% 3.354%, 99.696% 4.4%, 99.878% 5.531%, 99.951% 6.726%, 99.905% 7.966%, 92.486% 94.172%, 92.486% 94.172%, 92.361% 95.151%, 92.165% 96.067%, 91.903% 96.911%, 91.582% 97.673%, 91.208% 98.344%, 90.786% 98.915%, 90.323% 99.375%, 89.825% 99.716%, 89.298% 99.927%, 88.749% 100%, 10.856% 100%, 10.856% 100%, 10.303% 99.927%, 9.774% 99.713%, 9.274% 99.369%, 8.809% 98.904%, 8.386% 98.328%, 8.011% 97.65%, 7.691% 96.881%, 7.43% 96.03%, 7.236% 95.107%, 7.115% 94.122%, 0.057% 7.915%); */
    height: 250px;
    overflow: hidden;
    border-radius: 25px;
}

.fit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.sec-services {
    padding: 0;
}

.service-title h2 {
    font-family: var(--font-4);
    margin-bottom: 20px;
}

.service-title p {
    /* font-family: var(--font-4); */
    font-size: 18px;
    color: #a8a8a8;
    padding-right: 30px;
}

.service-title .link {
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 15px;
    display: none;
}

.service-title .link a:hover .icon-arrow {
    background-color: #0269c8;
    /* color: #000000; */
    border-color: #0269c8;
}

.service-title .link .icon-arrow {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.service-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list ul li {
    margin-bottom: 20px;
    color: #d5d5d5;
}

.serv-marq {
    margin-bottom: 80px;
    margin-top: 50px;
    /* transform: skewY(-5deg); */
    padding: 30px 0;
    opacity: .5;
    transform: translateY(80px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/*  */
.sec-head {
    padding-bottom: 60px;
    position: relative;
}

.sec-head h2 {
    font-size: 45px;
    margin-bottom: 30px;
}

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

.opacity-7 {
    opacity: .7;
}

body .blur-div {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 100px;
    left: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
    -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
    mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    overflow: visible;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 999;
}

.site-footer {
    position: relative
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 40px;
    right: 0px;
    bottom: 40px;
    z-index: 2;
    background: rgb(26, 26, 26);
}

.footer-wrap {
    z-index: 3;
    position: relative;
    padding: 80px 0 70px;
}

.footer-wrap {
    display: block;
    transform-style: preserve-3d;
    transition: all 0.8s ease;
    transform-origin: 50% 0%;
    transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    opacity: 0;
    transition-delay: 0.5s;
}

.footer-wrap.animated {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1;
}

.footer-title {
    text-transform: uppercase;
    color: #a9a9a9;
    font-size: 18px;
    letter-spacing: 0.65px;
    font-family: var(--font-2);
    margin-bottom: 20px;
}

.footer-widget .address {
    color: rgb(255, 255, 255);
    line-height: 1.6;
    opacity: .7;
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 500;
}

.footer-widget .logo-text {
    font-size: 35px;
}

.footer-widget .phone a {
    display: inline-block;
    border: 1px solid var(--base-color-light);
    color: #fff;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 55px;
    color: var(--base-color-light);
    font-weight: 700;
    font-family: var(--font-2);
    font-size: 25px;
}

.footer-widget ul li a {
    color: rgb(255, 255, 255);
    line-height: 1.6;
    opacity: .7;
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 500;
}

.footer-widget ul li a:hover {
    color: var(--base-color-light);
}

.footer-widget ul li {
    margin-bottom: 13px;
}

.footer-content .phone a {
}

.footer-content h2 {
    font-size: 80px;
    margin-bottom: 50px;
}

.copyright-text {
    margin-top: 55px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 40px;
}

/* loader */
.loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999;
}

.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #1d1d1d;
}

.loader-wrap-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: white;
    font-size: 2rem;
    text-align: center;
}

.loader-wrap .loader-wrap-heading .load-text {
    font-size: 60px;
    font-weight: 200;
    letter-spacing: 5px;
    text-transform: uppercase;
    z-index: 20;
}

.load-text span.highlight {
    color: var(--base-color-light);
}

.load-text span.line {
    display: inline-block;
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.load-text span:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.load-text span:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.load-text span:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.load-text span:nth-child(11) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ANIM */
.title-anim {
    transform: translateY(40px);
    opacity: 0;
}

.title-anim-left {
    /* transform: translateX(40px);
  opacity: 0; */
}

.title-anim-left {
    display: block;
    overflow: hidden;
}

.title-anim-left .word {
    display: inline-block;
    transform: translateY(100px);
    opacity: 0;
}

.d-rotate .rotate-text {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    opacity: 0;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 20px 0 0;
}

.footer-social a {
    display: block;
    color: var(--base-color-light);
    background-color: #373737;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.5s ease;
}

.footer-social a svg {
    width: 30px;
    height: 30px
}

.footer-social a:hover {
    color: #fff;
    background-color: var(--base-color-light);
    ; }

.footer-social a svg {
}

/* mobile */
.fullpage-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111e3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
}

.fullpage-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111c7;
    pointer-events: none;
    filter: blur(15px);
    z-index: -1
}

.navnmenu-mobile {
}

.navnmenu__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease
}

.navnmenu__close-btn:hover {
    transform: scale(1.09)
}

.navnmenu {
    text-align: center;
}

.navnmenu li {
    margin-bottom: 30px;
}

.navnmenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    transition: color 0.3s;
    opacity: 0.7;
    transition: all 0.32s ease
}

.navnmenu li a:hover {
    opacity: 1;
    color: #fff;
}

.circle {
    -webkit-filter: blur(150px);
    background-color: #0269c8;
    border-radius: 100%;
    filter: blur(150px);
    flex: none;
    height: 319px;
    left: 0;
    position: absolute;
    top: 0;
    width: 453px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.sec-about .circle {
    opacity: 0.4;
    z-index: 0;
}

#aboutImg {
}

/* BUTTON */
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.-translate-y-\[2px\] {
    --tw-translate-y: -2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex {
    display: flex;
}

.relative {
    position: relative;
}

text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.translate-y-full {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.absolute {
    position: absolute;
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-site {
    padding: 5px 20px 5px 30px;
    background-color: #fff;
    /* mix-blend-mode: difference; */
    -webkit-transition: background 0.4s ease, -webkit-transform 0.3s ease;
    transition: background 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: background 0.3s ease, opacity 0.4s ease;
    transition: background 0.3s ease, opacity 0.4s ease;
    transition: background 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
    display: inline-flex;
    border-radius: 60px;
    background-color: transparent;
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
    font-size: 19px;
    align-items: center;
    gap: 5px;
}

.btn-site {
}

.btn-site .text {
    /* color: #e8e8e8; */
    /* font-size: 19px; */
}

.btn-site .icon svg {
    width: 43px;
    height: 43px;
    transform: rotate(-35deg);
}

.btn-site:hover {
    background-color: var(--base-color-light);
    border-color: var(--base-color-light);
    color: #fff;
}

.btn-site:hover .text {
}

.btn-site:hover .icon {
}

.hero-animation {
    /* background: url('../images/hero/hero-bg.webp'); */
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: 0;
    transform: scale(1);
    /* animation: rotate 20s linear infinite; */
    /* background-color: #000000a8; */
    background-blend-mode: multiply;
}

.overlay-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(1.3)
    }

    100% {
        transform: rotate(360deg) scale(1.3)
    }
}

.hero-grid {
    padding-top: 140px;
    padding-bottom: 110px;
}

.hero-grid, .hero__images {
    /* height: 100vh; */
    /* z-index: 3; */
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hero-grid .container {
    /* height: 100vh; */
    z-index: 3;
    position: relative;
}

.hero__images img {
    position: absolute;
    z-index: -1;
    /* width: 720px; */
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    width: auto;
    object-fit: cover;
}

.hero__images .image-1 {
    left: 30px;
    top: 80px;
}

.hero__images .image-2 {
    left: 150px;
    top: calc(100% - 630px);
}

.hero__images .image-3 {
    left: 700px;
    top: calc(100% - 425px);
}

.hero__images .image-4 {
    right: 0px;
    top: calc(100% - 700px);
}

.hero-content {
    padding: 100px 0px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.hero-content .title {
    text-transform: uppercase;
    font-size: clamp(60px,4vw,100px);
    margin-bottom: 20px;
    /* color: transparent; */
    /* -webkit-text-stroke: 1px #fff; */
    /* background-image: linear-gradient(45deg, #0085ff 40%, #ffffff); */
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-family: var(--font-4);
}

.hero-content .title .line {
    display: inline-block
}

.hero-content .title .char {
    /* transition: all 0.35s ease */
}

.hero-content h2 {
    font-size: clamp(28px, 4vw, 70px);
    /* background-image: radial-gradient(99% 86% at 50% 50%, #d5dbe6 28.387387387387385%, #04070d 100%); */
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #ffffffe6;
    font-family: var(--font-4);
}

.hero-content p {
    max-width: 640px;
    margin: 0 auto;
}

.hero-content {
    background-image: radial-gradient(99% 86% at 50% 50%, #212121db 28.387387387387385%, #04070d00 100%);
    border-radius: 45px;
}

.shutter {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #000;
    /* adjust as needed */
    z-index: 2;
}

.shutter.top {
    top: 0;
}

.shutter.bottom {
    bottom: 0;
}

.section-contact {
    padding: 60px 0px;
    background-color: #191b1d;
}

.contact-item {
    padding: 0 20px;
    border: 1px solid #ffffff36;
    border-radius: 25px;
    padding: 20px 28px;
}

.contact-item__title {
    gap: 10px 10px;
    margin-bottom: 30px;
    font-size: 23px;
    color: #e0e0e0b5;
}

.contact-item__title .icon svg {
    color: var(--base-color-light)
}

.contact-item__title .icon.mail svg path:first-child {
    animation: email 1.5s linear infinite alternate;
    transform-origin: center
}

.contact-item__title .icon.mail svg path:last-child {
    animation: mailmove 2s linear infinite alternate;
    transform-origin: bottom
}

@keyframes mailmove {
    0%, 70% {
        transform: rotate(0deg)
    }

    90% {
        transform: rotate(10deg)
    }

    100% {
        transform: rotate(-10deg)
    }
}

@keyframes email {
    0%, 40% {
        color: transparent;
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    60%,100% {
        color: var(--base-color-light);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.contact-item .text {
    color: #fff;
    font-size: 21px;
    display: inline-block;
}

.contact-item .link:hover {
    color: var(--base-color-light);
}

.section-heroinner {
    padding: 140px 0px 50px;
    --color: #191b1d;
    --color2: #131517;
    background-color: #131517;
}

.heroinner-title {
    text-align: center;
    font-size: clamp(20px, 8vw,60px);
    font-family: var(--font-2);
    /* clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); */
}

.heroinner-subtitle {
    text-align: center;
    font-size: 20px;
    font-family: var(--font-1);
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
    color: rgb(221, 221, 221);
}

.heroinner-title .char {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.5s ease;
}

.heroinner-circle {
    top: 0%;
    opacity: 50%;
}

.section-map:not(:hover) {
    filter: grayscale(100%) brightness(80%);
}

/* ALBUM SLIDER */
.albunm-wrap {
    position: relative;
    overflow: hidden;
}

.slider-container {
    position: absolute;
    width: 30%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    cursor: pointer;
    will-change: transform, opacity, clip-path;
    z-index: 2;
}

.slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.slide-img img {
    transform: scale(1.5);
    opacity: 0.75;
    will-change: transform;
}

.slide-preview {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    margin: 0 auto;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    overflow: hidden;
}

.slide-preview img {
    position: absolute;
    top: 0;
    animation: pan 20s infinite linear;
}

@keyframes pan {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

.slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 60px;
    text-align: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 10;
}

.slider-title h1 {
    position: absolute;
    width: 100%;
    height: 50px;
    text-align: center;
    color : #fff;
}

.slider-title h1 span {
    position: relative;
    display: inline-block;
    transform: translateY (50px) ;
    will-change: transform;
}

/*  */
.section-about {
    padding: 60px 0px 50px;
    --bg-sec: #171717;
}

.aboutinner-img {
    --ratio : 1/1.1
}

.about-content p {
    margin-top: 30px;
    font-size: 20px;
}

.image-container {
    position: relative;
    overflow: hidden;
    background-color: var(--bg-sec);
    padding-bottom: calc(100% / (var(--ratio)));
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients-item {
    transition: all 0.25s ease
}

.clients-item__box {
    border: 1px solid #a5a5a54a;
    /* background-color: #fff; */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    aspect-ratio: 2.5/1;
}

.clients-item img.main {
    width: 100%;
    filter: brightness(0%) invert(1);
    object-fit: contain;
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
}

.clients-item:hover {
    background-color: #eee
}

.clients-item:hover img {
    filter: brightness(100%) invert(0);
}

.section-album {
    padding-bottom: 60px
}

.album-card h2 a {
    font-size: 21px;
    color: #fff;
    margin: 20px 0 10px;
    display: inline-flex;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    background-image: linear-gradient(transparent calc(100% - 2px), #101010 2px);
    background-size: 0 100%;
    background-repeat: no-repeat;
}

.album-card:hover h2 a {
    background-image: linear-gradient(transparent calc(100% - 2px), #ffffff 2px);
    background-size: 100% 100%;
}

.album-card {
    margin-bottom: 50px;
}

.album-card__img {
    --ratio: 1;
    position: relative;
}

.album-card__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    pointer-events: none;
}

.album-card:hover .album-card__arrow {
    opacity: 1;
}

.album-card__arrow svg {
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
}

.gallery-empty p {
}

.gallery-item__img {
    aspect-ratio: 2/1.3;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-item__img img {
    object-fit: cover;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    line-height: 54px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.whatsapp:hover {
    color: #fff;
    background-color: #128c7e;
    transform: scale(1.1);
}

/* zz */
@media screen and (min-width: 1200px) {
    .album-card {
        max-width: 80%;
        margin: 0 auto;
    }

    .album-card--two {
        margin-top: 100px;
    }

    .album-card h2 a {
        font-size: 35px;
    }

    .gallery-item__img {
        border-radius: 25px;
    }
}

@media screen and (max-width: 768px) {
    body {
    }
}

@media screen and (max-width: 991px) {
    .header-logo {
        max-width: 170px;
        left: 10px;
        top: 10px;
    }

    .menu-trigger {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .menu-toggle {
        padding: 4px 5px 4px 5px;
        font-size: 15px;
        letter-spacing: 1.35px;
        /* background-color: #ffffff70; */
    }

    .menu-toggle .text {
        display: none
    }

    .sec-about {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .sec-about__info p.title {
        text-indent: 0%;
        font-size: 19px;
        color: #fff;
        margin-top: 20px;
    }

    .sec-about__info p.text {
        margin-top: 10px;
        font-size: 16px;
    }

    .serv-marq {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    /* .cursor {
        display: none;
        visibility: hidden
    } */
    .loader-wrap .loader-wrap-heading .load-text {
        text-align: center
    }

    .site-footer:before {
        left: 0px;
        bottom: 0px;
    }

    .footer-wrap {
        padding: 20px 0 70px;
    }

    .footer-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .footer-widget .logo-text {
        font-size: 25px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .hero-grid {
        padding-top: 20px;
        padding-bottom: 110px;
    }

    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 40px;
    }

    .loader-wrap .loader-wrap-heading .load-text {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 568px) {
    .header-logo {
        max-width: 200px;
    }
}
