c@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');
@font-face {
    font-family: 'Sohne Fett';
    src: url('../fonts/Sohne-Fett.eot');
    src: url('../fonts/Sohne-Fett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Fett.woff2') format('woff2'),
        url('../fonts/Sohne-Fett.woff') format('woff'),
        url('../fonts/Sohne-Fett.ttf') format('truetype'),
        url('../fonts/Sohne-Fett.svg#Sohne-Fett') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Leicht';
    src: url('../fonts/Sohne-Leicht.eot');
    src: url('../fonts/Sohne-Leicht.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Leicht.woff2') format('woff2'),
        url('../fonts/Sohne-Leicht.woff') format('woff'),
        url('../fonts/Sohne-Leicht.ttf') format('truetype'),
        url('../fonts/Sohne-Leicht.svg#Sohne-Leicht') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Halbfett';
    src: url('../fonts/Sohne-Halbfett.eot');
    src: url('../fonts/Sohne-Halbfett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Halbfett.woff2') format('woff2'),
        url('../fonts/Sohne-Halbfett.woff') format('woff'),
        url('../fonts/Sohne-Halbfett.ttf') format('truetype'),
        url('../fonts/Sohne-Halbfett.svg#Sohne-Halbfett') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Buch';
    src: url('../fonts/Sohne-Buch.eot');
    src: url('../fonts/Sohne-Buch.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Buch.woff2') format('woff2'),
        url('../fonts/Sohne-Buch.woff') format('woff'),
        url('../fonts/Sohne-Buch.ttf') format('truetype'),
        url('../fonts/Sohne-Buch.svg#Sohne-Buch') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Kraftig';
    src: url('../fonts/Sohne-Kraftig.eot');
    src: url('../fonts/Sohne-Kraftig.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Kraftig.woff2') format('woff2'),
        url('../fonts/Sohne-Kraftig.woff') format('woff'),
        url('../fonts/Sohne-Kraftig.ttf') format('truetype'),
        url('../fonts/Sohne-Kraftig.svg#Sohne-Kraftig') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Schmal';
    src: url('../fonts/SohneSchmal-Dreiviertelfett.eot');
    src: url('../fonts/SohneSchmal-Dreiviertelfett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohneSchmal-Dreiviertelfett.woff2') format('woff2'),
        url('../fonts/SohneSchmal-Dreiviertelfett.woff') format('woff'),
        url('../fonts/SohneSchmal-Dreiviertelfett.ttf') format('truetype'),
        url('../fonts/SohneSchmal-Dreiviertelfett.svg#SohneSchmal-Dreiviertelfett') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Schmal';
    src: url('../fonts/SohneSchmal-Extrafett.eot');
    src: url('../fonts/SohneSchmal-Extrafett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohneSchmal-Extrafett.woff2') format('woff2'),
        url('../fonts/SohneSchmal-Extrafett.woff') format('woff'),
        url('../fonts/SohneSchmal-Extrafett.ttf') format('truetype'),
        url('../fonts/SohneSchmal-Extrafett.svg#SohneSchmal-Extrafett') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Sohne Buch';
    background: #F3F3F0;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 300;
}

.test_sohne_schmal {
    font-family: 'Sohne Schmal';
}

.oswald{
    font-family: "Oswald", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    transition: 0.5s ease;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 300;
}

h1 {
    font-size: 66px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

.font_26{
font-size: 26px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

img{
    max-width: 100%;
}

header {
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.4s ease;
}

.site-header.fixed {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #848484;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
}

.navbar-nav .nav-item .nav-link:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF943D;
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.navbar-nav .nav-item .nav-link.active:before {
    opacity: 1;
    visibility: visible;
}

.smooth-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.smooth-content {
    position: relative;
    will-change: transform;
}

.btn_primary {
    background: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Sohne Halbfett';
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
}

.btn_primary:hover {
    background: #FF943D;
    color: #000;
}

.btn_primary:hover img {
    filter: invert(1);
}

.btn_primary img {
    margin-right: 10px;
    transition: 0.5s ease;
}

.banner_wrapper {
    padding: 160px 0 90px;
}

.banner_content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
}

.banner_content>* {
    margin: 0;
}

.banner_content h1 {
    font-size: 74px;
    text-transform: uppercase;
    font-family: 'Sohne Schmal';
    font-weight: 900;
    line-height: 1;
    color: #000;
}

.title_content h1 {
    font-size: 110px;
    text-transform: uppercase;
    font-family: 'Sohne Schmal';
    font-weight: 900;
    line-height: 1;
    color: #000;
}

.orange_text{
    color: #000000;
}

.banner_content h1 span {
    display: block;
    /* animation: colorChange 6s infinite; */
    opacity: 0.2;
}

.banner_content h1 span.one {
    animation: colorChange 6s infinite;
}

.banner_content h1 span.two {
    animation: colorChange 6s infinite;
    animation-delay: 2s;
}

.banner_content h1 span.three {
    animation: colorChange 6s infinite;
    animation-delay: 4s;
}

.banner_content h1 span b {
    color: #FF943D;
}

@keyframes colorChange {
    0% {
        opacity: 0.2;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.2;
    }
}

.banner_img_wrapper {
    aspect-ratio: 14 / 13;
    position: relative;
    max-width: 555px;
    margin-left: auto;
}

.banner_img_wrapper .bannerImg {
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    aspect-ratio: 1/1;
    overflow: hidden;
    width: 260px;
}
.banner_img_wrapper .bannerImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_img_wrapper .bannerImg1 {
    /*box-shadow: 0 0px 0 10px rgba(0, 0, 0, 0.05);*/
}

.banner_img_wrapper .bannerImg3 {
    right: 0;
    bottom: 0;
    left: inherit;
    top: inherit;
    /*box-shadow: 0 0px 0 10px rgba(0, 0, 0, 0.05);*/
}

.banner_img_wrapper .bannerImg2 {
    left: 100px;
    bottom: 40px;

    top: inherit;
    z-index: 1;
}

.banner_img_wrapper .bannerImg4 {
    right: 80px;
    left: inherit;
    top: 70px;
    width: 180px;
}

h2.title_small {
    margin: 0 0 8px;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Sohne Kraftig';
    color: #000;
    text-align: center;
}

h2.title_small b {
    position: relative;
}

h2.title_small b:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 37%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #FF943D;
    border-radius: 10px;
}

.word {
    overflow: hidden;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
    transform-origin: bottom;
}

.what_we_do_content {
    position: relative;
    display: flex;
    align-items: center;
}
.number_wrapper{
    position: relative;
    width: 120px;
}
.what_we_do_content span {
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    font-size: 130px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Sohne Schmal';
    font-weight: 900;
}

.what_we_do_content>* {
    color: #C7C7C7;
    margin: 0;
}
.right_arrow_wrap{
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*.what_we_do_inner:hover .right_arrow_wrap{*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/
.what_we_do_inner:hover .what_we_do_content span{
    color: #000;
}
.what_we_do_content h2 {
    font-family: 'Sohne Schmal';
    font-size: 54px;
    line-height: 54px;
    font-weight: 900;
    transition: 0.5s ease;
    text-transform: uppercase;
    width: calc(100% - 120px);
    padding-left: 20px;
    padding-right: 80px;
}

.what_we_do_inner p {
    font-size: 16px;
    margin: 0;
}

.what_we_do_inner .btn_round {
    margin-left: auto;
}

.btn_round {
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_round img {
    width: 36px;
    }


.btn_round:hover {
    background: #FF943D;
    transform: rotate(-30deg);
}

.what_we_do_inner {
    position: relative;
    padding: 30px 0;
    transition: 0.5s ease;
}

.what_we_do_inner:last-child {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #848484;
    transition: 0.5s ease;
}

.border_top{
    border-top: 1px solid #848484;
}


.what_we_do_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid #fff;
    box-shadow: 6px 6px 0 0 #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s ease;
    aspect-ratio: 5 / 3;
    overflow: hidden;
}
.what_we_do_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.what_we_do_inner:hover {
    background: #fff;
}

.what_we_do_inner:hover .btn_round {
    background: #FF943D;
    transform: rotate(-30deg);
}

.what_we_do_inner:hover .what_we_do_img {
    opacity: 1;
    visibility: visible;
}

.what_we_do_inner:hover h2 {
    color: #000;
}

.what_we_do_wrapper {
    padding: 0 0 150px;
}


.sticky-wrap {
    height: 300vh;
    position: relative;
    overflow: hidden;
}

.sticky-inner {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .center-title {
  font-size: 3.5rem;
  position: absolute;
  z-index: 20;
} */

.title_content {
    position: absolute;
    text-align: center;
    z-index: 20;
    max-width: 300px;
}
.title_content p{
    color: #000;
}
.title_content h2 {
    font-family: 'Sohne Schmal';
    font-size: 74px;
    color: #000;
    line-height: 1;
    margin: 0 0 20px;
}

.title_content a {
    text-transform: uppercase;
    font-size: 16px;
}

.title_content a img {
    filter: invert(1);
}

/* Fullscreen circle base setup */
.circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1);
    left: 50%;
    top: 50%;
    transform-origin: center;
    translate: -50% -50%;
}

.circle-1 {
    background: #ababab;
    z-index: 1;
}

.circle-2 {
    background: #F3F3F0;
    z-index: 2;
}

.circle-3 {
    background: #fff;
    z-index: 3;
}

.no-overflow{
    overflow-x: hidden;
}

/* Final circle with 600px size */
.final-circle {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    border: 2px dashed #000;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    opacity: 0;
    z-index: 10;
}

/* Links inside final circle */
.fc-link {
    width: auto;
    background: #000;
    color: #fff;
    padding: 20px 30px 20px 75px;
    border-radius: 50px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    position: absolute;
}

.fc-link.one {
    left: -50px;
    top: 50px;
}

.fc-link.two {
    right: -170px;
    top: 25%;
}
.fc-link.three {
    left: -180px;
    bottom: 60px;
}

.fc-link.four {
    right: -80px;
    bottom: 30px;
}

.fc-link span {
    position: absolute;
    width: 75px;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    font-family: 'Sohne Schmal';
    color: #fff;
    opacity: 0.5;
}

.fc-link h4 {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 22px;
    line-height: 1;
    font-family: 'Sohne Kraftig';
    margin: 0;
    text-transform: uppercase;
}

.fc-link p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.why_us_box {
    padding: 60px;
    width: 50%;
    border-bottom: 1px solid #000;
}

.why_us_head {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.why_us_head .why_title {
    width: calc(100% - 52px);
}

.why_us_head .why_title h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    margin: 0;
    font-family: 'Sohne Schmal';
}

.why_us_head .why_title p {
    font-size: 26px;
    margin: 0;
}

.btn_round_orange {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FF943D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.btn_round_orange img {
    width: 30px;
    transition: 0.5s ease;
}

.why_us_img {
    aspect-ratio: 6/4;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.why_content_wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 243, 240, 1);
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    overflow: auto;
    border-radius: 20px;
}
.why_content_wrapper p{
    color: #000;
}
.why_us_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

/*.why_us_box:hover .why_us_img img {*/
/*    filter: blur(6px);*/
/*}*/
.why_us_box:hover{
    background: #fff;
}
.why_us_box:hover .why_content_wrapper{
    opacity: 1;
    visibility: visible;
}
.why_us_box:hover .btn_round_orange img {
    transform: rotate(-30deg);
}

.why_us_inner {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.why_us_inner .why_us_box:nth-child(even) {
    border-left: 1px solid #000;
}

.testimoial_wrapper {
    padding: 0 0 150px;
}

.testimonial_slider_wrapper {
    max-width: 1040px;
    margin: 0 auto;
}

.testimonial_slider_wrapper i {
    text-align: center;
    display: block;
}

.testimonial_slider h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 32px;
    color: #000;
    text-align: center;
    font-family: 'Sohne Kraftig';
}

.testimonial_slider ul{
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 24px;
    color: #000;
    text-align: center;
    font-family: 'Sohne Kraftig';}

.testimonial_slider p{
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: 'Sohne Leicht';
}

.testimonial_slider_wrapper ul{list-style-type: decimal;
    text-align: left;
    margin-left: 30px;
    }
.testimonial_slider{
    margin: 0 0 50px;
}

.testimonial_slider_wrapper .swiper-slide {
    background: #F3F3F0;
}

.testimonialThumn {
    max-width: 632px;
    margin: 0 auto;
}

.user_info img {
    aspect-ratio: 1/1;
    border-radius: 20px;
    object-fit: cover;
}

.user_info h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: 'Sohne Kraftig';
    margin: 15px 0 0;
}

.testimonialThumn .swiper-slide {
    opacity: 0.5;
}

.testimonialThumn .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.about_wrapper {
    padding: 0 0 60px;
}

.about_img {
    aspect-ratio: 2/2.3;
  position: relative;
    overflow: hidden;
}

.about_img img {
    width: 100%;
  height: 120%;
    object-fit: cover;
  will-change: transform;
}


.about_content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    background-color: #fff;
    padding: 50px;
}

.about_content>* {
    margin: 0;
}

.about_content h2 {
    margin-bottom: 0;
}

.about_content h4 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-family: 'Sohne Kraftig';
}

.about_content p {
    font-size: 16px;
}

.about_content ul{
    list-style: disc;
    padding-left: 20px;
}

.about_number_wrapper {
    margin-top: 24px;
}

.number_box {
    background: #fff;
    padding: 25px 20px 20px;
    border-radius: 15px;
    transition: 0.4s ease;
}

.number_box h4 {
    color: #000;
    font-family: 'Sohne Schmal';
    font-size: 36px;
    line-height: 1;
    margin: 0 0 10px;
    transition: 0.4s ease;
}

.number_box p {
    margin: 0;
    font-size: 16px;
    transition: 0.4s ease;
}

.number_box:hover {
    background: #000;
}

.number_box:hover h4 {
    color: #fff;
}

.number_box:hover p {
    color: #B8B8B8;
}

[letters-hover-up] {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}

.hover-swap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
}

.hover-swap .text-1,
.hover-swap .text-2 {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    /* ensure characters don't wrap awkwardly */
    white-space: nowrap;
    pointer-events: none;
    /* so hover remains on wrapper */
}

.hover-swap .text-1 {
    top: 0;
}

.hover-swap .text-2 {
    top: 100%;
}

/* ensure each char is inline-block so transforms work per char */
.hover-swap .char {
    display: inline-block;
    transform-origin: center;
    line-height: 1;
    will-change: transform, opacity;
}

footer{
    background: #000;
    padding: 32px 0;
}
.footer_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.footer_content .footer_logo{
    width: 110px;
}
.footer_content .footer_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer_content .footer_contact{
    width: calc(100% - 150px);
    /*max-width: 330px;*/
}
.footer_content .footer_contact h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #848484;
    line-height: 1;
    margin: 0 0 10px;
}
.footer_content .footer_contact p{
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.footer_content .footer_contact a{
    font-size: 16px;
    color: #fff;
    display: block;
}
.footer_content .footer_contact a:hover{
    color: #FF943D;
}

.footer_link ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 30px;
    list-style: none;
    flex-wrap: wrap;
}

.footer_link li {
    min-width: 120px;
}

.footer_link li a{
    color: #848484;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.footer_link li a:hover,
.footer_link li a.active{
    color: #fff;
}
.footer_link li a:before{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF943D;
    content: "";
    position: absolute;
    left: -11px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
}
.footer_link li a.active:before{
    opacity: 1;
    visibility: visible;
}