@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: GothamBook;
  src: url(../fonts/Gotham-Book.otf);
}

@font-face {
  font-family: Caslon;
  src: url(../fonts/Adobe\ Caslon\ Pro\ Regular.ttf);
}

* {
  font-family: GothamLight;
}

/* YENİ */

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Grow */

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Rectangle Out */

#odalar .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

#odalar .black-btn,
#diger-aktiviteler .black-btn {
  max-width: 163px;
  margin-top: 60px;
  text-transform: uppercase;
}

#diger-aktiviteler {
  background: #f6f8fa;
  margin-top: 10px;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

#kesfet .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}

#kesfet {
  background-image: url(../img/kesfet-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 95px;
  padding-bottom: 95px;
}

.plus {
  width: 55px;
  height: 55px;
  background-color: #8d7c4d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -27px;
  right: 17px;
  border-radius: 50%;
}

.plus img {
  width: 18px;
  height: 18px;
}

#kesfet .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

#kesfet .card-text {
  font-style: normal;
  font-weight: 325;
  font-size: 14px;
  line-height: 24px;
  color: #717171;
}

#kesfet .card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 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) !important;
}

.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;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 7px;
}

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

#kusadasi-kesif > div {
  margin-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: GothamBold;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4d4d4f;
  margin-bottom: 0;
}

/* YENİ */

/*xxxxxxx */
.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%;
}

/*xxxxxxx */

.black-btn {
  background-color: #000;
  padding: 8px 23px;
  color: #fff;
}

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

.rez-text {
  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;
}

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

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

.paralax-text {
  color: #fff;
  text-align: center;
  height: 100%;
  font-family: "Caslon", sans-serif;
}

.paralax-text .vr {
  height: 190px;
  margin: 25px 0;
}

.paralax-text .vr:nth-child(4) {
  height: 150px;
}

.paralax-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 24px;
  /* identical to box height, or 80% */

  text-align: center;
  letter-spacing: 0.375em;
}

.paralax-p,
.paralax-hashtag {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  text-align: center;
  letter-spacing: 0.375em;
}

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

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

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

.breadcrump-icon {
  margin: 0 5px;
}

#kesfet .owl-theme .owl-nav {
  height: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4c3049;
}

.title-up {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.tatil-hr {
  max-width: 340px;
  margin: 10px auto;
  color: #000;
}

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

.title-slider {
  font-family: GothamBook;
  font-weight: 350;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.title-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #717171;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 10px 10px 100px 0px rgba(40, 47, 98, 0.38);
}

.headerline {
  height: 27px;
  border-right: 0.5px solid #000;
  margin-top: 5px;
  display: none;
}

.navbar-expand-xxl .navbar-nav .nav-link {
  font-size: 1rem;
  color: #4d4d4f;
  padding-left: 12px;
  padding-right: 12px;
  font-family: GothamBook;
  font-weight: 300;
  text-transform: uppercase;
}

.call-center {
  font-family: GothamBook;
}

.navbar-expand-xxl .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
}

.logo {
  height: 60px;
}

.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
  padding: 0px 10px 0px 15px;
}

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

#slider {
  background-color: rgba(0, 71, 35, 0.5);
  position: relative;
  margin-top: 76px;
}

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

.weather .day {
  padding-right: 12px;
  border-right: 0.5px solid #424242;
}

.weather .night {
  padding-left: 8px;
}

.weather-mobile {
  display: none;
}

.carousel-caption {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-caption p:first-child {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.carousel-caption h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}

.carousel-caption p:nth-child(3) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.play-button {
  display: inline-block;
  transform: translate(0%, 0%);
  /* height: 83px;
    width: 83px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto; */
}

.play-button .video-main {
  position: relative;
  display: inline-block;
}

.waves {
  position: absolute;
  width: 110px;
  height: 110px;
  background: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.play-button .video-main .video {
  height: 106px;
  width: 106px;
  line-height: 116px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: var(--clrRed);
  z-index: 999;
}

.play-button svg {
  height: 1em;
  margin-left: 5px;
  margin-bottom: 10px;
}

#lightbox {
}

.video-main .waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-main .waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-main .waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes waves {
  0% {
    transform: scale(0.2, 0.2);

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    transform: scale(0.9, 0.9);

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    transform: scale(0.9, 0.9);

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*

.play-button>div {
    height: 43px;
    width: 43px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
} */

.slider-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#tatil-info {
  padding: 30px 0;
  position: relative;
}

#tatil-info > div > div > div:nth-child(1) > h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}

#tatil-info > div > div > div:nth-child(1) > p:nth-child(3),
#tatil-info > div > div > div:nth-child(1) > p:nth-child(4) {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #717171;
}

#tatil-info button {
  background: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  padding: 10px 23px 7px 23px;
  border: 0;
  margin-bottom: 25px;
}

.grid-con {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 150px 150px 150px;
  grid-gap: 10px;
  height: 100%;
}

.grid-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.item-2 {
  grid-row: 3 / 4;
  position: relative;
}

.item-3 {
  grid-column: 2 / 2;
  position: relative;
}

.item-4 {
  grid-column: 2 / 2;
  grid-row: 2 / 4;
}

.grid-bg-yellow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(18, 139, 152, 0.5);
}

.grid-bg-green {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(76, 48, 73, 0.5);
}

.grid-bg-black {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgb(0 0 0 / 30%);
}

#tatil-info > div > div > div:nth-child(2) > div > div:nth-child(1) > img:nth-child(1),
#tatil-info > div > div > div:nth-child(2) > div > div:nth-child(2) > img:nth-child(1) {
  margin-bottom: 0.25rem;
}

#odalar {
  background-color: #f6f8fa;
  padding: 30px 0;
  text-align: center;
}

.odalar-slider,
.select-room-slider {
  margin-top: 30px;
}

.odalar-slider .owl-item,
.select-room-slider .owl-item {
  padding: 21px 21px 14px 21px;
  background-color: #ffffff;
}

.oda-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
}

.oda-title > div:first-child {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: GothamBold;
}

.oda-title > div:nth-child(2) {
  font-weight: 325;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

#kesfet {
  padding: 30px 0;
}

.kesfet-slider-item h6 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  z-index: 1;
  font-size: 0.9rem;
}

.kesfet-slider-item div:nth-child(3) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 25%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

#prev-btn {
  position: absolute;
  top: 35%;
  left: 20px;
}

#next-btn {
  position: absolute;
  top: 35%;
  right: 20px;
}

#otels_contact {
  background: white;
}

#otels_contact img:hover {
  opacity: 0.8;
}

#otels_contact_page img:hover {
  opacity: 0.8;
}

.dropdown-item:active {
  background-color: #000;
  color: #fff;
}

/* FOOTER */
footer {
  background: #f6f8fa;
  color: #4d4d4f;
}

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

footer li {
  list-style-type: none;
  padding-bottom: 8px;
  color: #979797;
  font-size: 14px;
}

footer li a {
  color: #979797;
}

footer h5 {
  color: #979797;
  margin-bottom: 15px;
  font-size: 17px;
}

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

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

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

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

/* FOOTER END */

.group-logo {
  margin-right: 15px;
}

/* COMPONENTS */
.banner-line {
  /* height: 8.4vw; */
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 76px;
  padding: 0.5rem 0;
}

.iletisim-banner {
  position: relative !important;
}

.banner-line > div > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.page-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}

.page-breadcrump {
  font-weight: 400;
  font-size: 9px;
  line-height: 1.5;
}

#page-header {
  background-image: url(../img/otelimiz-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  margin-bottom: 120px;
  position: relative;
}

#page-header h3 {
  font-size: 13px;
}

#page-header p {
  font-size: 10px;
}

.header-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-room.header-bg {
  background-image: url(../img/select-room.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* COMPONENTS */

/* OTELİMİZ SAYFASI */
#info {
  padding: 30px 0;
}

#info h4 {
  color: #000;
}

#info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

.left-menu {
  border-right: 1px dashed #000;
  height: 100%;
}

.left-menu > ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.left-menu > ul > li {
  display: flex;
  margin-bottom: 30px;
  opacity: 0.2;
}

.left-menu > ul > li:last-child {
  margin-bottom: 0;
}

.left-menu-dot {
  position: absolute;
  right: -8px;
  opacity: 1;
}

.left-menu > ul > li > a.btn,
.otelUl .list-active .btn.active {
  --bs-btn-border-width: 0 !important;
  border: 0 !important;
}

.otelimiz-list {
  list-style-image: url(../img/list-style.svg);
  padding-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
}

/* OTELİMİZ SAYFASI */
#oda-ozellikler {
  background: #f6f8fa;
  padding-top: 30px;
  padding-bottom: 30px;
}

#oda-ozellikler h3 {
  color: #000;
}

.ozellikler {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ozellik {
  display: flex;
  margin: 10px 20px;
}

.ozellik > div:first-child {
  margin-right: 10px;
}

.list-ozellik {
  list-style-image: url(../img/list-style.svg);
  padding-left: 20px;
}

#diger-odalar {
  padding: 30px 0;
}

#diger-odalar h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.select-room.page-title {
  font-size: 16px;
}

.select-room.page-breadcrump {
  /*font-size: 10px;*/
}

#plaj-havuz h3 {
  text-align: center;
}

.havuz-ozellik > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.havuz-ozellik .list-text {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  font-family: GothamBold;
}

.havuz-ozellik .list-spec {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

.havuz-ozellik .list-text img {
  margin-right: 8px;
}

#oteller > div > div:nth-child(2) {
  background-color: #f6f8fa;
}

#oteller > div > div.row {
  padding: 30px 0;
}

#oteller > div > div > div:first-child {
  padding-left: 3rem;
}

#oteller > div > div > div > h3 {
  font-weight: 700;
  color: #128b98;
  margin-bottom: 24px;
}

#oteller > div > div > div > h3 > span {
  border-bottom: 1px solid #128b98;
  padding-bottom: 15px;
}

#oteller > div > div > div > hr {
  color: #128b98;
  width: 104px;
}

#oteller p {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

#oteller h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}

#plaj-havuz {
  margin-bottom: 30px;
}

#odalar1 > div > div:nth-child(odd) {
  background-color: #f6f8fa;
}

#odalar1 > div > div.row {
  padding: 30px 0;
}

#odalar1 > div > div > div:first-child {
  padding-left: 3rem;
}

#odalar1 > div > div > div > h3 {
  font-weight: 700;
  color: #128b98;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#odalar1 > div > div > div > h3 > span {
  padding-bottom: 15px;
}

.border-bottom {
  border-bottom: 1px solid #128b98 !important;
  border-width: 50%;
}

#odalar1 > div > div > div > hr {
  color: #128b98;
  width: 104px;
  margin-top: -10px;
}

#odalar1 p {
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  font-style: italic;
}

.oda-info {
  font-weight: 500 !important;
}

#odalar1 h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}

.btn-incele {
  color: #000;
  padding: 10px 20px;
  border-radius: 0;
  margin-bottom: 30px;
}

.btn-rezervasyon {
  width: 100%;
  height: 81px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.btn-rezervasyon:hover {
  color: #fff;
  background-color: #000;
}

.btn-rezervasyon:hover img {
  margin-left: 10px;
}

#rez-odalar .card {
  padding: 0;
  border-radius: 0;
  max-width: 400px;
}

#rez-odalar .card img {
  padding: 0;
  border-radius: 0;
}

#rez-odalar .card h3 {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#rez-odalar .card h3 > span {
  padding-bottom: 15px;
}

#rez-odalar .card .hr-border {
  width: 15% !important;
  margin-top: -10px;
}

.rez-btn {
  background: rgba(125, 104, 58, 1) !important;
  font-weight: bold !important;
  letter-spacing: 2px !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: 0 !important;
  transition: all 0.5s !important;
}

#room1,
#room2,
#room3 {
  position: relative;
}

.room-prev {
  position: absolute;
  top: 30%;
  left: 0;
  rotate: 180deg;
}

.room-next {
  position: absolute;
  top: 30%;
  right: 0;
}

#infos {
  padding: 30px 0;
}

#infos > div > div > div {
  display: flex;
  align-items: center;
}

#infos > div > div > div > img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.info-box h5,
.info-box p {
  margin-bottom: 0;
}

.info-box h5 {
  font-family: GothamBold;
}

.info-box p span:first-child {
  margin-right: 15px;
}

#iletisim {
  margin-bottom: 30px;
}

#iletisim form {
  margin-bottom: 30px;
}

#iletisim .form-control {
  border-radius: 0;
}

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

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

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

.form-floating > label {
  left: 5px;
}

.form-floating:not(.form-control:disabled)::before {
  left: 25px !important;
  width: 80% !important;
}

.adres {
  font-size: 14px;
}

.kesfet-slider-item img {
  max-height: 297px;
}

.list-active {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  opacity: 1 !important;
  font-family: GothamBook;
}

.left-menu-dot-active {
  right: -16px;
}

.otel-imgs,
.bottom-imgs {
  position: relative;
}

.light-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.light-hover > i {
  font-size: 40px;
  color: #fff;
}

.otel-imgs:hover > .light-hover,
.bottom-imgs:hover > .light-hover {
  display: flex;
}

#bottom-box {
  margin-bottom: 50px;
}

footer > div:first-child {
  text-align: center;
}

.havuz-ozellik > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.havuz-ozellik .list-text {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  display: flex;
  align-items: baseline;
}

#kesfet .card {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  width: 90vw;
  height: 488px;
  max-width: 407px;
  margin: 0 auto;
}

#kesfet .card-body {
  background-color: #fff;
  position: relative;
}

#rez-odalar .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foot-logo-d div:nth-child(2) h4 {
  font-family: GothamBold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 15px;
  margin-bottom: 15px;
  color: #4d4d4f;
}

.foot-logo-d div:nth-child(2) a:nth-child(2) {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #4d4d4f;
  display: block;
}

.foot-logo-d div:nth-child(2) a:nth-child(3) {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #4d4d4f;
  display: block;
}

.contact-wrapper {
  display: flex;
  align-items: center;
}

.contact-wrapper > .contact-divider {
  height: 30px;
  width: 1px;
  background: #4d4d4f;
  margin: 0 1rem;
}

.contact-wrapper > .call-center > a {
  font-size: 14px;
  color: #4d4d4f;
  font-family: GothamBook;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .contact-wrapper > .contact-divider {
    margin: 0 0.5rem;
  }
}

@media (max-width: 576px) {
  #slider,
  .banner-line {
    margin-top: 150px;
  }
}

@media screen and (max-width: 480px) {
  .sealight {
    max-width: 122px;
    height: 36px;
  }
  .contact-wrapper > .contact-divider {
    margin: 0 1rem;
  }
}

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

  #otels_contact .img_resp {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  body > footer > div > div > div.col-md-2.foot-dflex > span {
    font-size: 10px;
  }

  .banner-line {
    height: 4.4vw;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .header-bg {
  }

  .select-room.header-bg {
  }

  .ozellikler {
    justify-content: center;
  }

  .list-ozellik {
    columns: 2;
  }

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

  footer > div:first-child {
    text-align: left;
  }

  #kesfet .card {
    width: 34vw;
  }
}

@media screen and (min-width: 992px) {
  .weather {
    width: 211px;
  }

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

  .padding-cont {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    font-size: 10px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-breadcrump {
    font-size: 14px;
  }

  #page-header h3 {
    font-size: 26px;
  }

  #page-header p {
    font-size: 16px;
  }

  #kesfet .title-up,
  #tatil-info .title-up,
  #kesfet .title-slider {
    text-align: left;
  }

  .tatil-hr {
    margin: 15px 0;
  }

  #tatil-info {
    text-align: left;
  }

  #tatil-info > div > div > div:nth-child(1) > h3 {
    text-align: left;
  }

  .tatil-imgs {
    background-color: #fff;
    padding: 10px;
  }

  #kesfet .ek-hr {
    margin: 15px auto;
  }

  #kesfet .div-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #prev-btn {
    top: 80%;
    left: -120px;
  }

  #next-btn {
    top: 80%;
    left: -60px;
  }

  #oda-ozellikler,
  #diger-odalar {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ozellikler {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .list-ozellik {
    columns: 3;
  }

  #oteller ul {
    columns: 2;
  }

  #plaj-havuz ul {
    columns: 2;
  }

  #oteller > div > div > div:first-child {
    padding-left: 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #odalar1 > div > div > div:first-child {
    padding-left: 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }

  #oteller > div > div > div > h3 {
    font-size: 20px;
  }

  #oteller p,
  #oteller h5,
  #oteller ul {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
  }

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

  .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 form {
    margin-bottom: 0;
  }

  footer ul {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  #kesfet .card {
    width: 23vw;
    height: 415px;
  }

  .padding-cont {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  #rez-odalar .card h3 {
    font-size: 1.5rem;
  }

  .btn-incele {
    padding-left: 0;
  }

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

  #header .custom-container {
    padding: 0;
  }

  #info h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }

  #info p {
    font-size: 16px;
  }

  .otelimiz-list {
    columns: 2;
  }

  .grid-con {
    grid-template-rows: 175px 175px 175px;
    grid-gap: 14px;
  }

  #oteller > div > div > div > h3 {
    font-size: 26px;
  }

  #oteller p,
  #oteller h5,
  #oteller ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }

  #oteller h5 {
    font-weight: 700;
  }

  .room-prev,
  .room-next {
    top: 35%;
  }

  .foot-logo-d {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .foot-logo-d div:nth-child(1) {
    margin-right: 20px;
  }

  .foot-logo-d div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
  }

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

@media screen and (min-width: 1400px) {
  .padding-cont {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .page-title,
  .select-room.page-title {
    font-size: 22px;
    font-weight: 700;
  }

  .navbar-expand-xxl .navbar-nav {
    align-items: center;
    justify-content: start;
  }

  .page-breadcrump {
    font-size: 14px;
  }

  .banner-line {
  }

  .headerline {
    display: block;
  }

  .page-breadcrump {
    font-size: 14px;
  }

  #bottom-box {
    margin-bottom: 150px;
  }
}

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

@media screen and (min-width: 1600px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
    font-size: 14px;
  }
  #kesfet .card {
    width: 23vw;
    height: 488px;
  }

  .foot-logo-d div:nth-child(1) {
    margin-right: 56px;
  }
}

@media screen and (min-width: 1700px) {
  #header .custom-container {
    padding: 0 7vw;
  }

  #kesfet .card {
    width: 20vw;
    height: 488px;
  }

  .padding-cont {
    padding-left: 6.6vw;
    padding-right: 6.6vw;
  }

  .grid-con {
    grid-template-rows: 200px 200px 200px;
  }

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

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

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

.simpleParallax {
  display: flex;
  justify-content: center;
}

.text-theme {
  color: #4c3049;
}

.text-truncate-3 {
  overflow: hidden;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.ozellik {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 10px;
}

.ozellik > div:first-child {
  margin-right: 10px;
  padding: 10px;
}

.oda1 {
  padding: 0px 30px 0 0;
}

#oda-ozellikler h3 {
  text-align: left;
  font-weight: 325;
  font-size: 40px;
  line-height: 30px;
  color: #000000;
  font-family: GothamBook;
}

.ek-hr {
  margin: 10px auto;
}

#plaj-havuz .ek-hr {
  margin: 10px auto 40px auto;
}

.owl-carousel.odalar-carousel {
  margin-top: -30px;
  padding: 20px;
  background-color: #fff;
}

.owl-carousel.odalar-carousel .owl-item img {
  object-fit: cover;
  height: 230px;
}

.owl-carousel.odalar-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-carousel.odalar-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.owl-carousel.odalar-carousel .owl-dot.active span,
.owl-carousel.odalar-carousel .owl-dot:hover span {
  background: #004723;
}

.text-ozellik {
  font-size: 14px;
  font-weight: 700;
}

.havuz-ozellik .list-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

.oda-con {
  position: relative;
  margin-top: -4vw;
  background: #fff;
  padding: 1rem;
}

.oda-con div a {
  display: block;
  height: 100%;
  width: 100%;
}

.oda-galeri {
  position: absolute;
  bottom: 38px;
  right: 20px;
  background-color: #fff;
  color: #000;
  width: 100px;
  z-index: 1000;
  padding: 10px;
}

#oda-ozellikler {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.havuz-ozellik .list-text {
  margin-bottom: 8px;
}

#otel-img {
  padding-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .owl-carousel.odalar-carousel {
    margin-top: -50px;
  }
}

@media screen and (min-width: 992px) {
  .owl-carousel.odalar-carousel {
    margin-top: -60px;
  }

  .owl-carousel.odalar-carousel .owl-item img {
    object-fit: cover;
    height: 400px;
  }

  #kesfet .ek-hr {
    margin: unset;
  }

  .ozellik {
  }
}

@media screen and (min-width: 1440px) {
  .owl-carousel.odalar-carousel {
    margin-top: -60px;
  }

  .owl-carousel.odalar-carousel .owl-item img {
    object-fit: cover;
    height: 550px;
  }

  .ozellik {
  }
}

/* Collection Form */

#section-collection-form {
  padding: 4rem 0;
}

#section-collection-form .collection-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

#section-collection-form .collection-form-heading {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}

#section-collection-form .collection-form-heading > h1 {
  font-size: 28px;
  font-family: GothamBold;
}

#section-collection-form .collection-form-progress {
  width: 204px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

#section-collection-form .line {
  width: 100%;
  height: 1px;
  background: #8d7c4d;
}

#section-collection-form .collection-form-progress > .first-dot,
#section-collection-form .collection-form-progress > .second-dot {
  min-width: 18px;
  height: 18px;
  border: 3px solid #8d7c4d;
  border-radius: 100%;
  background: transparent;
}

#section-collection-form .collection-form-progress > .first-dot.active,
#section-collection-form .collection-form-progress > .second-dot.active {
  background: #8d7c4d;
}

#section-collection-form .collection-form-content h5 {
  color: #000;
  font-family: GothamBold;
  font-size: 24px;
}

#section-collection-form .collection-form-content label {
  line-height: 28px;
  color: #979797;
  font-size: 12px;
}

#section-collection-form .collection-form-content .form-control,
#section-collection-form .collection-form-content .form-select {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 1rem;
}

#section-collection-form .collection-form-content .form-control::placeholder {
  font-family: GothamBook;
  color: #767676;
}

#section-collection-form .form-control::-webkit-outer-spin-button,
#section-collection-form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#section-collection-form .collection-form-content .form-control[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

#section-collection-form .collection-form-content .form-select {
  font-family: GothamBook;
  color: #767676;
}

#section-collection-form .collection-form-button {
  width: 200px;
  height: 55px;
  font-family: GothamBold;
  color: #ffffff;
  background: #8d7c4d;
  border: 1px solid #8d7c4d;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  transition: 0.3s ease all;
}

#section-collection-form .collection-form-button:hover {
  color: #8d7c4d;
  background: #fff;
}

#section-collection-form .collection-form-button:hover > span > svg > path {
  fill: #8d7c4d;
}

#section-collection-form .card-number::placeholder {
  color: #2e4c5d;
  text-align: center;
  font-size: 28px;
}

#section-collection-form .credit-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

#section-collection-form .checkout-button {
  font-family: GothamBold;
  font-size: 18px;
  color: #ffffff;
  background: #8d7c4d;
  border: 1px solid #8d7c4d;
  padding: 1rem;
  width: 100%;
}

#section-collection-form .back-btn {
  color: #979797;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

#section-collection-form .success-message-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section-collection-form .success-message-wrapper > .success-message > p {
  text-align: center;
  color: #000;
  font-family: GothamBold;
  font-size: 20px;
}
