/*!
Theme Name: B2bosphorus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: b2bosphorus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

B2bosphorus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

	/* THEME CSS */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: auto !important;
}
body {
    font-family: "Montserrat", sans-serif;
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
    width: 100%;
    color: #FFFFFF;
    background-color: #000000;
    line-height: normal;
    overflow-x: hidden !important;
  }
  *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  a{
    text-decoration: none;
    color: inherit;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0 0 15px;
  }
  .uppercase{
    text-transform:uppercase ;
  }
  .flex{
    display: flex;
  }
  .align_center{
    align-items: center;
  }
  .justify_between{
    justify-content: space-between;
  }
  .justify_center{
    justify-content:center;
  }
  .wrap{
    flex-wrap: wrap;
  }
  .column{
    flex-direction: column;
  }
  .text_center{
    text-align: center;
  }
  .mb_0{
    margin-bottom: 0;
  }
  .relative{
    position: relative;
  }
  .absolute{
    position: absolute;
  }
  button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: "Aloevera Display", sans-serif;
  }
  .pointer{
    cursor: pointer;
  }
  .font_text {
    font-family: "Aloevera Display", sans-serif;
  }
  .container{
    padding: 0 50px;
    margin: 0 auto;
    max-width: 1288px;
  }
  header {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    z-index: 100;
  }
  .header_banner{
	width: 100%;
	display: flex;
	gap: 24px;
  }
  .sticky header {
	  position: fixed;
    background: #000000;
  }
  .navbar{
    gap: 24px;
  }
  .header--box{
    padding-bottom: 20.5px;
    padding-top: 12px;
    border-bottom: 0.5px solid #FFFFFF;
  }
  .nav--box{
    gap: 24px;
  }
  .nav--box a{
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: -0.1px;
  }
  .nav--box .nav_item.active.active a{
    font-weight: 500;
  }
  .header--right_field {
    gap: 24px;
  }
  .language-dropdown {
    position: relative;
    display: inline-block;
  }
  .language-dropdown__trigger {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }
  .language-dropdown__flag {
    width: 24px;
    height: auto;
    border-radius: 3px;
  }
  .language-dropdown__arrow {
    font-size: 12px;
  }
  .language-dropdown__list {
    display: none;
    position: absolute;
    background-color: #2E2E2E;
    border-radius: 5px;
    top: 100%;
    right: 0;
    list-style: none;
    padding: 2.5px 12px;
    margin: 0;
    z-index: 1000;
    border: 0.5px solid #A0A0A0;
    transform: translateY(13px);
  }
  .language-dropdown__item {
    padding: 2px 3.5px;
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 0.3px solid #FFFFFF;
    font-size: 14px;
    font-weight: 300;
  }
  .language-dropdown__item:last-child{
    border: none;
  }
  .language-dropdown__item img{
    display: none;
  }
  .language-dropdown__item:hover {
    background-color: #444;
  }

  .headline--section {
    height: 100%;
  }
  .main--box .headline-img{
    position: absolute;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    width: 100%;
    top: 0;
  }
  .headline--section .container{
    height: 100%;
  }
  .headline--content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
  }
  .headline--content h2{
    font-size: 45px;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: -0.1px;
    max-width: 400px;
    margin-bottom: 19px;
  }
  .headline--content h2 strong{
    font-weight: 900;
  }
  .headline--content h3{
    font-size: 23px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.1px;
    margin-bottom: 31px;
  }
  .headline--content h3 strong{
    font-weight: 600;
  }
  .headline--content .btn-field{
    gap: 12px;
  }
  .headline--content .btn-field .btn{
    border-radius: 20px;
    padding: 8px 0;
    width: 137px;
    text-align: center;
    background-color: #3E3E3E;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 1.2;
  }
  .headline--content .btn-field .btn_secondary{
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
  }
  .menu-item.active{
    position: relative;
  }
  .menu-item.active a::after{
    content: "";
    position: absolute;
    bottom: -32px;
    height: 3px;
    background-color: #FFFFFF;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }
  .mouse_icon{
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 85%);
  }
  .main--box .crumbs{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .general--section{
    height: 100%;
  }
  .aboutUs--section{
    padding-top: 200px;
  }
  .aboutUs--section .title_field{
    margin-bottom: 51px;
  }
  .aboutUs--section .title_field span{
    font-size:28px;
    letter-spacing: -0.1px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .aboutUs--section .title_field h3{
    font-family: "Aloevera Display", sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 50px;
  }
  .aboutUs--section .title_field h3 strong{
    font-size: 53px;
    line-height: 1.2;
  }
  .circle{
    position: relative;
  }
  .circle .circle_img{
    top: 0;
  }
  .tab-section {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 0.5px solid #FFFFFF;
	  z-index: 9;
  }
.about-us:not(.has-active) .tab-section {
	  position: relative;
}
  .tab-section__tabs {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 13px);
    column-gap: 16px;
    row-gap: 11px;
  }
  .tab-section__tab {
    width: calc(50% - 10px);
    padding: 43px;
    background: radial-gradient(circle, #2e2e2e 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    border: 1px solid #3E3E3E;
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
  }
  .tab-section__tab span {
    font-size: 29px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    letter-spacing: -0.1px;
  }
  .tab-section__tab .title{
    position: relative;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.1px;
  }
  .tab-section__image-box {
    position: relative;
    width: calc(50% - 13px);
  }
  .tab-section__image {
    width: 100%;
    display: none;
  }
  .swiper--animation .container{
    height: 100%;
  }
  .swiper-fullscreen {
    height: 100vh;
  }
  .swiper-fullscreen .swiper-slide{
    height: 100vh;
	background:#000000;
  }
  .swiper-fullscreen video{
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	object-fit:cover;
	opacity:0.3;
  }
  .tab-section__image:first-child {
    display: block;
  }
  .headline-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .tab-section__cards-wrapper {
    display: flex;
    padding-bottom: 40px;
	width:100%;
  }
  .tab-section__cards {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 11px;
  }
  .tab-section__cards:first-child{
    display: flex;
  }
  .tab-section__card {
    padding: 40px 43px 47px;
    border-radius: 20px;
    display: flex;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #3E3E3E;
    width: 100%;
	height: 100%;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    background: radial-gradient(circle, #535353 0%, #000000 100%);
	  transform: none!important;
  }
  .tab-section__image,
  .tab-section__cards {
    display: none;
  }
  .tab-section__image.active,
  .tab-section__cards.active {
    display: flex;
  }
  .tab-section__card h4{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 12px;
  }
  .tab-section__card p{
    font-size: 14px;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .tab-section__card .card-icon{
    bottom: 20px;
    right: 10px;
	width:25px;
	height:25px;
  }
  .global-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.62;
    z-index: 1000;
  }
  .tab-section__popup {
    background: radial-gradient(circle, #535353 0%, #000000 100%);
    margin-top: 10px;
    border: 1px solid #3E3E3E;
    border-radius: 10px;
    position: absolute;
    z-index: 1001;
    bottom: 0;
    left: 0;
    width: 430px;
    padding-left: 43px;
    padding-bottom: 28px;
    padding-top: 76px;
	padding-right:30px;
  }
.last-column .tab-section__popup {
	left: auto;
	right: 0;
}
  .tab-section__popup .popup-inner{
	height:100%;
  }
  .card-icon-close{
    bottom: 10px;
    right: 10px;
  }
  .tab-section__tab .tab_active_icon{
    opacity: 0;
    transition: all 0.3s ease-in;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tab-section__tab--active .tab_active_icon{
    opacity: 1;
  }
  
  .general--box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .general_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 45px;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: -0.1px;
    margin-bottom: 7px;
  }
  .general_title strong{
    font-weight: 900;
    letter-spacing: -0.3px;
  }
  .general_subtitle{
    font-weight: 300;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 11px;
  }
  .general_description{
    font-size: 18px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 25px;
  }
  .general--box .btn-secondary{
    background-color: #FFFFFF;
    border-radius: 20px;
    color: #000000;
    padding: 8px 27px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.1px;
    display: flex;
    margin: 0 auto;
    width: fit-content;
  }
  .events--box .events_banner_image{
    display: flex;
    justify-content: center;
    margin-top: 42px;
  }
  .event_box .events_banner_image img{
    aspect-ratio: 1152 / 349;
    object-fit: cover;
  }
  .brands{
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }
  .brands .brand{
    width: calc(20% - 10px);
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 82px;
	  position: relative;
  }
  .brands .brand:hover {
    border: 1px solid #707070;
	background:#ffffff;
  }
	.brands .brand img {
		position: absolute;
	}
	.brands .brand img:first-child {
		opacity: 0;
	}
	.brands .brand:hover img:first-child {
		opacity: 1;
	}
	.brands .brand:hover img:last-child {
		opacity: 0;
	}
  .notice--box {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .notice--box.passive{
    opacity: 0;
  }
  .notice_content{
    padding-bottom: 100px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .blog-swiper {
    width: 100%;
    padding: 0;
    padding-bottom: 50px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .blog-swiper .swiper-wrapper{
	padding-bottom:50px;
  }
  .blog-swiper.passive{
    opacity: 0;
  }
  .blog-swiper .swiper-slide {
    width: 100% !important;
    max-width: 1100px !important;
  }
  .swiper-pagination{
	gap:7px;
	align-items:center;
  }
  .swiper-pagination-bullet{
	background:#727272;
	width:13px;
	height:13px;
  }
  .swiper .swiper-pagination-bullet-active{
	width:17px;
	height:17px;
	background:#FFFFFF;
  }
  .blog-card__desc .swiper-wrapper{
	padding-bottom:50px;
  }
  .blog-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 20px;
    width: 100%;
  }
  .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10;
  }
  .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #3E3E3E;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
  }
  .swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
  }
  .notice_content .blog{
    width: calc(50% - 7px);
  }
  .notice_content .blog .thumbnail img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 493 / 208;
  }
  .blog .content{
    background-color: #FFFFFF;
    color: #191717;
    padding: 10px 24px;
    max-height: 77px;
    height: 100%;
  }
  .blog .content h3{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 1.2;
    letter-spacing: -0.1px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
  }
  .blog .content .blog-card__desc{
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .contact--section{
    padding: 100px 0;
    height: auto;
  }
  footer{
    padding: 58px 0;
  }
  .contact--video{
    margin-bottom: 57px;
  }
  .contact--content{
    margin-top: 57px;
    margin-bottom: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 43px;
    text-align: center;
  }
  .instagram{
    padding-bottom: 78.5px;
  }
  .instagram .title-field{
    margin-bottom: 27px;
  }
  .instagram .general_subtitle{
    font-weight: bold;
  }
  footer .title-field .general_subtitle{
    margin-bottom: 16px;
  }
  footer .title-field .general_subtitle strong{
    font-weight: bold;
  }
  .footer-field{
    padding-left: 40px;
    padding-right: 100px;
  }
  .form--box{
    display: flex;
    gap: 60px;
    margin-bottom: 40.5px;
	padding:0 26px;
  }
  .social_media{
    gap: 53.5px;
	align-items:center;
  }
  .social_media a{
    display: flex;
    align-items: center;
    gap: 9px;
    text-transform: uppercase;
    text-decoration: underline;
	font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.1px;
  }
  form{
    width: 100%;
  }
  form .form_field p{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 0;
  }
  .wpcf7{
	width:100%;
  }
  form .form_field span{
	width:calc(50% - 16px);
  }
  form .form_field input,
  form .form_field textarea{
	width:100%;
    background-color: transparent;
    border: 1px solid #454545;
    border-radius: 7px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    padding: 12px 22px;
    font-family: "Montserrat", sans-serif;
    height: 43px;
	margin-bottom:8px;
  }
  form .form_field input::placeholder,
  form .form_field textarea::placeholder {
    color: #FFFFFF;
  }
  .textarea-field p span{
    width: 100%;
	margin-bottom:0;
  }
  form .form-btn{
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.55);
    padding: 7px 20px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #191717;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.1px;
	border:none;
	cursor:pointer;
  }
  .form_field br {
    display: none;
  }
  .footer--inner{
    padding-top: 21.5px;
    border-top: 0.5px solid #FFFFFF;
  }
  .footer-inner-box{
    padding: 0 40px;
  }
  .inner_left{
    gap: 84px;
  }
  .inner__item{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.1px;
    font-weight: 300;
  }
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding-top: 300px;
    overflow: auto;
    padding-bottom: 50px;
  }
  .popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
  .general--section.passive{
    display: none;
  }
  .popup-overlay.active{
    display: flex;
    background-color: #000000;
  }
  .youtube_field{
    display: flex;
    flex-wrap: wrap;
    max-width: 1010px;
    margin: 0 auto;
    row-gap: 27px;
    column-gap: 6px;
  }
  .youtube_field .youtube__item{
    width: calc(33.33% - 10px);
    display: flex;
    flex-direction: column;
  }
  .youtube_field .youtube__item .content{
    display: flex;
    flex-direction: column;
    padding: 0 12px;
  }
  .youtube_field .youtube__item .content .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .youtube_field .youtube__item .content .box .video__name{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 0;
  }
  .youtube_field .youtube__item .content .box .video__date,
  .youtube_field .youtube__item .content .box .video__description{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom:0;
  }
  .play-icon{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .youtube_field .thumbnail{
    position: relative;
    margin-bottom: 8px;
  }
  .youtube_field .thumbnail > img:not(.play-icon){
    width: 100%;
  }
  .blog--box {
    padding-top: 110px;
  }
  .blog--detail_content{
    background-color: #FFFFFF;
    max-width: 1000px;
    margin: 0 auto;
  }
  .blog--detail_content .content__field{
    padding: 0 33px;
    color: #191717;
  }
  .blog--detail_content .content__field .social_media{
	padding-right:0;
	margin-bottom:20px;
  }
  .blog--detail_content .content__field .social_media .wp-block-column,
  .blog--detail_content .content__field .social_media .wp-block-column figure{
  	width:30px;
  }
  .blog--detail_content .content__field .subtitle{
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .blog--detail_content .content__field p{
    font-size: 18px;
    line-height: 1.2;
  }
  .blog--detail_content .content__field .content-field{
    padding-bottom: 11.5px;
    border-bottom: 1px solid #707070;
    margin-bottom: 25.5px;
  }
  .blog--detail_content .content__field .blog-middle-img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
    margin-top: 16px;
  }
  .blog--detail_content .social-media-field{
    justify-content: center;
    gap: 23.5px;
    margin-top: 11.5px;
    margin-bottom: 21.5px;
  }
  .blog--detail_content .ticket{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog--detail_content a{
    color: #005CAC;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    gap: 5px;
	  word-wrap: break-word;
  }
  img.blog-banner-image{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1000 / 327;
    margin-bottom: 20px;
  }
  .other--blogs{
    padding-bottom: 56px;
  }
  .other--blogs .slide--other_blog .thumbnail{
    margin-bottom: 17px;
  }
  .other--blogs .slide--other_blog .thumbnail img{
    width: 100%;
    object-fit: cover;
	aspect-ratio: 300 / 130;
  }
  .other--blogs .slide--other_blog .content .title{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 6px;
	text-decoration:none;
	color:#191717;
  }
  .other--blogs .slide--other_blog .content p{
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 300;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-decoration:none;
	color:#191717;
  }
  .referance--section {
  }
  .events--box,
  .referans--box,
  .about-us--box{
    height: auto;
    padding: 50px 0;
  }
  .first--box,
  .second--box,
  .third--box,
  .fourty--box{
    height: 100vh;
  }
  .events--section{
    overflow: hidden;
  }
  .notice--section{
    padding: 100px 0;
    height: auto;
  }
  .hamburger{
    display: none;
  }
  .blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: none;
  }
  .close-hmbrgr,
  .mobile_nav_logo{
     display: none;
  }
  .youtube-section{
    height: auto;
    position: relative;
    padding-bottom: 50px;
  }
  .youtube-section .headline-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
  }
  .youtube-section .content--field{
    max-width: 1010px;
    margin: 0 auto;
    padding-top: 200px;
  }
  .youtube-section .content--field .title-field h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 45px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.1px;
    color: #FFFFFF;
  }
  .youtube-section .content--field .title-field h2 strong{
    font-weight: 900;
    letter-spacing: -0.3px;
  }
  .youtube-field{
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 27px;
  }
  a.youtube__item {
    width: calc(33.33% - 4px);
  }
  a.youtube__item .thumbnail{
    position: relative;
    margin-bottom: 9px;
  }
  a.youtube__item .thumbnail .main{
    width: 100%;
    object-fit: cover;
  }
  a.youtube__item .content{
    padding: 0 10px;
  }
  a.youtube__item .content .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap:10px;
  }
  a.youtube__item .content h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 5px;
  }
  a.youtube__item .content p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
  }
  a.youtube__item .content p,
  a.youtube__item .content span{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
  }
  a.youtube__item .content span{
	align-items:end;
  }



  @media (max-width: 1200px) and (min-width: 992px){
    .navbar {
      gap: 12px;
    }
    .nav--box {
      gap: 12px;
    }
    .nav--box a{
      font-size: 17px;
    }
    .tab-section{
      gap: 10px;
    }
    .tab-section__popup{
      width: 350px;
      padding-left: 20px;
      padding-bottom: 20px;
      padding-top: 40px;
    }
    .tab-section__tabs {
      width: calc(50% - 5px);
      column-gap: 10px;
      row-gap: 10px;
    }
    .tab-section__image-box {
      width: calc(50% - 5px);
    }
    .tab-section__tab{
      width: calc(50% - 5px);
      padding: 30px;
      gap: 5px;
    }
    .tab-section__image:first-child {
      height: 100%;
    }
    .tab-section__card{
      padding: 30px;
    }
    .circle .circle_img {
      top: -15px;
    }
    .aboutUs--section .title_field h3{
      font-size: 30px;
    }
    .aboutUs--section .title_field h3 strong{
      font-size: 38px;
    }
    .tab-section__tab .tab_active_icon{
      transform: translateY(-45%);
    }
    footer {
      margin-bottom: 60px;
    }
  }


  /* RESPONSIVE */
@media (max-width: 1200px){
	header{
		top:0;
	}
	.container{
		padding: 0 20px;
	}
	.hamburger{
		display: block;
		width: 25px;
		z-index: 101;
		position: relative;
		margin: 0;
		padding: 0;
	}
	.close-hmbrgr {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		z-index: 102;
	}
	.navbar {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: fixed;
		top: 0;
		left: 0;
		background: #000000;
		width: 75%;
		height: 100vh;
		padding: 40px 15px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		z-index: 100;
		transition: all 0.3s ease;
		transform: translateX(-100%);
		visibility: hidden;
	}
	.navbar.active {
		transform: translateX(0);
		visibility: visible;
	}
	.nav--box{
		flex-direction: column;
		width: 100%;
		margin-top: 30px;
	}
	.nav--box a{
		font-size: 20px;
		font-weight: 600;
	}
	li.nav_item{
		width: 100%;
		padding-bottom: 12px;
		text-align: left;
	}
	.nav_item.active a::after{
		display: none;
	}
	.nav--box .nav_item.active.active a{
		font-weight: 600;
	}
	.blur-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(5px);
		z-index: 99;
		opacity: 0;
		transition: opacity 0.3s ease;
		visibility: hidden;
	}
	.blur-overlay.active {
		opacity: 1;
		visibility: visible;
	}
	.popup-overlay{
		padding-top: 100px;
		align-items: start;
	}
	.youtube_field{
		padding: 0 20px;
	}
	.youtube_field .youtube__item{
		width: 100%;
	}
	.close-hmbrgr,
	.mobile_nav_logo{
		display: block;
	}
}


  @media (max-width: 992px){
   
    footer .footer-social {
    	padding: 0 0 20px;
	}
    .general--box {
      margin-top: 120px;
    }
    .first--box, .second--box, .third--box, .fourty--box, .events--box, .referans--box, .news--box {
      height: auto;
    }
    .notice_content .blog{
      display: block !important;
      width: 100%;
    }
    .main--box{
      height: auto;
    }
    .notice--section{
      padding-top: 0;
    }
    .blog-popup{
      margin-top:0;
      padding-bottom: 0;
      overflow-x: hidden !important;
    }
    .relevant--area_box{
      flex-wrap: nowrap;
      gap: 20px;
    }
    .relevant--area_item{
      width: 100%;
      min-width: 240px;
    }
    .blog_description {
      padding: 0 20px;
      padding-bottom: 20px;
    }
    .blog_description p{
      font-size: 16px;
    }
    .blog_description .subtitle{
      font-size: 20px;
    }
    .blog_description .social__field {
      gap: 15px;
      margin-top: 15px;
    }
    .blog_description .source a{
      font-size: 16px;
    }
    .footer-field {
      padding-left: 0;
      padding-right: 0;
    }
    .form--box {
      flex-direction: column;
      gap: 20px;
      align-items: center;
      margin-bottom: 30px;
	  padding:0;
    }
    .social_media {
        border: none;
        padding-right: 0;
        align-items: center;
        margin-bottom: 10px;
        width: 100%;
        flex-wrap: wrap;
        gap: 18px;
        flex-direction: initial;
        justify-content: flex-start;
    }
    .social_media a {
        width: auto;
        justify-content: center;
        font-size: 12px;
    }
    form .form_field {
      flex-direction: column;
      width: 100%;
      gap: 8px;
    }
    form .form_field input, form .form_field textarea{
      width: 100%;
      height: auto;
      padding: 10px;
    }
	.wpcf7-select{
	  padding:10px;
	}  
    .footer-inner-box {
      padding: 0;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .inner_left {
      gap: 20px;
      flex-direction: column;
    }
    footer {
      margin-bottom: 20px;
    }
    .blog .content{
      max-height: 100%;
      height: auto;
    }
    .blog-banner-image{
      height: auto;
    }
    .blog-popup__close {
      top: 15px;
      left: 15px;
    }
    .blog-popup__close img{
      width: 12px;
      height: 12px;
    }
    .relevant--area_box{
      overflow: auto;
      padding-bottom: 20px;
    }
    .brands{
      flex-wrap: nowrap;
      padding-bottom: 30px;
      gap: 0;
    }
    .brands .brand{
      width: 170px;
      height: 120px;
    }
    .second--box{
      height: 100vh;
    }
    .headline--section {
      height: 100vh;
    }
    .aboutUs--section {
      padding-top: 110px;
    }
    .circle .circle_img {
      top: -10px;
      width: 100%;
      max-width: 310px;
    }
    .aboutUs--section .title_field h3{
      font-size: 26px;
    }
    .aboutUs--section .title_field h3 strong{
      font-size:36px;
    }
    .tab-section{
      flex-wrap: nowrap;
      flex-direction: column;
      gap: 15px;
      align-items: center;
    }
    .tab-section__tabs{
      width: 100%;
      column-gap: 10px;
      row-gap: 10px;
    }
    .tab-section__tab{
      padding: 30px;
      width: calc(50% - 5px);
      gap: 5px;
    }
    .tab-section__image-box{
      width: 100%;
    }
    .tab-section__cards{
      column-gap: 10px;
      row-gap: 10px;
    }
    .tab-section__card{
      padding: 35px;
      width: calc(50% - 5px);
    }
    .tab-section__popup{
      width: 100%;
      padding: 20px 15px 40px;
    }
	.contact--section{
	  padding:0;
	}
    .contact--box{
      margin-bottom: 0;
      margin-top: 0;
    }
    .blog--box {
      padding-top: 110px;
    }
    .blog--detail_content .content__field{
      padding: 12px;
    }
    .other--blogs{
      padding-bottom: 20px;
    }
    .youtube-section .content--field{
      padding-top: 110px;
    }
    .youtube-field {
      column-gap: 20px;
      justify-content: center;
    }
    a.youtube__item {
      width: 45%;
    }
    .play-icon{
      width: 35px;
      height: 35px;
    }
    .contact--content{
      margin-top: 20px;
      margin-bottom: 20px;
      gap: 20px;
    }
    .contact--video{
      margin-bottom: 0;
    }
	.headline--content h2{
	  font-size:36px;
	}
	.headline--content h3{
	  font-size:20px;
	  margin-bottom:15px;
	}
	.headline--content .btn-field .btn{
	  width:110px;
	  font-size: 18px;
	}
	.header_banner{
	  flex-direction:column-reverse;
	}
    .header--right_field {
	  gap: 12px;
		justify-content: space-between;
	}
	.menu-item.active a::after{
	  display:none;
	}
  }

  @media (max-width: 565px){
    .tab-section__tab{
      background: radial-gradient(circle, #2e2e2e 100%, rgba(0, 0, 0, 1) 100%);
      padding: 20px 15px;
    }
    .tab-section__tab--active {
      background: radial-gradient(circle, #2e2e2e 0%, rgba(0, 0, 0, 1) 100%);
    }
    .tab-section__cards{
	  padding:0 20px;
    }
    .tab-section__card {
      padding: 20px 15px;
      width: auto;
      min-width: 300px;
	  padding-right:40px;
    }
    .tab-section__tab .tab_active_icon{
      display: none;
    }
    .tab-section__tab span{
      font-size: 22px;
    }
    .tab-section__tab .title{
      font-size: 16px;
    }
    .blog--detail_content .content__field .subtitle{
      font-size: 18px;
    }
    .blog--detail_content .content__field p{
      font-size: 14px;
      line-height: 1.3;
    }
    a.youtube__item{
      width: 90%;
    }
	.general--box{
	  margin-top:60px;
	}
  }


.blog--detail_content .wp-block-columns{
	margin:0;
	align-items:center !important;
}
.blog--detail_content .wp-block-columns .wp-block-image{
	margin:0;
}
.swiper-fullscreen .swiper-slide:nth-child(2) .headline--content h2,
.swiper-fullscreen .swiper-slide:nth-child(3) .headline--content h2{
	max-width:900px;
	flex-direction: row;
}
.swiper-fullscreen .swiper-slide:nth-child(2) .headline--content h2 strong,
.swiper-fullscreen .swiper-slide:nth-child(3) .headline--content h2 strong{
	font-weight:600;
}
section.brand--build {
    margin: 120px 0;
}
@media (max-width: 992px){
	.swiper-fullscreen .swiper-slide:nth-child(3) .headline--content h2,
	.swiper-fullscreen .swiper-slide:nth-child(2) .headline--content h2{
			flex-direction: column;
			max-width:400px;
	}
	.referance--box {
		overflow: hidden;
	}
	.referance--box h2,
	.referance--box h5{
		padding:0 20px;
	}
	.referance--box .brands-swiper{
		padding-left:20px;
		width: 100%;
	}
	.aboutUs--section .container,
	.referance--section .container{
		padding: 0;
	}
	.aboutUs--section .title_field,
	.aboutUs--section .tab-section__tabs,
	.aboutUs--section .tab-section__image-box{
		padding:0 20px;
	}
	section.brand--build {
		margin: 50px 0;
	}


}




.brand-tabs {
  margin-top: 49px;
  display:flex;
  gap:70px;
}

.brand-tabs__nav {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  flex-direction:column;
  width:15%;
}

.brand-tabs__item {
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 25px;
  font-weight:500;
  letter-spacing:-0.3px;
  color:#ffffff;
  opacity:0.52;
}

.brand-tabs__item--active {
  opacity:1;
  font-weight: bold;
  font-size:28px;
}

.brand-tabs__panel {
  display: none;
  animation: fadeIn 0.3s ease;
}

.brand-tabs__panel--active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.tab__main-image {
    display:flex;
	justify-content:center;
	margin-bottom:7px;
	max-width:700px;
}

.tab__text-with-icon {
    display: flex;
    gap: 22px;
}
.tab__icon{
	min-width:54px;
}
.tab__icon img{
	border-radius:5px;
}

.brand-tabs__content {
    max-width: 770px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3;
}

.brand-tabs__content strong{
	font-weight:600;
}
.header-background header {
    background: #000000;
}
.footer-field h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 200;
	letter-spacing:-0.1px;
	margin-bottom:26.5px;
}
.footer-field h2 strong{
	font-size:45px;
	font-weight:bold;
	letter-spacing:-0.3px;
}
.footer-social .general_subtitle{
	font-weight:bold;
	margin-bottom:28.5px;
}
.footer-field h2 .line{
	text-align:center !important;
}
.footer-social {
    padding-bottom: 25.5px;
    padding-left: 26px;
    padding-right: 26px;
    border-bottom: 0.3px solid #FFFFFF;
    margin-bottom: 51px;
}






.address-info__tabs {
  display: flex;
  margin-bottom: 10px;
  position:relative;
  gap:39px;
  max-width:160px;
}
.address-info__tabs:after{
	content:"";
	position:absolute;
	width:100%;
	background:#4E4E4E;
	border-radius:20px;
	height: 4px;
	bottom: 0;
	z-index:10;
}

.address-info__tab {
  padding:0px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  position:relative;
  font-weight:500;
  opacity:0.63;
  letter-spacing;0.1px;
  line-height:1.2;
  font-size:18px;
  padding-bottom:11px;
}
.address-info__tab--active{
	opacity:1;
	font-weight:600;
}
.address-info__tab--active:after {
  content:"";
  position:absolute;
  width:120%;
  background:#ffffff;
  border-radius:20px;
  bottom:0;
  height:4px;
  z-index:11;
}
.address-info__tab--active:nth-of-type(1)::after{
	left:0;
}

.address-info__tab--active:nth-of-type(2)::after{
	right:0;
}

.address-info__content {
  display: none;
  color: #fff;
}

.address-info__content--active {
  display: block;
}

h4.address-info__title{
	font-size:19px;
	font-weight:600;
	line-height:1.2;
	letter-spacing:0.1px;
	margin-bottom:8px;
}
.address-info__detail{
	font-size:16px;
	font-weight:300;
	line-height:1.2;
	letter-spacing:0.1px;
}
.address-info__detail strong{
	font-weight:600;
}
.address-info__map-button{
	padding:10px;
	border-radius:10px;
	border:1px solid #FFFFFF;
	font-size:16px;
	font-weight:300;
	line-height:1.2;
	letter-spacing:0.1px;
	margin-top:20px;
	display: flex;
    width: fit-content;
}
.contact-options .mail-box {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-top: 28.5px;
	margin-bottom: 40.5px;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
    letter-spacing: 0.1px;
}
.contact-options {
    width: 45%;
}
body.place-1 .map-image-item.isvicre{
	display:none;
}
body.place-1 .map-image-item.istanbul{
	display:block;
}
body.place-2 .map-image-item.istanbul{
	display:none;
}
body.place-2 .map-image-item.isvicre{
	display:block;
}
.map-image-box {
    margin-bottom: 40.5px;
}
.swiper-general {
    width: 100%;
    height: 1000px;
    padding: 480px 0 50px !important;
    margin: -480px 0 0;
}
.form-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
	pointer-events: none;
}
.wpcf7-select{
	font-family: "Montserrat", sans-serif;
	background: transparent;
    color: #ffffff;
    width: 100%;
	border-radius: 7px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: -0.1px;
    height: 43px;
	padding: 12px 22px;
	border: 1px solid #454545;
	margin-bottom:8px;
}
.wp-blog-middle-thumbnail {
    margin: 20px 0 !important;
}
section#page404 {
    height: 100vh;
    width: 100%;
}
section#page404 .container{
	height:100%;
}
.page-404-field{
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	position:relative;
}
.page-404-field .text{
	font-size:324px;
	color:#272727;
	font-weight:900;
	line-height:1.3;
	letter-spacing:-0.3px;
	position: absolute;
    z-index: -1;
    top: 10%;
}
.page-404-field .description h3{
	color:#FFFFFF;
	font-size:36px;
	letter-spacing:-0.3px;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:24px;
}
.page-404-field .description p{
	font-size:25px;
	color:#FFFFFF;
	line-height:1.2;
	font-weight:300;
	margin-bottom:21px;
}
.page-404-field .description a{
	background:#ffffff;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	line-height:1.2;
	letter-spacing:-0.1px;
	border-radius:20px;
	padding:8px 25px;
	display: flex;
    width: fit-content;
    margin: 0 auto;
}
.page404 .headline-img{
	position: absolute;
	z-index: -1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.language-dropdown .wpml-ls-legacy-dropdown-click {
    width: auto;
}
.language-dropdown .wpml-ls-current-language > a {
    padding: 0;
    background: transparent!important;
    border: none;
    color: #fff!important;
}
.language-dropdown .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    min-width: 70px;
}
.language-dropdown .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	display: none;
}
@media (max-width: 767px){
	.page-404-field .text{
		font-size:160px;
	}
	.page-404-field .description h3{
		font-size:30px;
		margin-bottom:10px;
	}
	.page-404-field .description p{
		font-size:18px;
	}
	.page-404-field .description a{
		font-size:18px;
	}
}
@media (max-width: 992px){
	.contact-options {
		width: 100%;
	}
	form .form_field p{
		gap:15px;
	}
	form .form_field span {
		width: calc(50% - 8px);
	}
	.textarea-field span {
		width: 100% !important;
	}
	.tab__icon{
		display:none;
	}
	.brand-tabs {
		margin-top: 30px;
		gap: 20px;
		flex-direction: column;
		position:relative;
	}
	.brand-tabs__nav {
		gap: 10px;
		flex-direction: row;
		width: 100%;
		align-items: center;
		justify-content:center;
		padding-top:100px;
	}
	.brand-tabs__item{
		font-size:18px;
		padding-bottom:10px;
	}
	.brand-tabs__item--active {
		font-size: 20px;
		border-bottom: 1px solid #ffffff;
	}
	.tab__main-image{
		position: absolute;
		top: 0;
	}
	
}
.social_media a img {
    max-width: 27px;
}
@media (max-width: 768px) {
	.swiper-general {
		height: auto;
	}
}

.footer-inner-box{
	justify-content:end;
}

a.youtube__item .thumbnail img {
    aspect-ratio: 320 / 210;
}