body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus {
  outline: 0
}

* {
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  /* background: #242422; */
}

@font-face {
  font-family: 'Frunch';
  src: url(../font/Frunch.otf);
}

@font-face {
  font-family: 'Gilroy';
  src: url(../font/Gilroy-Regular.ttf);
}

.header {
  /* position: absolute; */
  width: 100%;
  z-index: 1;
  top: 0;
  background: auto;
  z-index: 1;
  /* background-image: linear-gradient(red, yellow); */
  /* overflow: hidden; */
  overflow: hidden;
  height: 129px;
  /* background-image: linear-gradient(to right, #fff , #ffffff9c); */
  /* position: absolute; */
  z-index: 9999999999;
  position: fixed;
  left: 0px;
}

.section {
  background: #F2F2F2;
}

.menuopen {
  position: fixed;
  top: 10px;
  right: 60px;
  z-index: 999999999999999;
}

.menuu {
  width: 170%;
}

.menumenu {}


.kurumsaldiv {
  position: absolute;
  top: 200px;
  text-align: center;
  width: 100%;
  text-align: center;
  font-family: "Petit Formal Script", cursive;
  font-weight: 200;
  font-size: 50px;
  color: #fff;
}

.menumobil {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 60px;
  background: #fff;
  text-align: center;
  padding-top: 30px;
  cursor: pointer;
  z-index: 101010101010;
  padding-bottom: 10px;
  border: 1px solid #008ab2;
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.menutext {
  color: #0C8F97;
}

.line {
  background: #fff;
  width: 50%;
  height: 5px;
  margin: 0 auto;
  margin-top: 10px;
  position: absolute;
  top: -10px;
  border-radius: 60px;
}

.menudiv {
  background: #001B34;
  position: fixed;
  top: 0;
  right: 0;
  width: 33.6%;
  height: 100vh;
  z-index: 999999999;
  transition: all 0.5s;
  opacity: 0;
  display: none;
  overflow: hidden;
  /* border-left: 7px solid #4db4e83b; */
  box-shadow: 1px 1px 100px #dedede;
  /* background-image: linear-gradient(to right, #6ca098, #49756d); */
}

.menudivv {
  position: absolute;
  top: 10px;
  right: -90px;
  width: 300px;
  /* z-index: -1; */
  display: none;
  /* margin-left: 100px; */
  margin-right: -100px;
  opacity: 0;
  transition: all 3s;
}

.ucgenimg {
  position: absolute;
  bottom: 34vh;
  right: 52%;
  width: 13%;
  margin-bottom: -60px;
  opacity: 0;
  transition: all 3s;
}

.menucenter {
  width: 85%;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  text-align: right;
}

.menucontent {
  text-align: left;
  margin-top: 100px;
}

.trianglecontainer {
  position: relative;
  /* width: 0; */
  /* height: 0; */
}

.triangle {
  width: 200px;
  height: 200px;
  background: url("../images/hikaye.png") no-repeat center center;
  background-size: cover;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: scale(2.3);
  position: relative;
  margin: 0 auto;
  background-position: -100px;
  opacity: 0;
  transition: all 3s;
}


.trianglecontainerr {
  position: absolute;
  bottom: -260px;
  right: 30%;
  /* width: 0; */
  /* height: 0; */
  z-index: 999;
  background: #000;
  transform: rotate(180deg);
  background: #bc7d20;
  mix-blend-mode: color;
  transform: rotate(180deg) scale(2);
}

.trianglee {
  width: 200px;
  height: 200px;
  background-size: cover;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: scale(3.3);
  position: relative;
  margin: 0 auto;
  background-position: -100px;
  transition: all 3s;
  background: #000;
  background: #fff;
  background: #bc7d20;
  mix-blend-mode: color;
}

.cv {
  position: absolute;
  right: -30px;
  top: 10px;
  left: unset !important;
}

.triangle img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.menucontent div ul li {
  margin-top: 19px;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
  position: relative;
  left: -50%;
  opacity: 0;
  transition: all 1s;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-family: "Kanit", sans-serif;
  letter-spacing: 3px;
}

.headerimg {
  width: 100%;
  display: none;
}

.backdiv {
  width: 100%;
  /* height: 0px; */
  /* position: absolute; */
  top: 0;
  /* filter: blur(10px); */
  /* background: #4a4a4a21; */
  /* opacity: 0.6; */
  /* backdrop-filter: blur(10px); */
  /* background: #242422; */
}

.buttondiv svg {
  position: absolute;
  right: -6px;
  bottom: -23.6px;
  transform: rotate(240deg);
  width: 30px;
}

.buttondivv svg {
  position: absolute;
  right: 28px;
  bottom: -15.9px;
  transform: rotate(245deg);
  width: 60px;
}

.headertop {
  /* position: absolute; */
  top: 0;
  width: 100%;
  /* height: 220px; */
  /* background: #000; */
  /* background-image: linear-gradient(#0000004a, #00000012); */
  padding-top: 38px;
}

.projevariandiv {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  text-align: left;
  padding: 12px;
  color: #BC7D20;
  font-family: "Kanit", sans-serif;
  letter-spacing: 3px;
  position: relative;
  font-size: 13px;
  display: none;
}

.projevariandiv svg {
  position: absolute;
  right: -6px;
  top: -2px;
  height: 47px;
}

.buttondiv {
  margin-top: 30px;
  width: 260px;
  position: relative;
  cursor: pointer;
}

.buttondivv {
  margin-top: 30px;
  width: 260px;
  position: relative;
}

.ucgenlerimg {
  position: absolute;
  top: -10px;
  left: 130px;
  width: 70%;
}

.formallpage {
  transition: all 1s;
  position: fixed;
  right: -352px;
  top: 0;
  z-index: 9999999999;
  height: 100vh;
}

.formcicegiimg {
  position: absolute;
  /* top: 0; */
  bottom: -100px;
  right: 0;
  z-index: 9999999999;
}

.sosyalmedya {
  position: absolute;
  top: 150px;
  width: 60px;
  left: 60px;
}

.diagonal-button {
  padding: 26px;
  font-size: 16px;
  color: #BC7D20;
  background: #fff;
  border: 0px;
  border: 2px solid #BC7D20;
  /* border-left: 1px solid #000; */
  cursor: pointer;
  outline: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* clip-path: polygon(19% 0, 100% 0, 79% 100%, 0% 100%); */
  transition: all 0.6s;
  font-family: "Kanit", sans-serif;
  width: 100%;
  position: relative;
  z-index: 999;
  /* border-right: 30px solid #000; */
  transform: skew(-30deg);
}

.buttondiv:hover .diagonal-button {
  background: #BC7D20;
  color: #fff;
}

.buttondiv:hover .buttondivvv {
  color: #fff;
}


.buttondiv:hover .diagonal-buttonn {
  background: #001B34;
  color: #fff;
}

.buttondiv:hover .buttondivvv {
  color: #fff;
}

.krml {
  margin-top: 60px;
  opacity: 0;
  transition: all 3s;
}

.prodiv {
  position: absolute;
  top: 113px;
  left: 30px;
  /* background: #000; */
  right: 30px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: all 1s;
  z-index: 9999999999;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  letter-spacing: -3px;
  border: 3px solid #fff;
  padding: 10px;
  font-size: 13px;
}

.projelerdiv::after {
  content: '';
  background: #000;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 3s;
  z-index: 9;
}

.projelerdiv:hover:after {
  opacity: 0.6;
}

.projelerdiv:hover .prodiv {
  opacity: 1;
  letter-spacing: 6px;
}

.projelerdiv:hover img {
  transform: scale(1.2);
}

.diagonal-buttonn {
  padding: 26px;
  font-size: 16px;
  color: #BC7D20;
  background: #fff;
  border: 0px;
  border: 2px solid #001B34;
  /* border-left: 1px solid #000; */
  cursor: pointer;
  outline: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* clip-path: polygon(19% 0, 100% 0, 79% 100%, 0% 100%); */
  transition: all 0.6s;
  font-family: "Kanit", sans-serif;
  width: 100%;
  position: relative;
  z-index: 999;
  /* border-right: 30px solid #000; */
  transform: skew(-30deg);

}

.diagonal-buttonn:hover {
  background: #001B34;
  color: #fff !important;
}

.sosyalmedya svg {
  width: 60px;
}

.slidertext {}

.sosyaldonatilar {
  position: absolute;
  right: 60px;
  left: none;
  top: 260px;
  transform: rotate(0deg);
}

.sosyaldonatilar h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 6px;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}

.referanslardivv {
  /* background: #fff; */
  width: 700px;
  padding: 30px;
  margin: 0 auto;
  margin-top: 60px;
  /* border-radius: 30px; */
  border: 1px solid #001B34;
  text-align: center;
  position: relative;
  overflow: hidden;
  position: absolute;
  bottom: -130px;
  /* left: 10px; */
}

.mapimg {
  width: 100%;
}

.ayricaliklar {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
}

.ayricaliklar div ul li {
  width: 27%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: -27px;
}

.referanslardiv {
  background: #fff;
  width: 700px;
  padding: 30px;
  margin: 0 auto;
  margin-top: 60px;
  /* border-radius: 30px; */
  border: 1px solid #001B34;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.referanslardiv::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}

.referanslardiv div ul li {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}

.referanslardiv div ul li img {
  width: 100%;
}

.refimg {
  position: absolute;
  right: -1px;
  top: -1px;
}

.refimgg {
  position: absolute;
  left: -1px;
  bottom: -1px;
}

.ayricaliklar div ul li img {
  width: 100%;
}

.sosyaldiv {
  position: fixed;
  bottom: 30px;
  text-align: center;
  width: 100%;
  right: 60px;
  z-index: 999;
  width: 30px;
}

.mutludiv {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 9999999999;
  line-height: 100px;
  opacity: 0;
  transition: all 3s;
  margin-top: -160px;
}

.kalitediv {
  font-size: 20px;
  color: #fff;
  font-family: "Kanit", sans-serif;
}

.mutdiv {
  font-size: 50px;
  /* font-family: "Kanit", sans-serif; */
  font-family: "Petit Formal Script", ;
  font-family: "Petit Formal Script";
}

.ediyordiv {
  font-size: 39px;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  letter-spacing: 6px;
}

.ayricaliktitle1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 6px;
  color: #fff;
}

.ayricaliktitle2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  color: #fff;
}

svg path {
  transition: all 1s;
}

.binaimg {
  position: absolute;
  bottom: -190px;
  /* z-index: 9999999999; */
  width: 100%;
  right: -160px;
  opacity: 0;
  transition: all 3s;
  z-index: 9999999999;
}

.slidertext h3 {
  font-size: 60px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-shadow: 1px 1px 10px #000;
  font-family: 'Afterglow';
}

.noktaimg {
  position: relative;
  /* right: -100px; */
  width: 260px;
  margin-top: 30px;
  top: 46px;
  left: 160px;
}

.alttext {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-shadow: 1px 1px 10px #000;
}

#section3 {
  background: url('../images/section.png');
}

#sectionn {
  background: url('../images/section.png');
  background-size: 100%;
}

.cizgidiv {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  bottom: 60px;
}

.cizgi {}

.videodiv {
  width: 100%;
  position: fixed;
  z-index: 9999999999;
  height: 100vh;
  transition: all 3s;
  background: #f3f3f3;
}

.videodiv video {
  width: 100%;
  height: 100vh;
  transform: scale(1.2);
}

.formcontent {
  z-index: 9999999;
  width: 350px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  font-weight: 300;
  box-shadow: 0 0 50px #00000030;
  height: 100vh;
  padding-top: 130px;
}

.siziarayalim {
  font-size: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.form li {
  padding: 0;
  list-style: none;
  font-size: 14px;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 6px 0px;
  text-align: initial;
  color: #000;
}

.form li label {
  color: white;
  text-align: unset !important;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 200;
}

.form li label span {
  color: #E6A15F;
  text-align: unset !important;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Inter', sans-serif;
  color: #000;
}

.projediv {
  width: 1100px;
  margin: 0 auto;
}

.projedivv {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.projedivvv {
  margin-top: 16px;
}

.tabdivv {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  width: 95%;
}

.tabdivv div {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  cursor: pointer;
}

.gokimg {
  width: 100%;
  height: 100vh;
}

.form .formtext,
.form .formtextarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 37px;
  line-height: 32px;
  padding-left: 11px;
  background: none;
  /* font-family: "Korolev-Medium"; */
  color: #000;
  font-size: 12px;
  border: unset;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 5px;
  ont-family: 'Inter', sans-serif;
  font-family: 'Inter', sans-serif;
}

.form .formtext::placeholder {
  color: #000;
}

.form .formtextarea::placeholder {
  color: #000;
}

.haritadivvv {
  background: #001B34;
  width: 100%;
  height: 430px;
  position: relative;
  z-index: -1;
  margin-top: 100px;
}

.grupdiv {
  display: inline-block;
  vertical-align: top;
  width: 130px;
}

.grupdiv img {
  width: 100%;
}

.haritadivv {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 9999999999;
  margin-top: -490px;
}

.haritadivv img {
  width: 100%;
}

.formtextarea {
  height: 90px !important;
}

.buttondivvv {
  position: absolute;
  top: 16px;
  /* width: 100%; */
  text-align: center;
  margin: 0 auto;
  z-index: 999;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 1s;
}

.formsubmit {
  width: 140px;
  padding: 11px;
  color: #000;
  width: 50%;
  padding: 11px;
  border: 1px solid #000;
  margin-bottom: 20px;
  transition: all 1s;
  background: unset;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
  height: unset;
  /* border-radius: 10px; */
  width: 120px;
}

.formsubmit:hover {
  background: unset;
  border: 1px solid #C6894E;
  color: #C6894E;
}

#formmenu {
  position: absolute;
  text-align: left;
  font-size: 22px;
  top: 250px;
  z-index: 5;
  right: 275px;
  transition: 1s ease-in-out;
  height: auto;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 164px;
  padding: 15px;
  transform: rotate(-90deg);
  background: #2b4a20;
  text-align: center;
  z-index: 9999999;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.menuimg {}

.headercenter {
  position: relative;
  top: 0;
  width: 1500px;
  /* margin: 0 auto; */
  left: 0;
  right: 0;
  text-align: center;
}

.logo {
  width: 160px;
  position: absolute;
  left: 19px;
  top: 0;
}

.logo img {
  width: 290px;
}

.leftdiv {
  position: absolute;
  left: 0;
  color: white;
  top: 29px;
}

.leftdiv div ul li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
}

.leftdiv div ul a {
  color: white;
}

.rightdiv {
  position: absolute;
  right: 0;
  top: 70px;
  color: #fff;
  top: 27px;
  text-align: right;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  z-index: 9999999999;
}

.haritadiv {
  background: #001B34;
  width: 100%;
  height: 300px;
  margin-top: 60px;
}

.rightdiv div ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 400; */
  font-family: 'Inter', sans-serif;
  color: #000;
  /* border-right: 1px solid #000; */
  padding-right: 17px;
  font-family: "Kanit", sans-serif;
}

.owl-stage-outer {
  width: 810px;
  float: right;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -160px;
}

.owl3 .owl-item.active>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  transform: scale(1.3) !important;
  z-index: 1;
  margin: 30px !important;
}

.owl6 .owl-stage-outer {
  float: unset;
  width: 100% !important;
}

.owl6 .owl-item.active>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  transform: scale(0.7);
  z-index: 1;
  margin: 20px !important;
}

.owl6 .owl-item.center>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  transform: scale(1.6) !important;
  z-index: 99999999999999999999999 !important;
  transition: all 1s;
}

.owl3 .owl-item.active>div {
  z-index: 1 !important;
}

.projeediv {
  color: #BC7D20;
  font-size: 19px;
  font-family: "Kanit", sans-serif;
  margin-bottom: 16px;
  letter-spacing: 3px;
}

.owl3 .owl-item.center>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  transform: scale(1.3) !important;
  z-index: 99999999999999999999999 !important;
  /* margin-top: 30px !important; */
  position: relative;
  top: 60px;
}

.owl3 .owl-item.center>div .projeediv {
  display: none;
}

.projelerdiv {
  position: relative;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  /* border: 1px solid #BC7D20; */
  margin: 6px;
  overflow: hidden;
}

.projelerdiv img {
  width: 100%;
  transition: all 3s;
}

.projelerdiv .projeediv {
  text-align: center;
  margin-bottom: 6px;
  margin-top: 6px;
  display: none;
}

.projelerdiv .projevariandiv svg {
  top: -5px;
}

.owl3 .owl-item.center>div .projevariandiv {
  display: none;
}

.owl3 .owl-item.active>div {
  z-index: 1 !important;
}

.haklardiv {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  margin-top: 19px;
  color: #000;
}

.katalog {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  color: #29471F;
  font-family: 'Poppins', sans-serif;
}

.rightdiv div ul a {
  color: #fff;
}

.mouseimg {
  position: absolute;
  width: 39px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  z-index: 9999999999;
}

.sliderdiv {
  margin-top: 0px;
  position: relative;
  top: -19px;
}

.allslide {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  height: auto;
  position: relative;
  display: none;
}

.yerdiv {
  position: absolute;
  top: 140px;
  left: 200px;
  transform: scale(1);
  margin-left: 130px;
  opacity: 0;
  transition: all 3s;
}

.allslides {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  height: auto;
  position: relative;
  display: none;
}

.shadowimg {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 100vh; */
  z-index: 9999999999;
  display: none;
}

.arrow {
  display: inline-block;
  vertical-align: top;
}

.slideok {
  width: 300px;
  text-align: right;
  position: absolute;
  right: 45.5%;
  margin-top: -70px;
}

.oklar {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 57px;
  margin: 7px;
}

.slider_Text {
  position: absolute;
  top: 25%;
  width: 85%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.slider_Text div {
  margin-top: 10px;
  color: #fff;
}

.slidertext {
  position: absolute;
  bottom: 200px;
  max-width: 1500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.title1 {
  font-size: 26px;
  color: white;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  margin-top: 60px;
  transition: all 1s;
  top: 30px;
  opacity: 0;
}

.title2 {
  font-size: 36px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  position: relative;
  transition: all 1s;
  top: 30px;
  opacity: 0;
  margin-top: 10px;
}

.titles1 {
  font-size: 26px;
  color: #fff;
  position: relative;
  font-weight: 500;
  margin-top: 60px;
  transition: all 1s;
  top: 30px;
  opacity: 0;
}

.titles2 {
  font-size: 36px;
  color: #fff;
  font-weight: 200;
  position: relative;
  transition: all 1s;
  top: 30px;
  opacity: 0;
  margin-top: 10px;
}

.tabdiv {
  position: absolute;
  top: 30px;
  right: 160px;
  border-right: 1px solid #000;
  text-align: right;
  padding: 10px;
}

.tabdiv div ul li a {
  color: #000;
}

.tabdiv div ul li {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
  letter-spacing: 3px;
  cursor: pointer;
}

.tabdiv div ul li::after {
  content: '';
  position: absolute;
  right: -11px;
  height: 33px;
  top: -3px;
  width: 1px;
}

.owlbutton {
  position: absolute;
  bottom: 150px;
  width: 1500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: left;
}

.buttonimg {
  width: 5%;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  cursor: pointer;
}

.titlebg {
  position: absolute;
  top: 55px;
  width: 100%;
  left: -500px;
}

.sliderimg {
  width: 100%;
}


.kurumsalldivv {
  width: 100%;
  margin: 0 auto;
  /* margin-top: -27px; */
  background: #295f351a;
  /* padding: 39px 0px 39px; */
  /* margin-top: 60px; */
  /* margin-top: -60px; */
  position: relative;
}

.container1 {
  width: 100%;
  margin: 0 auto;
  /* margin-top: -27px; */
  text-align: center;
  background: #295f351a;
  /* padding: 39px 0px 39px; */
  /* margin-top: 60px; */
  /* margin-top: -60px; */
}

.iframediv {
  width: 100%;
  text-align: center;
}

.iframediv iframe {
  width: 100%;
  height: 360px;
}

.iframediv button {
  background: #3F2824;
  color: #fff;
  padding: 10px;
  width: 130px;
  border-radius: 30px;
  border: unset;
  margin-top: 39px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.gideceksiniz {
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.gideceksiniz img {
  width: 100%;
}

.tasarimharikasi {
  position: absolute;
  top: -60px;
  width: 27% !important;
  /* right: 0; */
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tasarimyasiyor {
  position: absolute;
  top: -10%;
  width: 26% !important;
  /* right: 0; */
  left: 0;
  right: 160px;
  margin: 0 auto;
}

.tasarimgiremez {
  position: absolute;
  top: -10px;
  width: 26% !important;
  /* right: 0; */
  left: 0;
  right: -600px;
  margin: 0 auto;
}

.gideceksiniztext {
  width: 20%;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.gideceksiniztext h3 {
  font-size: 40px;
  margin-top: 10px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-family: 'Afterglow';
}

.tasarimyasiyortext {
  width: 300px;
  position: absolute;
  top: 17%;
  left: 0;
  right: 160px;
  margin: 0 auto;
  text-align: center;
}

.tasarimyasiyortext h3 {
  font-size: 40px;
  margin-top: 10px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-family: 'Afterglow';
}

.tasarimtext {
  width: 360px;
  position: absolute;
  top: 17%;
  left: 0;
  right: -600px;
  margin: 0 auto;
  text-align: center;
}

.tasarimtext h3 {
  font-size: 40px;
  margin-top: 10px;
  color: #49756d;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-family: 'Afterglow';
}

.gttext {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  margin-top: 100px;
}

.gttextgiremez {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #49756d;
  font-size: 16px;
  margin-top: 120px;
}

.container2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: -210px;
  margin-bottom: 0px;
  text-align: auto;
  position: relative;
  /* z-index: 9999999999; */
}

.container2 svg {
  width: 100%;
}

.container_Info div ul li {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  color: #343434;
}

.blokdiv {
  position: absolute;
  top: 0;
  right: 0;
  background: #242422;
  padding: 10px;
  color: #FEC733;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.studyodiv {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #242422ba;
  padding: 19px;
}

.namediv {
  color: #FEC733;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.alandiv {
  color: #FEC733;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: right;
  width: 70%;
}

.ozelsehir div ul li {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  color: #343434;
  position: relative;
  text-align: right;
  position: relative;
  left: -60px;
}

.inputdiv {
  margin-top: 16px;
  width: 300px;
  position: relative;
}

.inputdiv svg {
  position: absolute;
  bottom: 0px;
  left: -13px;
}

.ozelsehir div ul li form input {
  width: 100%;
  padding: 10px;
  background: unset;
  border: unset;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  font-family: "Kanit", sans-serif;
  letter-spacing: 3px;
}

::placeholder {
  color: #fff;
  font-family: "Kanit", sans-serif;
  letter-spacing: 3px;
}

.ozelsehir div ul li:nth-child(1) {
  margin-right: 30px;
  text-align: center;
  width: 56%;
  top: 30px;
}

.ozelsehirr div ul li {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  color: #343434;
  position: relative;
  text-align: right;
  position: relative;
  left: 60px;
}

.ozelsehirr div ul li:nth-child(2) {
  margin-right: 30px;
  text-align: center;
  width: 56%;
  top: 60px;
}


.ozelsehirrr div ul li {
  width: 63%;
  display: inline-block;
  vertical-align: middle;
  color: #343434;
  position: relative;
  text-align: right;
  position: relative;
  left: 60px;
}

.ozelsehirrr div ul li:nth-child(2) {
  margin-right: 30px;
  text-align: center;
  width: 56%;
  top: 60px;
}

.owl4 .item .ozelsehir div ul li {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
  color: #343434;
  position: relative;
  text-align: right;
  width: 56%;
}

.owl4 .item .ozelsehir div ul li:nth-child(1) {
  margin-right: 30px;
  width: 40%;
}

.iletisim div ul li {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
  color: #343434;
  position: relative;
  text-align: center;
}

.iletisim div ul li:nth-child(1) {
  margin-right: 30px;
}

.ozelimg {
  width: 100%;
}

.textspac {
  /* color: #92cef7; */
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 600; */
  font-family: 'Inter', sans-serif;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: #BC7D20;
  font-size: 20px;
}


.textspacc {
  /* color: #92cef7; */
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 600; */
  font-family: 'Inter', sans-serif;
  /* font-family: "Kanit", sans-serif; */
  font-family: "Petit Formal Script", cursive;
  position: relative;
  left: -30px;
}


.textspaccc {
  /* color: #92cef7; */
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 600; */
  font-family: 'Inter', sans-serif;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: #001B34;
  font-size: 20px;
}


.textspaccccc {
  /* color: #92cef7; */
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 600; */
  font-family: 'Inter', sans-serif;
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  text-align: left;
  width: 210px;
  margin: 0 auto;
  margin-top: 30px;
}

.texttitle {
  font-size: 40px;
  margin-top: 10px;
  color: #3b3835;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Afterglow';
}

.text {
  color: #3b3b35;
  margin-top: 27px;
  line-height: 27px;
  font-family: 'Open Sans', sans-serif;
  /* font-weight: 500; */
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-family: "Kanit", sans-serif;
  color: #6F6F6F;
}

.agac {
  width: 100px;
  margin: 0 auto;
  margin-top: 60px;
}

.agacc {
  width: 100px;
}

.scrollline {
  height: 20px;
  width: 0%;
  background: #C6894E;
  position: absolute;
  bottom: 30px;
  z-index: -1;
  transition: all 1s;
}

.grvmalscroll {
  right: -500px;
}

.scrolltops {}

.cicekimg {
  width: 60px !important;
  margin: 0 auto;
}

.uskumrukoyyimg {
  width: 390px !important;
  margin: 0 auto;
  margin-top: 39px;
}

.containertitle {
  margin-top: 100px;
  /* width: 1150px; */
  margin: 0 auto;
  text-align: unset;
  text-align: center;
}

.containertitle h3 {
  color: #fff;
  text-align: center;
  font-size: 39px;
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #000;
  /* color: #FEC733; */
}

.containertitle .info-group h3 {
  font-size: 27px;
  text-align: unset;
}

.haberlerdiv {
  /* display: flex; */
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.galeridiv {
  /* display: flex; */
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /* padding-top: 100px; */
  /* padding-bottom: 100px; */
}

.hakkimizdadiv {
  margin-top: 100px;
  width: 100%;
  margin: 0 auto;
  text-align: unset;
}

.yapitimg {
  position: absolute;
  /* bottom: -10px; */
  bottom: 0;
  right: -20%;
  z-index: -1;
  width: 47%;
}

.boxdiv {
  width: 260px;
  margin: 10px;
  /* text-align: center; */
  display: inline-block;
  vertical-align: middle;
}

.boxdiv img {
  width: 100%;
}

.boxdiv h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #fff;
}

.tarihdiv {
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 600;
  /* color: #FEC733; */
  font-size: 12px;
  margin-top: 19px;
  font-family: "Petit Formal Script";
  font-size: 100px;
  width: 300px;
  position: relative;
  bottom: 350px;
  left: 53%;
  text-align: left;
}


.tarihdiv span {
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 600; */
  /* color: #FEC733; */
  /* font-size: 12px; */
  /* margin-top: 19px; */
  color: #BC7D20;
}


.turuncutitle {
  color: #E6A15F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 50px;
  text-align: center;
}

.dusunluldudiv {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: center;
}

.dusunluldudivv {
  display: inline-block;
  vertical-align: top;
  width: unset;
  text-align: center;
  border-right: 1px solid #707070;
  padding: 17px;
}

.iletisimdiv {
  width: 100%;
  position: relative;
}

.iletisimdiv img {
  width: 100%;
}

.uygulamadiv {
  position: absolute;
  bottom: 100px;
  left: 100px;
}

.masaldiv {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 39px;
}

.turkiyediv {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 39px;
}

.uygulamadiv button {
  padding: 19px;
  background: #242422;
  border: unset;
  border-radius: 30px;
  color: #FEC733;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.textinfo {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.grvmall {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.grvmall div ul li {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.grvmall div ul li:nth-child(2) {
  width: 26%;
}

.grvmall div ul li img {
  width: 100%;
}

.isra {
  position: relative;
  margin-top: -10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-content: center;
}

.uskumrukoydiv {
  margin-top: 60px;
  padding-top: 119px;
  padding-bottom: 119px;
  background: #3F2824;
}

.uskumrukoycenterdiv {
  width: 1000px;
  margin: 0 auto;
}

.linedivv {
  background: #fff;
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 100px;
}

.usrumrukoyimg {
  position: absolute;
  top: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #3F2824;
  padding: 19px;
}

.titleimgdiv {
  position: absolute;
  top: 40%;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  right: 6%;
  font-size: 26px;
}

.turkiyediv .isratextt {
  position: relative;
  margin-top: 29px;
  margin-bottom: 29px;
}

.isratextt {
  position: absolute;
  top: 0;
  width: 1100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.7s;
  z-index: 9999999999;
  display: flex;
  height: 100%;
  align-content: stretch;
  justify-content: space-evenly;
  flex-direction: column-reverse;
}

.ekrandiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  transition: all 0.7s;
  opacity: 0;
}

.isra:hover .ekrandiv {
  opacity: 0.7;
}

.isra:hover .isratextt {
  opacity: 1;
}

.isra:hover .titleimgdiv {
  display: none;
}

.yapimimg {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.yapimimg img {
  transition: all 0.7s;
}

.yapimdiv {
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* text-align: center; */
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 39px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  /* color: #FEC733; */
  text-shadow: 1px 1px 10px #000;
  transition: all 0.7s;
  opacity: 0;
}

.yapimimg:hover img {
  filter: blur(3px);
  opacity: 0.7;
}

.yapimimg:hover .yapimdiv {
  opacity: 1;
}

.righttextt1 {
  font-size: 14px;
  /* font-family: 'Open Sans', sans-serif; */
  /* font-weight: 500; */
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #fff;
}

.sizleridearamizda {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sizleridearamizdaimg {
  width: 120%;
}

.sizleridearamizdatext {
  position: absolute;
  top: 10px;
  max-width: 600px;
  text-align: center;
}

.isratext {
  position: absolute;
  top: 15%;
  max-width: 1100px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.righttext {
  width: 35%;
  position: absolute;
  font-weight: 400;
  left: 0;
  text-align: left;
  line-height: 25px;
}

.righttext1 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.righttext2 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  margin-top: 60px;
}

.suiteback {
  margin-top: 100px;
}

.suiteimg {
  width: 100%;
}

.suits {
  position: relative;
  top: 0;
  text-align: center;
}

.suits ul {
  display: flex;
  /* width: 40%; */
  /* vertical-align: middle; */
  justify-content: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
  align-content: stretch;
}

.suittitle div ul li {
  font-size: 16px;
  color: #3F2824;
  font-family: 'Open Sans', sans-serif;
  /* font-weight: 200; */
  margin: 10px 10px;
  /* width: 22.9%; */
  text-align: center;
  /* width: 60%; */
  border: 3px solid #3F2824;
  border-radius: 30px;
  /* height: 200px; */
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-align: center;
  /* display: block; */
  width: 16%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ikonlar {
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}

img.ikonlar {}

.adetler {
  margin-top: 50px;
}

.adetler div ul li {
  width: 19%;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #105577;
  margin-left: 56px;
  padding-right: 50px;
}

.adetler div ul li:nth-child(4) {
  border: 0;
}

.adettitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 200;
}

.adetalt {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #E6A15F;
  font-weight: 500;
}

.galericontainer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tabs {
  margin-top: 60px;
  text-align: center;
}

.galeritab {
  display: inline-block;
  vertical-align: top;
  /* margin: 10px; */
  width: 190px;
}

.zoomdive {
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
}

.containerdiv {
  position: relative;
  transition: all 0.6s;
  /* overflow: hidden; */
}

.containerdiv img {
  width: 100%;
}

.zoomdiv {
  width: 1000px;
  position: absolute;
  bottom: 100px;
  /* right: 0; */
  /* left: 0; */
  text-align: right;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.zoomdiv img {
  width: 60px;
  display: inline-block;
  vertical-align: top;
}

.s1 {
  width: 26px;
  position: absolute;
  top: 43%;
  left: 35%;
  text-align: center;
}

.s1 img {}

.s2 {
  width: 26px;
  position: absolute;
  top: 49%;
  left: 43%;
  text-align: center;
}

.s2 img {}

.s3 {
  width: 26px;
  position: absolute;
  top: 66%;
  left: 62%;
  text-align: center;
}

.s3 img {}

.s4 {
  width: 26px;
  position: absolute;
  top: 33%;
  left: 39%;
  text-align: center;
}

.s4 img {}

.s5 {
  width: 26px;
  position: absolute;
  top: 38%;
  left: 44%;
  text-align: center;
}

.s5 img {}

.s6 {
  width: 26px;
  position: absolute;
  top: 43%;
  left: 52%;
  text-align: center;
}

.s6 img {}

.s7 {
  width: 26px;
  position: absolute;
  top: 51%;
  left: 61%;
  text-align: center;
}

.s7 img {}

.s8 {
  width: 26px;
  position: absolute;
  top: 56%;
  left: 69%;
  text-align: center;
}

.s8 img {}

.s9 {
  width: 26px;
  position: absolute;
  top: 60%;
  left: 74%;
  text-align: center;
}

.s9 img {}

.s10 {
  width: 26px;
  position: absolute;
  top: 25%;
  left: 44%;
  text-align: center;
}

.s10 img {}

.s11 {
  width: 26px;
  position: absolute;
  top: 30%;
  left: 49%;
  text-align: center;
}

.s11 img {}

.s12 {
  width: 26px;
  position: absolute;
  top: 35%;
  left: 57%;
  text-align: center;
}

.s12 img {}

.s13 {
  width: 26px;
  position: absolute;
  top: 42%;
  left: 67%;
  text-align: center;
}

.s13 img {}

.s14 {
  width: 26px;
  position: absolute;
  top: 48%;
  left: 74%;
  text-align: center;
}

.s14 img {}

.s15 {
  width: 26px;
  position: absolute;
  top: 53%;
  left: 79%;
  text-align: center;
}

.s15 img {}

.s16 {
  width: 26px;
  position: absolute;
  top: 36%;
  left: 21%;
  text-align: center;
}

.s15 img {}

.s166 {
  width: 26px;
  position: absolute;
  top: 0;
  left: 32%;
  text-align: center;
}

.s166 img {}

.s17 {
  width: 26px;
  position: absolute;
  top: 7%;
  left: 29%;
  text-align: center;
}

.s17 img {}

.s18 {
  width: 26px;
  position: absolute;
  top: 16%;
  left: 23%;
  text-align: center;
}

.s18 img {}

.s16 {
  width: 26px;
  position: absolute;
  top: 36%;
  left: 21%;
  text-align: center;
}

.s15 img {}

.owl3 .owl-dots.disabled,
.owl-carousel .owl-nav {
  display: block !important;
  position: absolute !important;
  top: 49% !important;
  width: 93% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.studyo {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 999999999;
  color: #FEC733;
  font-size: 30px;
  width: 1200px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 10px #000;
}

.altimg {
  width: 1000px;
  margin: 0 auto;
}

.altimg img {
  width: 100%;
}

.titlediv {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}


.titledivv {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #001B34;
  font-family: "Petit Formal Script", cursive;
  font-size: 50px;
  width: 100%;
  text-align: center;
}

.galeri {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.gl {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.gl img {
  width: 100%;
}

.gll {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.glimg {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.gll img {
  width: 100%;
}

.yakinimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #49756db3;
  transition: all 0.6s;
  opacity: 0;
}

.gl:hover .yakinimg {
  opacity: 1;
}

.glimg:hover .yakinimg {
  opacity: 1;
}

.yakinlastir {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  width: 70px !important;
  margin: 0 auto;
  margin-top: 60px;
  transition: all 0.6s;
  opacity: 0;
}

.gl:hover .yakinlastir {
  opacity: 1;
  margin-top: 0px;
}

.closeimgg {
  position: absolute;
  right: 39px;
  top: 39px;
  transform: scale(1.5);
}

.glimg:hover .yakinlastir {
  opacity: 1;
  margin-top: 0px;
}

.galeri div ul li {
  border-radius: none;
  border: 1px solid #707070;
  margin: -3px;
  height: auto;
  overflow: hidden;
  width: 100%;
  display: block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin: 0px;
}

.galeri div ul li img {
  width: 100%;
  transform: scale(2);
}

.katplanlalari {
  position: absolute;
  color: #fff;
  right: 0;
  width: 100%;
  background: #c39218;
  bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.galeritab button {
  border: unset;
  background: unset;
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 200;
  opacity: 0.6;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Afterglow';
  width: 100%;
  border-radius: 60px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.slidergaleri {
  display: none;
  width: 1100px;
  margin: 0 auto;
  /* margin-top: 60px; */
}


.slidergalerri {
  display: none;
  width: 1100px;
  margin: 0 auto;
  /* margin-top: 60px; */
  margin-top: 260px;
}

.galeriokdiv {
  position: absolute;
  top: 50%;
  width: 100%;
}

.galeriokdiv a {
  cursor: pointer;
}

.galeriokdiv a:nth-child(2) {
  float: right;
}

.owl3 .owl-item.active>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  z-index: 1;
  border: 1px solid #BC7D20;
  margin-left: 70px !important;
  padding-top: 10px;
  margin-right: 60px !important;
}

.owl3 .item {
  position: relative;
  left: -30px;
}

.owl3 .owl-item.center>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  z-index: 99999999999999999999999 !important;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.owl3 .owl-item.active>div {
  z-index: 1 !important;
}

.owl7 .owl-item.active>div {
  cursor: auto;
  position: absolute;
  z-index: 99999999999999999999999 !important;
  transition: all 1s;
  overflow: hidden;
  margin: 10px;
}

.owl7 .owl-item.active>div {
  z-index: 1 !important;
  margin: 10px;
}

.owl8 .owl-item.active>div {
  cursor: auto;
  position: absolute;
  z-index: 99999999999999999999999 !important;
  transition: all 1s;
  overflow: hidden;
  margin: 10px;
}

.owl8 .owl-item.active>div {
  z-index: 1 !important;
  margin: 10px;
}

.sizinbahceniz {
  position: absolute;
  bottom: 100px;
  width: 400px !important;
  left: 10%;
}

.owl4 .owl-item.active>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  z-index: 1;
  /* margin: 20px !important; */
}

.owl4 .owl-item.center>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  transform: scale(1) !important;
  z-index: 99999999999999999999999 !important;
  transition: all 1s;
}

.owl4 .owl-item.active>div {
  z-index: 1 !important;
}

.owl5 .item {
  transform: scale(1);
}

.owl5 .item h3 {
  padding: 29px;
}

.hakkimizdaaciklamadiv {
  padding: 29px;
}

.owl5 .owl-stage {
  width: 100% !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.owl6 .owl-item.active>div {
  cursor: auto;
  margin: 0;
  position: absolute;
  transform: scale(0.7);
  z-index: 1;
  margin: 20px !important;
}

.owl5 .item h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 27px;
  color: #FEC733;
  margin-top: 19px;
}

.hakkimizdaaciklamadiv {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #fff;
  margin-top: 19px;
}

.owl-carousel .owl-stage {
  /* padding-top: 60px; */
  /* padding-bottom: 60px; */
}

.owl7 .owl-dots.disabled,
.owl-carousel .owl-nav {
  position: absolute !important;
  top: 49% !important;
  width: 113% !important;
  left: -77px !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.owl7 .owl-carousel .owl-dots.disabled {
  display: none !important;
}

.owl8 .owl-dots.disabled,
.owl-carousel .owl-nav {
  position: absolute !important;
  top: 13% !important;
  width: 100px !important;
  left: -70% !important;
  right: 0 !important;
  margin: 0 auto !important;
  z-index: 9999999999 !important;
  text-align: center !important;
  margin-top: 60px !important;
}

.owl8 .owl-carousel .owl-dots.disabled {
  display: none !important;
}

.owl-theme .owl-nav {}

.owl7 .owl-carousel .owl-nav {
  display: block !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -80px;
  z-index: -1;
}

.owl4 .owl-nav {
  display: block !important;
  position: absolute;
  /* top: 39%; */
  width: 290px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  top: unset !important;
  bottom: -100px !important;
  z-index: 9999999999;
}

.owl5 .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 7px;
  background: unset !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0px !important;
  border: 1px solid #75362b;
  border-radius: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

.owl-prev {
  /* float: left; */
}

.owl-next {
  /* float: right; */
  position: relative;
  top: -36px;
  left: 6px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 0px !important;
  padding: 0px !important;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border: unset !important;
  background: unset !important;
  margin: 15px !important;
}

.ulasincontainer {
  margin-top: 100px;
}

.ulasincontainer div ul li {
  width: 69%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

.ulasincontainer div ul li:nth-child(2) {
  width: 20%;
  padding-left: 50px;
}

.ulasincontainer div ul li img {
  cursor: pointer;
  transition: all 1s;
}

.bizeulasin {
  width: 100%;
  transition: all 1s;
  cursor: pointer;
}

.konum1 {
  position: absolute;
  top: 17%;
  left: 49%;
  width: 9%;
  transition: all 1s;
}

.konum2 {
  position: absolute;
  top: 26%;
  left: 59%;
  width: 9%;
  transition: all 1s;
}

.konum3 {
  position: absolute;
  top: 43%;
  left: 63%;
  width: 9%;
  transition: all 0.6s;
}

.konum4 {
  position: absolute;
  top: 61%;
  left: 61%;
  width: 9%;
  transition: all 1s;
}

.konum5 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 9%;
  transition: all 1s;
}

.konum6 {
  position: absolute;
  bottom: 17%;
  left: 39%;
  width: 9%;
  transition: all 1s;
}

.konum1:hover {
  transform: scale(1.5);
}

.konum2:hover {
  transform: scale(1.5);
}

.konum3:hover {
  transform: scale(1.5);
}

.konum4:hover {
  transform: scale(1.5);
}

.konum5:hover {
  transform: scale(1.5);
}

.konum5:hover {
  transform: scale(1.5);
}

.konum6:hover {
  transform: scale(1.5);
}

.ulasintitle {
  font-size: 40px;
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
  color: white;
}

.ulasininfo {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: #fff;
}

.buttonulasin button {
  margin-top: 30px;
  background: unset;
  border: unset;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}

.buttonulasin button svg {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px;
}

.numaradiv {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}

.numaradiv img {
  vertical-align: middle;
  margin: 10px;
}

.mennuudiv {
  /* background: #000; */
  /* width: 16% !important; */
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.footer {
  margin-top: 60px;
  background: #fff;
  padding-bottom: 60px;
}

.youngbee {
  display: inline-block;
  vertical-align: middle;
}

.footercenter {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.footermenu {
  display: inline-block;
  vertical-align: top;
}

.footermenu div ul li {
  display: inline-block;
  vertical-align: top;
  margin: 60px;
}

.footerlogo {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.ftlogo {
  width: 200px;
  margin-top: 139px;
}

.ftlogoo {
  width: 100px;
  margin-top: 20px;
}

.footerdiv {
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.footercenter div ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  cursor: pointer;
  margin-right: -30px;
  width: 100%;
  text-align: left;
  margin-bottom: -160px;
  margin-top: 160px;
  text-align: center;
}

.footercenter div ul li:nth-child(1) {
  width: 100%;
  margin-top: 36px;
  text-align: center;
}

.footercenter div ul li a {
  color: #000;
  /* width: 30%; */
  /* display: inline-block; */
  vertical-align: top;
  /* width: 30%; */
  /* text-align: left; */
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  line-height: 30px;
}

.footercenter div ul li:nth-child(2) a .footercontent {
  /* display: inline-block; */
  /* vertical-align: top; */
  /* margin: 6px; */
  color: #000;
  font-family: 'Inter', sans-serif;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}

.footermenu {
  /* text-align: center; */
  display: block;
  margin-top: 10px;
  margin-bottom: 160px;
}

.footerbaslik {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.footercontent {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 400;
  margin-top: 17px;
}

.footercontainer {
  margin-top: 60px;
  display: none;
}

.footerimg {
  width: 100%;
}

.followus {
  color: #000;
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
}

.textcenter {
  color: white;
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
  background: #355d28;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contactButtonSvg {
  position: relative;
  right: -244px;
  bottom: -111.9px;
  transform: rotate(240deg);
  width: 30px;
  z-index: 1;
}

.contact-diagonal-button {
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Kanit", sans-serif;
  position: relative;
  height: 50px;
  padding: 0;
  border: 0;
  text-align: center;
  font-weight: 500;
  margin: 0px auto;
  transform: skew(30deg);
  width: 230px;
  left: 15px;
  transition: all 0.5s;
  color: #29471F;
}

.contact-diagonal-button:hover {
  background: #BC7D20;
  color: #fff;
}

.contactbuttondiv:hover {
  background: #BC7D20;
  color: #fff;
}

.contactbuttondiv {
  margin-top: 30px;
  width: 260px;
  position: relative;
  cursor: pointer;
  transform: skew(-30deg);
  border: 2px solid #BC7D20;
  z-index: 2;
  transition: all 0.5s;
}

.contactbuttondiv:hover {
  background: #BC7D20;
  color: #fff;
}

.mainButtonSvg {
  position: relative;
  right: -244px;
  bottom: -111.9px;
  transform: rotate(240deg);
  width: 30px;
  z-index: 1;
}

.main-diagonal-button {
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Kanit", sans-serif;
  position: relative;
  height: 50px;
  padding: 0;
  border: 0;
  text-align: center;
  font-weight: 500;
  margin: 0px auto;
  transform: skew(30deg);
  width: 230px;
  left: 15px;
  transition: all 0.3s;
  color: #29471F;
}

.main-diagonal-button:hover {
  background: #BC7D20;
  color: #fff;
}

.mainbuttondiv:hover {
  background: #BC7D20;
  color: #fff;
}

.mainbuttondiv {
  margin-top: 30px;
  width: 260px;
  position: relative;
  cursor: pointer;
  transform: skew(-30deg);
  border: 2px solid #BC7D20;
  z-index: 2;
  transition: all 0.3s;
  background: white;
}

.mainbuttondiv:hover {
  background: #BC7D20;
  color: #fff;
}