.logo1 {
  width: 200px;
  height: 80px;
  border-radius: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.ornek {
  width: 100%;
  height: 100px;
  background-color: lightseagreen;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-family: "Oswald", sans-serif;
}
.wrapper {
  position: fixed;
  top: 0;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 100%;
  background: lightseagreen;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  transition: all 0.6s ease-in-out;
}

#active:checked ~ .wrapper {
  /*left: 0;*/
  right: 0;
}
.menu-btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  /*left: 20px; */
  top: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /*color: #fff;*/
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  transition: all 0.3s ease-in-out;
}
.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #000;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn:before {
  transform: translateY(-8px);
}
.menu-btn:after {
  transform: translateY(8px);
}

.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background 0.6s;
}

/* closing animation */
#active:checked + .menu-btn span {
  transform: scaleX(0);
}
#active:checked + .menu-btn:before {
  transform: rotate(45deg);
  border-color: #fff;
}
#active:checked + .menu-btn:after {
  transform: rotate(-45deg);
  border-color: #fff;
}
.wrapper ul {
  position: absolute;
  top: 60%;
  left: 10%;
  height: 90%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}
.wrapper ul li {
  height: 10%;
  margin: 15px 0;
}
.wrapper ul li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  line-height: 50px;
  margin: 5px 30px;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul li a:after {
  position: absolute;
  content: "";
  background: #fff;
  /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
  /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after {
  transform: scaleY(1);
}
.wrapper ul li a:hover {
  color: #1a73e8;
}
input[type="checkbox"] {
  display: none;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}
.content .title {
  font-size: 40px;
  font-weight: 700;
}
.content p {
  font-size: 35px;
  font-weight: 600;
}

#active:checked ~ .wrapper ul li a {
  opacity: 1;
}
.wrapper ul li a {
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}
#active:checked ~ .wrapper ul li a {
  transform: none;
  transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1); /* easeOutBackを緩めた感じ */
  transition-delay: 0.6s;
  transform: translateX(-100px);
}

.turke {
  background-color: wheat;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 20px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.clogo {
  border-radius: 50px;
  width: 100px;
  height: 100px;
}
.sag {
  text-align: center;
}

.baslik {
  background: linear-gradient(lightseagreen, blue);
  width: 100%;
  height: 400px;
  margin-top: -25px;
  display: inline-block;
  display: flex;
  text-align: center;
}
.orta {
  text-align: center;
  color: orange;
  margin: 0 auto;
  display: inline-block;
  margin-top: 50px;
}

.guzelyazi {
  color: white;
  margin: 0 auto;
  text-align: center;
  font-family: "Marck Script", cursive;
}
.alt {
  color: grey;
}
.enalt {
  color: white;
}
.altmenu {
  width: 100%;
  height: auto;
  background-color: darkblue;

  text-align: center;
}
.renk {
  color: orangered;
  margin-top: 20px;
}
.kutu {
  color: white;
}
.renk2 {
  color: white;
}
.konum {
  width: 22px;
  height: 22px;
}
.tel {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}
.altlogo {
  width: 200px;
  height: 75px;
  border-radius: 20px;
  margin-top: 20px;
}

.sosyal1 {
  background-color: lightseagreen;
  width: 100%;
  height: 50px;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}
.iconlar {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  text-align: center;
}
.iconlar1 {
  text-align: center;
  display: flex;
}
.icon2 {
  margin-left: 18%;
}
@media (max-width: 800px) {
  .icon2 {
    margin-left: 10%;
  }
}
.kolonlar {
  width: 100%;
  height: auto;
  background-color: lightskyblue;
  margin-top: 20px;
}
.resimler {
  width: 100%;
  height: 250px;
}
.kutular {
  width: 100%;
  height: 50px;
  background-color: orange;
  text-align: center;
}
.guzel {
  color: red;
  font-family: "Marck Script", cursive;
}
.fotolar {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 40px;
  
}
.logo1 {
  width: 200px;
  height: 80px;
  border-radius: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.ornek {
  width: 100%;
  height: 100px;
  background-color: lightseagreen;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-family: "Oswald", sans-serif;
}
.wrapper {
  position: fixed;
  top: 0;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 100%;
  background: lightseagreen;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  transition: all 0.6s ease-in-out;
}

#active:checked ~ .wrapper {
  /*left: 0;*/
  right: 0;
}
.menu-btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  /*left: 20px; */
  top: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /*color: #fff;*/
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  transition: all 0.3s ease-in-out;
}
.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #000;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn:before {
  transform: translateY(-8px);
}
.menu-btn:after {
  transform: translateY(8px);
}

.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background 0.6s;
}

/* closing animation */
#active:checked + .menu-btn span {
  transform: scaleX(0);
}
#active:checked + .menu-btn:before {
  transform: rotate(45deg);
  border-color: #fff;
}
#active:checked + .menu-btn:after {
  transform: rotate(-45deg);
  border-color: #fff;
}
.wrapper ul {
  position: absolute;
  top: 60%;
  left: 10%;
  height: 90%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}
.wrapper ul li {
  height: 10%;
  margin: 15px 0;
}
.wrapper ul li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  line-height: 50px;
  margin: 5px 30px;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul li a:after {
  position: absolute;
  content: "";
  background: #fff;
  /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
  /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after {
  transform: scaleY(1);
}
.wrapper ul li a:hover {
  color: #1a73e8;
}
input[type="checkbox"] {
  display: none;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}
.content .title {
  font-size: 40px;
  font-weight: 700;
}
.content p {
  font-size: 35px;
  font-weight: 600;
}

#active:checked ~ .wrapper ul li a {
  opacity: 1;
}
.wrapper ul li a {
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}
#active:checked ~ .wrapper ul li a {
  transform: none;
  transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1); /* easeOutBackを緩めた感じ */
  transition-delay: 0.6s;
  transform: translateX(-100px);
}

.turke {
  background-color: wheat;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 20px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.clogo {
  border-radius: 50px;
  width: 100px;
  height: 100px;
}
.sag {
  text-align: center;
}

.baslik {
  background: linear-gradient(lightseagreen, blue);
  width: 100%;
  height: 400px;
  margin-top: -25px;
  display: inline-block;
  display: flex;
  text-align: center;
}
.orta {
  text-align: center;
  color: orange;
  margin: 0 auto;
  display: inline-block;
  margin-top: 50px;
}

.guzelyazi {
  color: white;
  margin: 0 auto;
  text-align: center;
  font-family: "Marck Script", cursive;
}
.alt {
  color: grey;
}
.enalt {
  color: white;
}
.altmenu {
  width: 100%;
  height: auto;
  background-color: darkblue;

  text-align: center;
}
.renk {
  color: orangered;
  margin-top: 20px;
}
.kutu {
  color: white;
}
.renk2 {
  color: white;
}
.konum {
  width: 22px;
  height: 22px;
}
.tel {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}
.altlogo {
  width: 200px;
  height: 75px;
  border-radius: 20px;
  margin-top: 20px;
}

.sosyal1 {
  background-color: lightseagreen;
  width: 100%;
  height: 50px;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}
.iconlar {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  text-align: center;
}
.iconlar1 {
  text-align: center;
  display: flex;
}
.icon2 {
  margin-left: 18%;
}
@media (max-width: 800px) {
  .icon2 {
    margin-left: 10%;
  }
}
.kolonlar {
  width: 100%;
  height: auto;
  background-color: lightskyblue;
  margin-top: 20px;
}
.resimler {
  width: 100%;
  height: 250px;
}

.guzel {
  color: red;
  font-family: "Marck Script", cursive;
}
.fotolar {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 40px;
  
}
.iso {
  width: 100%;
  height: 50px;
  background-color: orange;
  text-align: center;
  color: white;
  font-size: large;
  transition: 700ms;
  border: none;
}

.iso:hover {
  background-color: red;
}

:root {
  --purple: hsl(240, 80%, 89%);
  --pink: hsl(0, 59%, 94%);
  --light-bg: hsl(204, 37%, 92%);
  --light-gray-bg: hsl(0, 0%, 94%);
  --white: hsl(0, 0%, 100%);
  --dark: hsl(0, 0%, 7%);
  --text-gray: hsl(0, 0%, 30%);
}

body {
  background: var(--light-bg);
  font-family: "Space Grotesk", sans-serif;
  color: var(--dark);
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
}

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

.wrap {
  display: flex;
  justify: space-between;
  align-items: stretch;
  width: 100%;
  gap: 24px;
  padding: 24px;
  flex-wrap: wrap;
  text-align: center;
}

.box {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;

  padding: 24px;
  background: #fff;
  text-align: center;
}

.box-top {
  display: flex;
  flex-direction: column;

  gap: 12px;
  margin-bottom: 36px;
  text-align: center;
}

.box-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 20%;
  text-align: center;
}

.title-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.box-title {
  border-left: 3px solid var(--purple);
  padding-left: 12px;
}

.user-follow-info {
  color: hsl(0, 0%, 60%);
}

.button {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: auto;
  padding: 16px;
  color: #000;
  background: transparent;
  box-shadow: 0px 0px 0px 1px black inset;
  transition: background 0.4s ease;
}

.button:hover {
  background: var(--purple);
}

.fill-one {
  background: var(--light-bg);
}

.fill-two {
  background: var(--pink);
}

/* RESPONSIVE QUERIES */

@media (min-width: 320px) {
  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 460px) {
  .title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 640px) {
  .box {
    flex-basis: calc(50% - 12px);
  }
  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 840px) {
  .title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 1024px) {
  .box {
    flex-basis: calc(33.3% - 16px);
  }
  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 1100px) {
  .box {
    flex-basis: calc(25% - 18px);
  }
}