/* ===================================
    Crafto - Hotel and resort
====================================== */
/* font */
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";
/* variable */
:root {
  --base-color: #871313;
  --medium-gray: #817f7c;
  --very-light-gray: #f6f6f6;
  /* --alt-font: 'Rufina', serif;*/
  --alt-font: "Poppins", sans-serif;
  --primary-font: "Poppins", sans-serif;
}
.btn.btn-dark-gray {
  background-color: var(--base-color);
  color: var(--white);
  border-radius: 0px 30px 0 30px;
}
.btn.btn-box-shadow.btn-dark-gray:active,
.btn.btn-box-shadow.btn-dark-gray:hover {
  background: var(--base-color);
  color: var(--white);
  border-color: var(--base-color);
}
.btn.btn-white {
  background-color: var(--white);
  color: var(--base-color);
}
.btn.btn-box-shadow.btn-white:active,
.btn.btn-box-shadow.btn-white:hover {
  background: var(--white);
  color: var(--base-color);
}
.splide__slide img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.splide__slide a i {
  display: none;
  position: absolute;
  left: 40%;
  top: 40%;
  color: #fff;
  font-size: 50px;
  z-index: 2;
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
  opacity: 1;
  color: #df231d;
}

/* Sticky navbar linklerini siyah yap */
header.sticky.sticky-active .navbar .navbar-nav .nav-item .nav-link {
  color: var(--dark-gray);
  text-shadow: none !important;
}

header.sticky.sticky-active .navbar .navbar-nav .nav-item .nav-link.active,
header.sticky.sticky-active .navbar .navbar-nav .nav-item.active .nav-link {
  color: #df231d !important;
  font-weight: 600;
  position: relative;
}

header.sticky.sticky-active .navbar .navbar-nav .nav-item:hover .nav-link,
header.sticky.sticky-active
  .navbar
  .navbar-nav
  .nav-item:hover
  .nav-link.active {
  color: #df231d !important;
  opacity: 0.8;
}

/* Sticky navbar telefon numarası yazısını dark-gray yap */
header.sticky.sticky-active .widget-text a {
  color: var(--dark-gray);
  text-shadow: none !important;
}

.splide__slide a:after {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  content: "";
  display: block;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: 1;
  transition: opacity 0.5s;
}
.splide__slide:hover a i {
  display: block;
}
.splide__slide:hover a:after {
  opacity: 0.9;
}
header.sticky.sticky-active .navbar-brand .default-logo {
  visibility: hidden;
  opacity: 0;
  width: 0 !important;
}
.instagram-color {
  background-image: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  height: 50px;
}
/* reset */
body {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.3px;
  font-family: var(--primary-font);
  font-weight: 500;
  font-style: normal;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgb(35 35 35);
  visibility: visible;
  opacity: 0.9;
  backdrop-filter: blur(0px) brightness(50%);
  mix-blend-mode: multiply;
}
.btn.btn-white {
  /*color: var(--base-color);*/
}
.subtitle {
  opacity: 0.4 !important;
}
html {
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
p {
  font-weight: 400;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.half-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.icon-extra-large {
  font-size: 53px;
}
.mt-minus-5 {
  margin-top: -5%;
}
h2 {
  line-height: 3.3rem;
}
h3 {
  line-height: 2.9rem;
}
h5 {
  line-height: 2.5rem;
}
h6 {
  line-height: 2.2rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 20px;
}
/* header */
header .navbar-brand {
  padding: 20px 0;
}
header .navbar-brand img {
  max-height: 75px;
  width: 100% !important;
}
header .navbar-brand .mobile-logo {
  max-height: 60px;
  width: 100% !important;
}
.navbar .navbar-nav .nav-link {
  font-size: 18px;
  /* font-weight: 400;*/

  font-family: "Makozin";
  font-style: italic;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Makozin" !important;
  font-style: italic !important;
  font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
  font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
  width: 280px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
  font-size: 15px;
}
.center-logo .navbar-left,
.center-logo .navbar-right {
  width: 40%;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}
/* btn */
.btn {
  font-weight: 500;
  text-transform: inherit;
  font-family: var(--primary-font);
  letter-spacing: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
  font-size: 18px;
  padding: 16px 34px;
}
.btn.btn-switch-text.btn-large > span {
  font-size: 16px;
  padding: 13px 25px;
}
.btn.btn-switch-text.btn-medium > span {
  font-size: 15px;
  padding: 11px 20px;
}
.btn.btn-switch-text.btn-small > span {
  font-size: 14px;
  padding: 10px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
  font-size: 12px;
  padding: 8px 15px;
}
.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 5px;
}
/* page title */
.page-title-large h1 {
  font-size: 4.375rem;
  line-height: 5.313rem;
}
/* banner highlight separator */
.highlight-separator[data-shadow-animation] span img {
  height: 8px;
  bottom: 10px;
}
/* bg transparent */
.bg-transparent-base-color {
  background-color: rgba(160, 135, 91, 0.2) !important;
}
footer .last-paragraph-no-margin ul {
  list-style: none;
  display: flex;
  justify-content: end;
  margin-top: 10px;
  margin-bottom: 5px;
}
footer .last-paragraph-no-margin ul li {
  position: relative;
  margin: 0 15px;
}
footer .last-paragraph-no-margin ul li:last-child {
  margin-right: 0;
}
footer .last-paragraph-no-margin ul li::after {
  content: "-"; /* Araya eklenecek işaret */
  color: #fff;
  position: absolute;
  right: -20px; /* İşaretin konumu */
}

footer .last-paragraph-no-margin ul li:last-child::after {
  content: ""; /* Son öğede işareti kaldır */
}
footer .last-paragraph-no-margin ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.col-xl-5.last-paragraph-no-margin p {
  font-size: 14px;
}

.bg-gradient-dark-transparent {
  background: #ffffff00;
  background: -webkit-linear-gradient(top, #ffffff00, #131313);
  background: -moz-linear-gradient(top, #ffffff00, #131313);
  background: linear-gradient(to bottom, #ffffff00, #131313);
}
/* border color */
.border-color-transparent-base-color {
  border-color: rgba(160, 135, 91, 0.2) !important;
}
.border-color-transparent-dark-very-light {
  border-color: rgba(112, 112, 112, 0.2) !important;
}
/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
  border-color: rgba(112, 112, 112, 0.2) !important;
}
.tab-style-07 .nav-tabs .nav-item .nav-link span > span {
  color: var(--base-color);
}
/* swiper slider */
.slider-navigation-style-01.swiper-button-next {
  right: 30px;
}
.slider-navigation-style-01.swiper-button-prev {
  left: 30px;
}
/* tab style 08 */
.tab-style-08 ul .nav-item .nav-link {
  color: var(--dark-gray);
}
.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
  color: var(--dark-gray);
}
/* footer */
footer .nav-link {
  color: var(--dark-gray);
  line-height: normal;
}
footer .elements-social li {
  margin: 0 12px 0 0;
}
.extra-small-screen {
  height: 200px !important;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Div genişliğine uyum sağla */
  height: 100%; /* Div yüksekliğine uyum sağla */
  object-fit: cover; /* Video taşmadan alanı doldursun */
  z-index: -1; /* İçeriğin arkasında kalması için */
}
.textcustom2 {
  font-size: 15px;
  line-height: 22px;
}
#SR7_1466_1-2134-6,
#SR7_1466_1-2135-6,
#SR7_1466_1-2136-6,
#SR7_1466_1-2137-6 {
  background: #12884a !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 10px;
}
#SR7_1466_1-2134-9,
#SR7_1466_1-2135-9,
#SR7_1466_1-2136-9,
#SR7_1466_1-2137-9 {
  font-family: "PT Serif" !important;
}

.page-title-extra-large h1 {
  font-size: 2.9rem;
  line-height: 3.3rem;
  font-family: "Poppins" !important;
  font-weight: 200 !important;
  font-style: normal !important;
}

.fs-30px {
  font-size: 30px;
  line-height: 35px;
}
.textcustom {
  font-size: 16px;
  line-height: 25px;
}

.slider-four-slide img {
  padding-top: 10px;
}
#SR7_1466_1-2134-12,
#SR7_1466_1-2135-12,
#SR7_1466_1-2136-12,
#SR7_1466_1-2137-12 {
  margin-left: 10px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  margin-top: 10px;
}
#SR7_1466_1-2134-16,
#SR7_1466_1-2135-16,
#SR7_1466_1-2136-16,
#SR7_1466_1-2137-16 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  margin-top: 10px;
}
#SR7_1466_1-2134-8,
#SR7_1466_1-2135-8,
#SR7_1466_1-2136-8,
#SR7_1466_1-2137-8,
#SR7_1466_1-2134-10,
#SR7_1466_1-2135-10,
#SR7_1466_1-2136-10,
#SR7_1466_1-2137-10 {
  font-family: "Poppins", sans-serif !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pricing-table-style-09 .row:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#SR7_1466_1-2134-10,
#SR7_1466_1-2135-10,
#SR7_1466_1-2136-10,
#SR7_1466_1-2137-10 {
  color: rgb(19 135 74) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.homecontent {
  padding-top: 100px;
  padding-bottom: 100px;
}
.homecontent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgb(35 35 35);
  visibility: visible;
  opacity: 0;
  backdrop-filter: blur(0px) brightness(50%);
  mix-blend-mode: multiply;
}
#SR7_1466_1-3812-55,
#SR7_1466_1-3812-56,
#SR7_1466_1-3812-57 {
  display: none !important;
}
/*header .navbar {
    background: rgb(255 255 255 / 60%);
}*/
.sticky-active nav {
  background: #fff;
}
header.sticky .center-logo .navbar-nav .nav-link {
  padding: 38px 20px;
}
.header-light .widget-text .btn.btn-switch-text.btn-extra-large > span {
  font-size: 17px;
  padding: 8px 17px 8px 17px;
}
header .navbar [class*="col-"] .navbar-nav .nav-item,
header .navbar [class*="col-"] .navbar-nav .nav-item a {
  flex: 1;
  justify-content: center;
}
header .navbar-brand .default-logo {
  /* margin-right:8px*/
}
.footerimage {
  height: 80px;
}
.footerimage img {
  margin-top: -20px;
  max-height: 100px;
  width: auto;
}
.pdleftright {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .pdleftright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer.half-footer {
  padding-top: 70px;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 40px 35px;
  }
}
@media (max-width: 1199px) {
  .tab-style-07 {
    border-right: 1px solid rgba(112, 112, 112, 0.2);
  }
  .navbar.center-logo .navbar-left,
  .navbar.center-logo .navbar-right {
    width: 37%;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 25px 40px;
  }
}
@media (max-width: 991px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 35px 25px;
  }
  .navbar.center-logo .navbar-left,
  .navbar.center-logo .navbar-right {
    width: 100%;
  }
  header.sticky .navbar-brand,
  header .navbar-brand {
    padding: 15px 0;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 20px 18px;
    line-height: 28px;
  }
  .navbar .navbar-nav .nav-link {
    text-shadow: none !important;
  }
}
@media (max-width: 767px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
    right: 40px;
  }
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 25px 25px;
  }
  .tab-style-07 {
    border-right: 0;
  }
  .slider-navigation-style-01.swiper-button-next {
    right: 15px;
  }
  .slider-navigation-style-01.swiper-button-prev {
    left: 15px;
  }
  .tab-style-08 ul .nav-item .tab-border {
    top: inherit;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .pricing-table-style-13 li {
    text-align: left;
  }
  .btn.btn-switch-text.btn-medium > span {
    padding: 10px 18px;
  }
}

@media (max-width: 1024px) {
  #SR7_1466_1-2134-6,
  #SR7_1466_1-2135-6,
  #SR7_1466_1-2136-6,
  #SR7_1466_1-2137-6 {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #SR7_1466_1-2134-10,
  #SR7_1466_1-2135-10,
  #SR7_1466_1-2136-10,
  #SR7_1466_1-2137-10 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #SR7_1466_1-2134-12,
  #SR7_1466_1-2135-12,
  #SR7_1466_1-2136-12,
  #SR7_1466_1-2137-12 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .col-xl-5.last-paragraph-no-margin p {
    text-align: center;
    margin-top: 15px;
  }
  footer .last-paragraph-no-margin ul {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footerimage {
    height: auto;
  }
  .footerimage img {
    margin-top: 0px;
  }
  .sm-align-items-end {
    align-items: end !important;
  }
  footer .last-paragraph-no-margin ul {
    display: block;
  }
  footer .last-paragraph-no-margin ul li::after {
    content: "";
  }
}
