:root {
    --fontSize1: 50px;
    --stroke1: 0.5px;
}

body {
    font-family: "Satoshi-Variable";
    overflow-x: hidden;
    background: #000;
}

.syne {
    font-family: "ClashDisplay-Extralight";
}

a {
    text-decoration: none;
    color: #fff;
    transition: all 0.25s linear;
}

a:hover,
a:focus,
a:active {
    color: #fff;
}

.relative {
    position: relative;
    overflow: unset;
}

.custom-paralaxed-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 90%
    );
    z-index: 2;
}

.black-opacity {
    background: rgb(0 0 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    opacity: 0.2;
}

.wrapper {
    /* overflow: hidden; */
    /* height: auto; */
    /* height: 100vh; */
    position: relative;
}

.navbar-brand svg {
    width: 100px;
}

.overflowed {
    overflow: hidden !important;
}

.custom-paralaxed {
    transform: perspective(2000px) rotateX(8deg) rotateY(0deg) rotateZ(0deg);
    height: 100vh;
}

.img-col img {
    width: 100%;
    margin-block: 15px;
    border-radius: 15px;
}

.img-col video {
    width: 100%;
    margin-block: 8px;
    border-radius: 8px;
}

.blob {
    height: 350px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(0, 0, 0, 0) 90%
    );
}

text {
    fill: none;
    stroke: white;
    stroke-width: 0.2px;
    stroke-linejoin: round;
}

.banner-text {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-size: var(--fontSize1);
    text-transform: uppercase;
    padding-top: 30px;
}

.our-services .banner-text {
    font-size: calc(var(--fontSize1) + 15px);
}

.min-first > div:first-child,
.our-services .banner-text > div:first-child {
    margin-bottom: -20px;
}

.banner-text > span:first-child {
    margin-inline-end: 20px;
}

.in-sections {
    /* display: flex !important; */
    flex-direction: column;
    align-items: flex-start;
}

.outlined {
    color: #0000;
    /* text-stroke: var(--stroke1) #fff; */
    -webkit-text-stroke: var(--stroke1) #fff;
    -moz-text-stroke: var(--stroke1) #fff;
    -webkit-text-stroke-width: 1px;
}

.topbar,
.navbar-container,
main {
    position: relative;
    z-index: 4;
    color: #fff;
}

.dotted-bg {
    background: url(../imgs/bg.png);
}

header {
    background: #000;
}

.navbar-container {
    border-bottom: 1px solid #282828;
    /* padding-block: 20px; */
    background: #000;
}

.not-front .navbar-container {
    background: url(../imgs/bg.png);
}

.topbar {
    background: #5c43d2;
    padding: 5px 15px;
}

.under-parallaxed-vids {
    margin-top: 0vh;
    font-size: 230%;
    padding-bottom: 46px;
}

.under-parallaxed-vids h1 {
    font-size: 150%;
    text-align: justify;
}

/* .navbar {} */

.navbar-nav > li:not(:last-child) {
    margin-inline-end: 35px;
}

.navbar-nav > li:last-child {
    margin-inline-start: 15px;
    display: inline-flex;
}

nav.navbar {
    padding-block: 12px;
}

.navbar a,
.navbar a.active {
    color: #fff !important;
    text-transform: uppercase;
    display: flex;
    padding-inline: 0 !important;
}

.navbar-brand {
    display: inline-flex !important;
    /* width: 100px; */
    height: 80px;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand img {
    display: flex;
}

.reded,
.blued,
.navbar a.featured {
    background-color: #5c43d2;
    border-radius: 4px;
    padding-inline: 14px !important;
    padding-block: 5px;
    margin-block: auto;
}

.blued {
    background-color: #5c43d2;
}

.reded,
.blued {
    color: #fff;
}

.reded:hover,
.blued:hover {
    color: #fff;
    opacity: 0.75;
}

.navbar-nav li a {
    position: relative;
}

.navbar-nav li a:not(.featured):before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: #fff;
    bottom: 4px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.28, 0.96);
}

.navbar-nav li a:hover:before {
    width: 100%;
}

.logo-bar .icon-container {
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-bar .icon-container img {
    height: 60px;
    width: auto;
}

.logo-bar {
    display: flex;
}

.logo-title {
    height: 100%;
    display: flex;
    align-items: center;
}

.brands-logos {
    padding-block: 100px 80px;
}

.icon-container {
    display: flex;
    width: 80px !important;
    height: 30px !important;
}

.logo-bar img {
    /* width: auto !important; */
    height: 100% !important;
    max-width: 120px;
}

/* -------------------- */

.brand-slider .icon-container {
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-slider .icon-container img {
    /* height: 160px; */
    width: auto;
}

.brand-slider {
    display: flex;
}

/* .slider-title {
    height: 100%;
    display: flex;
    align-items: center;
} */

.brands {
    padding-block: 100px 80px;
}

.slider-container {
    display: flex;
    /* width: 80px !important; */
    /* height: 30px !important; */
}

/* .brand-slider img {
    width: auto !important;
    height: 100% !important;
    max-width: 30%;
    margin-left: 20px;
     margin-right: 20px;
} */

/* -------------------- */
.ser {
    display: flex;
    margin-block: 20px 60px;
}

.ser-logo img {
    width: 40px;
    margin-inline-end: 30px;
}

.ser-content h2 {
    text-transform: uppercase;
    font-size: 150%;
}

.ser-content > div {
    font-weight: 300;
    opacity: 0.8;
}

.section-link {
    margin-top: 20px;
    display: flex;
}

.underlined a {
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.underlined a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    bottom: -4px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.28, 0.96);
}

.underlined a:hover:before {
    width: 0%;
}

.brand-seg-title {
    display: flex;
    justify-content: center;
    padding-block: 30px;
    font-size: 4vw;
    text-transform: uppercase;
    /* transition: all 0.1s cubic-bezier(0.49, 0.02, 0.51, 0.97); */
}

.brand-screen a img {
    width: 100%;
    background-size: cover;
}

.brand-screen a {
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    margin-block: 12px;
    position: relative;
}

.brand-screen {
    position: revert;
}

.cartoon-name {
    position: absolute;
    width: 300px;
    left: 0;
    right: 0;
    bottom: 40px;
    margin-inline: 30px auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 300 !important;
}

.cartoon-name > span:first-child {
    font-size: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cartoon-name > span:last-child {
    font-size: 86%;
}

.footprint .ser {
    border-bottom: 1px solid #cacaca26;
    padding-block: 20px;
    display: flex;
    align-items: center;
}

/************/

.appear-case.in-viewport {
    display: block;
    overflow: hidden;
}

.appear-case.in-viewport > span {
    animation-name: slideUp;
    animation-duration: 1.7s;
    animation-timing-function: cubic-bezier(0.8, 0.02, 0.13, 1);
    animation-fill-mode: forwards;
    display: block;
}

.appear-case.case2.in-viewport > span {
    animation-delay: 1s;
}

.form-control {
    background: #ffffff0d;
    border-radius: 0;
    resize: none;
    border-color: #ffffff3b;
    padding: 12px;
}

.form-control:focus {
    color: #fff;
    background-color: #ffffff2e;
    border-color: #ffffff3b;
    box-shadow: none;
}

textarea {
    min-height: 160px !important;
}

.form-label {
    text-transform: uppercase;
    font-size: 80%;
}

.btn {
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
    border: 0;
    min-height: 48px;
    background: #5c43d2;
}

.btn:hover,
.btn:focus {
    background: #4832ad;
}

@keyframes slideUp {
    0%,
    10% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.brand-screen.appear-case.in-viewport {
    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.8, 0.02, 0.13, 1);
    animation-fill-mode: forwards;
    /* display: flex; */
}

.brand-see-all.appear-case.in-viewport {
    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.8, 0.02, 0.13, 1);
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0%,
    10% {
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.brangs-sec-title,
.custom-overflow {
    overflow: hidden;
}

.custom-overflow {
    display: flex;
    flex-wrap: nowrap;
}

.cus-sticky {
    position: sticky;
    top: 10px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' %3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3e%3c/svg%3e");
}

.btn-close {
    background: transparent
        url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.55%29' %3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z' /%3e%3c/svg%3e")
        center/1em auto no-repeat;
}

.lets-connect {
    padding-block: 70px;
    position: relative;
    z-index: 2;
}

.lets-connect h2 {
    font-size: 420%;
    text-transform: uppercase;
}

.lets-connect h1 {
    font-size: 500%;
    text-transform: uppercase;
    text-align: justify;
}

.lets-connect:before {
    content: "";
    width: 500px;
    height: 500px;
    inset: 0;
    margin: auto;
    background: radial-gradient(circle at 50% 50%, #5c43d2d4 0%, #0a0a0a 75%);
    position: absolute;
    border-radius: 8000px;
    z-index: -1;
    opacity: 0.35;
}

.contact-small {
    transform: translate(0px, -30px);
}

/********************************/
#cursor {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
    mix-blend-mode: difference;
}

.lets-connect a {
    display: inline-flex;
    margin-top: 20px;
}

.social {
    margin-top: 100px;
    margin-left: 100px;
}

.social ul {
    display: flex;
    flex-direction: column;
}

.social ul li:not(:last-child) {
    margin-inline-end: 15px;
}

.social ul a {
    color: #cacaca;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 500px;
}

.social ul a:hover {
    opacity: 0.75;
}

footer {
    border-top: 1px solid #303030;
    padding-top: 100px;
}

.footer-1 h3 {
    text-transform: uppercase;
    font-weight: bold;
}

footer h6 {
    margin-bottom: 35px;
}

.links li {
    margin-bottom: 15px;
}

.cr-links {
    display: flex;
    justify-content: flex-end;
}

.cr-links > li {
    display: inline-flex;
}

.cr-links > li:not(:last-child) {
    margin-inline-end: 15px;
}

.underlined2 a {
    position: relative;
}

.underlined2 a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.3s linear;
}

.underlined2 a:hover:before {
    width: 100%;
}

.copyrights {
    border-top: 1px solid #1a1a1a;
    padding-block: 40px;
    margin-top: 70px;
}

.cr {
    font-size: 90%;
}

.footer-logo {
    margin-bottom: 25px;
    width: 160px;
    height: auto;
}

.brand-screen {
    position: relative;
}

.brand-screen .view-more {
    position: absolute;
    transform: scale(0, 0);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.11, 0.93);
    width: 100px;
    height: 100px;
    border-radius: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: #4848488f;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

.brand-screen:hover .view-more {
    transform: scale(1, 1);
}

/*********/
.extra-size {
    font-size: 500%;
    font-weight: 600;
    letter-spacing: 4px;
}

.extra-size .small {
    font-size: 12px;
    margin-bottom: -18px;
}

.extra-size > div:last-child {
    margin-top: -40px;
}

.tags-style > span {
    display: inline-flex;
    padding: 2px 15px;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    margin-inline: 15px;
    text-transform: uppercase;
    font-size: 80%;
}

.center-title h1 {
    font-size: 320%;
}

.unter-title {
    margin-top: 12px;
    margin-bottom: 90px;
}

.unter-title > span:first-child {
    margin-inline-start: 0;
}

.unter-title > span:last-child {
    margin-inline-end: 0;
}

.offcanvas-title img {
    display: inline-flex;
    height: 56px;
}

@media (hover: hover) and (pointer: fine) {
    .curs-circle {
        width: 580px;
        height: 580px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
            width 0s cubic-bezier(0.25, 1, 0.5, 1),
            height 0s cubic-bezier(0.25, 1, 0.5, 1);
        background: radial-gradient(
            circle,
            rgb(218 192 192 / 14%) 0%,
            rgb(255 255 255 / 0%) 74%
        );
    }
}

@media only screen and (max-width: 500px) {
    .banner-text {
        font-size: 25px !important;
    }
    h1 {
        font-size: 23px !important ;
    }
    .about .appear-case.in-viewport {
        font-size: 45px !important;
    }
    .about .title {
        font-size: 24px !important;
        margin-top: 60px !important;
    }
    .about .banner-text {
        margin-left: 30px !important;
        font-size: 21px !important;
    }
    .extra-size {
        font-size: 430% !important;
    }
    .the-events-menu {
        flex-direction: column !important;
    }
    .tags-style .nav-link {
        font-size: 75% !important;
        width: 56% !important;
    }

    footer {
        text-align: center !important;
    }
    footer .footer-1 > a {
        display: inline-flex !important;
        justify-content: space-evenly !important;
    }
    .ser-content h2 {
        text-transform: uppercase;
        font-size: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas {
        background: #000 url(../imgs/bg.png);
    }

    .navbar-container {
        position: relative;
        z-index: 9999;
    }

    .navbar-nav > li:last-child {
        margin-inline-start: 0px;
        margin-top: 10px;
    }

    .logo-title {
        padding-bottom: 50px;
    }

    .social {
        margin-top: 40px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1150px) {
    .about .banner-text {
        margin-left: 45px;
    }

    .tags-style .nav-link {
        font-size: 75% !important;
        width: 56% !important;
    }
    .content-news .container {
        width: 80% !important;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --fontSize1: 30px;
    }

    .lets-connect h1 {
        font-size: 350%;
        text-align: justify;
    }

    .navbar-brand {
        height: 56px;
    }

    .wrapper {
        overflow: hidden;
    }

    .copyrights .row > div > div,
    .copyrights .row > div > ul {
        display: flex;
        justify-content: center !important;
    }

    footer {
        padding-top: 40px;
    }

    .copyrights {
        padding-block: 20px 2px;
        margin-top: 20px;
    }
    .content-news .container {
        width: 80%;
    }
}

.events-manue {
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.events-manue span {
    padding: 10px;
}

.service-bar img {
    height: 100% !important;
    max-width: 600px;
}

.our-services-carousel img {
    padding-inline: 8px;
}

.iconic-title {
    display: flex;
    align-items: center;
    margin-block: 20px;
}

.iconic-title img {
    margin-inline-end: 10px;
    width: 100px;
}

.iconic-title > div {
    display: flex;
    flex-direction: column;
}

.iconic-title > div > span:first-child {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 130%;
}

.iconic-title > div > span:last-child {
    color: #adadad;
    text-transform: uppercase;
}

.the-events-menu {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 60px;
}

.the-events-menu > div {
    display: flex;
    flex-direction: column;
    margin-inline: 22px;
    align-items: center;
    text-transform: uppercase;
}

.the-events-menu > div > span:first-child {
    font-weight: 600;
    color: #d1d1d1;
}

.the-events-menu > div > span:last-child {
    font-size: 90%;
    font-weight: bold;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .owl-carousel .owl-item img {
    border-radius: 20px;
} */

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ef6603;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #ef6603;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background: #dec87f;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ef6603;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ef6603;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    color: #5c43d2;
}

.tags-style .nav-link {
    display: inline-flex;
    padding: 2px 15px;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    margin-inline: 15px;
    text-transform: uppercase;
    font-size: 80%;
    width: 10%;
    justify-content: center;
}
.services {
    text-align: justify;
}

.services .nav {
    display: contents !important;
    --bs-nav-link-color: auto;
    --bs-nav-link-hover-color: auto;
}

.services .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #faf5f5e3;
    font-weight: bold;
    color: black;
}

.tags-style .nav-link .unter-title {
    margin-top: 20px;
    margin-bottom: 80px;
}

.tags-style .nav-link .unter-title > span:first-child {
    margin-inline-start: 0;
}

.tags-style .nav-link .unter-title > span:last-child {
    margin-inline-end: 0;
}

.about {
    padding-block: 55px;
    position: relative;
    z-index: 2;
}

.about .banner-text {
    margin-left: 60px;
}

.about-text {
    font-size: 26px;
    width: 75%;
    text-align: justify !important;
}

.about .appear-case.in-viewport {
    font-size: 65px;
}

.about .title {
    font-size: 50px;
    margin-top: 90px;
}

.about-video {
    width: 90%;
    margin-left: 4.5%;
}

.brand-img {
    margin-inline-end: 20px;
}

.brands .slider-container {
    display: flex;
    flex-direction: column;
}

.brand-img img {
    margin: 20px;
    border-radius: 18px;
}m

.brangs-sec-title div div div img {
    width: 100%;
}

.title-new {
    color: #fff;
    text-transform: uppercase;
}

.content-news .container {
    border: 2px #fff solid;
    width: 50%;
}

.content-news .container .content {
    margin: 20px;
}

.content-news .container .content p {
    color: #fff;
}

.news-brand {
    border: solid 2px transparent;
    border-radius: 5px;
    margin-bottom: 20px;
}

