:root {
  --white: white;
  --dark-purple: #3b313f;
  --brown: #ba9a85;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  padding-top: 40px;
  padding-bottom: 48px;
}

.content {
  padding-top: 175px;
}

.content, .footer {
  margin-left: auto;
  margin-right: auto;
}

.flex-block {
  width: 96%;
}

.flex-block-2 {
  width: 25%;
}

.flex-block-3 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 75%;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
}

.flex-block-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.flex-block-5 {
  width: 25%;
}

.flex-block-6 {
  justify-content: flex-end;
  width: 75%;
}

.slider {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-7 {
  flex-flow: row;
}

.flex-block-8 {
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 25%;
  height: 74vh;
}

.div-block-2 {
  text-align: center;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 142px;
  padding-bottom: 142px;
}

.text-block {
  opacity: .7;
  color: #3b313f99;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

.flex-block-9 {
  background-position: 50%;
  background-size: cover;
  width: 25%;
  height: 74vh;
}

.flex-block-10 {
  background-position: 50%;
  background-size: cover;
  width: 25%;
  height: 74vh;
}

.flex-block-11 {
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 25%;
  height: 74vh;
}

.div-block-3 {
  background-image: linear-gradient(0deg, var(--dark-purple), #3b313f94 42%, #3b313f00);
  opacity: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-3:hover {
  opacity: 1;
  background-image: linear-gradient(0deg, #3b313f, #3b313f00);
}

.div-block-3-1 {
  opacity: 0;
  background-image: linear-gradient(0deg, #000, #3b313f00 65%);
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-3-1:hover {
  opacity: 1;
  background-image: linear-gradient(0deg, #3b313f, #3b313f00);
}

.div-block-3-2 {
  opacity: 0;
  background-image: linear-gradient(0deg, #000, #3b313f00 65%);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-3-2:hover {
  opacity: 1;
  background-image: linear-gradient(0deg, #3b313f, #3b313f00);
}

.div-block-4 {
  padding: 40px 36px 50px;
}

.text-block-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.div-block-5 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.image {
  padding-right: 10px;
}

.div-block-7 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 36px;
}

.link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.image-2 {
  padding-left: 10px;
}

.div-block-8 {
  border-bottom: 2px solid #ba9a8559;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-12 {
  /* flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 142px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 142px;
  flex-direction: row;
}

.flex-block-13 {
  width: 48%;
}

.flex-block-14 {
  width: 50%;
}

.text-block-4 {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 300;
}

.text-block-5 {
  color: #ba9a85;
  font-size: 62px;
  font-weight: 700;
}

.div-block-9 {
  margin-right: 0;
}

.div-block-10 {
  line-height: 42px;
}

.div-block-11 {
  padding-top: 30px;
  line-height: 24px;
}

.div-block-12 {
  padding-top: 30px;
}

.link-2 {
  color: #fff;
  background-image: linear-gradient(315deg, #ba9a85 39%, #fff 99%);
  border-radius: 42px;
  padding: 20px 60px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.link-2:hover {
  background-image: linear-gradient(315deg, #3b313f, #3b313f33), linear-gradient(315deg, #ba9a85 39%, #fff 99%);
}

.div-block-13 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block-15 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.flex-block-16 {
  background-image: linear-gradient(270deg, #ba9a85, #ffffff40), url('../images/ahu.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 60px 20px;
  position: relative;
}

.div-block-14 {
  color: #fff;
  text-align: right;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  line-height: 32px;
}

.image-3 {
  max-height: 275px;
  padding-left: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.flex-block-17 {
  border: 1px solid #dbd9dc;
  border-radius: 20px;
  padding: 60px 20px;
  position: relative;
}

.flex-block-17:hover {
  background-image: linear-gradient(270deg, #ba9a85, #fff);
}

.text-block-6 {
  font-size: 24px;
}

.text-block-7 {
  font-size: 54px;
  font-weight: 700;
}

.div-block-15 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 34px;
  display: flex;
}

.text-block-8 {
  font-size: 24px;
}

.text-block-9 {
  color: #ba9a85;
  font-size: 42px;
  font-weight: 700;
  line-height: 36px;
}

.flex-block-18 {
  background-image: linear-gradient(270deg, #ba9a85, #ffffff40), url('../images/ain.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 60px 20px;
  position: relative;
}

.flex-block-19 {
  background-image: linear-gradient(270deg, #ba9a85, #a0b2c0);
  border-radius: 20px;
  padding: 60px 20px;
  position: relative;
}

.flex-block-20 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 142px;
}

.flex-block-21 {
  width: 52%;
}

.flex-block-22 {
  width: 42%;
}

.text-block-10 {
  color: #ba9a85;
  padding-top: 60px;
  font-size: 86px;
  font-weight: 700;
}

.text-block-11 {
  opacity: .6;
  font-size: 36px;
  font-weight: 200;
  line-height: 46px;
}

.text-block-12 {
  color: #ba9a85;
  text-align: right;
  font-size: 86px;
  font-weight: 700;
}

.text-block-13 {
  color: #ba9a85;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-style: italic;
}

.text-block-14 {
  margin-top: 80px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.navbar {
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: #fcfcfc;
  border-radius: 20px;
  width: auto;
  min-width: 700px;
  padding: 40px 20px 20px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  display: flex;
}

.flex-block-23 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.flex-block-24 {
  width: 35%;
  margin-right: 40px;
}

.flex-block-25 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
}

.div-block-17 {
  width: 50%;
}

.div-block-18 {
  color: #fff;
  background-color: #3b313f;
  padding-top: 80px;
  padding-bottom: 100px;
}

.div-block-19 {
  text-align: center;
  padding-bottom: 100px;
  line-height: 24px;
}

.text-block-15 {
  color: #ba9a85;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 200;
}

.text-block-16 {
  opacity: .8;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
}

.slider-2 {
  background-color: #0000;
  display: flex;
}

.slider-3 {
  background-color: #0000;
}

.div-block-20 {
  padding-left: 60px;
  overflow: hidden;
}

.flex-block-26 {
  flex-flow: row;
}

.flex-block-27 {
  flex-flow: column;
  min-width: 22%;
  margin-right: 40px;
}

.div-block-21 {
  width: 100%;
  margin-top: 15px;
}

.text-block-17 {
  border-bottom: 2px solid #ba9a8540;
  min-height: 75px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-26-copy {
  flex-flow: row;
}

.flex-block-28 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-29 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}

.flex-block-30 {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
}

.text-block-18 {
  opacity: .8;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.text-block-19 {
  color: #ba9a85;
  font-weight: 400;
}

.image-4 {
  width: 32px;
  padding-right: 8px;
}

.dropdown {
  background-color: #ba9a85;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  display: flex;
}

.nav-menu {
  color: var(--dark-purple);
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.icon {
  display: none;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-block-20 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.nav-link {
  opacity: .8;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--brown);
}
.nav-link.w--current {
    color: var(--brown);
}

.dropdown-toggle-2 {
  opacity: .8;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-toggle-2:hover {
  color: var(--brown);
}

.icon-2 {
  display: none;
}

.nav-link-2 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-2:hover {
  color: var(--brown);
}

.nav-link-3 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: var(--brown);
}

.nav-link-4 {
  color: var(--dark-purple);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.nav-link-4:hover {
  color: var(--brown);
}

.nav-link-5 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.nav-link-6 {
  padding-left: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.nav-link-6:hover {
  color: var(--brown);
}

.body {
  font-family: Manrope, sans-serif;
}

.text-block-21, .text-block-22 {
  font-size: 16px;
}

.text-block-23 {
  opacity: .8;
  font-size: 16px;
  font-weight: 300;
}

.image-5 {
  max-width: 90%;
}

.image-6 {
  float: right;
}

.s01 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.image-7 {
  height: 243.078px;
}

.div-block-23-2 {
  border: 1px solid var(--brown);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 243px;
  display: flex;
}

.div-block-23-2:hover {
  background-image: linear-gradient(270deg, var(--dark-purple), var(--dark-purple) 0%, var(--dark-purple) 102%);
  color: #fff;
}

.s02 {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-24 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-block-8-2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 200;
}

.div-block-25 {
  text-align: center;
}

.div-block-25-3 {
  text-align: center;
  padding-top: 40px;
  padding-right: 80px;
  position: absolute;
}

.text-block-9-2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-8-3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 200;
}

.div-block-26 {
  position: relative;
}

.div-block-27 {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video {
  height: 90vh;
}

.div-block-28 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
  padding-bottom: 112px;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flex-block-26-copy {
  flex-flow: wrap;
  align-items: flex-start;
  gap: 2.6%;
}

.flex-block-27-copy {
  flex-flow: column;
  width: 23%;
  margin-top: 28px;
  margin-bottom: 28px;
  overflow: hidden;
}

.image-8 {
  border-radius: 24px;
  width: 100%;
  height: 240px;
}

.div-block-29 {
  border-radius: 24px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.tablink {
  background-color: #fff;
  border: 1px solid #ba9a85;
  border-radius: 24px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.tablink:hover {
  color: #fff;
  background-color: #ba9a85;
}

.tablink.w--current {
  color: #fff;
  background-color: #ba9a85;
  border-radius: 24px;
}

.div-block-31 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
  padding-bottom: 60px;
}

.flex-block-31 {
  flex-flow: row;
  justify-content: space-between;
}

.flex-block-32 {
  flex-flow: column;
  width: 35%;
}

.flex-block-33 {
  flex-flow: column;
  width: 20%;
}

.div-block-32 {
  color: #999;
  margin-bottom: 10px;
  display: flex;
}

.text-block-24 {
  color: #ba9a85;
  min-width: 20px;
  font-weight: 700;
}

.div-block-33 {
  margin-bottom: 30px;
}

.text-block-25 {
  color: #ba9a85;
  font-size: 18px;
  font-weight: 300;
}

.div-block-34 {
  margin-bottom: 20px;
}

.link-3 {
  color: #999;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-3:hover {
  color: #ba9a85;
}

.div-block-35 {
  line-height: 24px;
}

.div-block-36 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.dropdown-list-2.w--open {
  border: 1px solid var(--dark-purple);
  background-color: var(--dark-purple);
  background-image: none;
  border-radius: 8px;
  margin-top: 46px;
  inset: 0% auto auto 0%;
}

.dropdown-list-2.w--open:hover {
  border-color: var(--brown);
  background-image: linear-gradient(225deg, var(--brown), var(--dark-purple));
  color: var(--white);
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/kurumsal.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  height: 446px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-34 {
  justify-content: space-between;
  align-items: flex-end;
}

.div-block-38 {
  width: 50%;
}

.div-block-39 {
  background-image: linear-gradient(90deg, #ba9a85, #fff);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: block;
  position: relative;
}

.image-9 {
  height: 325px;
  margin-top: -25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flex-block-35 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 140px;
}

.div-block-40 {
  width: 20%;
}

.div-block-41 {
  width: 64%;
}

.link-4 {
  opacity: .8;
  color: #333;
  border-bottom: 1px solid #ba9a8540;
  padding: 20px 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  color: #ba9a85;
}

.body-2 {
  font-family: Manrope, sans-serif;
}

.div-block-42 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.text-block-26 {
  color: #ba9a85;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}

.image-10, .image-11 {
  max-width: 80%;
}

.text-block-27 {
  font-size: 20px;
  line-height: 26px;
}

.text-block-28 {
  opacity: .6;
  font-size: 20px;
  line-height: 30px;
}

.text-block-29 {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.div-block-43 {
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-block {
  margin-bottom: 40px;
}

.text-block-29-2 {
  color: #fff;
  margin-top: 60px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  position: absolute;
  left: 60px;
}

.dropdown-link {
  width: 42px;
  height: 42px;
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.div-block-44 {
  align-items: center;
  width: 80%;
  margin-top: 160px;
  display: flex;
}

.link-block-2 {
  margin-right: 20px;
}

.div-block-45 {
  background-color: var(--brown);
  opacity: .4;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.link-block-3 {
  margin-right: 10px;
}

.text-block-30 {
  color: var(--brown);
  margin-top: 10px;
  font-size: 24px;
  display: none;
}

.top {
  z-index: 9999;
  background-color: #97a598;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: fixed;
  inset: auto 4% 16% auto;
}

.top:hover {
  background-color: #fff0;
  border: 1px solid #97a598;
}

.top.w--current {
  z-index: 9999;
  background-color: #97a598;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: fixed;
  bottom: 16%;
  right: 4%;
}

.top.w--current:hover {
  background-color: #fff0;
  border: 3px solid #97a598;
  bottom: 16%;
}

.top-button {
  z-index: 999;
  background-color: var(--brown);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: fixed;
  inset: auto 2% 8% auto;
}

.top-button:hover {
  border: 1px solid var(--dark-purple);
  background-color: var(--dark-purple);
}

.top-button.w--current {
  z-index: 9999;
  background-color: #97a598;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: fixed;
  bottom: 16%;
  right: 4%;
}

.top-button.w--current:hover {
  background-color: #fff0;
  border: 3px solid #97a598;
  bottom: 16%;
}

.flex-block-36 {
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-46 {
  align-self: center;
  width: 60%;
  display: flex;
}

.div-block-47 {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.tablink1 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ba9a85;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.tablink1:hover {
  color: #fff;
  background-color: #ba9a85;
}

.tablink1:visited {
  background-color: var(--brown);
  color: var(--white);
}

.tablink1.w--current {
  color: #fff;
  background-color: #ba9a85;
  border-radius: 24px;
}

.div-block-48 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center start;
  display: flex;
}

.div-block-49 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-block {
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #3b313f;
  background-image: url('../images/search.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 10px;
  height: 52px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
}

.select-field {
  background-color: #fff;
  border: 1px solid #ba9a85;
  border-radius: 10px;
  height: 52px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.div-block-50 {
  background-color: var(--brown);
  opacity: .4;
  width: 92%;
  max-width: 1600px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-26-copy-copy {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-51 {
  width: 92%;
  max-width: 1600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.projeler {
  flex-flow: wrap;
  align-items: flex-start;
  gap: 2.6%;
}

.flex-block-37 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 140px;
}

.div-block-52 {
  width: 36%;
}

.div-block-53 {
  width: 54%;
}

.text-block-31 {
  opacity: .6;
  font-size: 20px;
  line-height: 30px;
}

.form-block-2 {
  color: #fff;
  background-color: #3b313f;
  background-image: none;
  border-radius: 24px;
  padding: 60px;
}

.flex-block-38 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
}

.div-block-54 {
  width: 49%;
  margin-bottom: 6px;
}

.text-field-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ba9a85;
  border-radius: 10px;
}

.div-block-55 {
  width: 100%;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ba9a85;
  border-radius: 10px;
  min-height: 150px;
}

.submit-button {
  background-color: #0000000d;
  background-image: linear-gradient(90deg, #ba9a85 46%, #0000000d);
  border: 1px solid #ba9a85;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.submit-button:hover {
  background-color: #ba9a85;
  background-image: none;
}

.div-block-56 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-57, .div-block-58 {
  width: 50%;
}

.text-block-32 {
  color: #ba9a85;
  font-size: 36px;
  font-weight: 300;
  line-height: 52px;
}

.div-block-59 {
  padding-bottom: 20px;
}

.div-block-60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
  font-weight: 300;
  display: flex;
}

.flex-block-39 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 140px;
}

.div-block-61 {
  width: 23%;
}

.div-block-62 {
  border: 1px solid #ba9a85;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-12 {
  width: 100%;
  max-width: 100%;
}

.text-block-33 {
  font-size: 18px;
  font-weight: 700;
}

.div-block-63 {
  opacity: .4;
  border-bottom: 1px solid #ba9a85;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-13 {
  width: 25px;
}

.text-block-34, .text-block-35, .text-block-36, .text-block-37 {
  font-weight: 300;
}

.text-block-38, .text-block-39 {
  font-size: 16px;
}

.text-block-40, .text-block-41 {
  font-size: 16px;
  font-weight: 300;
}

.image-12-2 {
  width: 80%;
  max-width: 100svh;
}

.div-block-29-3 {
  width: 100%;
}

.div-block-65 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.flex-block-77 {
  flex-flow: column;
}

.flex-block-88 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 40vh;
}

.flex-block-99 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

.flex-block-100 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

.flex-block-111 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 40vh;
}

.div-block-3mobile {
  background-image: linear-gradient(0deg, var(--dark-purple), #3b313f94 42%, #3b313f00);
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-3mobile:hover {
  opacity: 1;
  background-image: linear-gradient(0deg, #3b313f, #3b313f00);
}

.flex-block-888 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 40vh;
}

.div-block-3mobile1 {
  background-image: linear-gradient(0deg, var(--dark-purple), #3b313f94 42%, #3b313f00);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-3mobile1:hover {
  opacity: 1;
  background-image: linear-gradient(0deg, #3b313f, #3b313f00);
}

.div-block-66 {
  width: 92%;
  max-width: 1600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-67 {
  background-color: var(--dark-purple);
  border-radius: 24px;
  width: 92%;
  max-width: 1600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-68 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  width: 25%;
  display: flex;
}

.div-block-69 {
  width: 50%;
}

.div-block-70 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.flex-block-889 {
  color: #fff;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-42 {
  font-size: 18px;
}

.text-block-43 {
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.text-block-44 {
  color: var(--white);
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.projegaleri {
  grid-column-gap: 1.3%;
  grid-row-gap: 1.3%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-890 {
  width: 24%;
  margin-bottom: 20px;
}

.image-14 {
  border-radius: 24px;
  width: 100%;
  height: 240px;
}

.div-block-71 {
  width: 100%;
  height: 240px;
}

.link-block-4 {
  justify-content: flex-end;
  width: 25%;
  text-decoration: none;
  display: flex;
}

.link-block-5, .link-block-6 {
  width: 100%;
  height: 240px;
}

.dropdown-list-kvkk.w--open {
  background-color: #fcfcfc;
  border-radius: 20px;
  width: auto;
  min-width: 700px;
  padding: 40px 20px 20px;
  left: -460px;
}

.dropdown-link-2:hover, .dropdown-link-4:hover, .dropdown-link-5:hover, .dropdown-link-3-copy:hover {
  color: var(--brown);
}

.div-block-72 {
  background-color: var(--brown);
  border-radius: 8px;
  width: 42px;
  height: 42px;
}

.en-tr-button {
  background-color: var(--brown);
  width: 42px;
  height: 42px;
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  text-decoration: none;
  display: none;
}

.en-tr-button:active {
  background-color: var(--dark-purple);
}

.text-block-45 {
  font-size: 14px;
}

.div-block-73 {
  display: none;
}

.tablink1-active {
  background-color: var(--brown);
  height: 52px;
  color: var(--white);
  text-align: center;
  border: 1px solid #ba9a85;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.tablink1-active:hover {
  color: #fff;
  background-color: #ba9a85;
}

.tablink1-active:visited {
  background-color: var(--brown);
  color: var(--white);
}

.tablink1-active.w--current {
  color: #fff;
  background-color: #ba9a85;
  border-radius: 24px;
}

.flex-block-27-active {
  flex-flow: column;
  width: 23%;
  margin-top: 28px;
  margin-bottom: 28px;
  overflow: hidden;
}

.div-block-74 {
  display: none;
}

.flex-block-891 {
  grid-column-gap: 1.3%;
  grid-row-gap: 1.3%;
  flex-flow: wrap;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 140px;
}

.div-block-75 {
  width: 24%;
  margin-bottom: 60px;
}

.div-block-76 {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-77 {
  line-height: 24px;
}

.div-block-78 {
  background-image: url('../images/diyarbakir-ili-baglar-ilcesi-oglakli-mahallesi-1-etap-haber.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 92%;
  max-width: 1600px;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-892 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-79 {
  width: 64%;
}

.div-block-80 {
  width: 30%;
}

.image-16 {
  border-radius: 24px;
  width: 100%;
}

.div-block-81 {
  color: var(--brown);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-82 {
  margin-bottom: 32px;
}

.div-block-83 {
  border-bottom: 1px solid var(--brown);
  width: 25%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-84 {
  font-size: 16px;
  line-height: 24px;
}

.div-block-85 {
  border-bottom: 1px solid var(--brown);
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 24px;
}

.div-block-85:hover {
  color: var(--brown);
}

.div-block-86 {
  color: var(--brown);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.lightbox-link {
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 240px;
}

.lightbox-link-2 {
  background-image: url('../images/02.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 240px;
}

.text-block-46 {
  font-size: 15px;
  line-height: 20px;
}

.image-17 {
  border-radius: 24px;
}

.link-block-7 {
  background-image: url('../images/diyarbakir-ili-baglar-ilcesi-oglakli-mahallesi-1-etap-haber.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 180px;
}

.flex-block-27-haber {
  flex-flow: column;
  width: 24%;
  margin-bottom: 50px;
  overflow: hidden;
}

.flex-block-27-haber:hover {
  color: var(--brown);
}

.div-block-29-haber {
  background-image: url('../images/Haber.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.link-block-5-haber {
  width: 100%;
  height: 200px;
}

.image-8--haberler {
  border-radius: 24px;
  width: 100%;
  height: 180px;
}

.flex-block-891-2 {
  grid-column-gap: 1.3%;
  grid-row-gap: 1.3%;
  flex-flow: wrap;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 140px;
}

.div-block-29-haber-2 {
  background-image: url('../images/gaziantep-nurdagi-acil-durum-hastanesi-yapim-isi-haber.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.flex-block-27-haber3 {
  flex-flow: column;
  width: 24%;
  margin-bottom: 28px;
  overflow: hidden;
}

.div-block-29-haber-3 {
  background-image: url('../images/diyarbakir-ili-baglar-ilcesi-oglakli-mahallesi-1-etap-haber.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.div-block-29-haber4 {
  background-image: url('../images/istanbul-esenyurt-hosdere-6-etap-2-kisim-haber-kapak.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.div-block-29-haber-03 {
  background-image: url('../images/antalya-100-yatakli-haber-kapak.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51 {
  font-size: 15px;
  line-height: 20px;
}

.text-block-52, .text-block-53 {
  font-size: 22px;
}

.flex-block-odul {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 142px;
}

.div-block-89 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1f1919d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-90 {
  text-align: center;
  background-image: none;
  background-size: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 10px 9px 12px #0003;
}

.image-21 {
  position: absolute;
  inset: -42px 0 auto auto;
  cursor: pointer;
}

.div-block-91 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .div-block-21 {
    padding-top: 15px;
  }

  .top, .top.w--current, .top-button, .top-button.w--current {
    bottom: 12%;
    right: 4%;
  }

  .flex-block-37 {
    padding-top: 90px;
    padding-bottom: 140px;
  }

  .image-16 {
    border-radius: 24px;
  }

  .text-block-46 {
    line-height: 18px;
  }

  .flex-block-27-haber {
    margin-bottom: 40px;
  }

  .flex-block-27-haber:hover {
    color: var(--brown);
  }

  .div-block-29-haber-2 {
    background-image: url('../images/gaziantep-nurdagi-acil-durum-hastanesi-yapim-isi-haber.webp');
  }

  .div-block-29-haber-3 {
    background-image: url('../images/antalya-100-yatakli-haber-kapak.webp');
  }

  .div-block-29-haber4 {
    background-image: url('../images/istanbul-esenyurt-hosdere-6-etap-2-kisim-haber-kapak.webp');
  }

  .div-block-29-haber-03 {
    background-image: url('../images/antalya-100-yatakli-haber-kapak.webp');
  }
}

@media screen and (min-width: 1440px) {
  .dropdown-list-2.w--open:hover {
    border-color: var(--brown);
    background-image: linear-gradient(225deg, var(--dark-purple) 26%, var(--white));
  }

  .dropdown-link {
    color: var(--white);
  }

  .top, .top.w--current {
    border-radius: 6px;
    bottom: 16%;
  }

  .top-button {
    border-radius: 6px;
    bottom: 12%;
  }

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

  .top-button.w--current {
    border-radius: 6px;
    bottom: 16%;
  }
}

@media screen and (min-width: 1920px) {
  .text-block {
    font-size: 48px;
  }

  .flex-block-13 {
    width: 42%;
  }

  .div-block-17 {
    width: 60%;
  }

  .div-block-21 {
    padding-top: 0;
  }

  .dropdown-list-2.w--open:hover {
    background-image: linear-gradient(225deg, var(--brown) 26%, var(--dark-purple));
  }

  .tablink1 {
    justify-content: center;
    align-items: center;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-field {
    height: 52px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .select-field {
    height: 52px;
    margin-bottom: 0;
    padding-right: 100px;
  }

  .flex-block-39 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-61 {
    width: 22%;
  }

  .image-12 {
    max-width: 100%;
  }

  .field-label {
    margin-right: 5px;
  }

  .image-12-2 {
    width: 80%;
    max-width: 100%;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-3-copy, .dropdown-link-6 {
    padding-left: 0;
  }

  .en-tr-button {
    margin-left: 10px;
  }

  .tablink1-active {
    justify-content: center;
    align-items: center;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .lightbox-link, .lightbox-link-2 {
    width: 100%;
    height: 240px;
  }

  .text-block-46 {
    line-height: 20px;
  }

  .flex-block-27-haber {
    margin-bottom: 50px;
  }

  .div-block-29-haber {
    background-image: url('../images/Haber.jpg');
  }

  .div-block-89 {
    background-color: #1f1919d9;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .content {
    padding-top: 0px;
  }
  .div-block {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }

  .flex-block-4 {
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-5 {
    width: 40%;
  }

  .flex-block-6 {
    width: 50%;
  }

  .slider {
    display: none;
  }

  .div-block-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block {
    font-size: 36px;
    line-height: 42px;
  }

  .flex-block-12 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-13 {
    width: 100%;
    margin-top: 40px;
  }

  .text-block-9 {
    font-size: 42px;
  }

  .flex-block-20 {
    flex-flow: column;
    padding-bottom: 60px;
  }

  .flex-block-21 {
    width: 100%;
  }

  .flex-block-22 {
    width: 100%;
    margin-top: 20px;
  }

  .navbar {
    display: none;
  }

  .flex-block-27 {
    min-width: 40%;
  }

  .nav-menu {
    background-color: #eee;
    border-top-left-radius: 10px;
    flex-flow: column;
  }

  .s01 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-23 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .div-block-23-2 {
    width: 100%;
    height: 242px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .s02 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-24 {
    padding-bottom: 40px;
  }

  .text-block-8-2 {
    font-size: 24px;
  }

  .div-block-25-3 {
    margin-right: 140px;
    padding-right: 20px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-27-copy {
    width: 48%;
  }

  .tablink {
    text-align: center;
  }

  .flex-block-31 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .flex-block-32, .flex-block-33 {
    width: 48%;
  }

  .dropdown-2 {
    display: block;
  }

  .flex-block-35 {
    flex-flow: column;
  }

  .div-block-40 {
    width: 100%;
  }

  .div-block-41 {
    width: 100%;
    margin-top: 40px;
  }

  .text-block-29-2 {
    margin-top: 20px;
  }

  .div-block-44 {
    margin-top: 60px;
  }

  .top, .top.w--current, .top-button, .top-button.w--current {
    bottom: 18%;
  }

  .flex-block-36 {
    flex-flow: column;
  }

  .div-block-46 {
    width: 100%;
  }

  .div-block-47 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .tablink1 {
    text-align: center;
  }

  .div-block-61 {
    width: 48%;
    margin-bottom: 40px;
  }

  .div-block-65 {
    display: block;
  }

  .flex-block-890 {
    width: 32.4%;
  }

  .div-block-73 {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobile-slider {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 24px;
    height: 65vh;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    bottom: auto;
  }

  .tablink1-active {
    text-align: center;
  }

  .flex-block-27-active {
    width: 48%;
  }

  .div-block-75 {
    width: 32.4%;
  }

  .flex-block-892 {
    flex-flow: column;
  }

  .div-block-79 {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-block-80 {
    width: 100%;
  }

  .flex-block-27-haber, .flex-block-27-haber3 {
    width: 48%;
  }

  .div-block-87 {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .text-block-54 {
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-88 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-18, .image-19, .image-20 {
    width: 100%;
    max-width: none;
  }

  .flex-block-odul {
    flex-flow: column;
    padding-bottom: 60px;
  }

  .div-block-89 {
    background-color: #1f1919d9;
  }

  .div-block-90 {
    width: 80%;
  }

  .div-block-91 {
    position: relative;
    display: flex;
    align-items: center;
  }

  .div-block-92 {
    text-align: right;
    font-size: 36px;
  }

  .div-block-93 {
    z-index: 999;
    background-color: var(--dark-purple);
    border-radius: 10px;
    min-width: 250px;
    margin-top: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .link-5 {
    color: var(--white);
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #ba9a8525;
  }

  .link-5:hover {
    color: var(--brown);
  }

  .link-6 {
    color: var(--white);
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #ba9a8525;
  }

  .link-6:hover {
    color: var(--brown);
  }

  .div-block-94 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 32px;
  }

  .text-block-29-2 {
    margin-top: 20px;
  }

  .top {
    bottom: 12%;
  }

  .top.w--current {
    bottom: 14%;
  }

  .top-button {
    bottom: 12%;
  }

  .top-button.w--current {
    bottom: 14%;
  }

  .flex-block-37 {
    flex-flow: column;
  }

  .div-block-52 {
    width: 100%;
  }

  .div-block-53 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-57 {
    width: 100%;
  }

  .div-block-58 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-73 {
    display: block;
  }

  .div-block-75 {
    width: 49.3%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 999;
    background-color: var(--white);
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .content {
    margin-top: 152px;
  }

  .flex-block-5 {
    width: 70%;
  }

  .flex-block-6 {
    width: 30%;
  }

  .slider {
    display: none;
  }

  .div-block-2 {
    width: 90%;
  }

  .text-block {
    font-size: 32px;
    line-height: 36px;
  }

  .flex-block-12 {
    width: 90%;
  }

  .text-block-4 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .text-block-5 {
    font-size: 54px;
    line-height: 54px;
  }

  .div-block-10, .div-block-12 {
    text-align: center;
  }

  .text-block-9 {
    font-size: 42px;
  }

  .flex-block-20 {
    width: 90%;
  }

  .text-block-11 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-27 {
    min-width: 90%;
  }

  .text-block-18 {
    font-size: 18px;
  }

  .text-block-23 {
    text-align: center;
  }

  .s01 {
    flex-flow: column;
  }

  .div-block-23 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .div-block-23-2 {
    width: 100%;
    height: 180px;
  }

  .s02 {
    flex-flow: column;
  }

  .div-block-24 {
    width: 90%;
  }

  .text-block-8-2 {
    font-size: 22px;
  }

  .div-block-25-3 {
    padding-right: 32px;
  }

  .div-block-28 {
    width: 90%;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: stretch;
  }

  .flex-block-27-copy {
    width: 100%;
  }

  .tablink {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .tablink.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-31 {
    width: 90%;
  }

  .flex-block-32 {
    width: 100%;
  }

  .flex-block-33 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-40 {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-41 {
    width: 100%;
  }

  .text-block-29-2 {
    margin-top: 20px;
    font-size: 32px;
    left: 10px;
  }

  .top, .top-button {
    bottom: 12%;
  }

  .div-block-46 {
    flex-flow: column;
  }

  .tablink1 {
    margin-bottom: 10px;
  }

  .div-block-48 {
    flex-flow: column;
    align-items: stretch;
  }

  .flex-block-38 {
    flex-flow: column;
  }

  .div-block-54 {
    width: 100%;
  }

  .flex-block-39 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .div-block-61 {
    width: 100%;
  }

  .div-block-65 {
    display: block;
  }

  .div-block-68 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-69 {
    width: 100%;
    margin-bottom: 20px;
  }

  .link-block-4 {
    justify-content: flex-start;
    width: 100%;
  }

  .div-block-70 {
    justify-content: flex-start;
    width: 100%;
  }

  .flex-block-889 {
    flex-flow: column;
  }

  .text-block-43 {
    margin-bottom: 10px;
  }

  .flex-block-890 {
    width: 100%;
  }

  .div-block-73 {
    border-radius: 24px;
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._01 {
    background-image: linear-gradient(0deg, var(--dark-purple), #fff0 90%), url('../images/2.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 24px;
    height: 65vh;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
  }

  .image-15 {
    background-image: url('../images/2.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 24px;
  }

  .menu-button {
    font-size: 36px;
  }

  .tablink1-active {
    margin-bottom: 10px;
  }

  .flex-block-27-active {
    width: 100%;
  }

  .div-block-75 {
    width: 100%;
    margin-bottom: 40px;
  }

  .flex-block-27-haber, .flex-block-27-haber3 {
    width: 100%;
  }

  .div-block-87 {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .text-block-54 {
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-88 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  ._02 {
    background-image: linear-gradient(0deg, var(--dark-purple), #fff0 90%), url('../images/1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 24px;
    height: 65vh;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
  }

  ._03 {
    background-image: linear-gradient(0deg, var(--dark-purple), #fff0 90%), url('../images/3.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 24px;
    height: 65vh;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
  }

  ._04 {
    background-image: linear-gradient(0deg, var(--dark-purple), #fff0 90%), url('../images/4.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 24px;
    height: 65vh;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
  }

  .flex-block-odul {
    width: 90%;
  }

  .div-block-90 {
    width: 92%;
  }
}


