@font-face {
    font-family: 'hind';
    src: url(../fonts/hind.woff2);
}

@font-face {
    font-family: 'lato bold';
    src: url(../fonts/lato-bold.woff2);
    font-weight: bold;
}

@font-face {
    font-family: 'lato light';
    src: url(../fonts/lato-light.woff2);
    font-weight: lighter;
}

@font-face {
    font-family: 'muli';
    src: url(../fonts/muli.woff2);
}

@font-face {
    font-family: 'mulish';
    src: url(../fonts/mulish.woff2);
}

@font-face {
    font-family: 'gotham_regular';
    src: url(../fonts/Gotham-Black.otf);
}

@font-face {
    font-family: 'gotham_bold';
    src: url(../fonts/Gotham-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: 'gotham_light';
    src: url(../fonts/Gotham-Light.otf);
    font-weight: lighter;
}

.footer-links{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
    margin-top: 20px !important; 
    margin-right: 70px !important;
    
}
 .footer-links  a{
    color: white;
    margin-right: 10px;
    text-decoration: none;
    font-family: 'gotham_light', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 12px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}

.swiper-slide:active {
    cursor: grabbing;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

/* NAVBAR START */

.navbar {
    background-color: #fff;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    z-index: 9999;
    transition: 0.4s;
    top: -300px;
}

.logo_div {
    width: 8%;
}

.logo_div a img {
    width: 100%;
}

.pages_link_div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.pages_link_div a {
    display: inline-block;
    color: #444444;
    font-size: 0.625rem;
    letter-spacing: 3px;
    font-family: 'gotham_bold', 'Arial', 'sans-serif', sans-serif;
    text-decoration: none;
    font-weight: 700;
    width: max-content;
    height: 60px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    transition: 0.05s;
}

.pages_link_div a:hover {
    color: #999999;
}

.pages_link_div a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transition: left 0.5s;
    /* Soldan sağa geçiş */
}

.pages_link_div a:hover::before {
    left: 0;
}

.main_page_link a {
    color: #f2f2f2;
    background-color: black;
    display: inline-block;
    padding: 8px 20px;
    font-size: 0.625rem;
    font-family: 'gotham_bold', 'Arial', 'sans-serif', sans-serif;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 3px;
}

.main_page_link a:focus {
    color: #4a5157;
}

.active_pages_link {
    color: #999999 !important;
}

.active_pages_link::before {
    color: #999999 !important;
    left: 0 !important;
}

/* NAVBAR FINISH */

/* HOME START */

#start {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_gray_section {
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(to right, #272727 50%, transparent 50%);
}

.pageStartSwiper {
    height: 100vh;
    width: 100%;
    max-width: 1366px;
}

.swiper-slide_wrapper {
    position: relative;
}

.swiper_img {
    position: absolute;
    z-index: 2;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: right;
    align-items: center;
}

.swiper_img img {
    width: 70%;
    position: relative;
    top: 50px;
}

.swiper_write {
    width: 50%;
    position: relative;
    z-index: 3;
    text-align: left;
    top: 300px;
    left: 60px;
    transform-origin: 50% 50%;
    font-family: 'gotham_light', 'Arial', 'sans-serif';
    
}

.swiper_write h2 {
    margin: 0px;
    padding: 0px;
    font-size: 7.188rem;
    color: #fff;
    margin-bottom: 30px;
    white-space: nowrap;
    font-family: 'gotham_bold', 'Arial', 'sans-serif';
    color: #bf0000;
}

.swiper_write p {
    margin-bottom: 10px;
    font-size: 1.375rem;
    color: #fff;
    
}

.swiper_write span:first-of-type {
    font-size: 0.875rem;
    color: #bf0000;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.swiper_write span:last-of-type {
    font-size: 0.875rem;
    color: #6a6a6a;
    line-height: normal !important;
}

.pageStartSwiper-next {
    width: 44px !important;
    height: 44px !important;
    color: #777777 !important;
    border: 1.5px solid #777777;
    border-radius: 50%;
    top: -60px !important;
    left: 120px !important;
}

.pageStartSwiper-next::after {
    font-size: 12px !important;
    font-weight: bold !important;
    transform: rotate(90deg);
}

.pageStartSwiper-prev {
    width: 44px !important;
    height: 44px !important;
    color: #777777 !important;
    border: 1.5px solid #777777;
    border-radius: 50%;
    top: -60px !important;
    left: 62px !important;
}

.pageStartSwiper-prev::after {
    font-size: 12px !important;
    font-weight: bold !important;
    transform: rotate(-270deg);
}

.pageStartSwiperButtons {
    position: relative;
}

.pageStartSwiper-pagination {
    opacity: 0 !important;
    transition: .4s;
    right: 20px !important;
}

.pageStartSwiper:hover .pageStartSwiper-pagination {
    opacity: 1 !important;
}

.pageStartSwiper-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: 1;
    width: 5px !important;
    height: 5px !important;
    margin: 10px !important;
}

.pageStartSwiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #fff !important;
    opacity: 1;
}

/* HOME FINISH */

/* ABOUT */

#construqt {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

.about_write {
    width: 50%;
    margin-bottom: 100px;
}

.about_write_p_short {
    color: #bf0000;
    font-family: 'gotham_light', 'Arial', 'sans-serif';
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 3px;
}

.about_write h2 {
    font-family: 'gotham_bold', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 2.363rem;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.about_write_p_long {
    font-family: 'gotham_light', 'Arial', 'sans-serif';
    font-weight: lighter !important;
    font-size: 19px;
    color: #9e9e9e;
    line-height: 1.7em;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 50px;
}

.about_write_a {
    color: rgb(181, 181, 181);
    background-color: transparent;
    padding: 7px 11px;
    border-radius: 20px;
    font-size: 0.688rem;
    border: 2px solid rgb(181, 181, 181);
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'gotham_light'; /* muli */
    font-weight: 700;
    transition: .3s;
}

.about_write_a:hover {
    border: 2px solid #212121;
    background-color: #212121;
    color: #fff !important;
}

.about_products {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 6px;
    width: 100%;
    height: max-content;
}

.about_product_img {
    position: relative;
    top: -1px;
    left: 0;
    width: 100%;
    height: max-content;
    z-index: 3;
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.about_product {
    width: 25%;
    height: 100%;
    height: max-content;
    position: relative;
}

.about_product a {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.about_product_img img {
    width: 100%;
    height: 100%;
    z-index: 3;
}

.about_product_desc {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101010;
    box-sizing: border-box;
    text-align: left;
}

.anim_translate_100:hover+.about_product_img {
    transform: translateY(100%);
}

.anim_translate_100 {
    width: 100%;
    height: 100%;
    z-index: 4;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.about_product_desc h5 {
    color: #fff;
    background-color: transparent;
    font-size: 25px;
    font-family: 'gotham_bold'; /* mulish */
    font-weight: 800;
    font-style: normal;
    text-transform: capitalize;
    box-sizing: border-box;
    position: relative;
    top: 45%;
    text-align: center;
    margin: auto;
}

/*.about_product_desc span {
    color: #ababab;
    background-color: transparent;
    font-size: 0.813rem;
    font-family: 'gotham_bold'; !* mulish *!
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    text-align: left;
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
    text-transform: none;
    box-sizing: border-box;
}*/

.about_quercus {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../img/home/slide2.jpg);
    background-attachment: fixed;
    z-index: 6;
    width: 100%;
    min-height: 475px;
    background-position: 50% 0;
    padding: 120px 120px 0px 120px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.overlay_black {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
}

.about_quercus_desc {
    position: relative;
    z-index: 9;
    width: 47%;
}

.about_quercus_desc h6,
.about_quercus_istatik h6 {
    color: #ffffff;
    text-align: left;
    font-family: 'gotham_bold', 'Arial', 'sans-serif' !important;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.about_quercus_desc p {
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    font-weight: normal;
    font-size: 14px;
    color: #cccccc;
    text-align: left;
    letter-spacing: 2px;
}

.about_quercus_istatik {
    position: relative;
    z-index: 9;
    width: 47%;
}

.about_quercus_istatik .skill {
    color: #fff;
    text-align: left;
    margin-top: -10px;
}

.skill span:first-child {
    letter-spacing: 0;
    left: 0;
    font-size: 11px;
    font-family: 'gotham_light'; /* muli */
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.7em;
}

.progress-bar {
    width: 100%;
}

.percentage {
    display: inline-block;
    text-align: right;
    position: relative;
    top: -35px;
    line-height: 38px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 11px !important;
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    opacity: 0;
}

.progress {
    margin-top: 5px;
    height: 5px;
    background-color: #fff;
    opacity: 0;
}

/* ABOUT */

/* SERVICES */

#leistungen {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

.services_header h6 {
    color: #bf0000;
    text-align: center;
    font-family: 'gotham_ligth', 'Arial', 'sans-serif' !important;
    font-size: 0.75rem;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.services_header h2 {
    font-size: 2.5rem;
    text-align: center;
    font-family: 'gotham_bold', 'Arial', 'sans-serif';
    font-weight: 700;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.services_desc {
    width: 50%;
    text-align: center;
}

.services_desc h5 {
    font-family: 'gotham_light', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 19px;
    color: #9e9e9e;
    line-height: 1.7em;
    letter-spacing: 0px;
    text-transform: none;
}
.services_jobs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px 0;
    opacity: 0;
    width: 80%;
    justify-content: center;
}
.service_job {
    width: max-content;
    height: max-content;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;

}
.service_job h3 {
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    color: #595959;
}

/*.link_text h3{*/
/*    border-bottom: 1px solid #000000;*/
/*}*/

.link_text::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 10%;
    left: 0;
    background-color: rgb(191, 0, 0);
    transform-origin: top right;
    transition: transform 0.4s ease-out;
}
.link_text:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
}
.link_text:focus-within::after {
    transform: scaleX(1);
    transform-origin: top left;
}
.service_job_logo {
   width: 70px;
    /*border-bottom: 3px solid #000;*/
    padding: 20px;
    margin: 0 55px;
    transition: .3s;
}

.black_info_box {
    opacity: 0;
    pointer-events: none;
    color: rgba(255, 255, 255, .8) !important;
    width: 240px;
    top: -100px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    background: #000;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 600;
    z-index: 99;
    font-family: 'gotham_light', 'Arial', 'sans-serif' !important; 
}

.black_info_box::after {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.95);
    content: '';
}

.link_text:hover .black_info_box {
    opacity: 1;
    pointer-events: all;

}
.link_text:hover h3 {
    border:  none !important;
}

.tech_img {
    width: 100%;
}

.tech_img img {
    width: 65%;
}

.services_what_we_do {
    width: 100%;
    min-height: 645px;
    box-sizing: border-box;
    margin-top: -4px;
    padding: 140px 120px 120px 120px;
    height: max-content;
    background-image: url(../img/home/slide1.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-attachment: fixed;
    background-position: 50% 0px;
}

.overlay_black_services {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
}

.service_swiper_div {
    position: relative;
    z-index: 999;
}

.service_swiper_div h4 {
    font-size: 40px;
    color: #f7f7f7;
    text-align: center;
    font-family: 'gotham_bold', 'Arial', 'sans-serif';
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 120px;
    letter-spacing: 10px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.serviceSwiperBtn-next,
.serviceSwiperBtn-prev {
    color: rgb(193, 193, 193) !important;
}

.serviceSwiperBtn-next::after,
.serviceSwiperBtn-prev::after {
    font-size: 15px !important;
    font-weight: bold !important;
}

.service_swiper .swiper-slide i {
    color: #f2f2f2;
    font-size: 40px;
}

.service_swiper .swiper-slide h6 {
    font-family: 'gotham_light';
    font-weight: 600;
    color: #c1c1c1;
    font-size: 14px;
    letter-spacing: 2px;
}

.service_swiper .swiper-slide span {
    color: #999999;
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 90%;
}

/* SERVICES */

/* APP */

#q {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px; 
}



.app_header {
    width: 50%;
}

.app_header h5 {
    font-family: 'gotham_light', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 19px;
    color: #9e9e9e;
    line-height: 1.7em;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 120px;
}

.app_header h2 {
    font-size: 2.5rem;
    text-align: center;
    font-family: 'gotham_bold', 'Arial', 'sans-serif';
    font-weight: 700;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.app_phone_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    margin-bottom: 60px;
}

.app_phone {
    opacity: 0;
}

.app_desc {
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
   
  
}

.app_desc_div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;

}

.app_desc_write {
    padding: 0 20px;
    width: 60%;
}

.app_desc_div:hover  .app_desc_write p{
    color: #bf0000;
}

.app_desc_write p {
    font-family: 'gotham_bold', 'Arial', 'sans-serif';
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
    color: #595959;
    line-height: 1.2em;
    margin-bottom: 10px !important;
    letter-spacing: 2px;
}

.app_desc_write span {
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    font-weight: normal;
    font-size: 14px;
    color: #595959;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

/*.text_right {*/
/*    display: grid;*/
/*    place-items: center;*/
/*    height: 60px;*/
/*    border-right: 2px solid #000;*/
/*}*/

/*.text_left {*/
/*    display: grid;*/
/*    place-items: center;*/
/*    height: 60px;*/
/*    border-left: 2px solid #000;*/
/*}*/



.app_desc_icon i {
    font-size: 25px;
}

/* APP */

/* WORK */

#sehenswertes {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

.category {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.category button {
    background-color: transparent;
    border-width: 0px;
    border: none;
    border-style: none;
    border-color: transparent;
    border-radius: 0;
    color: #949494;
    font-size: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 21px;
    margin: 0px 0px 10px 0px;
    padding: 0px 12px 0px 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.category span:hover {
    color: #1f1f1f;
}

.active_category {
    color: #1f1f1f !important;
}

.products {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: left;
    width: 70%;
    margin: auto;
}

.products_category {
    width: 100%;
}

.product {
    opacity: 0;
    display: flex;
    width: 33.33333%;
    overflow-y: hidden;
    /* margin-bottom: -67px; */
    cursor: pointer;
    transform-origin: right center;
    transform-style: preserve-3d;
    transition: transform 2s;
}

.product img {
    width: 100%;
    min-height: 420px;
    object-fit: contain;
}

.product_desc {
    position: absolute;
    padding: 12px 30px;
    transition: 2s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
    width: 100% !important;
    top: 100%;
    background-color: #ffffff;
    transition: .6s cubic-bezier(.19, 1, .22, 1);
    display: none;
}

.product_desc span:first-child {
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    font-family: 'gotham_light'; /* muli */
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
}

.product_desc span:last-child {
    color: #ababab;
    background-color: transparent;
    font-size: 11px;
    font-family: 'gotham_light'; /* muli */
    font-weight: 400;
    font-style: normal;
    line-height: 12px;
    text-align: center;
    text-transform: none;
}

.anim_product_div {
    transform: translateY(63px);
    transition: .6s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    height: auto;
    position: relative;
    top: -63px;
}

.product:hover .anim_product_div {
    transform: translateY(0);
}

.product_img_wrapper {
    width: 75%;
    overflow-y: hidden;
    margin-bottom: -4px;
}

/* WORK */

/* CONTACTS */

#kontakt {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

.mgb-60px {
    margin-bottom: 60px;
}

.form_info_container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

.form_container {
    box-sizing: border-box;
    padding: 0 25px;
    width: 40%;
}

.info_container {
    box-sizing: border-box;
    padding: 0 25px;
    width: 40%;
}

.form_container h4 {
    text-align: left;
    font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 22px;
    color: #303030;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.input_div {
    margin-bottom: 20px;
    width: 100%;
}

.input_div input[type=text],
.input_div input[type=email] {
    width: 100%;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    color: #303030;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ededed;
    margin: 5px 0;
}

.input_div textarea {
    width: 100%;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    color: #303030;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ededed;
    margin: 5px 0;
    min-height: 70px;
    height: 130px;
    resize: vertical;
}

#gonder {
    background: #c1c1c1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 30px;
    letter-spacing: 2px;
    border: none;
    font-family: 'gotham_bold', 'mulish, Arial', 'sans-serif'; /* hind */
    transition: all .2s linear;
    cursor: pointer;
}

#gonder:hover {
    background: #303030;
}

.visit_map {
    margin-top: 120px;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info_container h4 {
    text-align: left;
    font-family: 'gotham_bold', 'Arial', 'sans-serif';
    font-size: 22px;
    color: #303030;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.info {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 10px;
}

.info_header span {
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    color: #595959;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all .2s linear;
}

.info_header i {
    color: #656565;
    margin-right: 5px;
    font-size: 12px;
}

.info_header:hover span {
    color: #c1c1c1;
}

.info_desc {
    display: none;
}

.active_info_desc {
    display: block;
}

.info_desc p {
    padding: 5px 20px;
    font-family: 'gotham_light', 'Arial', 'sans-serif'; /* muli */
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #595959;
}

.map_iframe_div {
    display: none;
    width: 100%;
    margin-bottom: -4px;
}

.visit_map i {
    font-size: 40px;
}

.visit_map h4 {
    color: rgb(51, 51, 51);
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    font-family: 'gotham_bold', 'Arial', 'sans-serif';
}

.visit_map:hover i,
.visit_map:hover h4 {
    color: #c1c1c1;
}

.home_footer {
    background-color: #000;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.home_footer_info_div {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}

.home_footer_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.home_footer_info div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.home_footer_img{
    background: url("../img/home/pp1.png");
    width: 70%;
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.home_footer_img {
    width: 100%;
    display: grid;
    place-items: center;
}

.home_footer_img img {
    width: 100%;
}

.home_footer_info i {
    font-size: 25px;
}

.home_footer_info h5 {
    font-size: 12px;
    font-family: 'gotham_bold'; /* muli */  
}

.home_footer_info div span {
    font-size: 14px;
    font-family: 'gotham_light'; /* muli */
    color: #595959;
    text-align: center;
}

/* CONTACTS */

/* FOOTER */

.footer {
    background-color: rgba(16, 16, 16, 1);
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ababab;
    gap: 30px;
}

.footer_logo {
    height: 18px;
}

.footer_logo img {
    height: 100%;
    filter: brightness(800%);
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social i {
    cursor: pointer;
    transition: color .3s;
}

.social i:hover {
    color: #fff;
}

.copy a span {
    font-size: 12px;
    font-family: 'gotham_bold'; /* mulish */
    color: #cecece;
}

/* FOOTER */

/* mobil bar */

.navbar_mobil_btn {
    display: none;
}

.bars {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 25px;
    position: relative;
}

.bars span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: all 0.4s ease;
}

.bars.open span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    position: absolute;
    top: 10px;
}

.bars.open span:nth-child(2) {
    opacity: 0;
}

.bars.open span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    position: absolute;
    top: 10px;
}


/* mobil bar */

.go_to_top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    margin: 0;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    display: none;
    transition: all .2s linear;
}

.go_to_top i {
    color: #fff;
    font-size: 10px;
}

.go_to_top:hover {
    background: #000;
}

.container {
    width: 100%;
}

#contact_close_mes {
    border: none !important;
    position: absolute;
    right: 20px;
    font-size: 1.25rem !important;
    background: transparent;
    cursor: pointer;
}

#alert_contatc_mes {
    position: fixed;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 101234550;
    opacity: 0.8;
}

.alert {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin: 10px;
    padding: 20px;
    border-radius: 0.25rem;
    position: relative;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
}

.btn-close:hover {
    color: #000;
}

.btn-close i {
    font-size: 1.25rem;
}

html.lenis,
html.lenis body {
    height: auto;
}

.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;
}

.active_flag {
    color: #4f4f51 !important;
}

.main_page_link {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.tr,
.de,
.en {
    color: #c9c9c9;
    font-family: 'gotham_light';
    cursor: pointer;
}

.tr img,
.de img,
.en img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    border-radius: 15px;
}

