* {
  margin: 0px;
  padding: 0px;
  list-style-type: none !important;
  text-decoration: none !important;
}

body {
  overflow-x: hidden;
  font-family: Myriad Pro, Trebuchet MS, Arial !important;
}
@font-face {
  font-family: "novecento_bold";
  src: url("../fonts/novecento_bold.eot");
  src: url("../fonts/novecento_bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/novecento_bold.woff2") format("woff2"),
    url("../fonts/novecento_bold.woff") format("woff"),
    url("../fonts/novecento_bold.ttf") format("truetype"),
    url("../fonts/novecento_bold.svg#novecento_boldbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.kurumsal-body {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
  left: 320px;
  background-image: url(../images/slider/slider2.jpg);
  background-repeat: no-repeat;
  object-fit: cover;

  background-position: top;
  z-index: 0;
  overflow: hidden;
}

.blackarea {
  width: 100%;
  height: 100vh;
  background: black;
  opacity: 0.6;
  position: absolute;
  z-index: 0;
}

.toparea {
  width: 330px;
  height: 100%;
  background-image: url(../images/solmenubg.png);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.hakkimizda {
  width: 750px;
  position: absolute;
  top: 70px;
  left: 100px;
}

.about-us {
  clear: both;
  float: left;
  width: calc(100% - 20px);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  position: relative;
}

.sadetekstil {
  clear: both;
  float: left;
  width: 100%;
  color: #0b85a5;
  font-size: 25px;
  letter-spacing: 5px;
  font-family: "novecento_bold";
  margin-top: 20px;
}

.sayfaciz {
  clear: both;
  float: left;
  width: 100%;
}

.sayfaciz .sayfa {
  font-size: 20px;
  color: #b49939;
  letter-spacing: 15px;
}

.sayfaciz .cizgi {
  width: 58%;
  float: right;
  border-bottom: 1px solid #877a45;
  margin-top: -5px;
  margin-right: -10px;
}

.kapatgeri {
  position: absolute;
  right: 0px;
  top: 0px;
}

.kapatgeri .kapat {
  position: absolute;
  top: 10px;
  right: 10px;
}

.kapatgeri .geri {
  position: absolute;
  top: 58px;
  right: 13px;
}

.metinalan {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  font-size: 19px;
  color: #4f4f4f;
}

.metinalan .koleksiyon {
  height: 230px;
  margin: 20px 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.metinalan .koleksiyon:hover img {
  filter: grayscale(0);
  transition-property: filter;
  transition-duration: 1s;
}
.metinalan .koleksiyon:hover .metinc {
  background-color: transparent;
}
.metinalan .koleksiyon:hover h6 {
  color: white !important;
}
.metinalan .koleksiyon:hover .metinc img {
  filter: none;
}

.metinalan .koleksiyon .metinc {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.211);
  padding: 15px 0px;
  transition: 0.6s all;
}

.metinalan .koleksiyon .metinc h6 {
  color: #000;
  font-size: 32px;
  font-family: "Libre Baskerville", serif, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  transition: 0.6s all;
  font-weight: bold;
}

.metinalan .koleksiyon .resim {
  filter: grayscale(1);
  width: 100%;
}

.metinalan .koleksiyon .metinc img {
  width: 50px;
  filter: grayscale(1);
}

.logo {
  top: 60px;
  left: 50px;
  position: absolute;

  width: 100px;
}

.list {
  color: white;
  font-size: 15px;
  padding: 10px;
  margin: 20px;
  margin-top: 50px;
}

a {
  font-family: Roboto Condensed;
  color: white;
}

a:hover {
  color: rgb(194, 189, 189);
}

.menu {
  position: absolute;
  top: 250px;
  width: 100%;
}

.icon {
  width: 40px !important;
  height: 50px;
  color: gray;
}

li {
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
}

.dil {
  position: absolute;
  bottom: 15vh;
  background-color: rgba(255, 255, 255, 0.297);
  width: 90%;
  text-align: end;
  font-size: 28px;
  right: -10px;
  padding-right: 20px;
}
.dil a {
  margin-right: 10px;
}
.active-dil {
  text-shadow: #000000 2px 2px 3px;
  color: #ffffff;
}
.br {
  margin-left: 5px;
  border-right: white 1px solid;
}

.bg-div {
  position: fixed;
  right: 0;
  bottom: 0;
  width: calc(100% - 310px);
  max-height: 100vh;
}
.bg-div img {
  height: 140vh;
  width: 110%;
  margin-top: -40vh;
  object-fit: cover;
}
.bg-div > div {
  height: 100vh;
}
.toparea footer {
  width: 330px;
  position: fixed;
  bottom: 15px;
  left: 0;
  height: 80px;
}
footer a {
  color: #000;
}
.toparea footer > p {
  color: #ffffff;
  margin-left: 15px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.toparea footer ul {
  display: flex;
  list-style: none;
  width: 330px;
  padding-top: 10px !important;
  padding-left: 5rem;
  padding-bottom: 10px;
}
.toparea footer ul p {
  text-align: center;
  width: 20%;
  font-size: 20px;
  transition: 0.4s all;
}
.toparea footer ul p i {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.489);
  padding: 6px 8px 6px 8px;
  text-align: center;
  cursor: pointer;
}
.toparea footer ul p:hover {
  transform: scale(1.2);
}
.toparea footer ul p:hover i {
  background-color: #00000088;
  color: rgba(255, 255, 255, 0.489);
}
.iletisim-form-text li {
  text-align: left;
  padding-bottom: 20px;
  font-size: 14px;
}
.title-il {
  font-size: 20px;
  font-weight: bold;
  padding-top: 120px;
  padding-bottom: 20px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 8px 25px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: transparent;
  border: 2px solid #e1e1e1;
}
input {
  width: 100%;
}
textarea {
  height: 100px;
  resize: none;
}
.form-1,
.form-2 {
  width: 100%;
  display: flex;
}
.iletisim-btn {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 30px 10px 31px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: none;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #86735c;
  color: #fff;
  transition: 0.4s all;
}
.iletisim-btn:hover {
  background-color: #0b85a5;
  color: #fff;
}
.iletisim-body {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 320px;
  background-image: url(../images/slider/slider3.jpg);
  background-repeat: no-repeat;
  background-position: top;
  z-index: 0;
  /* overflow: hidden; */
}

.hakkimizda {
  width: 850px;
  position: absolute;
  top: 70px;
  left: 100px;
}
.icerik {
  width: 48%;
  overflow: hidden;
}
.icerik:hover .icerik-text {
  height: 100%;
  cursor: pointer;
}
.icerik:hover p {
  margin-top: 60%;
  font-size: 22px;
}
.icerik p {
  transition: 1s all;
  color: black !important;
  font-family: Myriad Pro, Trebuchet MS, Arial !important;
  font-weight: bold;
}
.icerik-text {
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 101%;
  text-align: center;
  font-size: 18px;
  margin: 0px;
  padding: 10px 0 0 0;
  transition: 1s all;
}
.icerik img {
  width: 100%;
}
.modal img {
  width: 100%;
}
.modal-dialog {
  max-width: 800px !important;
}
.diger-b .metinalan {
  margin-top: 20px;
}
.icerik .foto-4 {
  width: 200%;
  margin-left: -40px;
  margin-top: -80px;
}
ul,
ol {
  margin-block-start: 0em !important;
  padding-inline-start: 0px;
}
