* {
  box-sizing: border-box;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
}

body {
  font-family: 'Indie Flower', cursive;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

:root {
  --clr-black: #333333;
  --clr-white: white;
}

/* ccc */
#root>header {
  background-color: var(--clr-white);
  width: 100%;
  height: auto;
  overflow: hidden;
}


#root>header .header-all {
  display: inline-block;
  flex-direction: row;
  justify-content: space-between;

  position: absolute;
  top: 0px;

  width: 100%;
  height: auto;

  overflow: hidden;
}

#responsive-icon {
  display: none;
}

#responsive-icon-second {
  display: none;
}

.name-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: fixed;
}

.logo {
  font-size: 2rem;
}

.name-logo a {
  padding-top: 15px;
  padding-left: 200px;
  color: var(--clr-black);
  text-decoration: none;
}


.nav-hamburger {
  position: static;
  padding-top: 0px;
  height: auto;
}

.nav-hamburger ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px 0px 10px 0px;
  margin-right: 40px;
  background-color: rgb(255, 255, 255, 0.8);
  border-radius: 0px 0px 5px 5px;

  width: 100%;
  height: auto;
}

#responsive-hyper {
  width: 300px;
  height: 40px;
  margin: 10px;
  font-size: 20px;
  display: unset;
  list-style-type: disc;
}


.nav-hamburger ul li a {
  width: 300px;
  height: 40px;
  margin: 0px;
  font-size: 20px;
  display: unset;
  list-style-type: disc;
}

.lineWithHeader {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 200px;
  margin-right: 50px;
}

.separation-text {
  display: inline-block;
  flex-basis: 1;
  flex-grow: 1;
  font-size: 24px;
  margin: 0px;
  white-space: nowrap;
  padding-right: 10px;
}

.separation-line-inner {
  display: inline-block;
  margin-left: 10px;
  margin-right: 50px;
  width: 100%;
  border-radius: 1px;
  align-items: flex-end;
  border-bottom: 1.5px solid var(--clr-black);
  align-self: center;
}

/*DEĞİŞİM*/

a {
  padding-top: 20px;
  color: var(--clr-black);
  text-decoration: none;
}

.separation-line-short {
  width: 160px;
  border-radius: 1px;
  align-items: flex-end;
  border-bottom: 1.5px solid var(--clr-black);
}


.separation-line-long {
  width: 100%;
  border-bottom: 1.5px solid var(--clr-black);
  border-radius: 1px;
  display: inline-block;
}

/* ccc */

.overlay-long {
  background-color: var(--clr-white);
  height: 100px;
  width: 100vw;
}

.overlay-short {
  background-color: var(--clr-white);
  height: 60px;
  width: 100vw;
}


.limited-w-container .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
}

.brief h1 {
  font-size: 1.5rem;
}

#textera {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#textera h1 {
  font-size: 1.5rem;
}

.content>a {
  text-decoration: underline;
}

main .banner h1 {
  font-size: 22px;
}

.banner img {
  width: 100%;
  height: auto;
}

.text {
  flex-basis: 1;
  flex-grow: 0;
  font-size: inherit;
}

.text>strong {
  margin-left: 200px;
  margin-right: 200px;
}

.companies {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(112, 112, 112, 1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(112, 112, 112, 1);
  box-shadow: 0px 0px 6px 1px rgba(112, 112, 112, 1);
  border-radius: 8px;
}

/* div class="card-list" üst Ebeveyn*/

main .banner {
  color: var(--clr-black);
  margin-left: 200px;
  margin-right: 200px;
  text-align: center;
}

main .banner .limited-w-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.featured-companies {
  max-width: 100%;
  height: auto;
}

main .featured-companies .limited-w-container .card-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  column-gap: 160px;
  max-width: 100%;
  height: auto;
}

main .featured-companies .limited-w-container .card-list .card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 100%;
  height: auto;
  flex-basis: 1;
}

main .featured-companies .limited-w-container .card-list .card-02 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 100%;
  height: auto;
  flex-basis: 1;
}

figure {
  flex-basis: auto;
  max-width: 100%;
  height: auto;
}

figure img {
  max-width: 100%;
  height: auto;
}

.card .content-text-box {
  width: auto;
}

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

.card-02 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.card h2 {
  font-size: 24px;
}

.card .content header {
  padding-bottom: 20px;
}

.card .company-h {
  font-size: 20px;
}

.card .content p {
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
}

.confidential {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}


/*Projects*/

.projects {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(112, 112, 112, 1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(112, 112, 112, 1);
  box-shadow: 0px 0px 6px 1px rgba(112, 112, 112, 1);
  border-radius: 8px;
}

.projects .main-text {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
}

.projects .under-text {
  font-size: 1rem;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  padding: 20px;
  text-align: left;
}


/* --- FOOTER --- */

.firstHyperLinkButton {
  margin-right: 40px;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;

}

.footer-top {
  width: 100%;
  background-color: var(--clr-white);
  color: var(--clr-black);
  height: auto;
  margin-right: 0px;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
}

.footer-top a {
  color: var(--clr-black);
  font-size: 2rem;
  margin: 10px 0 10px 0;
  margin: 10px 0 10px;
}

#root>footer .footer-top p {
  color: var(--clr-black);
  font-size: 24px;
  margin: 10px 0 10px;
}

.footer-top .wrap .text {
  width: auto;
  white-space: nowrap;
}

.footer-top .nav a:hover {
  color: var(--clr-primary);
}

.footer-bottom {

  margin-left: 200px;
  margin-right: 150px;
}

.nav-social>ul {
  display: flex;
  align-items: row;
  justify-content: space-between;
  width: 200px;
}

.nav-social li i {
  font-size: 24px;
}

.nav-social li i:hover {
  color: var(--clr-primary);
  font-size: 40px;
}


@media screen and (min-width: 854px) and (max-width:1366px) {

  body {
    overflow-x: hidden; /* Yatay kaydırmayı gizler */
  }

  #responsive-hyper {
    width: 300px;
    height: 40px;
    margin: 10px;
    font-size: 20px;
    display: unset;
    list-style-type: disc;
  }

  .name-logo a {
    padding-top: 15px;
    padding-left: 150px;
    color: var(--clr-black);
    text-decoration: none;
  }


  main .featured-companies .limited-w-container .card-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 100px;
  }

  main .banner {
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
  }

  .lineWithHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 150px;
    padding-right: 150px;
  }


  .footer-bottom {
    margin-left: 150px;
    margin-right: 150px;
  }
}

@media screen and (min-width: 774px) and (max-width: 854px) {

  body {
    overflow-x: hidden; /* Yatay kaydırmayı gizler */
  }

  #responsive-hyper {
    width: 300px;
    height: 40px;
    margin: 10px;
    font-size: 20px;
    display: unset;
    list-style-type: disc;
  }

  .name-logo a {
    padding-top: 15px;
    padding-left: 100px;
    color: var(--clr-black);
    text-decoration: none;
  }

  main .featured-companies .limited-w-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    height: auto;
  }

  main .featured-companies .limited-w-container .card-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 100px;
    max-width: 100%;
  }

  main .banner {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
  }

  .lineWithHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 100px;
    padding-right: 100px;
  }

  .footer-bottom {
    margin-left: 100px;
    margin-right: 100px;
  }

}

@media screen and (min-width: 540px) and (max-width: 774px) {

  body {
    overflow-x: hidden; /* Yatay kaydırmayı gizler */
  }

  #responsive-hyper {
    width: 300px;
    height: 40px;
    margin: 10px;
    font-size: 20px;
    display: unset;
    list-style-type: disc;
  }

  #responsive-icon {
    display: inline-block;
    font-size: 1.5rem;
    position: fixed;
    padding-top: 15px;
    padding-left: 50px;
    color: #333333;
  }


  #responsive-icon-second {
    display: none;
  }

  #root>header .header-all {
    display: inline-block;
    flex-direction: row;
    justify-content: space-between;

    position: absolute;
    top: 0px;

    width: 100%;
    height: auto;

    overflow: hidden;
  }

  .name-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: fixed;
  }

  .name-logo a {
    padding-top: 10px;
    padding-left: 50px;
    color: var(--clr-black);
    text-decoration: none;
    display: none;
  }

  .nav-hamburger {
    position: static;
    padding-top: 0px;
    height: auto;
  }

  .nav-hamburger ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 0px 10px 0px;
    margin-right: 40px;
    background-color: rgb(255, 255, 255, 0.8);
    height: auto;
    border-radius: 0px 0px 5px 5px;
  }

  .nav-hamburger ul li a {
    width: 300px;
    height: 40px;
    margin: 0px;
    font-size: 20px;
    display: unset;
    list-style-type: disc;
  }

  .lineWithHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 50px;
    padding-right: 50px;
  }

  .separation-text {
    display: inline-block;
    flex-basis: 1;
    flex-grow: 1;
    font-size: 24px;
    margin: 0px;
    white-space: nowrap;
    padding-right: 10px;
  }

  .separation-line-inner {
    display: inline-block;
    margin-left: 10px;
    margin-right: 50px;
    width: 100%;
    border-radius: 1px;
    align-items: flex-end;
    border-bottom: 1.5px solid var(--clr-black);
    align-self: center;
  }

  main .banner {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0%;
    text-align: center;
  }



  main .featured-companies .limited-w-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    height: auto;
  }

  main .featured-companies .limited-w-container .card-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 100px;
    max-width: 100%;
  }


  .footer-bottom {
    margin-left: 50px;
    margin-right: 50px;
  }

}

@media screen and (min-width: 0px) and (max-width: 540px) {

  body {
    overflow-x: hidden; /* Yatay kaydırmayı gizler */
  }

  #textera {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #responsive-hyper {
    width: 300px;
    height: 40px;
    margin: 10px;
    font-size: 20px;
    display: unset;
    list-style-type: disc;
    display: none;
  }

  #responsive-icon {
    display: inline-block;
    font-size: 1.5rem;
    position: fixed;
    padding-top: 15px;
    padding-left: 50px;
    color: #333333;
  }

  #responsive-icon-second {
    display: inline-block;
    font-size: 1.3rem;
    position: relative;
    padding-top: 0px;
    padding-left: 20px;
    color: #444;
  }

  #root>header .header-all {
    display: inline-block;
    flex-direction: row;
    justify-content: space-between;

    position: absolute;
    top: 0px;

    width: 100%;
    height: auto;

    overflow: hidden;
  }

  .name-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: fixed;
  }

  .name-logo a {
    padding-top: 10px;
    padding-left: 50px;
    color: var(--clr-black);
    text-decoration: none;
    display: none;
  }

  .nav-hamburger {
    position: static;
    padding-top: 0px;
    height: auto;
  }

  .nav-hamburger ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 0px 10px 0px;
    margin-right: 40px;
    background-color: rgb(255, 255, 255, 0.8);
    height: auto;
    border-radius: 0px 0px 5px 5px;
  }

  .nav-hamburger ul li a {
    width: 300px;
    height: 40px;
    margin: 0px;
    font-size: 20px;
    display: unset;
    list-style-type: disc;
  }

  .lineWithHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 50px;
    padding-right: 50px;
  }

  .separation-text {
    display: inline-block;
    flex-basis: 1;
    flex-grow: 1;
    font-size: 24px;
    margin: 0px;
    white-space: nowrap;
    padding-right: 10px;
  }

  .separation-line-inner {
    display: inline-block;
    margin-left: 10px;
    margin-right: 50px;
    width: 100%;
    border-radius: 1px;
    align-items: flex-end;
    border-bottom: 1.5px solid var(--clr-black);
    align-self: center;
  }

  main .banner {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0%;
    text-align: center;
  }



  main .featured-companies .limited-w-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    height: auto;
  }

  main .featured-companies .limited-w-container .card-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 100px;
    max-width: 100%;
  }

  .overlay-long {
    background-color: var(--clr-white);
    height: 80px;
    width: 100vw;
  }

  

  .footer-top a {
    color: var(--clr-black);
    font-size: 1.3rem;
    margin: 10px 0 10px 0;
    margin: 10px 0 10px;
  }

  .footer-bottom {
    margin-left: 50px;
    margin-right: 50px;
  }

}