.ae169 {
  aspect-ratio: 16/9;
}

.full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  background: white;
  color: black;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.nav-link {
  color: white;
  font-weight: 600 !important;
  font-size: 1.2em;
}

.nav-link:hover {
  color:gray;
  font-weight: 600 !important;
  font-size: 1.2em;
}

.navbar {
  background: none !important;
  padding: 15px 0px !important;
  margin: 0px;
}

.navbar-position-absolute {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  background: transparent;
  z-index: 10;
}

img:not(nav img, .carousel img, footer img, .yicon img, .loggo img) {
  padding: 10px;
  background-color: rgba(206, 73, 76, 0.4);
}

.arabaslik {
  margin-bottom: 25px;
  font-size: 1.4em;
  color: #ce494c;
}

.nav-scroll {
  background: #ce494c !important;
  padding: 15px 25px;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 15;
  transition: transform 0.5s;
  transform: translateY(100px);
  border: none;
  box-shadow: 0px 5px 15px rgba(15, 36, 84, 0.05);
}

.text-main {
  color: #ce494c;
}

.text-main2 {
  color: #fd1d8e;
}

.bg-none {
  background: none;
  background-color: transparent;
}

h1 {
  font-weight: 800 !important;
}

p {
  line-height: 1.9;
}

.site-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  background: #ce494c;
  color: white;
  margin: 5px;
}

.site-btn2 {
  text-align: center;
  padding: 10px 30px;
  background: #fd1d8e;
  color: white;
  margin: 5px;
}

.baslik {
  font-size: 2.4em;
  font-weight: 300;
}

.spot {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.4em !important;
}

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

a:hover {
  color: inherit;
}

.page-top-div {
  height: 42vh;
  background: black;
  top: 0px;
}

.container {
  max-width: 1550px;
}

footer {
  padding: 40px 0px;
  background: rgba(0, 0, 0, 0.2) !important;
}

.social a {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  line-height: 40px;
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  background: rgba(206, 73, 76, 0.2);
}

.form-control {
  color: gray !important;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  padding: 15px;
  border-radius: 10px;
}

.form-control:focus {
  box-shadow: none;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  padding: 15px;
  border-radius: 10px;
}

.form-group {
  margin-bottom: 15px;
}
