/*! formalize.css | MIT License | github.com/interacthings/formalize */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none;
}

button:active,
button:focus,
button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none;
}

img {
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; 
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}


/* @font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica'), url('../font/Helvetica.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Oblique'), url('../font/Helvetica-Oblique.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Compressed';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Compressed'), url('../font/helvetica-compressed-5871d14b6903a.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Rounded Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Rounded Bold'), url('../font/helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica'), url('../font/Helvetica-Bold.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Bold Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Bold Oblique'), url('../font/Helvetica-BoldOblique.woff') format('woff');
}


@font-face {
  font-family: 'Helvetica Light';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Light'), url('../font/helvetica-light-587ebe5a59211.woff') format('woff');
} */

body {
   font-family: "Poppins", sans-serif;
}

body .container {
  max-width: 1650px;
  padding-left: 45px;
  padding-right: 45px;
}

.Navtop {
  padding-top: 100px;
}

.Navtop .navbar-brand h1 {
  font-size: 20px;
  font-weight: bold;
}

.Navbottom .footer-text {
  font-size: 11px;
  color: #cecece;
}

.Navtop {
  padding-top: 40px;
}

.Home {
  padding-top: 75px;
  padding-bottom: 75px;
  height: calc(100vh - 80px);
}

.Home .container {
  display: flex;
  height: 100%;
}

.Home-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.Home-content-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Home-content-top h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}

.Home-content-top a {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
  padding: 0;
  transition: all 300ms;
}

.Home-content-top .Home-content-item {
  padding-left: 20px !important;
}

.Home-content-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Home-content-bottom a {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1.1px;
  padding: 0;
  transition: all 300ms;
}

.copy {
  margin-top: 60px;
}

.copy p {
  font-size: 14px;
}

.Home-in {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.Home-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 300px;
}

.Home-left .nav-pills {
  display: flex;
  flex-direction: column;
}

.Home-left .nav-pills .nav-link {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
  padding: 0;
  width: max-content;
  position: relative;
}

.Home-left .nav-pills .nav-link:before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #000;
  margin-bottom: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all 300ms;
}

.Home-left .nav-pills .nav-link span {
  font-size: 11px;
  font-style: oblique;
}

.Home-left .nav-pills .nav-link.active {
  background-color: transparent;
  color: #000;
}

.Home-left .nav-pills .nav-link:hover:before {
  width: 100%;
}

.Home-left .nav-pills .contact {
  margin-top: 30px;
}

.Home-right {
  width: calc(100% - 300px);
  padding-bottom: 50px;
}
.Home-right.scroll-content {
  overflow-y: scroll;
}

.Home-right .Slider {
  width: 100%;
  height: 100%;
}

.Home-right .tab-content {
  width: 100%;
  height: 100%;
}

.Home-right .tab-content .tab-pane {
  width: 100%;
  height: 100%;
}

.Home-right .Slider .swiper-container {
  width: 100%;
  height: 100%;
}

.Home-right .Slider .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 40px;
}

.Home-right .Slider .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
        pointer-events: auto;
        -webkit-touch-callout: none;
}

.Home-right .Slider .swiper-pagination-fraction,
.Home-right .Slider .swiper-pagination-custom,
.Home-right .Slider .swiper-container-horizontal>.swiper-pagination-bullets {
  top: 0;
}

.Home-right .Slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000;
}

.Home-right .Slider .swiper-button-prev,
.Home-right .Slider .swiper-button-next {
  color: #000;
  fill: #000;
  width: 17px;
  height: 34px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  background-size: 17px 34px;
  background-position: center;
  background-repeat: no-repeat;
}

.Home-right .Slider .swiper-button-prev {
  left: unset;
  right: 0;
  top: unset;
  bottom: 50px;
}

.Home-right .Slider .swiper-button-next {
  left: unset;
  right: 0;
  top: unset;
  bottom: 0;
}

.Home-right .Contact {
  display: flex;
  flex-direction: column;
}

.Home-right .Contact p {
  font-size: 13px;
  margin-bottom: 30px;
}

.Home-right .Contact a {
  font-size: 13px;
}

.top-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-content h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.top-content-in {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 100px;
  height: 100%;
}

.Content.bio {
  padding-top: 0;
  gap: 10px;
}

.Content p,
li {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-style: italic;
}

.Content ul li {
  list-style: disc;
  margin-left: 20px;
}

.Content h3,
.Content h4,
.Content h5 {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
}

.Content h4 {
  margin-top: 10px;
  font-style: normal;
}

.Content h4 span {
  font-weight: normal;
  font-style: italic;
}

.Content h5 {
  margin-top: 10px;
}

.Content a{
  color: #000;

}
.Content a:hover{
  color: #000;
  text-decoration: underline;
}

@media (max-width: 400px) {
  .Referanslar-bottom-item .Ref-item-text p {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.Mobile-footer{
  display: none;
}

@media (max-width: 991px) {
  .Home {
    padding-top: 45px;
  }

  .Home-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .Home-left {
    width: 100%;
  }

  .Home-left .nav-pills {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .Home-left .nav-pills .nav-link {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .Home-left .nav-pills .contact {
    margin-top: 0;
  }

  .Home-right {
    width: 100%;
  }

  .Home-right .Slider .swiper-container .swiper-slide {
    height: auto;
    position: relative;
  }

  .Home-right .Slider .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: auto;
    -webkit-touch-callout: none;
  }
  .Mobile-footer {
    padding: 15px;
    display: flex;
    flex-direction: column;
  }

  .Mobile-footer-in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .Mobile-footer-in a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
  }
  .Content{
    padding-top: 30px;
  }
  .Content.bio {
   padding-top: 80px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  transition: overflow 0.5s ease;
}

body.overflow-hidden {
  overflow: hidden;
}

#contentSection {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.video-container {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: #000;
}

.video-container.hidden {
  display: none;
}

.vimeo-embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.vimeo-embed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enter-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  color: #FEEE00;
  border: none;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}

.video-container.show-controls .enter-button {
  opacity: 1;
  pointer-events: auto;
}

.enter-button:hover {
  background: transparent;
  color: #FEEE00;
  transform: translate(-50%, -50%) scale(1.05);
}

.content-section {
  position: relative;
  z-index: 2;
  background: #fff;
  height: 100vh;
  padding: 50px 20px;
}

.content-section h1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.content-section p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #666;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

.portfolio-item {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.portfolio-item:hover {
  transform: translateY(-5px);
}

.portfolio-item h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

.portfolio-item p {
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .Navtop {
    padding-top: 24px;
  }

  .Home {
    height: calc(100vh - 78px);
  }

  .enter-button {
    font-size: 26px;
    white-space: nowrap;
  }

  .Home.Inner-page {
    padding-top: 24px;
  }

  .Home.Inner-page .Home-left {
    width: 100%;
    height: auto;
  }

  /* .Home.Inner-page .Home-left .Home-content-top{
    padding-top: 0;
  } */
  .Home.Inner-page .Home-left .Home-content-bottom {
    display: none;
  }

  .Home.Inner-page .Home-right {
    height: auto;
  }
}

@media (max-width: 991px) {
  .Home-in {
    height: 100%;
    justify-content: flex-start;
  }

  .Home-left {
    height: auto;
  }

.Inner-page  .Home-content-top {
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
  }

 .Inner-page .Home-content-top a {
    margin-bottom: 0;
  }

 .Inner-page .Home-left .nav-pills {
    width: max-content !important;
    justify-content: flex-start;
  }

 .Inner-page .Home-content-bottom {
    display: none;
  }
  .Home-right .Slider .swiper-container .swiper-slide{
    padding-right: 0;
    padding-bottom: 50px;
  }
  .Home-right .Slider .swiper-button-prev{
    right: 30px;
    bottom: 0px;
  }
  .Content{
    height: calc(100vh - 253px);
    overflow-y: scroll;
  }
  .Content p, li{
    width: 100%;
  }
}