@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400&display=swap');

#privatePageContentItem_15 {margin-top:-200px;padding-top:0px !important;}

body {
  font-family: 'Josefin Sans', sans-serif !important;
}

.weta-icerik-tag{
  font-weight:bold; 
  background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
p {
  color: #2c3c4a !important;
}
.pageSliderContent {
  margin: 0 50px 50px 50px;
}
.pageSliderContent p {
  color: #fff !important;
}
.pageSliderContent .swiper,
.pageSliderContent .swiper-wrapper,
.pageSliderContent .swiper-slide {
  height: calc(100vh - 225px);
}
#page-detail-section-3,
#page-detail-section-4 {
  padding: 0px;
}
#page-detail-section-4 .container-fluid {
  margin-left: calc(50vw - 695px);
}
#page-detail-section-4 .row,
#page-detail-section-3 .row {
  align-items: center;
}
#page-detail-section-4 .rexa-content {
  width: 35%;
  height: max-content;
  position: relative;
}
#page-detail-section-3 .rexa-content {
  height: max-content;
  position: relative;
  width: 45%;
}

#page-detail-section-4 .weta-icerik-tag {
  font-size: 52px;
  margin-bottom: 25px;
}
#page-detail-section-4 .rexa-content::before {
  content: "";
  position: absolute;
  top: -90px;
  width: 1000px;
  height: 500px;
  background: #f7fafd;
  z-index: -1;
  left: -190px;
  border-radius: 8px;
}
#page-detail-section-4 .rexa-content .weta-description {
  position: relative;
}
#page-detail-section-4 .rexa-content .weta-description p {
  margin-left: 10px;
  margin-bottom: 0px;
}
#page-detail-section-4 .rexa-content .weta-description::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #164094;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0px;
}
.travel-icons {
  display: flex;
  flex-wrap: wrap;
}
.travel-icons .icon-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.travel-icons .icon-container .icon-content p {
  margin-bottom: 0px;
}
.travel-icons .icon-container .icon span {
  font-size: 45px;
  color: #235784;
}
.travel-icons .icon-container .icon-content {
  padding-left: 15px;
  min-width: 315px;
}
.travel-icons .icon-container:nth-child(1) {
  border-right: 1px solid #235784;
  border-bottom: 1px solid #235784;
}
.travel-icons .icon-container:nth-child(2) {
  border-bottom: 1px solid #235784;
}
.travel-icons .icon-container:nth-child(3) {
  border-right: 1px solid #235784;
}
#page-detail-section-3 .rexa-content::before {
  content: "";
  position: absolute;
  top: -30px;
  width: 110%;
  height: 110%;
  background: #f7fafd;
  z-index: -1;
  left: -10px;
  border-radius: 8px;
}
#page-detail-section-3 .rg-wrapper,
#page-detail-section-4 .rg-wrapper {
  position: relative;
  overflow: hidden;
}
#page-detail-section-3 img,
#page-detail-section-4 img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}
#page-detail-section-3 .rg-wrapper:hover img,
#page-detail-section-4 .rg-wrapper:hover img {
  transform: scale(1);
}
#page-detail-section-3 .rg-wrapper::before,
#page-detail-section-4 .rg-wrapper::before {
  content: "";
  border: 3px solid #fff;
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 3%;
  top: 3%;
  z-index: 9;
  transition: all 0.4s ease-in;
  opacity: 0;
  transform: scale(0);
}
#page-detail-section-3 .rg-wrapper:hover::before,
#page-detail-section-4 .rg-wrapper:hover::before {
  opacity: 1;
  transform: scale(1);
}

#html-section-1 .section-title,
#html-section-1 .section-content {
  text-align: center;
}
#html-section-1 .weta-icerik-tag::after {
  content: '';
  background-image: url(/images/bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 20px;
  margin-bottom: 40px;
  width: 100%;
  display: block;
}
.box-wrapper {
  margin: 60px 0px;
}

#html-section-1 .welcome-box {
  border: 2px solid #235784;
  border-radius: 100%;
  display: inline-block;
  height: 240px;
  width: 240px;
  text-align: center;
  position: relative;
  padding: 70px 30px;
  transition: all 0.4s ease;
}
#html-section-1 .welcome-box span {
  color: #333;
  font-style: italic;
  font-size: 16px;
  line-height: 36px;
  transition: all 0.4s ease;
}
#html-section-1 .welcome-box p {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 5px;
  transition: all 0.4s ease;
}
#html-section-1 .welcome-box > i {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #235784;
  display: inline-block;
  height: 51px;
  font-size: 18px;
  width: 51px;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 51px;
  text-align: center;
  transition: all 0.4s ease;
}
#html-section-1 .welcome-box:hover {
  background-color: #235784;
}
#html-section-1 .welcome-box:hover span,
#html-section-1 .welcome-box:hover p {
  color: #fff !important;
  font-weight: 600;
}
#html-section-1 .welcome-box:hover > i {
  border-color: #235784;
  color: #235784;
}
#navigation #member {
  display: none !important;
}
.logo img {
  max-height: 65px !important;
}

@media (max-width: 758px) {
  #headerStyle-2 {
    width: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #html-section-1 .weta-icerik-tag {
    height: 170px;
  }
  .pageSliderContent {
    margin: 0 20px 20px 20px;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .slider-contents {
    width: 85%;
  }
}

#contactForm-1 .rexa-content {
  width: 33.3%;
  position: relative;
  overflow: hidden;
  margin: -15px 0;
  box-shadow: rgb(0 0 0 / 45%) 0px 5px 35px;
  color: #fff;
  background: #acacac;
  padding: 80px 50px !important;
}
#contactForm-1 .rexa-content .weta-icerik-tag,
#contactForm-1 .contact-oge a {
  color: #fff !important;
}
#contactForm-1 .contact-form {
  width: 66.6%;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 11.95px -0.4px;
  padding: 60px 100px;
}
#contactForm-1 .contact-oge p {
  color: #fff !important;
}
#contactForm-1 .weta-icerik-tag {
  color: #144393 !important;
  margin-bottom: 15px;
}
.gallery-section-5,#paragraph-section-2{
  margin-top: -300px;
  position: relative;
  z-index: 9;
}
.gallery-section-5 .gallery-wrapper,#paragraph-section-2 .paragraph-title{
  padding: 20px 0px;
}
.gallery-section-5 .container,#paragraph-section-2 .container{
  background-color: rgb(255 255 255 / 95%);
  border-radius: 30px;
  overflow: hidden;
}
.gallery-section-5 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px 0px;
  border-radius: 25px;
  transition: all 0.3s ease-in;
}
.gallery-section-5 img{
  height: 60px;
  width: auto !important;
  margin-bottom: 10px;
}
.gallery-section-5 .img-wrapper:hover {
  background: linear-gradient(90deg, rgba(22,65,141,1) 11%, rgba(128,227,88,1) 100%);;
}
.gallery-section-5 .img-wrapper .weta-icerik-tag,
.gallery-section-5 .img-wrapper .img-description p {
  transition: all 0.3s ease-in;
}
.gallery-section-5 .img-wrapper:hover .weta-icerik-tag,
.gallery-section-5 .img-wrapper:hover .img-description p {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.gallery-section-5 .img-wrapper img {
  width: auto;
  max-height: 70px;
}
.gallery-section-5 #image-gallery .row {
  justify-content: center;
}
@media (min-width: 768px) {
  #overlay img {
    max-height: 800px;
  }
}
.gallery-section .img-title {
  margin-top: 0px;
}

.gallery-section-3 .img-wrapper a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}
.gallery-section-3 .img-wrapper a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #144393;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease;
}
.gallery-section-3 .img-wrapper:hover a::after {
  opacity: 0.4;
  transform: scale(1);
}
.gallery-section-3 .img-wrapper a img {
  transition: all 0.4s ease;
}
.gallery-section-3 .img-wrapper:hover a img {
  transform: scale(1.05);
}
#overlay {
  z-index: 999999999999999999;
}
.footer {
  box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 30%);
}
.section-header.fixed .logo img {
  max-height: 60px !important;
}

@media (max-width: 768px) {
  #headerStyle-2{
    width: 50% !important;
  }
  .gallery-section-5 .custom-col {
    min-height: 250px;
    margin: 10px 0px;
  }
  .gallery-section-5 .img-wrapper{
    height: 100%;
  }
  #privatePageContentItem_15{
    margin-top: 0px !important;
  }
  .section-header .col-lg-4{
    display: none;
  }
  #contactForm-1 .rexa-content {
    width: 100%;
  }
  #contactForm-1 .contact-form {
    width: 100%;
    padding: 60px 10px;
  }
  #page-detail-section-3 .rexa-content {
    width: 100%;
  }
  #page-detail-section-4 {
    padding: 40px 0px;
  }
  #page-detail-section-4 .rexa-content {
    width: 100%;
    background-color: #f7fafd;
    margin-bottom: 20px;
  }
  #page-detail-section-4 .rexa-content::before {
    display: none;
  }
  #page-detail-section-4 .container-fluid {
    margin-left: auto;
  }
  #page-detail-section-4 .weta-icerik-tag {
    font-size: 30px;
  }
  .travel-icons .icon-container .icon-content p {
    font-size: 12px !important;
  }
  .travel-icons .icon-container .icon-content {
    min-width: auto;
    padding-left: 0px;
  }
  .travel-icons .icon-container .icon span {
    font-size: 34px !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-header .header2 {
    display: none;
  }
  .gallery-section-5,#paragraph-section-2{
    margin-top: -270px;
  }
  #click_whatsapp{
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  #page-detail-section-14 .container-fluid{
    padding: 0px !important;
    margin: 0px !important;
  }
  #page-detail-section-14 .rexa-content{
    padding: 0 35px !important;
  }
}
#image-gallery{
  padding: 15px 0px;
}

#myModal{
  width: 20%;
  height: 90%;
  transform: scale(0);
  transition: all .4s ease;
  display: block;
  opacity: 0;
  border-radius: 0px !important;
  left: 40%;
  top: 5%;
}
.slider-contents{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#myModal.active{
  opacity: 1;
  transform: scale(1);
}
#myModal .modal-content{
  height: 100%;
  border-radius: 0px;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#myModal .modal-content .btn-close{
  position: absolute;
  right: 10px;
  top: 10px;
}
#myModal .modal-content video{
  width: 90%;
}
#myBtn{
  border: none;
  background-color: transparent;
}

@media(max-width:768px){
  #myModal{
    width: 90%;
    left: 5%;
  }
}
.contactCenter #address {
    width: 100%;
}

@media(min-width:768px){
    .header2 li a span{
        width: 100%;
        display: block;
        text-align: center;
        height: 15px;
        line-height: 45px;
    }
}