@import url("https://fonts.googleapis.com/css?family=Righteous&display=swap&subset=latin-ext");
body {
  font-family: "Righteous", sans-serif;
  overflow-x: hidden;
}
strong {
  letter-spacing: 1px;
}
.navbar {
  padding: 0;
}
img {
  padding: 5px 0;
}
a.nav-link {
  letter-spacing: 1px;
}
.dil {
  padding: 8px;
}
.dil-div {
  padding: 4px 0;
}
.fixed-top {
  position: absolute !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}
.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(230, 204, 133, 0.95);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(176, 139, 69, 0.95);
}
.align-center {
  text-align: center;
}
.nav-link {
  font-weight: bold;
  font-size: 1.2em;
}
.w-100 {
  width: 100%;
}
.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon span {
  background: #e3f2fd;
}
.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
  top: 10px;
}

.animated-icon span:nth-child(4) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
@media only screen and (min-width: 1200px) {
  .turizm-resim {
    width: 58% !important;
  }
}
.mobil-menu-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .navbar {
    background: -webkit-linear-gradient(
      90deg,
      rgba(62, 51, 51, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 100%
    );
    background-color: rgba(0, 0, 0, 0.4);
  }
  .navbar-brand img {
    width: 100px;
  }
  h1 {
    transform: scale(0.8);
    text-align: center;
  }
  .cloud-box,
  .abs-footer-deniz {
    text-align: center !important;
  }
  .turizm-yazi img {
    width: 100%;
    max-width: 350px;
  }
  .footer-link {
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .navbar-brand {
    left: 20px;
    position: absolute;
  }
  .header-bg button,
  .navbar div button {
    right: 20px;
    top: 20px;
    position: absolute;
  }
  .navbar-toggler,
  .navbar-toggler:focus {
    border: none !important;
    outline: none !important;
    z-index: 5;
  }
  .mobil-menu-logo {
    display: block;
  }
  .navbar-collapse {
    position: absolute;
    top: 0;
    background-color: #000;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.4s ease;
    display: block;
    height: 100vh;
    clip-path: polygon(0 6%, 91% 0, 100% 80%, 23% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a.nav-link {
    font-size: 25px;
  }
  .navbar-collapse.collapsing {
    height: 100vh !important;
    margin-left: 50%;
    left: 50%;
    transition: all 0.2s ease;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .mobil-menu-logo img {
    width: 120px;
  }
  .blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    transition: 0.4s;
  }
  .turizm-arkaplan {
    padding-top: 100px !important;
  }
}
.navbar {
  padding-top: 0;
}

/*  İLETİŞİM FORMU */
.iletisim-formu {
  padding-top: 40px;
  background: url(../images/icsayfa-arkaplan.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding-top: 200px;
}
.iletisim-col {
  padding-top: 27px;
}
.iletisim-col p {
  color: #fffcca;
}
.iletisim-col p strong {
  color: #fff;
}
.iletisim-col p a {
  color: #fffcca;
}
.x-50 {
  width: 50%;
}
.x-100 {
  width: 100%;
}
.contact-form .form-field {
  position: relative;
  margin: 32px 0;
  float: left;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 25px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}
.absolute-footer {
  background-color: #000;
}
.abs-footer-deniz {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  letter-spacing: 1px;
}
.createdby img {
  width: 80px;
}
.cloud-logo img {
  width: 100px;
}
.createdby img,
.cloud-logo img,
.abs-footer-deniz {
  padding: 12px 0;
}
.cloud-box {
  text-align: right;
}
.turizm-arkaplan {
  background: url(../images/icsayfa-arkaplan.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding-top: 200px;
}
.turizm-resim {
  position: absolute;
  clip-path: polygon(86% 1%, 100% 59%, 80% 100%, 0 61%, 0 37%, 10% 16%);
}
.turizm-resim img {
  height: 600px;
  width: 100%;
}
.turizm-yazi {
  z-index: 2;
  padding: 50px;
}
.turizm-yazi p {
  color: #fffcca;
}
.turizm-yazi h1 {
  font-size: 6rem;
  color: #fffcca;
}
.turizm-yazi:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.footer-link {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer-link ul {
  list-style-type: none;
  padding-left: 0;
}
.footer-link ul li a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none !important;
}
.footer-iletisim p,
.footer-iletisim p > a {
  color: #fffcca !important;
}
.footer-iletisim p strong {
  color: #fff;
}
.footer {
  padding-top: 200px;
}
hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}
