@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Inter Tight", sans-serif !important;
  background: #405966;
  background: linear-gradient(180deg, rgba(64, 89, 102, 0.74) 0%, rgba(255, 255, 255, 1) 100%);
}

#page-detail-section-1 .weta-icerik-tag,
#page-detail-section-2 .weta-icerik-tag {
  color: #1a1a1c !important;
  font-size: 68px !important;
}

#page-detail-section-1 .container,
#page-detail-section-2 .container {
  background-color: #aabbd3;
  border-radius: 20px;
  padding-top: 130px;
}

#page-detail-section-2 .container {
  padding-bottom: 50px;
}

#page-detail-section-2 .container .rgw {
  text-align: center;
}

.pageDetailContent {
  background-color: transparent !important;
}

@media(min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
    padding: 0px 110px;
  }

  #page-1 .body-content {
    padding-top: 0px;
  }

  #page-detail-section-5,
  #page-detail-section-6,
  #page-detail-section-7,
  #page-detail-section-8,
  #page-detail-section-9,
  #page-detail-section-10 {
    margin: 70px 0px 0px 0px;
  }

  .section-header li.dropdown:hover #main-menu {
    top: 70px;
  }

  .section-header li.dropdown #main-menu {
    border: none !important;
    border-radius: 20px;
    left: -20px;
  }

  .section-header li.dropdown:nth-child(4) #main-menu,
  .section-header li.dropdown:nth-child(5) #main-menu {
    min-width: 210px;
    left: -30px;
  }

  .section-header .col-lg-3 {
    width: 20%;
  }

  footer .col-md-1 {
    width: 12%;
  }

  #bottom-footer .container {
    padding: 0px !important;
  }
  .section-header #languages{
    position: absolute !important;
    right: 0;
  }
}
.section-header #languages #main-menu{
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    left: 0 !important;
    padding: 0px !important;
    background: transparent !important;
    transform: none !important;
    top: 0 !important;
    min-width: auto;
}
.section-header #navigation > ul > #languages .dropdown-trigger{
    display: none !important;
}
.section-header #languages #main-menu li a{
    font-size: 16px !important;
    font-weight: 300 !important;
}

.form-section .contact-oge:nth-child(2),
.form-section .contact-oge:nth-child(3) {
  width: 48% !important;
}

.form-section .contact-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-header {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 999999;
  height: 60px;
  background-color: transparent !important;
}

.section-header .container {
  max-width: 1220px;
  background: #f9fafb;
  padding: 5px 50px;
  border-radius: 50px;
}

.section-header #navigation>ul>li,
.lang-menu>ul>li {
  line-height: 60px;
}

.section-header .col-lg-3 {
  height: 60px;
}

.section-header .col-lg-9 {
  justify-content: left;
}

#gallery-detail-section-1 .container {
  max-width: 1300px;
  padding: 0px;
}

#gallery-detail-section-1 .gallery-info {
  display: none;
}

#gallery-detail-section-1 .gallery-img img {
  height: 120px;
  width: auto;
  border-radius: 20px;
}

#gallery-detail-section-1 .gallery-img {
  text-align: center;
}

.btn-color {
  border-radius: 50px;
  padding: 14px 30px;
  text-transform: unset;
}

.btn-color:hover {
  color: #333 !important;
}

#icon-section-1 .icon-content-wrapper {
  width: 40%;
}

#icon-section-1 .icon-content-wrapper .weta-icerik-tag span,
.weta-parallax-tag span,
#gallery-detail-section-2 .gallery-wrapper .weta-icerik-tag span,
#gallery-detail-section-3 .gallery-wrapper .weta-icerik-tag span,
#gallery-detail-section-9 .gallery-wrapper .weta-icerik-tag span,
#gallery-detail-section-5 .gallery-wrapper .weta-icerik-tag span,
#gallery-detail-section-7 .gallery-wrapper .weta-icerik-tag span {
  background-color: #ece8ff;
  border-radius: 50px;
  font-size: 14px !important;
  padding: 8px 19px;
  margin-bottom: 10px;
  display: inline-block;
  color: #5e5d66 !important;
}

#gallery-detail-section-3 .gallery-wrapper .weta-icerik-tag span,
#gallery-detail-section-9 .gallery-wrapper .weta-icerik-tag span {
  background-color: #cdd8e5;
}

#gallery-detail-section-3 .row,
#gallery-detail-section-9 .row {
  justify-content: center;
}

#gallery-detail-section-3 .img-title .weta-icerik-tag,
#gallery-detail-section-9 .img-title .weta-icerik-tag {
  margin-bottom: 0px;
}

#gallery-detail-section-3 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-9 .gallery-wrapper .weta-icerik-tag {
  color: #1a1a1c;
}

.icon-section .icon-wrapper .weta-icerik-tag,
.gallery-section .img-title .weta-icerik-tag {
  font-size: 24px;
}

.icon-section .icon span {
  font-size: 24px !important;
  color: #000;
  font-weight: 400 !important;
}

.icon-section .icon-wrapper {
  padding: 0px;
}

.icon-section .icon-wrapper:hover {
  background-color: transparent !important;
}

.icon-section .icon-wrapper:hover .icon-description,
.icon-section .icon-wrapper:hover .icon-description * {
  color: var(--site-paragraph-color) !important;
}

.icon-section .icon {
  padding-top: 20px;
  position: relative;
}

.icon-section .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background-color: #225fac;
  width: 100%;
  height: 4px;
  border-radius: 50px;
}

footer,
section#bottom-footer {
  border: none !important;
}


#page-detail-section-10 .container,
#page-detail-section-11 .container,
#page-detail-section-12 .container,
#page-detail-section-13 .container,
#gallery-detail-section-2 .container,
#gallery-detail-section-8 .container,
#gallery-detail-section-5 .container,
#icon-section-1 .container,
#gallery-detail-section-7 .container {
  background-color: #f4f5f8;
  border-radius: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

#gallery-detail-section-5 .container,
#icon-section-1 .container,
#gallery-detail-section-7 .container {
  background-color: #f4f5f8;
}

#gallery-detail-section-2 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-8 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-7 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-3 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-9 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-3 .gallery-wrapper .galleryDescription,
#gallery-detail-section-9 .gallery-wrapper .galleryDescription {
  text-align: center;
}

#gallery-detail-section-7 .gallery-wrapper .galleryDescription,
#gallery-detail-section-8 .gallery-wrapper .galleryDescription {
  text-align: center;
}

#gallery-detail-section-2 .gallery-img,
#gallery-detail-section-8 .gallery-img {
  border-radius: 20px;
  overflow: hidden;
}

#gallery-detail-section-2 .gallery-img img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  background: #fff;
}

#gallery-detail-section-2 #image-gallery,
#gallery-detail-section-7 #image-gallery,
#gallery-detail-section-8 #image-gallery {
  margin-top: 60px;
}

.gallery-section .img-title {
  margin-top: 25px;
}

#gallery-detail-section-3 .container,
#gallery-detail-section-9 .container {
  background: linear-gradient(180deg, rgba(178, 194, 217, 1) 0%, rgba(147, 165, 190, 1) 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 20px;
}

#gallery-detail-section-3 .img-wrapper a,
#gallery-detail-section-9 .img-wrapper a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
}

#gallery-detail-section-3 .img-wrapper .gallery-img,
#gallery-detail-section-9 .img-wrapper .gallery-img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

#gallery-detail-section-3 .img-wrapper .gallery-img img,
#gallery-detail-section-9 .img-wrapper .gallery-img img {
  border-radius: 0px;
}

#gallery-detail-section-3 .img-title,
#gallery-detail-section-9 .img-title {
  margin-top: 0px;
}

#gallery-detail-section-3 #image-gallery,
#gallery-detail-section-9 #image-gallery {
  width: 70%;
  margin: 0px auto;
  margin-top: 60px;
}

#gallery-detail-section-3 .img-description,
#gallery-detail-section-9 .img-description,
#gallery-detail-section-3 .img-description p,
#gallery-detail-section-9 .img-description p {
  margin-bottom: 0px;
}

#parallax-1 .container {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 20px;
}

.parallax-description p {
  color: var(--site-paragraph-color) !important;
}

#parallax-1 .parallax-description {
  width: 45%;
  margin: 0px auto;
}

.parallax-description .btn {
  margin-top: 20px;
}

.weta-parallax-tag {
  color: var(--site-title-color) !important;
}

#contactForm-1 .container .row .col-md-6:nth-child(3),
#contactForm-1 .container .row .col-md-6:nth-child(4) {
  width: 100% !important;
}


#contactForm-1 .container .row {
  padding-top: 200px;
  position: relative;
  justify-content: space-between;
}

.form-section .rexa-content {
  width: 33.3%;
}

.form-section .contact-form {
  width: 65%;
}

#contactForm-1 .rexa-content .weta-icerik-tag {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

#contactForm-1 .rexa-content .weta-description {
  position: absolute;
  top: 80px;
  width: 50%;
  text-align: center;
  left: 25%;
}

#contactForm-1 .contact-form {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  height: max-content;
}

#contactForm-1 .contact-form .weta-icerik-tag {
  font-size: 32px !important;
}

#contactForm-1 form .row {
  padding-top: 0px !important;
}

.form-input {
  border-radius: 50px;
  border: 1px solid #2a333e !important;
  color: var(--site-title-color) !important;
  font-size: 14px !important;
  padding: 0px 15px;
  min-height: 38px;
  background-color: #fcfcfd !important;
}

.form-input::placeholder,
.iti .iti__selected-dial-code,
.iti__arrow {
  color: var(--site-title-color) !important;
}

.form-input:focus {
  background-color: #fcfcfd !important;
}

textarea.form-input {
  border-radius: 15px;
}

label.custom-label {
  color: var(--site-title-color) !important;
  font-size: 13px !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
  transform: translateY(-5px) !important;
}

.form-section .contact-oge {
  background-color: #fff;
  padding: 49px 10px;
  width: 100% !important;
  border-radius: 20px;
  margin-bottom: 25px;
}

.contact-oge p {
  padding: 0px;
  text-align: center;
  margin: 0px;
}

.contact-oge p span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--site-title-color) !important;
  font-size: 40px !important;
  margin-bottom: 15px;
  flex-direction: column;
}

.contact-oge p span p {
  font-size: 22px !important;
  text-align: center;
  color: var(--site-title-color) !important;
  margin-top: 15px;
  margin-bottom: 0px;
}

.contact-oge p span i {
  margin-right: 0px !important;
}

.contactCenter {
  margin-top: 8px;
}

#submitButton {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
}

.section-header #navigation>ul>li.active a,
.section-header #navigation>ul>li:hover a,
.section-header #navigation>ul>li:hover .dropdown-menu li:hover a,
.nav-right .select-language .lang-menu>ul>li:hover>a {
  color: var(--site-paragraph-color) !important;
}

#gallery-detail-section-5 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 565px;
  position: relative;
}

#gallery-detail-section-5 .container .gallery-wrapper {
  width: 45%;
}

#gallery-detail-section-5 .container #image-gallery {
  width: calc(70% - 90px);
  position: absolute;
  right: 90px;
  z-index: 9999;
  overflow: scroll !important;
  height: 365px !important;
}

#gallery-detail-section-5 .img-wrapper img,
#gallery-detail-section-7 .img-wrapper img {
  height: 50px;
  width: auto;
  border-radius: 0px;
}

#gallery-detail-section-5 .img-wrapper,
#gallery-detail-section-7 .img-wrapper {
  padding: 32px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dfe4eb;
}

#gallery-detail-section-7 .img-wrapper {
  height: 100%;
}

#gallery-detail-section-5 .row {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 35%;
}

#gallery-detail-section-5 .container #image-gallery::-webkit-scrollbar {
  display: none !important;
}

#gallery-detail-section-5 .custom-col {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: transform 0.1s linear, opacity 0.1s linear;
}



@media(max-width:768px) {
  .section-header .container {
    max-width: 95%;
    padding: 5px 20px;
  }

  .section-header .col-lg-9 {
    justify-content: end !important;
  }

  #gallery-detail-section-1 .gallery-img {
    text-align: center;
  }

  #icon-section-1 .icon-content-wrapper {
    width: 100%;
  }

  .weta-icerik-tag,
  .weta-counter-tag,
  .weta-parallax-tag {
    font-size: 42px !important;
  }

  .icon-section .custom-col {
    width: 100% !important;
  }

  .icon-section .icon-wrapper .weta-icerik-tag,
  .gallery-section .img-title .weta-icerik-tag {
    font-size: 24px !important;
  }

  .parallax-section {
    max-height: 650px !important;
    height: 650px !important;
  }

  #gallery-detail-section-3 #image-gallery,
  #gallery-detail-section-9 #image-gallery,
  #parallax-1 .parallax-description,
  #gallery-detail-section-5 .container .gallery-wrapper,
  #gallery-detail-section-5 .container #image-gallery,
  .form-section .rexa-content {
    width: 100% !important;
  }

  .form-section .contact-form {
    width: 95% !important;
    margin: 0px auto;
  }

  #parallax-1 {
    margin: 0px !important;
  }

  #contactForm-1 .rexa-content .weta-icerik-tag {
    top: -40px;
    left: 0;
  }

  #contactForm-1 .rexa-content .weta-description {
    width: 90%;
    left: 5%;
  }

  #page-detail-section-1 {
    padding-bottom: 0px;
  }

  #page-detail-section-1 .rexa-gorseller {
    order: 2;
    margin-bottom: 0;
  }

  #parallax-1 .container {
    width: 95%;
  }

  #gallery-detail-section-5 .row {
    padding-left: 0px;
  }

  #gallery-detail-section-5 .container #image-gallery {
    position: relative;
    right: 0;
    left: 0;
    height: 385px !important;
    top: 40px;
  }

  #gallery-detail-section-2 .gallery-img img {
    height: auto;
  }

  .section-header #navigation>ul>li,
  .lang-menu>ul>li {
    line-height: 30px;
  }

  .sliderJs .swiper-slide .container {
    position: relative;
  }

  #slider-0 .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
  }

  #slider-0 .swiper img {
    position: relative !important;
    height: auto !important;
    width: 95% !important;
    right: 0 !important;
    bottom: 55px;
  }

  .weta-slider-tag {
    font-size: 30px !important;
  }

  .weta-slider-buttons .btn {
    font-size: 13px !important;
    min-width: 150px;
    padding: 8px 30px;
  }

  #gallery-detail-section-1 .gallery-img img {
    height: auto;
  }

  #gallery-detail-section-1 .custom-col {
    width: 50% !important;
  }

  .form-section .contact-oge {
    padding: 25px 10px;
  }

  .contact-oge p span {
    font-size: 25px !important;
  }

  .contact-oge p span p {
    font-size: 18px !important;
  }

  .contact-oge p {
    font-size: 15px !important;
  }
  .pageSliderContent .swiper-pagination{
    left: 0 !important;
    bottom: 15px !important;
    justify-content: center !important;
  }
  .pageSliderContent .sliderJs, .pageSliderContent .sliderJs .swiper-wrapper, .pageSliderContent .sliderJs .swiper-slide{
    height: 67vh !important;
    max-height: 67vh !important;
  }
  .section-header #languages #main-menu{
    display: flex !important;
    align-items: center !important;
  }
  .section-header #languages #main-menu li a::before{
    display: none !important;
  }
  .section-header #languages #main-menu li a{
    padding: 0px 10px !important;
  }
  #page-detail-section-1 .weta-icerik-tag, #page-detail-section-2 .weta-icerik-tag{
    font-size: 38px !important;
  }
}

.gallery-section-3 .custom-col:nth-child(1),
.gallery-section-9 .custom-col:nth-child(1) {
  width: 100% !important;
}

.gallery-section-3 .custom-col:nth-child(1) a,
.gallery-section-9 .custom-col:nth-child(1) a {
  justify-content: center;
}

.section-header .dropdown-menu li a {
  font-size: 13px !important;
}

#slider-0 .swiper {
  max-width: 1440px;
  border-radius: 20px;
  background-color: #aabbd3;
}

#slider-0 .swiper img {
  position: absolute;
  right: 100px;
  height: 450px;
  width: auto;
  opacity: 0;
  transform: translateY(150px);
}

#slider-0 .swiper-slide {
  background-color: transparent !important;
}

.weta-slider-tag span {
  font-size: 32px;
  font-weight: 400 !important;
}

.slider-description p {
  color: var(--site-paragraph-color) !important;
}

.pageSliderContent .swiper-slide-active .weta-slider-tag {
  animation: none;
}

.pageSliderContent .swiper-slide-active .slider-description {
  animation: none;
}

.pageSliderContent .swiper-slide-active .weta-slider-buttons {
  animation: none
}

.pageSliderContent .swiper-slide-active .slider-contents {
  animation: effectfadeUp 1.5s ease-in-out;
}

.pageSliderContent .swiper-slide-active img {
  animation-name: effectfadeUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.icon-section .icon-wrapper:hover .weta-icerik-tag,
.icon-section .icon-wrapper:hover .icon-description,
.icon-section .icon-wrapper:hover .icon-description *,
.icon-section .icon-wrapper:hover .icon span {
  color: #333 !important;
}

.footer-img img {
  max-height: 100px;
  border-radius: 0px;
}

footer #footer-col:nth-child(1) .footer-description {
  width: 80%;
}

.footer-title {
  font-size: 20px !important;
}

.pageSliderContent .swiper-pagination-bullet {
  width: 25px !important;
  height: 25px !important;
}

.pageSliderContent .swiper-pagination {
  display: flex;
  left: 7.5%;
  bottom: 150px;
}

@media(min-width:1150px) and (max-width:1350px){
    .pageSliderContent#slider-0 .sliderJs, .pageSliderContent#slider-0 .sliderJs .swiper-wrapper, .pageSliderContent#slider-0 .sliderJs .swiper-slide{
        min-height: 650px;
    }
    .weta-slider-tag{
        font-size: 45px !important;
    }
    .pageSliderContent .swiper-pagination-bullet{
        width: 20px !important;
        height: 20px !important;
    }
    .pageSliderContent .swiper-pagination{
        bottom: 70px !important;
    }
}
.section-header .row{
    position: relative;
}