@font-face {
  font-family: GothamLight;
  src: url(../fonts/Gotham-Light.otf);
}

@font-face {
  font-family: GothamBold;
  src: url(../fonts/Gotham-Bold.otf);
}

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

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

body {
  scroll-behavior: unset;
  font-family: Gotham !important;
}

/* slideshow */

/* slideshow */

/* yeni */
#kusadasi-kesif > div {
  padding-top: 3.125rem;
  margin-bottom: 3.125rem;
}

#kusadasi-kesif div.row:first-child {
  margin-bottom: 3.3rem;
}

.kesif-box {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-height: 335px;
  max-width: 405px;
}

.kesif-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kesif-text {
  height: 71px;
  padding-left: 1.25em;
  background-color: #fff;
}

.kesif-text h4 {
  font-family: Gotham;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4d4d4f;
  margin-bottom: 0;
}

.footer-oteller {
  padding: 51px 0;
}

.footer-oteller .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-oteller .row .otelBox:nth-child(2) {
  margin: 0 87px;
}

.otelBox {
  max-width: 408px;
  max-height: 205px;
  aspect-ratio: 2/1;
  background-image: url(../img/seven-bg-1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 90%;
  padding: 0;
}

.otelBox a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.otelBox img {
  position: absolute;
  z-index: 200;
  left: 50%;
  transform: translate(-50%, 0);
}

.otelBox p {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 300;
  font-family: Gotham;
  font-style: normal;
  font-weight: 325;
  font-size: 12px !important;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 7px;
  padding: 0 15px;
}

.blackBG {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.ek-hr {
  width: 108px;
  height: 1px;
  margin: 10px auto;
  color: #000;
  display: block;
}

.weather {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 161px;
  /*211px*/
  height: 36px;
  /*43px*/
  position: absolute;
  bottom: 8px;
  right: 9px;
  padding: 6px 8px;
  box-sizing: border-box;
}

.weather .day {
  padding-right: 12px;
  font-size: 10px !important;
  /*yeni*/
  border-right: 0.5px solid #424242;
}

.weather .night {
  font-size: 10px !important;
  /*yeni*/
  padding-left: 8px;
}

.sealight {
  position: fixed;
  background-color: #f6f8fa;
  padding: 10px 5px 10px 20px;
  top: 200px;
  right: -270px;
  border-radius: 90px 0px 0px 90px;
  -webkit-border-radius: 90px 0px 0px 90px;
  -moz-border-radius: 90px 0px 0px 90px;
  transition: 1s all;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.18);
  max-width: 162px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sealight-active {
  right: 0;
  transition: 1s all;
}

.sealight img {
  width: 90%;
}

#iletisim iframe {
  min-height: 294px;
  height: 100%;
  width: 100%;
}

#iletisim textarea::placeholder {
  color: #767676;
}

.iletisim-btn {
  width: 100%;
  padding: 18px 0;
  background: #000;
  color: #fff;
  margin-top: 15px;
  border-radius: 0;
}

.iletisim-btn:hover {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

.weather-mobile {
  display: none;
}

/* yeni */

body {
  margin: 0 auto;
  padding: 0px;
  font-family: "GothamBook", sans-serif;
  overflow-x: hidden;
  background: #ffffff;
  font-size: 14px;
}

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

h1,
h2,
h3,
h4 {
  font-weight: 200;
}

.custom-container {
  padding: 0 7vw;
}

.custom-container2 {
  padding: 0vw 0vw 0vw 6vw;
}

.clear {
  clear: both;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.navbar-expand-xxl .navbar-nav .nav-link {
  font-size: 16px;
  color: #4d4d4f;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  background: #aa9873;
  color: white;
}

.logo {
  margin: 10px 0px 10px 0px;
}

.carousel-control-prev-icon {
  background-image: url(../img/slider_up.svg);
}

.carousel-control-next-icon {
  background-image: url(../img/slider_down.svg);
}

.carousel-caption {
  margin-bottom: 20%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 266.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#home_info {
  text-align: center;

  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info_line {
  width: 250px;
  height: 2px;
  background: #000;
  margin-top: 10px;
}

#home_info span,
#home_info h4 {
  /*background: linear-gradient(90deg, #AA9873 0%, #C2AF85 101.41%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;*/
  color: #000;
}

#home_info p {
  max-width: 1100px;
  color: black !important;
}

#home_info .info_button {
  width: 125px;
  height: 35px;
  color: white;
  background: #000;
  border: none;
  padding-top: 5px;
}

.otels_info_line {
  width: 80px;
  height: 2px;
  background: black;
  margin-top: 10px;
  margin-bottom: 5px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #8d7c4d !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
}

.bottom-left {
  position: absolute;
  bottom: 6px;
  left: 22px;
  margin-left: -50px;
  color: white;
  width: 95%;
}

.btn-otels {
  background: #fff;
  width: 130px;
  height: 40px;
  border: none;
  color: #000;
  margin: 10px 0px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.btn-otels:hover {
  background: white;
  width: 130px;
  height: 40px;
  border: none;
  color: #aa9873;
  margin: 10px 0px 10px 0px;
  transition: ease-in-out 0.3s;
}

.btn-otels:hover svg path {
  stroke: #aa9873;
}

#home_otels_info {
  overflow-x: hidden;
  margin-top: 100px;
  padding-bottom: 30px;
}

#home_otels_info small {
  width: 90%;
  font-size: 13px;
}

#home_otels_info .item_img {
  margin-left: -50px;
  max-height: 500px;
  object-fit: cover !important;
}

.parallax-window {
  min-height: 587px;
  background: transparent;
  position: relative;
}

.navbar-toggler {
  box-shadow: none;
}

#media_area {
  background: #f6f8fa;
  padding: 20px 0px 50px 0px;
}

#media_area img:hover {
  opacity: 0.8;
}

.media-button {
  height: 50px;
  width: 100%;
  background: black;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
  border: none;
}

.media-button:hover {
  background: white;
  color: black;
}

.media-button:hover svg path {
  stroke: black;
}

#otels_contact {
  background: white;
}

#otels_contact img:hover {
  opacity: 0.8;
}

#otels_contact_page img:hover {
  opacity: 0.8;
}

.slider_location {
  width: 200px;
  height: 30px;
  background: #ffffff;
  opacity: 0.8;
  margin-top: -3rem;
  position: absolute;
  margin-left: 20px;
  padding: 3px 0px 0px 10px;
  font-size: 14px;
  cursor: pointer;
}

footer {
  background: #f6f8fa;
}

footer p,
footer p a,
footer p a:hover {
  color: #4d4d4f;
  text-decoration: none;
}

footer li {
  list-style-type: none;
  padding-bottom: 8px;
}

footer h5 {
  color: 4D4D4F;
  margin-bottom: 15px;
  font-size: 17px;
}

footer ul {
  padding-left: 0rem !important;
}

footer ul.twoCol {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  max-width: 90%;
}

.foot-dflex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.brd-r {
  border-right: 1px solid #363636;
}

#copy {
  color: #979797;
  margin: 20px 0px 20px 0px;
  background: white;
  padding-top: 20px;
}

#copy .dflex {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.header .dropdown-menu.img-dd.show {
  background-color: #fff;
  transform: translate3d(-230px, 0px, 0px) !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 1.2rem 0.8rem 1.2rem 0.8rem;
}

.mega {
  transition: all 0.2s ease-in-out;
}

.mega:hover {
  transform: scale(1.05);
}

.dropdown-menu[data-bs-popper] {
  left: 0%;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-menu .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.1);
  padding-left: calc(var(--bs-gutter-x) * 0.1);
}

.jssor1 {
  position: relative;
  margin: left;
  top: 50px;
  left: 0px;
  width: 1190px;
  height: 120px;
  overflow: hidden;
  visibility: hidden;
}

.jssor-spin {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.jssor-spin-img {
  margin-top: -19px;
  position: relative;
  top: 50%;
  width: 38px;
  height: 38px;
  object-fit: cover;
}

.jssor1-slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  min-width: 1200px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}

.jssor2 {
  position: relative;
  margin: left;
  top: 55px;
  left: 0px;
  width: 1200px;
  height: 120px;
  overflow: hidden;
  visibility: hidden;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.jssor2-slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: -50px;
  min-width: 1260px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}

.ml10 {
  margin-left: 10px;
}

.obj {
  object-fit: cover;
}

.lang {
  display: flex;
  align-items: center;
  color: white;
  /* padding: 0px 10px 0px 15px; */
}

.lang a {
  color: #8d7c4d;
  text-decoration: none;
}

.headerline {
  height: 30px;
  border-right: 1px solid #999999;
  margin-top: 5px;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-clip: unset;
  opacity: 1;
  margin: 0px 10px 0px 10px;
  border: 2px solid #fff;
}

.carousel-indicators [data-bs-target].active {
  width: 20px;
  height: 20px;
  background-clip: unset;
  border: 2px solid #fff;
  border-radius: 100%;
}

.custom_title {
  position: relative;
}

#page_header .container-fluid {
  --bs-gutter-x: 0rem;
}

#page_header .resp {
  min-height: 200px;
  object-fit: cover;
}

.title_pad {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.breadcrumb {
  color: white;
}

.breadcrumb-item {
  color: white;
}

.breadcrumb-item.active,
.breadcrumb-item a {
  color: white;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
  content: var(--bs-breadcrumb-divider, "⚬");
}

#header_bar {
  min-height: 67px;
  background: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-container {
  width: 100%;
  display: grid;
  /* grid-auto-columns: 1fr; */
  gap: 1em;
  grid-template-areas: "five five five five five five five";
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #595959;
}

.grid-item a {
  color: #595959;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.active.grid-item a,
.grid-item a:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.2);
}

.about_title {
  font-size: 30px;
  font-weight: 200;
  line-height: 35px;
  background: linear-gradient(90deg, #aa9873 0%, #c2af85 101.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 10px;
}

.t1 {
  font-weight: 200;
  font-size: 90px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}

.t2 {
  font-weight: 200;
  font-size: 90px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #ccc;
  margin-top: 110px;
}

#about_area p {
  margin-left: 2.5rem;
}

#about_info {
  background: #f6f8fa;
  padding: 15px 0px 15px 0px;
}

#about_info h4 {
  background: linear-gradient(90deg, #aa9873 0%, #c2af85 101.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about_line {
  width: 120px;
  height: 2px;
  background: #c2af85;
  margin: 10px 0px 10px 0px;
}

.form_area {
  width: 50%;
}

textarea.form-control {
  height: 100%;
}

.form-control,
.form-select {
  height: 50px;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border: 1px solid #d9d9d9;
  box-shadow: none;
}

.login-button {
  margin-top: 10px;
  width: 100%;
  height: 55px;
  color: white;
  border: none;
  background: #000;
}

.login-button:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.red-input {
  accent-color: #aa9873;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border: 1px solid #d9d9d9;
  vertical-align: sub;
}

#media_detail_area {
  margin-bottom: 8vw;
}

.contact_button {
  position: relative;
  width: 167px;
  height: 55px;
  border: none;
  color: white;
  background: linear-gradient(90deg, #c2af85 0%, #aa9873 100%);
  margin-top: -55px;
}

.submit_button {
  color: white;
  border: none;
  width: 100%;
  height: 55px;
  background: linear-gradient(90deg, #c2af85 0%, #aa9873 100%);
}

.modal-title {
  margin: 0 auto;
  padding: 0px;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0) calc(var(--bs-modal-header-padding-x) * 0);
  margin: calc(var(--bs-modal-header-padding-y) * -) calc(var(--bs-modal-header-padding-x) * -) calc(var(--bs-modal-header-padding-y) * -) auto;
}

.modal-content {
  border-radius: 0px;
}

.mega-menu-en-con {
  position: static;
}

@media screen and (max-width: 1400px) {
  #otels_contact span {
    font-size: 14px;
  }

  #otels_contact .img_resp {
    width: 50%;
  }
  .navbar-nav .dropdown-menu {
    position: unset;
  }
  .headerline {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .brd-r {
    border: none;
  }
}

@media screen and (max-width: 999.9px) {
  .bottom-left {
    margin-left: 0px;
  }

  .btn-otels {
    margin-right: 60px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 576px) {
  .carousel-control-prev {
    top: 35% !important;
  }

  .carousel-control-next {
    top: 55% !important;
  }
}

@media screen and (max-width: 992px) {
  .mega {
    margin-bottom: 10px;
  }

  .headerline {
    display: none;
  }

  .lang {
    padding: 0px;
    padding-top: 10px;
  }

  .form_area {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .m10 {
    margin: 10px 0px 10px 0px;
  }

  .btn-otels {
    margin-right: 50px;
  }

  .dropdown-menu {
    width: 275px;
  }

  .jssor1 {
    width: 600px;
  }

  .jssor1-slides {
    min-width: 660px;
  }

  .jssor2 {
    width: 600px;
  }

  .jssor2-slides {
    min-width: 660px;
  }

  .grid-container {
    grid-template-areas: "two two";
    padding: 10px;
  }

  .custom-container2 {
    padding: 0 7vw;
  }
}

@media screen and (max-width: 576px) {
  .form_area {
    width: 95%;
  }

  .btn-otels {
    margin-right: 40px;
  }

  .carousel-caption {
    margin-bottom: 10%;
  }

  .carousel-caption h3 {
    font-size: 18px;
  }

  .w50 {
    width: 30%;
    padding: 10px;
  }

  .about_title {
    font-size: 27px;
  }
}

@media screen and (max-width: 480px) {
  #home_otels_info small {
    display: none;
  }

  .parallax-window {
    min-height: 387px;
    margin-left: 5px;
    margin-top: 40px;
  }

  .bottom-left {
    bottom: 0px;
    margin-left: 0px;
  }

  #home_otels_info .item_img {
    margin-left: 0px;
    max-height: 420px;
    min-height: 230px;
    margin-right: 0px;
  }

  .owl-dots {
    margin-top: 20px;
  }

  #home_info {
    padding: 0px 10px 0px 10px;
  }

  #copy .dflex {
    justify-content: center;
  }

  .foot-dflex {
    align-content: flex-start;
  }

  .owl-item {
    width: 360px;
  }

  .sealight {
    max-width: 122px;
    height: 36px;
  }
}

@media screen and (max-width: 400px) {
  .btn-otels {
    margin-right: 25px;
  }

  .carousel-indicators [data-bs-target].active {
    width: 15px !important;
    height: 15px !important;
  }
}

@media screen and (max-width: 520px) {
  .carousel-control-prev {
    top: 15% !important;
  }

  .carousel-control-next {
    top: 35% !important;
  }
}

@media screen and (min-width: 1700px) {
  span,
  p,
  li {
    font-size: 0.8vw !important;
  }

  small {
    font-size: 0.6vw !important;
  }
}

@media screen and (min-width: 2050px) {
  .mb20 {
    margin-bottom: 20px;
  }

  .dropdown-menu[data-bs-popper] {
    left: 70%;
  }

  .form_area {
    width: 30%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .w50 {
    width: 35%;
  }
}

@media screen and (min-width: 1920px) {
}

.active.owl-item {
  opacity: 1;
}

.owl-item {
  opacity: 0.5;
}

.shadows {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: matrix(1, 0, 0, -1, 0, 0);
  margin-top: 10px;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
}

.w50 {
  width: 25%;
}

.h100 {
  height: 100%;
}

.iletisim-box1 {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
  padding: 16px 31px;
  color: #767676;
}

.iletisim-box1 h4 {
  font-family: Gotham;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 21px;
  text-align: center;
  color: #000;
}

.iletisim-social1 a,
.iletisim-social1 a:visited {
  color: #979797;
}

.form-floating > label {
  left: 13px;
  color: #979797;
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  .mega-menu-en {
    width: 325px;
    left: -60% !important;
  }
}

@media screen and (min-width: 992px) {
  .mega-menu-en-con {
    position: relative;
  }

  .weather {
    width: 211px;
  }

  .weather-mobile {
    display: inline-block;
  }

  .footer-oteller .row {
    flex-direction: row;
  }

  .footer-oteller .row .otelBox:nth-child(2) {
    margin: 0 20px;
  }

  .otelBox {
    max-width: 408px;
    max-height: 205px;
    aspect-ratio: 1/2;
    background-image: url(../img/seven-bg-1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    width: 30%;
  }

  #iletisim iframe {
    min-height: 594px;
  }
}

@media screen and (min-width: 1280px) {
  .mega-menu-en {
    width: 350px;
    left: -75% !important;
  }
}

@media screen and (min-width: 1800px) {
  .mega-menu-en {
    width: 400px;
    left: -85% !important;
  }
}
