@import url("./font.css");

body {
  background-color: #202020;
  gap: auto 200px;
}
/* CEYDA NO-11 N0- 17 START*/
.hero-section {
  padding: 20px;
}
.hero-container {
  color: #dedede;
  align-items: center;
  max-width: 1248px;
  font-family: "manrope";
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.hero-text-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero-title {
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  max-width: 20ch;
  justify-content: space-between;
}
.hero-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.5px;
  max-width: 40ch;
  justify-content: space-between;
  align-items: center;
}

.hero-btn {
  font-weight: 600;
  font-size: 18px;
  outline: none;
  width: 260px;
  height: 60px;
  border: none;
  border-radius: 4px;
  transition: all 0.5s;
  color: #fff;
  background-color: #9d9d9d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hero-let {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Manrope", sans-serif;
  /* background-color: #292929; */
}

.visual-exploration-sections {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 1275px;
  margin: 0 auto;
}
.hero-img {
  display: flex;
}
.hero-svg {
  width: 36px;
}
@media only screen and (max-width: 800px) {
  .hero-img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 700px) {
  .hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .hero-text-content {
    align-items: center;
  }
}
@media only screen and (max-width: 320px) {
  .hero-container {
    flex-direction: column-reverse;
  }
  .hero-img {
    max-width: 300px;
  }
}
/*CEYDA NO-11 N0-17 END*/

/*CEYDA NO-4 START */
.mail-container {
  color: #dedede;
  align-items: center;
  font-family: "Manrope", sans-serif;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-block: 100px;
}
.mail-title {
  font-weight: 700;
  font: bold;
  font-size: 54px;
  max-width: 10ch;
  justify-content: space-between;
}
.mail-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
  max-width: 36ch;
  justify-content: space-between;
  color: #959595;
  text-align: center;
}

.mail {
  font-weight: 600;
  font-size: 18px;
  outline: none;
  width: 260px;
  height: 60px;
  border: none;
  border-radius: 4px;
  transition: all 0.5s;
  color: #fff;
  background-color: #9d9d9d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
}
.ves-top-image {
  padding-inline: 10px;
  max-width: 1275px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-block: 12px;
  gap: 24px;
}

footer {
  background-color: #1a1a1a;
  padding: 20px 40px;
  font-family: "Manrope", sans-serif;
  color: #fff;
  border-top: 2px solid #696969;
}

.footer-container {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-text {
  font-size: 14px;
  color: #aaa;
  text-align: left;
  margin-bottom: 10px;
}
.footer-text span {
  color: #fff;
}

.footer-logos {
  display: flex;
  gap: 43px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer-logos img {
  width: 20px;
  height: auto;
  transition: transform 0.3s ease;
}

.footer-logos img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-logos {
    gap: 20px;
  }

  .footer-text {
    margin-bottom: 15px;
  }

  .footer-logos img {
    width: 30px;
  }
}
/* ESRA/NO-14 FINISH */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background-color: #2c2c2c;
}

.logo {
  display: flex;
  align-items: center;
  color: #bdbdbd;
  font-size: 1.5em;
  font-weight: bold;
  gap: 20px;
}

.logo img {
  width: 40px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu a {
  color: #dedede;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
}

@media (max-width: 750px) {
  .header {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    font-size: 1.2em;
  }

  .menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .logo {
    font-size: 1em;
  }

  .menu a {
    font-size: 1.1em;
  }
}

.projects-section {
  margin: 0;
  color: #dedede;
  text-align: center;
  padding: 50px 20px;
}

.projects-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.projects-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.project-card {
  max-width: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  background-color: #242424;
}

.project-image {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .projects-grid {
    flex-direction: column;
    gap: 15px;
  }

  .project-card {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .projects-title {
    font-size: 1.5rem;
  }

  .project-card {
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  }
}
/*ESRA/NO-12 FINISH */

/*ESRA/NO-8 START */
body {
  margin: 0;
  background-color: #1c1c1c;
  font-family: "Manrope", sans-serif;
  color: #a5a5a5;
}

.prototype-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

/* ESRA/NO-1 START */
body {
  background-color: #121212;
  color: #ffffff;
}

.solution-container {
  font-size: 32px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
  justify-content: space-between;
}

.solution-row-custom {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 848px;
}

.solution-row-custom img {
  max-width: 320px;
  width: 100%;
}

.solution-text-custom {
  max-width: 300px;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  color: #aaa;
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .solution-row-custom {
    flex-direction: column;
    text-align: center;
  }

  .solution-row-custom img {
    margin-bottom: 20px;
  }

  .solution-text-custom {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  h4 {
    font-size: 14px;
  }

  p {
    font-size: 12px;
  }

  .solution-container {
    gap: 20px;
  }

  .solution-row-custom img {
    max-width: 100%;
  }
}
/* ESRA/NO-1 START */

/*ESRA/NO-8 START */
body {
  margin: 0;
  background-color: #1c1c1c;
  font-family: "Manrope", sans-serif;
  color: #a5a5a5;
}

.prototype-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.prototype-title {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-align: left;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-underline-offset: 10px;
  margin-bottom: 20px;
  color: #a5a5a5;
}

.prototype-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .prototype-section {
    width: 90%;
  }

  .prototype-title {
    font-size: 14px;
    letter-spacing: 1.2px;
    text-align: left;
  }
}

@media (max-width: 375px) {
  .prototype-title {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .prototype-image {
    border-radius: 0;
  }
}
/*ESRA/NO-8 FINISH */

/* ESRA/NO-3 START*/
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background-color: #1a1a1a;
  color: #dedede;
}

.featured-work-section {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.featured-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.5;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  position: relative;
}

.featured-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateY(-30px);
}

.featured-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured-item {
  position: relative;
}

.featured-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.featured-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.featured-item:hover .featured-overlay {
  opacity: 1;
}

.featured-left .featured-item:first-child .featured-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-left,
  .featured-right {
    transform: translateY(0);
    margin-bottom: 20px;
  }

  .featured-item img {
    width: 100%;
    object-fit: cover;
  }

  .featured-title {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }

  .featured-overlay {
    font-size: 1rem;
    padding: 8px 15px;
  }
}

@media (max-width: 480px) {
  .featured-title {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .featured-overlay {
    font-size: 0.9rem;
    padding: 8px 10px;
  }
}
/*ESRA/NO-3 FINISH */
