@import url("./fonts.css");
@import url("./reset.css");

body {
  background-color: #202020;
}

.header {
  font-family: manrope;
  background: rgba(50, 50, 50, 0.7);
}

.header-wrapper {
  max-width: 1236px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-wrapper a {
  color: white;
  text-align: center;
  padding: 20px 30px;
  text-decoration: none;
}

.logo-here {
  display: flex;
  align-items: center;
}

.hero {
  display: flex;
  justify-content: space-between;
  max-width: 1248px;
  margin: 120px auto;
}

.hero .text-content {
  font-family: "Manrope", sans-serif;
}

.hero .text-content .title {
  font-size: 54px;
  font-weight: 700;
  max-width: 521px;
  color: #dedede;
  margin-bottom: 20px;
}

.hero .text-content .desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 50px;
  color: #959595;
}

.hero .text-content .butn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 293.57px;
  padding: 16px 48px;
  border: none;
  border-radius: 4px;
  background-color: #9d9d9d;
}

.hero .text-content .butn .icon {
  width: 20.57px;
  height: 16px;
}

.hero .text-content .butn .butn-text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}

.hero .image {
  width: 400px;
  height: 400px;
}

@media only screen and (max-width: 1366px) {
  .hero {
    max-width: 1000px;
    margin: 100px auto;
  }

  .hero .text-content .title {
    font-size: 50px;
    font-weight: 500;
  }

  .hero .text-content .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .hero .text-content .butn {
    gap: 14px;
    padding: 14px 44px;
  }

  .hero .text-content .butn .icon {
    width: 20px;
    height: 16px;
  }

  .hero .text-content .butn .butn-text {
    font-size: 16px;
    font-weight: 500;
  }

  .hero .image {
    width: 350px;
    height: 350px;
  }
}

@media only screen and (max-width: 1080px) {
  .hero {
    max-width: 800px;
    margin: 80px auto;
  }

  .hero .text-content .title {
    font-size: 48px;
    font-weight: 400;
  }

  .hero .text-content .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .hero .text-content .butn {
    gap: 14px;
    padding: 14px 40px;
  }

  .hero .text-content .butn .icon {
    width: 18px;
    height: 14px;
  }

  .hero .text-content .butn .butn-text {
    font-size: 14px;
    font-weight: 500;
  }

  .hero .image {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 880px) {
  .hero {
    max-width: 700px;
    margin: 50px auto;
    flex-direction: column-reverse;
  }

  .hero .text-content{
    margin: auto;
  }

  .hero .text-content .title {
    font-size: 40px;
    font-weight: 350;
  }

  .hero .text-content .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .hero .text-content .butn {
    gap: 10px;
    padding: 10px 20px;
  }

  .hero .text-content .butn .icon {
    width: 14px;
    height: 10px;
  }

  .hero .text-content .butn .butn-text {
    font-size: 12px;
    font-weight: 300;
  }

  .hero .image {
    margin: 20px auto;
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 557px) {
  .hero {
    max-width: 400px;
    margin: 30px auto;
    flex-direction: column-reverse;

  }

  .hero .text-content{
    margin: auto;
  }

  .hero .text-content .title {
    font-size: 30px;
    font-weight: 300;
  }

  .hero .text-content .desc {
    font-size: 14px;
    font-weight: 250;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .hero .text-content .butn {
    gap: 8px;
    padding: 8px 15px;
  }

  .hero .text-content .butn .icon {
    width: 10px;
    height: 8px;
  }

  .hero .text-content .butn .butn-text {
    font-size: 12px;
    font-weight: 300;
  }

  .hero .image {
    margin: 20px auto;
    width: 200px;
    height: 200px;
  }
}

/* hekimcan/featured-work-section----START */
.featured-work {
  max-width: 1248px;
  margin: 0 auto;
  padding: 20px;
}

.title-container {
  display: flex;
  align-items: center;
  color: #dedede;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  gap: 20px;
  margin-bottom: 20px;
  max-width: 198px;
}

.title-container h2 {
  margin: 0;
}

.arrow-icon {
  width: 12px;
  height: auto;
}

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

.row {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.image-wrapper {
  position: relative;

  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  max-width: 612px;
  aspect-ratio: 612 / 888;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.image-wrapper:nth-child(2),
.image-wrapper:nth-child(4) {
  margin-top: 30px;
}

.image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: white;
  font-size: 28px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  max-width: 612px;
  aspect-ratio: 612 / 888;
  height: auto;
}

.image-wrapper:hover .overlay {
  opacity: 1;
}
@media (max-width: 767px) {
  .title-container {
    font-size: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .arrow-icon {
    width: 10px;
  }

  .container {
    gap: 15px;
    padding: 0 15px;
  }

  .row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .image-wrapper {
    margin-bottom: 15px;
    border: 1px solid #333;
    border-radius: 8px;
  }
  .image-wrapper img {
    max-width: 460px;
  }
  .image-wrapper .overlay {
    font-size: 30px;
  }

  .image-wrapper:nth-child(even) {
    background-color: #1a1a1a;
  }
}

@media (max-width: 576px) {
  .image-wrapper img {
    max-width: 320px;
  }
}
.defining {
  display: flex;
  justify-content: center;
  margin-block: 50px;
}

.defining .problem-statement {
  max-width: 1248px;
  font-family: manrope;
}

.defining .defining-the-problem {
  font-weight: 700;
  color: #dedede80;
}

.defining .desing-a-product {
  font-size: 32px;
  line-height: 54px;
  color: #dedede;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.covibe-container{
  margin-block: 100px;
}
.covibe-component {
  max-width: 1248px;
  display: flex;
  margin-inline: auto;
  margin-bottom: 60px;
}
.covibe-component .covibe-component-elements {
  max-width: 1248px;
  font-family: manrope;
}
.covibe-component .covibe {
  margin-block: 20px;
  font-weight: 700;
  color: #dedede80;
}
.covibe-component .co-working {
  font-size: 32px;
  line-height: 48px;
  color: #dedede;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.covibe-elements{
  max-width: 1248px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  font-family: manrope;
}
.covibe-elements .client-img {
  object-fit: contain;
}
.covibe-elements .role-img{
  object-fit: contain;
}
.covibe-elements .industry-img{
  object-fit: contain;
}
.covibe-elements .duration-img{
  object-fit: contain;
}

.covibe-elements .client{
  display:flex;
  justify-content: center;
}
.covibe-elements .client-container{
  display: block;
  margin-left: 15px;
}
.covibe-elements .client-2{
  font-size: 16px;
  font-weight: 700;
  color: #dedede80;
}
.covibe-elements .covibe-intext{
  font-size: 20px;
  color: #dedede;
  font-weight: 700;
  margin-top: 12px;
  
}
.covibe-elements .role{
  display:flex;
  justify-content: center;
}
.covibe-elements .role-container{
  display: block;
  margin-left: 15px;
}
.covibe-elements .role-2{
  font-size: 16px;
  font-weight: 700;
  color: #dedede80;
}
.covibe-elements .product{
  font-size: 20px;
  color: #dedede;
  font-weight: 700;
  margin-top: 12px;
  
}
.covibe-elements .industry{
  display:flex;
  justify-content: center;
}
.covibe-elements .industry-container{
  display: block;
  margin-left: 15px;
}
.covibe-elements .industry-2{
  font-size: 16px;
  font-weight: 700;
  color: #dedede80;
}
.covibe-elements .co-working-2{
  font-size: 20px;
  color: #dedede;
  font-weight: 700;
  margin-top: 12px;
  
}
.covibe-elements .duration{
  display:flex;
  justify-content: center;
}
.covibe-elements .duration-container{
  display: block;
  margin-left: 15px;
}
.covibe-elements .duration-2{
  font-size: 16px;
  font-weight: 700;
  color: #dedede80;
}
.covibe-elements .months{
  font-size: 20px;
  color: #dedede;
  font-weight: 700;
  margin-top: 12px;
  
}

.prototype {
  width: max-content;
  margin-inline: auto;
}

.prototype .text {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #a5a5a5;
  width: max-content;
  padding-bottom: 8px;
  border-bottom: 2px solid #a5a5a5;
}

.prototype .image {
  margin-top: 80px;
  max-width: 1440px;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .prototype {
   max-width: 1024px;
  }
  
  .prototype .image {
    margin-top: 60px;
    max-width: 1024px;
  }
}

@media only screen and (max-width: 1024px) {
  .prototype {
   max-width: 768px;
  }
  
  .prototype .image {
    margin-top: 40px;
    max-width: 768px;
  }
}

@media only screen and (max-width: 768px) {
  .prototype {
   max-width: 450px;
  }
  
  .prototype .text {
    font-weight: 400;
    font-size: 14px;
  }

  .prototype .image {
    margin-top: 30px;
    max-width: 450px;
  }
}

@media only screen and (max-width: 450px) {
  .prototype {
   max-width: 300px;
  }

  .prototype .text {
    font-weight: 400;
    font-size: 12px;
  }

  .prototype .image {
    margin-top: 15px;
    max-width: 300px;
  }
}


.solution-wrapper {
  margin: 0;
  padding: 0;
  font-family: "Manrope", serif;
  background-color: #202020;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.solution-container {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 20px;
  background-color: #262626;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.image-section {
  flex: 0 0 40%;
  height: 80vh;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-text-section {
  flex: 1;
  padding: 20px;
}

.solution-text-section h2 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.solution-text-section p {
  font-size: 1.5rem;
  color: white;
  line-height: 1.5;
}

/* Mobil ve küçük ekran düzeni */
@media only screen and (max-width: 768px) {
  .solution-container {
      flex-direction: column;
  }

  .image-section {
      flex: none; /* Resmi normal hizaya getir */
      height: auto; /* Resim yüksekliğini otomatik yap */
  }

  .image-section img {
      height: auto; /* Resmin orijinal oranını koru */
  }

  .solution-text-section {
      text-align: center; /* Metni ortaya hizala */
  }
}

.conclusion {
  margin: 50px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  max-width: 1248px;
  margin-inline: auto;
}

.conclusion .text-content .title {
  margin-bottom: 4px;
  letter-spacing: 2px;
  color: #a5a5a5;
}

.conclusion .text-content .description {
  margin-bottom: 100px;
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #dedede;
}

@media only screen and (max-width: 1440px) {
  .conclusion {
    font-weight: 600;
    max-width: 1024px;
  }

  .conclusion .conteiner .text-content .description {
    font-size: 30px;
    margin-bottom: 80px;
  }
  
  .conclusion .conteiner .imagone {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 1024px) {
  .conclusion {
    font-weight: 500;
    max-width: 768px;
  }

  .conclusion .conteiner .text-content .description {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .conclusion .conteiner .imagone {
    max-width: 768px;
  }
}

@media only screen and (max-width: 768px) {
  .conclusion {
    font-weight: 300;
    max-width: 450px;
  }
  .conclusion .text-content .description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .conclusion .conteiner .text-content .title {
    font-size: 12px;
  }

  .conclusion .conteiner .imagone {
    max-width: 450px;
  }
}

@media only screen and (max-width: 450px) {

  .conclusion {
    font-weight: 100;
    max-width: 300px;
  }

  .conclusion .text-content .description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .conclusion .conteiner .text-content .title {
    font-size: 12px;
  }

  .conclusion .conteiner .imagone {
    max-width: 300px;
  }
}

/* Visual Exploration style */
.visual-explorations {
  max-width: 1248px;
  width: 100%;
  margin: 100px auto;
}

.visual-explorations .visual-explorations-header {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(222, 222, 222, 1);
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.visual-explorations .visual-explorations_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 65px;
}

.visual-explorations img {
  width: 100%;
}

/* Footer */
.footer-wrapper {
  border-top: 2px solid #696969;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1247px;
  height: 100px;
}


.footer_header {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  color: #959595;
}

.footer .yourName {
  color: #FFFFFF;
}

.footer_icon ul {
  display: flex;
  gap: 43px;
  list-style-type: none;
}
@media only screen and (max-width: 1366px) {
  .visual-explorations .visual-explorations_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .visual-explorations .visual-explorations_images {
    grid-template-columns: 1fr;
  }

  .visual-explorations .visual-explorations-header {
    font-size: 28px;
  }

  .footer {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .visual-explorations {
    margin: 50px auto;
  }

  .visual-explorations .visual-explorations-header {
    font-size: 24px;
  }

  .footer-wrapper {
    border-top: 2px solid #696969;
  }

  .footer_icon ul {
    gap: 10px;
  }
}