
@font-face {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  src: url(sfpro);
}
::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #3a3a3a;

  border: 2px black solid;
}

::-webkit-scrollbar-thumb:hover {
  background: #e2d4b3;
}

* {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  scroll-behavior: smooth;
  letter-spacing: -0px;
}

body {
  font-family: Arial;
  margin: 0;
}

.header {
  padding: 60px;
  text-align: center;
  background: #f3f0e9;
  color: black;
  position: relative;
  z-index: 1;
  display: none;
}
.logocontainer {
  display: none;
  align-items: center;
  justify-content: center;
}
.logoimg {
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  max-width: 40%;
}
.logo-üst {
  background-image: url(1.png);
}
.imgt {
  display: none;
  max-width: 270px;
  margin-left: -25px;
  top: 15px;
  z-index: 10001001;
}
.üstmenü {
  position: fixed;
  top: 20px;
  width: 100%;
  height: 120px;
  background-color: #f3f0e9;
  text-align: center;
  z-index: 2;
}
.üstmail {
  right: 0;
}
.üstwp {
  right: 0;
}
.üstmenü .navbar {
  width: 70%;
}
.navbara {
  height: 50px;
  display: flex;
  position: fixed;
  z-index: 1002;
  width: 85%;
  background-color: #f3f0e9;
  border: 4px solid transparent;
  border-image: linear-gradient(to right, #f3f0e9, #e2d4b3) 1;
  border-left: none;
  justify-content: center;
  top: 50px;
  right: 0;
}
.navbara ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.navbara ul li {
  display: block;
  width: 100%;
  height: 100%;
  color: #3a3a3a;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.navbara ul a {
  display: block;
  width: 100%;
  height: 100%;
  color: #3a3a3a;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.navbara ul li:hover {
  background-color: #e2d4b3;
  color: black;
  width: 100%;
}

.navbar {
  height: 50px;
  display: flex;
  position: fixed;
  z-index: 1002;
  width: 100%;
  background-color: #f3f0e9;
  border: #e2d4b3 4px solid;
  padding: 0;
  justify-content: center;
  top: 30px;
  transition: 0.3s;
}
.ustbilgi {
  flex-direction: row;
  display: flex;
  z-index: 999;
  width: 100%;
  height: 30px;
  position: fixed;
  background-color: #f3f0e9;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: space-around;
  top: 0;
}
.ustbilgi a {
  text-decoration: none;
  color: #000000;
  padding: 8px 16px;
  flex-basis: -10px;
}
.imgp {
  flex-shrink: 1.1;
  max-width: 330px;
  margin-top: -120px;
  margin-left: -40px;
  position: fixed;
  z-index: 100011111;
}
.navbare {
  padding: 10px;
  transition: 0.3s;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.navbar ul li {
  display: block;
  width: 100%;
  height: 100%;
  color: #3a3a3a;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.navbar ul a {
  display: block;
  width: 100%;
  height: 100%;
  color: #3a3a3a;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar ul li:hover {
  background-color: #e2d4b3;
  color: black;
  width: 100%;
}
.m-contact {
  height: 0%;
}
.contact-content {
  position: absolute;
  z-index: 1;
  margin-top: 15px;
  background-color: #f3f0e9;
  border: #e2d4b3 3px solid;
  border-top: none;
  margin-left: -11px;
  width: 17%;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  border-top: none;
}
.contact-li {
  padding: 10px;
}
.contact-li a {
  padding: 5px;
}
.contact-li:hover .contact-content {
  display: block;
  height: 45px;
}
.kurum-content {
  position: absolute;
  z-index: 1;
  margin-top: 15px;
  background-color: #f3f0e9;
  border: #e2d4b3 3px solid;
  border-top: none;
  margin-left: -11px;
  width: 17%;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  border-top: none;
}
.kurum-li {
  padding: 10px;
}
.kurum-li:hover .kurum-content {
  display: block;
  height: 460px;
}
.kurum-content ul {
  display: block;
}
.kurum-content ul li {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #3a3a3a;
}
.kurum-content ul li a {
  display: block;
  padding: 8px 10px;
  color: #3a3a3a;
  text-decoration: none;
}
.work-li:hover .work-content {
  display: block;
  height: 530px;
}
.work-li {
  padding: 10px;
}
.work-content {
  position: absolute;
  z-index: 1;
  margin-top: 15px;
  background-color: #f3f0e9;
  border: #e2d4b3 3px solid;
  border-top: none;
  margin-left: -11px;
  width: 17%;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.work-content ul {
  display: block;
}
.work-content ul li a {
  display: block;
  padding: 8px 10px;
  color: #3a3a3a;
  text-decoration: none;
}
.rowss {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px #e2d4b3 solid;
}
.ss {
  text-align: justify;
  text-align: center;
  width: 100%;
  font-size: 45px;
}
.sss {
  font-size: 18px;
  height: 10px;
  width: 85%;
  text-align: justify;
  text-align: center;
  transition: 0.3s;
  background-color: white;
  border: #000000 1px solid;
}
.sss:hover {
  height: 40px;
}

.faq-section {
  width: 100%;
  padding: 20px;
  background-color: #f3f0e9;
  border-left: none;
  border-right: none;
}

.faq-item {
  margin-bottom: 10px;
  padding-top: 30px;
  border-left: none;
  border-right: none;
}

.faq-toggle {
  display: none;
}

.faq-question {
  display: block;
  background-color: #f2f1f0;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s ease-in;
  text-align: justify;
  text-align: center;
  font-size: 24px;
  color: #292929;
}

.faq-question:hover {
  background-color: #e5e4e3;
  color: black;
  font-weight: 150;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    padding 0.8s ease;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
  background-color: white;
  text-align: justify;
  text-align: center;
  font-size: 18px;
}

.faq-toggle:checked + .faq-question + .faq-answer {
  max-height: 500px;
  padding: 15px;
}

.vek-section {
  width: 5%;
}
.vek-item {
  border-left: none;
  border-right: none;
}
.vek-toggle {
  display: none;
}
.vek-question {
  display: block;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
  text-align: justify;
  text-align: center;
  color: #292929;
  margin-left: -60px;
}
.vek-question:hover {
  color: black;
}
.gizli{
  display: none;
}
.imgo {
  padding-left: 105px;
}
.vek-answer {
  max-height: 0;
  margin-top: 20px;
  margin-left: -20px;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    padding 0.8s ease;
  background-color: white;
  text-align: justify;
  text-align: center;
}
.vek-toggle:checked + .vek-question + .vek-answer {
  max-height: 300px;
}
.vek-toggle:checked + .vek-question + .kart-answer {
  max-height: 350px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.rowmvd {
  display: flex;
  flex-wrap: wrap;
}
.info-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f3f0e9;
  border-top: #e2d4b3 2px solid;
  transition: 1s;
}
.info {
  transition: 1s;
  flex-grow: 1;
  flex-basis: 200px;
  justify-content: space-between;
}
.info h2 {
  transition: 1s;
  text-align: center;
  background-image: linear-gradient(to right, #f3f0e9, #e2d4b3);
}
.info h2:hover {
  transition: 1s;
  background-image: linear-gradient(to right, #e2d4b3, #f3f0e9);
}
.info ol {
  list-style-type: disc;
}
.info ol li a {
  text-decoration: none;
  color: #3a3a3a;
}
.info ol li a:hover {
  text-decoration: none;
  color: rgb(157, 152, 139);
}
.info ol li:hover {
  text-decoration: none;
  color: rgb(157, 152, 139);
}
.alan {
  width: 100%;
  background-color: #f3f0e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  text-align: center;
  margin-top: -10px;
}
.alan h1 {
  font-weight: lighter;
  font-size: 38px;
  padding-bottom: 20px;
}

.side {
  flex: 30%;
  background-color: #f1f1f1;
  padding: 20px;
}

.main {
  flex: 70%;
  background-color: white;
  padding: 20px;
}

.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
}
.works {
  width: 100%;
  flex-wrap: wrap;
  color: rgb(0, 0, 0);
  background-color: #f3f0e9;
  font-family: Arial, Helvetica, sans-serif;
}
.works h1 {
  display: inline;
  padding-bottom: -50px;
  font-family: Arial, Helvetica, sans-serif;
}
.works-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-top: 20px;
  margin-left: 0px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.works-container a {
  text-decoration: none;
}
.works-container div:hover {
  background-color: #292929;
  opacity: 100%;
}
.works-container div h3 {
  display: block;
  background-color: #e2d4b3;
  transition: 1s;
}
.works-container div h2 a {
  display: none;
  text-decoration: none;
  color: white;
  transition: 1s;
}
.works-container div:hover h2 a {
  display: block;
}
.works-container div:hover h3 {
  display: none;
}
.workbox {
  text-decoration: none;
  margin: 20px;
  border-radius: 10px;
  transition: 0.3s;
  font-family: Arial, Helvetica, sans-serif;
  flex-basis: 400px;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 250px;
}
.workbox-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.workbox h4 {
  text-decoration: none;
  color: #000000;
  display: block;
}

.workbox img {
  box-shadow: #000000 0 0 20px 2px;
  display: block;
  width: 100%;
  border-radius: 5px;
}
.workbox:hover {
  transform: scale(1.3);
  z-index: 1.1;
}
.workbox:hover h4 {
  color: #f3f0e9;
}
.logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1000;
  animation: slideUp 0.5s ease-out 2s forwards;
}
.row {
  border-top: #e2d4b3 2px solid;
  background-color: #f3f0e9;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  flex-wrap: wrap;
}
.row2 {
  border-top: #e2d4b3 2px solid;
  background-color: #f3f0e9;
  display: flex;

  padding: 1rem;
  flex-wrap: wrap;
}
.calismapc {
  width: 100%;
  height: 800px;
  font-weight: bolder;
  font-size: 54px;
  justify-content: center;
  text-align: center;
}
.nono {
  padding-top: 150px;
}
.cardc {
  background: #fffffd;
  border: #faf3e1 2px solid;
  margin-bottom: 0px;
  flex-grow: 1;
  flex-basis: 300px;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  transition: 0.3s;
  text-align: justify;
}
.cardc p {
  padding-left: 5px;
  padding-right: 5px;
}
.orak {
  text-align: center;
}
.card {
  background: #fffffd;
  border: #faf3e1 2px solid;
  margin-bottom: 0px;
  flex-grow: 1;
  flex-basis: 300px;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  transition: 0.3s;
  text-align: justify;
}
.card b {
  text-align: center;
}
.basliko {
  font-size: 16px;
}
.card3 h1 {
  font-size: 12px;
}
.mvdlogo {
  max-width: 100%;
}
.cardmvd {
  border-left: 1px #e2d4b3 solid;
  border-right: #e2d4b3 1px solid;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background: #fffffd;
  margin-bottom: 0px;
  flex-grow: 1;
  flex-basis: 300px;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  transition: 0.3s;
  text-align: justify;
}
.cardmvd span b {
  text-align: center;
}
.konut {
  display: none;
}
.cardmvdt {
  display: none;
  border-left: 1px #e2d4b3 solid;
  border-right: #e2d4b3 1px solid;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background: #fffffd;
  margin-bottom: 0px;
  flex-grow: 1;
  flex-basis: 300px;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  transition: 0.3s;
  text-align: center;
}
.card:hover {
  transform: scale(1.065);
}
.cardust {
  margin-bottom: 0px;
  flex-grow: 1;
  flex-basis: 300px;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  text-align: justify;
  align-self: flex-end;
}

.card2 {
  background: #fffffd;
  border: #faf3e1 2px solid;
  margin-top: 250px;
  margin-bottom: 0px;
  flex-grow: 1;
  flex-basis: 200px;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
}
.card5 {
  background: #fffffd;
  border: #faf3e1 2px solid;
  margin-bottom: 0px;
  flex: 2;
  flex-basis: 300px;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  transition: 0.3s;
}
.card4 {
  background: #fffffd;
  border: #faf3e1 2px solid;
  margin-bottom: 0px;
  flex: 0.1;
  flex-basis: 300px;
  text-indent: 15px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  transition: 0.3s;
}
.card4 ul li a {
  text-decoration: none;
  color: #3a3a3a;
}
.baslik {
  padding-top: 120px;
  padding-bottom: 20px;
}
#active {
  background-image: linear-gradient(to left, #ffffff, #e2d4b3);
  margin-left: 10px;
  padding: 10px 5px 10px 5px;
  color: #3a3a3a;
  font-size: large;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
}
#active:hover {
  border-radius: 15px;
}
.card3 {
  background: #fffffd;
  border: #faf3e1 2px solid;
  margin-bottom: 0px;
  flex: 10;
  flex-basis: 300px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  transition: 0.3s;
  padding-right: 15px;
  padding-left: 15px;
}
.h1h1 {
  font-size: 24px;
}
.h2h2 {
  display: none;
}
.card3 img {
  justify-content: center;
  align-items: center;
}
.cardk {
  background: #fffffd;
  border: #faf3e1 2px solid;
  margin-bottom: 0px;
  flex: 10;
  flex-basis: 300px;
  font-size: 12px;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 30px;
  list-style-type: disc;
  transition: 0.3s;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.card3 p {
  text-indent: 15px;
}
.card3 ul {
  padding-top: -10px;
}
.baslik {
  font-size: 24px;
}
.card3 ul li {
  color: black;
  line-height: 16px;
}
.card3 p span {
  color: red;
}
.sabitwp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1003;
  max-width: 50px;
  transition: 0.3s;
}
.sabitwp:hover {
  max-width: 80px;
  bottom: 15px;
  right: 15px;
}

.menu-button {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: relative;
  margin-top: 20px;
  z-index: 120;
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 1005;
  transition: right 0.5s ease;
  padding: 20px;
}

.menu-toggle {
  display: none;
}
.slideshow-container {
  position: relative;
  width: 100%;
  height: 690px;
  margin-top: 10px;
}
.slide {
  position: absolute;
  height: 100%;
  opacity: 0;
  animation: fade 9s infinite;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text {
  position: absolute;
  left: 20px;
  top: 300px;
  color: white;
}

.line {
  font-size: 36px;
  font-weight: bold;
  text-decoration: overline;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #474747;
}
.line2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #474747;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slide:nth-child(1) {
  animation-delay: 0s;
}
.slide:nth-child(2) {
  animation-delay: 3s;
}
.slide:nth-child(3) {
  animation-delay: 6s;
}
.works-container2 {
  display: none;
}
.Makalelerana {
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.brow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.Makalelerrow {
  flex-direction: row;
  flex-grow: 1;
  flex-basis: 100px;
}
.Makalelerrow2 {
  flex-direction: column;
  flex-basis: 100px;
}
.makalecard {
  margin: 50px 10px 50px 10px;
  flex-basis: 100px;
  border: #faf3e1 2px solid;
}

.makalecard a {
  text-decoration: none; /* Varsayılan alt çizgiyi kaldır */
  color: black; /* Yazı rengi */
  position: relative; /* Çizgi için referans noktası */
}
.blink{
  display: inline-block;
  font-size: 24px;
}
.klink{
  max-width: ½20;
  border: #faf3e1 2px solid;
  background: linear-gradient(to top, #faf3e1, #cfc09b);
  text-align: center;
}
.makalecard a::after {
  content: ""; /* Boş bir içerik */
  position: absolute;
  left: 50%; /* Ortadan başlama */
  bottom: 0; /* Yazının altına yerleştirme */
  width: 0; /* Başlangıç genişliği */
  height: 2px; /* Çizgi kalınlığı */
  background-color: #cfc09b; /* Çizgi rengi */
  transform: translateX(-50%); /* Ortalamak için */
  transition: width 0.3s ease; /* Genişleme animasyonu */
}

.makalecard a:hover::after {
  width: 100%; /* Çizginin yazının genişliğine kadar büyümesi */
}

.makalecard img {
  border: #faf3e1 2px solid;
}
.makalecard2 {
  margin: 5px 50px 5px 50px;
  flex-basis: 100px;
}
.makalecard2 img {
  max-width: 225px;
  border: #faf3e1 2px solid;
}
.Makalelerbox {
  margin-top: 45px;
  margin-bottom: 25px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #3a3a3a;
  font-size: 24px;
  width: 45%;
}

.image-container {
  background-size: calc(100% + 20px);
  background-position-y: 70%;
  width: 70%;
  height: 160px;
  overflow: hidden;
  position: relative;
  border: 2px solid #000;
  transition: 0.3s;
  z-index: 1;
}

.image-container img {
  position: absolute;
  width: 512px;
  height: 128px;
  left: -512px;
  top: 6%;
  z-index: 10;
  transition: transform 0.3s ease, left 0.3s ease;
}

.image-container:hover img {
  left: 256px;
  transform: translateX(0);
}
.image-container:hover {
  background-color: rgba(0, 0, 0, 0);
  background-position: calc(50% + 10px) center;
  backface-visibility: 50%;
}
.image-container:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  transition: background-color 0.3s ease;
}

.image-container:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: opacity 0.3s ease;
}
.makalecard2{
 background: #fffffd;
 border: #faf3e1 2px solid;
 margin-bottom: 0px;
 flex: 10;
 flex-basis: 1500px;
 letter-spacing: 1px;
 word-spacing: 3px;
 line-height: 30px;
 list-style-type: disc;
 transition: 0.3s;
 padding-right: 15px;
 padding-left: 15px;
 margin: 15px 30px 15px 15px;
}
.baslıkm{
  font-size: 36px;
}
.makaleimg img{
  width: 64px;
  height: 16px;
}
.makalerow{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
.makalerow2{
  display: flex;
  flex-wrap: wrap;
}
.makalerow2 > .baslıkm{
  text-align: center;
}
.makalerow div a{
  font-size: 24px;
  text-decoration: none;
  color: white;
  -webkit-text-stroke: 1px black ; /* Harflerin etrafına siyah çerçeve */
}
@media screen and (max-width: 950px) {
  .body {
    background-color: #f3f0e9;
    width: 100%;
  }
  .html {
    width: 100%;
  }
  .ustbilgi {
    display: none;
  }
  .imgp {
    display: none;
  }
  .üstmenü {
    top: 0px;
  }
  .h1h1 {
    display: none;
  }
  .h2h2 {
    display: inline;
  }
  .imgt {
    display: block;
    max-width: 250px;
    margin-top: -80px;
    margin-left: -25px;
    position: fixed;
    z-index: 10001001;
  }
  .logocontainer {
    display: none;
  }
  .header {
    display: block;
  }
  .row {
    flex-direction: column;
  }

  .works-container {
    display: none;
  }
  .works-container2 a {
    text-decoration: none;
  }
  .works-container2 a div h6 {
    margin-top: 2px;

    color: #3a3a3a;
  }
  .works-container2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .tablomg{
    width: 70%;
  }
  .header img {
    max-width: 100%;
    margin-top: 0;
  }
  .navbara {
    display: none;
  }
  .navbar {
    display: none;
  }
  .workbox-container {
    flex-wrap: wrap;
  }
  .workbox {
    max-width: 150px;
    flex-basis: 120px;
  }
  .menu {
    z-index: 1005;
  }
  .konut {
    display: flex;
  }
  .menu-toggle:checked ~ .menu {
    display: block;
  }

  .menu-toggle {
    display: none;
  }

  .menu-button {
    position: fixed;
    top: -10px;
    right: 20px;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 25px;
    z-index: 1000;
  }

  .menu-button span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #3a3a3a;
    margin: 5px 0;
    transition: background-color 0.3s ease;
  }
  .vek-question {
    margin-left: -10px;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1005;
  }

  .menu {
    position: fixed;
    place-items: center;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background-color: #f3f0e9;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.5s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .menu ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
  }
  .menue {
    background-image: linear-gradient(to right, #f3f0e9, #e2d4b3);
  }
  .alan {
    width: 100%;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
  }
  .alan p {
    font-weight: lighter;
  }

  .menu-toggle:checked ~ .overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .menu-toggle:checked ~ .menu {
    right: 0;
  }

  .close-button {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #3a3a3a;
    color: white;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1005;
  }

  .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu ul li {
    border-bottom: #e2d4b3 1px solid;
    border-top: #e2d4b3 1px solid;
    margin: 15px 0;
    width: 100%;
    display: inline-block;
    justify-content: center;
    background-image: linear-gradient(to right, #f3f0e9, #e2d4b3);
  }

  .menu ul li a {
    text-decoration: none;
    color: #3a3a3a;
    font-size: 18px;
  }
  .contact-info2 {
    margin-top: auto;
    background-color: #f3f0e9;

    text-align: center;
    font-size: 14px;
    color: #333;
    width: 100%;
  }

  .contact-info2 p {
    margin: 5px 0;
  }
  .logo-üst {
    margin-top: -30px;
  }
  .slideshow-container {
    display: flex;
    width: 100%;
    height: 200px;
    margin-top: 50px;
    overflow: hidden;
  }

  .slide {
    width: 100%;

    height: 100%;

    opacity: 0;

    animation: fade 9s infinite;
  }

  .text {
    position: absolute;
    left: 20px;
    top: 0px;
    color: white;
  }

  .line {
    font-size: 36px;
    font-weight: bold;
    text-decoration: overline;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #474747;
  }
  .line2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #474747;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    43% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 999;
  }

  .slide:nth-child(1) {
    animation-delay: 0s;
  }
  .slide:nth-child(2) {
    animation-delay: 3s;
  }
  .slide:nth-child(3) {
    animation-delay: 6s;
  }
  .logoimg {
    margin-top: 15px;
    margin-left: 120px;
  }
  .logocontainer {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .rowmvd {
    display: none;
  }
  .cardmvdt {
    display: block;
  }
  .image-container {
    background-image: url(boşanma.png);
    background-size: calc(100% + 20px);
    background-position-y: 70%;
    width: 80%;
    height: 86px;
    overflow: hidden;
    position: relative;
    border: 2px solid #000;
    transition: 0.3s;
  }
}
@media screen and (max-width: 480px) {
  .html {
    width: 480px;
  }
  .body {
    width: 480px;
  }
}
