@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #333;
  color: #220728;
  font-family: 'Questrial', sans-serif;
}
body.fancybox-active {
  height: 100%;
}
form {
  width: 100%;
  height: 100%;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}
.clr {
  clear: both;
  height: 0;
}
::-webkit-input-placeholder {
  color: #707070;
}
:-moz-placeholder {
  color: #707070;
}
::-moz-placeholder {
  color: #707070;
}
:-ms-input-placeholder {
  color: #707070;
}
::selection {
  background: #1691CE;
  color: #fff;
}
::-moz-selection {
  background: #1691CE;
  color: #fff;
}
/*General Elements */
body, input, textarea, select, option {
  font-family: 'Questrial', sans-serif;
}
*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}
:before {
  font-family: IcoFont;
  font-style: normal;
}
section {
  position: relative;
  padding: 30px 40px 60px 94px !important;
}
section h2 {
  font-size: 16px;
  color: #BFA474;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
section h2 img {
  margin-right: 15px;
}
.content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.btn {
  box-shadow: 0px 0px 38px rgba(150, 176, 203, 0.3098039216);
  background: #fff;
  line-height: 60px;
  font-size: 11px;
  color: #1691CE;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 0 40px;
  font-weight: bold;
}
i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative;
}
i.icon.feedbackIco {
  background-image: url(../images/icons/feedback.html);
}
i.icon.mailIco {
  background-image: url(../images/icons/mail.html);
  width: 17px;
  height: 14px;
}
i.icon.messageIco {
  background-image: url(../images/icons/message.html);
}
i.icon.phoneIco {
  background-image: url(../images/icons/phone.svg);
  width: 18px;
  height: 18px;
}
i.icon.searchIco {
  background-image: url(../images/icons/search.html);
  width: 17px;
  height: 17px;
}
.mob-menu { position: absolute;
  right: 42px;
  top: 22%;  
}
.arrowBtn {
  float: left;
  line-height: 50px;
  position: relative;
  text-align: center;
  background: #DD1427;
  width: 240px;
  height: 50px;
}
.arrowBtn span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.5px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-position: right 2px;
  background-repeat: no-repeat;
  line-height: 30px;
}
.arrowBtn:before {
  width: 0px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.arrowBtn:hover {
  color: #fff;
}
.aboutButton {
  border: none;
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  margin-top: 15px;
}
#mahal-list {
  width: 100%;
  height: 280px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 105px 0 120px 0;

}
.svg-first{margin-left: 10px;}
#kroki {
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 77vh;
  margin: 0px 130px 0 130px;
}
.arrowBtn:hover span {
  background-image: url(../images/icons/rightArrowRed.html);
  padding: 0 30px 0 20px;
  color: #DD1427;
}
.arrowBtn:hover:before {
  width: 100%;
}
.arrowBtn.white {
  background: #fff;
}
.arrowBtn.white span {
  color: #8D98A1;
}
.arrowBtn.white:before {
  background: #220728;
}
.arrowBtn.white:hover span {
  color: #fff;
  background-image: url(../images/icons/rightArrowWhite.html);
}
.arrowBtn.black {
  background: #220728;
}
.arrowBtn.black span {
  color: #fff;
}
.arrowBtn.black:before {
  background: #DD1427;
}
.arrowBtn.black:hover span {
  color: #fff;
  background-image: url(../images/icons/rightArrowWhite.html);
}
section.form { 
  background:#ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}
section.form { background:#ddd;height: 800px; }
section.form .left h3 { color: #ea9230;font-family: 'Questrial', sans-serif;padding-bottom: 40px;    font-weight: 600;    padding-top: 20px;}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.row .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.row .col.col-1 {
  width: 12.5%;
}
.row .col.col-2 {
  width: 25%;
}
.row .col.col-3 {
  width: 37.5%;
}
.row .col.col-4 {
  width: 50%;
}
.row .col.col-5 {
  width: 62.5%;
}
.row .col.col-6 {
  width: 75%;
}
.row .col.col-7 {
  width: 27.5%;
}
.row .col.col-8 { background-image: url(../images/img/location-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
  max-width: 100%;
}
.row .col.col-8 {
    width: 60%;
    height: 78%;
    position: absolute;
    left: 38%;
}
.row .col.col-9 {
  width: 35%;
}
.row .col.col-10 {
  width: 65%;
}
.row.j-center {
  justify-content: center;
}
.rowSixCol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.rowSixCol .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.rowSixCol .col.col-1 {
  width: 16.6666666667%;
}
.rowSixCol .col.col-2 {
  width: 33.3%;
}
.rowSixCol .col.col-3 {
  width: 50%;
}
.rowSixCol .col.col-4 {
  width: 66.6666666667%;
}
.rowSixCol .col.col-5 {
  width: 83.3%;
}
.rowSixCol .col.col-6 {
  width: 100%;
}
.rowSixCol.j-center {
  justify-content: center;
}
.pad {
  padding: 100px;
}
.h10 {
  height: 10%;
}
.h20 {
  height: 20%;
}
.h30 {
  height: 30%;
}
.h40 {
  height: 40%;
}
.h50 {
  height: 50%;
}
.h60 {
  height: 60%;
}
.h70 {
  height: 70%;
}
.h80 {
  height: 80%;
}
.h90 {
  height: 90%;
}
.h100 {
  height: 100%;
}
.h2-text{
  text-align: center;
  font-size: 60px;
  color: #ea9230;
  font-weight: 600;
}
.pt-0 {
  padding-top: 0;
}
.border-right {
  border-right: 1px solid #D5D8DC;
}
.border-left {
  border-left: 1px solid #D5D8DC;
}
.border-top {
  border-top: 1px solid #D5D8DC;
}
.border-bottom {
  border-bottom: 1px solid #D5D8DC;
}
.pl8 {
  padding-left: 0%;
}
.pr8 {
  padding-right: 8%;
}
h3 {
  font-weight: bold;
  font-size: 60px;
}
h3.brown {
  color: #BFA474;
}
h3.purple {
  color: #ffffff;
}
section.contact .left {
  padding: 50px 0px 0px 70px;
  color: #fff;
}
section.contact .left p{
padding-top: 17px;
padding-bottom: 35px;
line-height: 23px;
font-size: 23px;
} 
section.contact .left span {
  font-weight: bold;
  font-size: 24px;
  text-decoration: underline;
  padding-top: 10px;
}
  section.contact .left h3{
font-size: 60px;
font-weight: 400;
} 
section.contact {
  margin-top: 50px;
}
section.contact .ct-bg {
  padding-left: 180px;
  padding-top: 4rem;
  width: 74%;
}
section.contact .ct-bg p{
color: #fff; padding-top: 22px; line-height: 26px;
}
.address {
  color: #fff;
}
section.contact .ct-bg .col-5 {
  padding-left: 110px;
}
section.contact .ct-bg .col-5 p a{
  color: #fff;
  text-decoration: none;
  font-size: 34px;
}
section.contact .ct-bg .col-5 p {
  margin-top: 10px;
  margin-bottom: 36px;
}
section.contact .ct-bg .col-5 span{
    font-size: 21px;
    text-decoration: underline;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
#bg-image img {height: auto;width: 100%;margin-top: 20px;}
@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
/*General Elements */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
 background: #333;
  padding: 10px 0 0 140px;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  padding: 0 0 30px 0;
  align-items: center;
}
header a.logo {
  display: block;
  
  background-size: 100% auto;
  width: 235px;
  height: 75px;
  margin-top: 19px;
}
header nav {
  height: 100%;
  width: calc(78% - 87px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 95px;
  margin-top: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
header nav ul {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: 100px;
  display: flex;
  flex-wrap: wrap;
  right:23px;
  align-items: center;
  position: relative;
  left: -18px;
}
header nav ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li a {
  color: #fff;
  font-weight: bold !important;
  font-size: 16px !important;
  display: block;
  margin-top: 15px;
  margin-right: 4px;
  padding-bottom: 7px;
}
header.home {
  background: transparent;

}
header.home nav a.h-contact-item:first-child {
  border-left: 0;
   }
header.home a.logo {

  background-size: 100%;
}

header.home nav {

}

header.home nav ul li a {
  color: #fff !important;
  padding-bottom: 7px;
  font-weight: 400;
  
}
.kat-plani {
  border-bottom: 1px solid #fff;
}
section.gallery {
  margin-top: 5%;
  margin-bottom: 40px;
}
header nav a.h-contact-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #ea9230;
  padding-left: 20px;
  font-size: 13px;
  float: left;
  padding-right: 19px;
  text-align: center;
  line-height: 22px;
}
header nav a.h-contact-item:first-child { border-left: 0;}
header nav a.h-contact-item:last-child{
  border-right: 0;
}
header nav a.h-contact-item svg{
  margin-bottom: 5px;
}
header nav a.h-contact-item svg path{fill:#ea9230; stroke:#ea9230;}
header nav a.h-contact-item svg line{ stroke:#ea9230;}
header.home nav a.h-contact-item{color:#ea9230; border-left:1px solid #ea9230;float: left;padding-right: 18px; font-weight: 200;font-size: 14px; line-height: 22px;}
header.home nav a.h-contact-item svg path{fill:#ea9230; stroke:#ea9230;}
header.home nav a.h-contact-item svg line{ stroke:#ea9230;}
.mobileMenuLink {
  height: 100%;
  width: 60px;
  float: left;
}
.mobileMenuLinkContent {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 20px auto 0;
}
.line1 {
  width: 20px;
  height: 2px;
  background: #2D2C73;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.line2 {
  width: 20px;
  height: 2px;
  background: #2D2C73;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.line3 {
  width: 20px;
  height: 2px;
  background: #2D2C73;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobileMenuLink.closer .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 10px;
}
.mobileMenuLink.closer .line2 {
  display: none;
}
.mobileMenuLink.closer .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 10px;
}
main {
  width: 100%;
  position: relative;
  z-index: 4;
}
#menuButton {
  display: none;
}

.button-right {
  position: fixed;
  top: 50%;
  left: -140px;
  z-index: 9999;
  display: flex;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  
}

.vertical-button {
  background-color: #f0f0f0;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  z-index: 9999999;
  right: 0;
  border: 0;
}
.language-button {
  position: fixed;
  z-index: 99999;
  background: #00303C !important;
  color: #fff;
  top: 0;
  right: 50px;
  background-color: #ccc;
  padding: 10px;
}
.button-top {
  background-color: #ea9230;
  color: #fff;
  align-items: center;
}

.button-bottom {
  align-items: center;
  background-color: #333;
  color: #fff;
}

#menuItems {
  display: block;
}
.caption h1 {
  color: #fff;
    font-size: 60px;
    font-weight: 500;
    font-family: 'Questrial', sans-serif;
    line-height: 4rem;
}
.caption h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  font-family: 'Questrial', sans-serif;
  line-height: 6rem;
}
section.mainSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #666;
  margin: 0;
  padding: 0 !important;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
.owl-carousel .owl-item.center{
    position: relative;
    z-index: 9;
}
section.mainSlider .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
section.mainSlider .item .slider-1{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  padding-top: 116px;
  background-image:url("../images/img/slidernew.jpg");

}


section.mainSlider .owl-carousel .owl-item img {

 
  max-width: 100%;
  max-height: 100vh;
    display: block;
    height: auto;
    position: absolute;
    /*
  display: block;
  width: 60%!important;
  position: absolute;
  top: -62px;
  right: -70px;
  margin-left: 28px;
  */
}
section.mainSlider .item .slider-2{
  background-repeat: no-repeat;
  padding-top: 116px;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-image:url("../images/img/slider1.jpg");
}
section.mainSlider .item .slider-3{
  background-repeat: no-repeat;
  padding-top: 116px;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  background-image:url("../images/img/slider3.jpg");
}
section.mainSlider .item:after{display: block; width: 100%; height:100%; position: absolute; top:0; left:0; pointer-events: none; content:"";
  opacity: 0.76; z-index: 0;}
section.mainSlider .item .content {
  height: 100%;
}
section.mainSlider .item .caption {
  position: absolute;
  top: 41%;
  right: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; z-index: 1;
}
section.mainSlider .item .caption h1 {
  color: #fff;
  padding-bottom: 15px; }
section.mainSlider .item .caption h2 {
  color: #fff;
  font-weight: 500;
  font-size: 57px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
}
section.plan .h2-text {padding: 20px;}
section.mainSlider .item .caption h2 span {
  color: #BFA474;
}
section.mainSlider .item .caption p {
  font-size: 25px;
  color: #fff;
  max-width: 90%;
  font-weight: 600;
  line-height: normal;
}
section.mainSlider .active .item .caption {
  right: 24%;
  opacity: 1;
  width: 50%;
}
section.mainSlider .active .item .desc {
  bottom: 0;
  opacity: 1;
}
section.mainSlider .owl-nav {
  position: absolute;
  bottom: 11%;
  right: 42%;
  height: 70px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav {
  margin-top: 15px;
}
section.mainSlider .owl-nav button {
  width: 80px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
  border: 2px solid #ddd !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button:before {
  color: #00303C;
  font-size: 20px;
}
section.mainSlider .owl-nav button.owl-prev {
  margin-right: 0;
  border-radius: 50px;
  width: 45px;
  height: 45px;
}
section.mainSlider .owl-nav button.owl-next {
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-left: 15px;
}
section.mainSlider .owl-nav button.owl-prev:before {
  content: "\eab5"; color: #ddd;
}
section.mainSlider .owl-nav button.owl-next:before {
  content: "\eab8"; color: #ddd;
}
section.mainSlider .owl-nav button:hover {
  background-color: #ddd !important;
}
section.mainSlider .owl-nav button:hover:before {
  color: #fff;
}
/* Slider */
section.mainSlider .owl-dots {
  position: absolute;
  bottom:15%;
  right: 22%;
}
section.mainSlider .owl-dots .owl-dot {
  width: 100%;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  color: #fff;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent; margin-right:12px;
}
section.mainSlider .owl-dots .owl-dot:after{display: block; content:""; position: absolute; left:32px; top:50%; width: 8px; height: 1px; background: #ddd;-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
section.mainSlider .owl-dots .owl-dot span {
  display: block;
  width: 100%; line-height: 32px; color:#ddd;opacity: .8;
}
section.mainSlider .owl-dots .owl-dot.active {
  background:#ddd; margin-right: 100px;color: #fff!important;
}
section.mainSlider .owl-dots .owl-dot.active span { color: #ea9230;}

section.mainSlider .owl-dots .owl-dot.active:after{width: 98px;left:36px;color: #fff;}
/* Gallery */
section.gallerySlider .owl-dots {
  position: absolute;
  bottom: 90px;
  right: 300px;
}
section.gallerySlider .owl-dots .owl-dot {
  width: 100%;
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent; margin-right:12px;
}
.sNum {text-align: center;
    top: -60px;
    font-size: 25px;
    justify-content: center;
    position: relative; }
section.gallerySlider .owl-dots .owl-dot span {
  display: block;
  width: 100%; line-height: 32px; color:#fff;
}
section.gallerySlider .owl-dots .owl-dot.active {
  background:#000000; margin-right: 100px;
}
.webTeaser {
  width: 100%;
  background: #FAFAFA url(../images/img/teaser.html) no-repeat center;
  background-size: auto 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  align-items: center;
}
.webTeaser p {
  font-size: 20px;
  max-width: 360px;
}
.webTeaser a {
  height: 69px;
  padding: 15px 0 0 61px;
  background: url(../images/icons/globe.svg) no-repeat left center;
}
.webTeaser a span {
  display: block;
  line-height: 34px;
  border: 2px solid #220728;
  border-radius: 0 34px 34px 0;
  font-size: 15px;
  font-weight: bold;
  color: #220728;
  border-left: none;
  padding: 0 35px 0 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.webTeaser a:hover span {
  background: #220728;
  color: #fff;
}

.mahalTeaser {
  width: 100%;
  background: #BFA474 url(../images/img/mahalBg.html) no-repeat left bottom;
  background-size: auto 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  align-items: center;
  color: #220728;
}
.mahalTeaser span {
  font-size: 32px;
  letter-spacing: -2px;
}
.mahalTeaser img {
  width: 32%;
  margin-right: 15%;
}
.mahalTeaser:before {
  display: block;
  width: 80px;
  line-height: 80px;
  background: #220728;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  content: "\eab8";
  text-align: center;
  position: absolute;
  right: 6%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mahalTeaser:hover:before {
  background: #fff;
  color: #220728;
  right: 3%;
}
section.plan {
  position: relative;
  padding: 50px 40px 60px 94px !important;
}
section.about .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.form .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.about .left {
  width: 55%; padding: 20px 30px 31px 65px;
  text-align: justify;
}
section.form .left {
  width: 43%;
  padding-top: 85px;
  
}
section.about { padding:0!important;
  background:#333;
  margin: 70px 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.about .left h3 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 20px;
}
section.about .left p {
  font-size: 15px !important;
  max-width: 100%;
  color: #fff;
  font-weight: 400;
  line-height: 1.4rem !important;

}
section.about .left h4 {
  color: #fff;
  font-size: 20px;
}
section.about .right {
  width: 45%;
}
section.about .content .right {
  object-fit: cover;

  
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

section.about .content .right video {
  width: 100%;
  height: 100vh;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-position:absolute;
  z-index:10;
  object-fit:cover;


}

section.sosyal-yasam {
  padding: 0!important;
  background:#ddd;
  margin: 40px 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.sosyal-yasam .content .top {
  background-image: url(../images/img/avcil-sosyal-yasam.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60vh;
}

section.sosyal-yasam .content h1 {
  color: #333;
  font-size: 50px;
  font-weight: 700;
}

section.sosyal-yasam .content .left {padding: 50px;width: 50%; text-align: justify;}

section.sosyal-yasam .content .left p{color: #333;font-weight: 300;line-height: 1.3rem;font-size: 17px;}

section.sosyal-yasam .content .left h4 {margin-top: 25px;color: #333;font-size: 20px;}

section.sosyal-yasam .content .right {padding: 50px;width: 50%; text-align: justify;}

section.sosyal-yasam .content .right p{color: #333;font-weight: 300;line-height: 1.3rem;font-size: 17px;}

section.sosyal-yasam .content .right h4 {margin-top: 25px;color: #333;font-size: 20px;}

section.sosyal-yasam .content .sosyal-text {display: flex; flex-direction: row;}

section.sosyal-yasam .content h1 {padding: 55px 0px 0px 50px;}

section.form .content{
  position: initial;
  padding-bottom: 53px;
}
section.form .content .right {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  object-fit: cover;
  overflow: hidden;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
 
}


section.sosyal-yasam .content .right video {
  width: 100%;
  height: 100vh;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-position:absolute;
  z-index:10;
  object-fit:cover;


}

section.form .content .right video {
  
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-position:absolute;
  z-index:10;
  object-fit:cover;

}

section.kroki h3 {
  margin-bottom: 40px;
}
section.plan .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.plan .left {
  position: relative;
  width: 60%;
  padding-left: 20px;
}
section.plan .left .planImgList {
  width: 100%;
  position: relative;
}
section.plan .left .planImgList a {
  display: block;
  width: 100%;
  display: none;
}
section.plan .left .planImgList a img {
  display: block;
  width: 100%;
  border: none !important;
}
section.plan .left .planImgList a:first-child {
  display: block;
}
section.plan .right {
  width: 40%;
  padding: 0 50px;
  margin-top: 75px;
}
section.plan .right h3 {
  background: #220728;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #BFA474;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 30px 0;
}
section.plan .right h3 img {
  margin-right: 20px;
}
section.plan .planList {
  padding-top: 91px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.plan .planList .planCategory {
  width: 45%;
  margin-top: -48px;
}
section.plan .planList .planCategory a {
  display: block;
  width: 72%;
  height: 28%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  color: #00303C;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  padding: 70px 0;
  box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
}
section.plan .planList .planCategory a:hover, section.plan .planList .planCategory a.selected {
  background: #ea9230;
  color: #fff;
}
section.plan .planList .planTypes {
  width: 45%;
  margin-top: -44px;
}
section.plan .planList .planTypes div {
  display: none;
}
section.plan .planList .planTypes div:first-child {
  display: block;
}
section.plan .planList .planTypes a {
  display: block;
    width: 79%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff;
    color: #00303C;
    font-size: 31px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 42px;
    box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
    line-height: 53px;
}
.mahal-btn {
    background-color: #002C39;
    padding: 15px 50px 15px 50px;
    border: none;
    position: absolute;
    right: 22%;
    bottom: 25%;
    color: #fff;
    font-size: 23px;
}
section.plan .planList .planTypes a:hover, section.plan .planList .planTypes a.selected {
  background: #f6a74f;
  color: #333;
}
section.gallery{padding:0!important;}
section.gallery .tabsBtn {
  display:flex;
  justify-content: center;
  width:100%;
  max-width: 520px; margin:25px auto;
}
section.gallery .tabsBtn a {
  border-radius: 3px;
  width: 50%;
  border: none;
  display: table-cell;
  text-align: center;
  color: #333;
  background: #fff;
  font-size: 23px;
  font-weight: 400; line-height: 60px;
}
section.gallery .tabsBtn a span {
  display: block;
  box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
}
section.gallery .tabsBtn a:hover {
  background-color: #ea9230;
  color: #333;
}
section.gallery .tabsBtn a.active-tab {
  background-color: #ea9230;
  color: #333;
  margin-right: 28px;
  margin-left: 28px;
}
section.gallery .tabs-content .tabs {
  display: none;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-stage-outer {
  margin-bottom: 30px; padding: 50px 0 90px 0;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-stage-outer .item {
  padding: 0 30px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-thumbs {
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-thumbs .owl-thumb-item {
  width: 7.5%;
  height: 130px;
  border: none;
  cursor: pointer;
  margin: 0 0.4%;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-thumbs .owl-thumb-item img {
  max-width: 100%;
  object-fit: cover;
  height: 130px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-dots {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center; justify-content: center;
  bottom:-33px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-dots button {
  width: 35px;
  height: 35px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-dots button span{display: block; width: 100%; height: 3px; background: #707070; opacity: .4;-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}
section.gallery .tabs-content .tabs .gallerySlider .owl-dots button.active span{background: #ea9230; opacity: 1;}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav {
  position: absolute;
  text-align: center;
  width: 100%;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #00303C;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
}
section.contact .content img {
  width: 15%;
  top: 21%;
  position: absolute;
}

section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-prev {
  left: 47%;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-prev:before {
  content: "\eab5";
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-next {
  right: 46.7%;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-next:before {
  content: "\eab8";
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button:hover {
  background-color: #ea9230 !important;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button:hover:before {
  color: #fff; border: 0;
}
section.gallery .tabs-content .tabs .gallerySlider .item img{transform: scale(1.1);-webkit-transition: all .3s;  -moz-transition: all .3s;  -o-transition: all .3s;  transition: all .3s;border:5px solid transparent;}
section.gallery .tabs-content .tabs .gallerySlider .center .item img {transform: scale(1.3); border:5px solid #fff;}
section.location .left {
}
section.location .left img {
  width: 80%;
}
section.location .right h4{
    font-size: 63px;
    font-weight: 500;
    margin-left: 68px;
    margin-top: 23px;
    color: #00303C;
 }
section.location .right {
  background-position: bottom;
  background-repeat: no-repeat;
}
  section.location .right p {
  color: #00303C;
  width: 71%;
  margin-left: 67px;
  padding-top: 22px;
  font-size: 18px;
}
section.location .right p span {
  display: block;
  color: white;
  margin-top: 45px;
  margin-bottom: 20px;
}
section.content.col-3 {
  padding-left: 15px;
}
section.contact .left {
  padding-right: 50px;
  padding-top:4%;
}
section.contact .left .item {
  margin-top: 40px;
}
section.contact .left .item span {
  color: #BFA474;
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 17px;
}
section.contact .left .item p {
  font-size: 20px;
}
#cookie-notice {
  background: #ea9230;
  position: fixed;
  bottom: 0;
  left: 0;
  visibility: hidden;
  z-index: 100;
  text-align: center;
  padding: 15px 15px 18px 15px;
  font-size: 12px;
  right: 0;
  color: #222;
}
#cookie-notice {
  background: #ea9230 !important;
}
#cookie-notice p #cookie-link, #cookie-notice p #privacyinfo-link {
  color: #fff !important;
}
#cookie-notice #cookie-notice-close {
  margin-left: 10px;
  font-size: 36px;
  position: relative;
  top: 7px;
}
#cookie-notice #cookie-notice-close {
  background: #333 !important;
  color: #fff !important;
}
section.kroki {
  padding: 0 !important;
  margin: 20px 0 40px 0;
}

section.kroki video {
  width: 100%;
  height: 100vh;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-position:absolute;
  z-index:10;
  object-fit:cover;


}

.cizgi {
  bottom: 33px;width: 73%;position: absolute;
}
.el-2 {
  z-index:1;left: 1px;position: absolute;max-width: 40%;margin-top: -234px;filter: drop-shadow(5px 5px 10px #666);
}
section.contact .left .item p a {
  color: #220728;
}
section.contact .right {
  border-radius: 3px;
  background-image: url(../images/img/background.jpg);
  box-shadow: 20px 20px 60px rgba(34, 7, 40, 0.05);
  padding: 20px;
}
section.contact .right img {
  width: 80%;
  display: block;
}
section.contact .right iframe {
  width: 100%;
  height: 100%;
}
.checkbox-box {
  display: block;
  color: #707070;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding-top: 10px;
}
.checkbox-box input {
  position: absolute;
  opacity: 0;
}
.checkbox-box label {
  margin-right: 0;
  position: relative;
  padding-left: 60px;
  min-width: auto;
  line-height: 1.5;
  display: block;
  padding-top: 5px;
  font-size: 10px;
}
.checkbox-box label:before {
  width: 30px;
  height: 30px;
  background-color: #D2D7D7;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-box input:checked + label:before {
  background-image: url(../images/icons/check.html);
}
footer {
  background: #222;
  /* padding: 50px 230px 50px 140px; */
}
footer .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .social {
  margin-right: 20px;
}
footer .social a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin-right: 6px;
  float: left;
  text-align: center;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
footer .social a i {
  position: relative;
  font-size: 20px;
}
footer h3 {
  color: #fff;
  font-size: 16px;
  padding: 10px 50px 7px 0px;
}
section.contact .h2-text { margin-bottom: 30px;}
section.contact .content button {
    position: absolute;
    padding: 20px 34px;
    right: 5%;
    bottom: 5%;
    color: #F3C69F;
    background-color: #002C39;
    border: none;
}
footer .social a:before {
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: #ea9230;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .social a:hover {
  color: #fff;
}
footer .social a:hover:before {
  width: 100%;
}
#talep-formu {
  position: absolute;
  right: -600px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 520px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#talep-formu:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
}
#talep-formu .formFooter {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #220728;
  padding: 30px;
}
#talep-formu .formFooter a {
  width: 50%;
  font-size: 12px;
  color: #BFA474;
  display: block;
  line-height: 18px;
  text-align: center;
}
#talep-formu .formFooter a:first-child {
  background: url(../images/icons/phoneDark.svg) no-repeat left center;
  background-size: 18px auto;
  border-right: 1px solid #BFA474;
  text-align: left;
  padding-left: 25px;
}
#talep-formu .formFooter a:first-child:hover {
  color: #fff;
}
#talep-formu .formContent {
  padding: 20px;
}
#talep-formu .formContent p.info {
  font-size: 35px;
  color: #220728;
  font-weight: bold;
}
#talep-formu .formContent p.info span {
  color: #BFA474;
  display: block;
}
#talep-formu.opened {
  right: 160px;
}
/* Forms */
.codeFormData {
  display: none;
  color: #fff;
  z-index: 5555;
  padding: 15px;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.codeFormData button {
  font-size: 14px;
  margin: 10px 0;
  padding: 5px 17px;
  font-weight: 700;
  border: 0;
  background-color: #002b4e;
  color: #fff;
  border: 1px solid #fff;
}
.codeFormData .element input {
  font-size: 100%;
    height: 50px;
    margin-bottom: 14px;
    padding: 11px;
    color: #000;
    border: 1px solid #002b4e;
    margin-left: 3px;
    font-weight: 500;
} 
.formContent {
  padding-bottom: 30px;
  position: relative;
}
.formContent .fRow {
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.formContent .fRow.w75 {
  width: 75%;
}
.formContent .fRow .fCol {
  width: 100%;
  text-align: left!important;
}
.formContent .fRow .fCol.w50 {
  width: calc(50% - 25px);
  float: left;
  margin-left: 50px;
}
.formContent .fRow .fCol:first-child {
  margin-left: 0;
}
.formContent .fRow .fCol.w100 {
  width: 100%;
}
.formContent .fRow .fCol .element {
  width: 100%;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formContent .fRow .fCol .element label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #47484B;
  padding-bottom: 7px;
}
.formContent .fRow .fCol .element textarea, .formContent .fRow .fCol .element select, .formContent .fRow .fCol .element input {
  display: block;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(109, 110, 115, 0.8);
  background: #F7F7F7;
}
.formContent .fRow .fCol .element textarea::-webkit-input-placeholder, .formContent .fRow .fCol .element select::-webkit-input-placeholder, .formContent .fRow .fCol .element input::-webkit-input-placeholder {
  color: #220728;
}
.formContent .fRow .fCol .element textarea:-moz-placeholder, .formContent .fRow .fCol .element select:-moz-placeholder, .formContent .fRow .fCol .element input:-moz-placeholder {
  color: #220728;
}
.formContent .fRow .fCol .element textarea::-moz-placeholder, .formContent .fRow .fCol .element select::-moz-placeholder, .formContent .fRow .fCol .element input::-moz-placeholder {
  color: #220728;
}
.formContent .fRow .fCol .element textarea:-ms-input-placeholder, .formContent .fRow .fCol .element select:-ms-input-placeholder, .formContent .fRow .fCol .element input:-ms-input-placeholder {
  color: #220728;
}
.formContent .fRow .fCol .element textarea:focus, .formContent .fRow .fCol .element select:focus, .formContent .fRow .fCol .element input:focus {
  border-color: #220728;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 0px 17px 1px rgb(194, 194, 194);
}
.formContent .fRow .fCol .element textarea.error, .formContent .fRow .fCol .element select.error, .formContent .fRow .fCol .element input.error {
  border: 1px solid #f00 !important;
}
.formContent .fRow .fCol .element textarea.hidden, .formContent .fRow .fCol .element select.hidden, .formContent .fRow .fCol .element input.hidden {
  display: none;
}
.formContent .fRow .fCol .element select {
  padding-left: 18px;
}
.formContent .fRow .fCol .element.textarea {
  height: 150px;
  resize: none;
}
.formContent .fRow .fCol .element textarea {
  padding: 20px 0 0 18px;
}
.formContent .fRow .fCol .element .intl-tel-input {
  height: 100%;
  width: 100%;
}
.formContent .fRow .fCol .element .intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 11px;
  font-weight: bold;
}
.formContent .fRow .fCol .element .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  background: #F7F7F7 !important;
}
.formContent .fRow .fCol .element.error .intl-tel-input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #f00 !important;
}
.formContent .fRow .fCol #send_button, .formContent .fRow .fCol #verifyDataBtn {
  display: inline-block;
  height: 100%;
  background: #BFA474 url(../images/icons/submit.svg) no-repeat 85% center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: none;
  padding: 0 80px 0 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.formContent .fRow .fCol #send_button:hover, .formContent .fRow .fCol #verifyDataBtn:hover {
  background: #856E43 url(../images/icons/submit.svg) no-repeat 90% center;
}
.formContent .fRow .fCol span.error {
  display: none !important;
}
.formContent .fRow .fCol .resendSuccess {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.formContent .fRow input[type=checkbox] {
  display: none;
}
.formContent .fRow input[type=checkbox] + label {
  font-size: 11px;
  color: #220728;
  letter-spacing: -1px;
}
.formContent .fRow input[type=checkbox] + label:before {
  content: "✔";
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  color: transparent;
  transition: 0.2s;
  border: 2px solid #707070;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
.formContent .fRow input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.formContent .fRow input[type=checkbox]:checked + label:before {
  border: 2px solid #3742FA;
  color: #fff;
  background-color: #3742FA;
}

/* Footer Menü */
.footerMenu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

.footerMenu li {
  margin: 0 10px; 
}

.footerMenu li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footerMenu li a:hover {
  color:#ea9230;
}

.footerMenu li:last-child {
  margin-right: 0;
}

@media (max-width: 1144px) {
  .footerMenu li.mobile-no {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  section.about .content {
  height: 100%;
  }
  section.about .left {
    width: 55%;
    padding: 38px 0px 47px 60px;
}
section.about .left p {
  font-size: 14px;
  max-width: 100%;
  color: #fff;
  font-weight: 400;
  line-height: 1.5rem;
}
}

@media screen and (max-width: 1600px) {
  .footerMenu li a {font-size: 16px;}
}

/* Forms*/
@media screen and (max-width: 1600px) {
  section.about .left p {
    font-size: 14px;
    max-width: 100%;
    color: #fff;
    font-weight: 400;
    line-height: 1.3rem;
}
  aside {
    width: 110px;
  }
  section.gallery .h2-text { margin-top: 40px;}
  header.home nav a.h-contact-item {
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    font-size: 12px;
    text-align: center;
}
  header {
    padding: 0 130px 0 60px;
  }
  header nav ul {
    right: -30px;
}
.mob-menu {
  position: absolute;
  right: -41px;
}
section.location .right h4 {
  font-size: 63px;
  font-weight: 500;
  margin-left: 31px;
  margin-top: 5px;
  color: #00303C;
}
section.contact .ct-bg {
  padding-left: 106px;
  padding-top: 2rem;
  position: absolute;
  right: 0;
  height: 86%;
}
.cizgi {
  bottom: 19px;
  width: 27%;
  position: absolute;
  left: 86px;
}
section.location .right p {
  color: #00303C;
  width: 91%;
  font-size: 18px;
  position: absolute;
  margin-left: 35px;
}
.col-8 .right {
  background-image: url(../images/img/location-mobile.jpg);
  margin: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row .col.col-8 {
  width: 60%;
  height: 71%;
  position: absolute;
  left: 39%;
  margin-top: -1px;
}
section.mainSlider .owl-nav {
bottom: 9%; }
  header nav {
    height: 100%;
    width: calc(78% - 55px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 15px;
}
  header nav ul li a {
    padding: 11px 15px;
    font-size: 11px;
    font-weight: 200;
  }
  section {
    padding: 30px 30px 50px 60px !important;
  }
  section.mainSlider .item .caption h2 {
    font-size: 57px;
    font-weight: 500;
    max-width: 100%;
  }
  section.mainSlider .item .caption p {
    font-size: 14px;
  }
  section.mainSlider .owl-nav {
    height: 50px;
  }
  section.mainSlider .owl-nav button {
    width: 50px;
  }
  section.mainSlider .owl-dots {
    right: 20%;
    bottom: 10%;
  }
  section.mainSlider .item .caption {
    top: 40%;
    right: 24%;
}
  section.about .left h3 {
    font-size: 40px;
  }
  section.gallery {
    padding-bottom: 200px !important;
  }
  section.gallery .tabsBtn {
    margin-top: 30px;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-dots {
    right: -10px;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-next {
    right: auto;
    left: -60px;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-prev {
    left: -120px;
  }
  section.plan .right h3 {
    padding: 20px 0;
  }
  section.plan .planList {
    padding-top: 20px;
  }
  section.plan .planList .planCategory a {
    padding: 50px 0;
  }
  h3 {
    font-size: 40px;
  }
  .mahalTeaser span {
    width: 50%;
  }
  .pl8 {
    padding-left: 3%;
  }
  section.contact .left .item p {
    font-size: 15px;
  }
  section.contact .ct-bg .col-5 {
    padding-left: 4%;
    padding-top: 37px;
}
section.contact .row .col-7 { padding-left: 6%;padding-top: 3%;}
}
@media screen and (max-width: 780px) {
  .mahal-btn {
    padding: 10px 20px 10px 20px !important;
    font-size: 15px;
    bottom: 20.5%;
}

section.sosyal-yasam {
  margin: 20px;
}
section.sosyal-yasam .content .sosyal-text {
  display: flex;
  flex-direction: column;
}

section.sosyal-yasam .content .sosyal-text .left{width: 100%;}
section.sosyal-yasam .content .sosyal-text .right{width: 100%;}
  .mob-menu {
    left: 0;
    bottom:0;
    top: auto;
    width: 100%;
    display: flex;
}
  header {
    padding: 0 20px;
    background-color: transparent;
  }
  footer {
    padding: 23px 9px 30px;
}
footer .content .left img {
  display: block;
  margin: auto;
  margin-top: 60px;
  padding: 0 30px;
  width: 100%;
}
#bg-form-img {display: block;

    width: 100%;
    height: 650px;
    margin-top: -39%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
section.plan {
  padding: 10px !important;
}
  header.home {
    position: fixed;
  }
  header .content {
    padding: 10px 0;
  }
  .mob-menu {
    position: fixed;
  }
  .caption h1 {
    font-size: 63px;
    line-height: 4.5rem;
  }
  header.home nav a.h-contact-item {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid #ea9230;
    padding-left: 18px !important;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 12px;
}
header.home nav a.h-contact-item svg path {
  fill: #ea9230;
  stroke: #ea9230;
}
.cizgi {
  left: 3px !important;
}
h3.purple {
padding-top: 15px; }
header.home nav a.h-contact-item svg line {
  stroke: #ea9230;
}
  header:not(.home) a.logo{
    display: none;
  }
  section.location .right p {
    padding-top: 18px;
}
  header.home a.logo {
    background-size: 62% !important;
}
section.location .right h4 {
  margin-top: 0px !important;
}
  header a.logo {
    width: 120px;
    height: 50px;
    position: relative;
  }
  header.home a.logo {
   
    /* height: 90px; */
    width: 300px;
    /* left: 25px !important; */
}
  header nav {
    display: block;
  }
  header nav ul{
    display: none;
  }
    .mob-menu {
      position: fixed;
      background: #333;
      left: 0;
      height: 89px;
      right: 0;
      bottom: 0;
      top: auto;
      padding: 33px 0 28px 0;
      align-items: center;
      justify-content: center;
     
  }
  header nav a.h-contact-item {
    font-size: 10px;
}
section.mainSlider .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
}
section.mainSlider .item .caption h2 {
  font-size: 28px;
  text-align: left;
}
section.mainSlider .owl-nav button.owl-next {
  margin-left: 0px !important;
}
section.about .left h3 {
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 500 !important;
}
section.mainSlider .owl-dots {
  left: 6%;
  width: 1%;
}
.caption h1 {
  font-size: 48px;
  line-height: 4.5rem;
}
section.mainSlider .owl-nav {
  top: 58% !important;
  left: 40px;
}
section.mainSlider .active .item .caption {
  top: 18% !important; }
section.mainSlider .owl-nav button.owl-prev {
  margin-right: -14px;
}
section.mainSlider .owl-nav button.owl-next {
  width: 48px;
  height: 48px;
}
header nav a.h-contact-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #ea9230;
  font-size: 13px;
  font-weight: 500;
  float: left;
  text-align: center;
  padding: 0 35px;
}
header nav a.h-contact-item:first-child{
  border-left: 0;
}
header nav a.h-contact-item svg {
  margin-bottom: 10px;
}
  aside {
    width: 100%;
    padding-top: 0;
    height: 70px;
    top: auto;
    bottom: 0;
  }
  aside .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  aside .content a {
    width: 20%;
    height: 100%;
    font-size: 10px;
    border-right: 2px solid #e8e5e9;
    border-bottom: none;
    padding: 0 5px;
  }
  aside .content a img {
    margin: 0 auto 5px;
    width: 20px;
  }
  aside .content a br {
    display: none;
  }
  aside .content a small {
    display: block;
    min-height: 20px;
  }
  main {
    padding: 0;
  }
  section.contact .ct-bg p {
    color: #fff;
    padding-top: 20px; font-size: 13px;
}
  section.mainSlider .item {
    background-position: center;
  }
  section.mainSlider .item .caption h2 {
    font-size: 40px;
    text-align: left;
  }
  .cizgi {
    left: -188px;
  }
  section.mainSlider .item .caption h1 {
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    font-size: 52px;
  }
  section.mainSlider .item .caption h2 {
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    font-size: 52px;
  }
  section.mainSlider .item .caption p {
    font-size: 15px;
    max-width: 500px;
    text-align: left;
  }
  section.mainSlider .active .item .caption {
    left: 10%;
    top: 30%;
    text-align: center;
  }
  section.mainSlider .owl-nav {
    top: 60%;
    left: 40px;
  }
  section.mainSlider .owl-nav button.owl-prev {
    margin-right: 10px;
  }
  section.mainSlider .owl-dots {
    width: 1%;
  }
  section.location .transport ul {
    flex-wrap: wrap;
  }
  section.location .transport ul li {
    width: 50%;
    border-bottom: 1px solid rgba(34, 7, 40, 0.5);
  }
  section.location .transport ul li span:nth-child(1) {
    font-size: 11px;
  }
  section.location .left {
    padding-right: 0;
  }
  section.location .content .row {
    flex-direction: column-reverse;
  }
  .image-1 {
    left: 1px;
    position: absolute;
    max-width: 40%;
    margin-top: -219px;
  }
  section.location .right {
    padding-top: 20px;
  }
  .row .col {
    width: 100% !important;
  }
  h3 {
    font-size: 30px;
  }
  section {
    padding: 0 23px !important;
  }
  section.teaser {
    padding-top: 20px !important;
  }
  .webTeaser {
    padding: 30px;
    background-size: 100% auto;
    background-position: center 60px;
  }
  .webTeaser p {
    font-size: 15px;
    margin-bottom: 80px;
  }
  .webTeaser a {
    background-size: 40px 40px;
    height: 40px;
    padding: 5px 0 0 33px;
  }
  .webTeaser a span {
    line-height: 25px;
  }
  section.gallery {
    margin-top: 0 !important;
}
  .h2-text {
    font-size: 40px !important;
    padding: 20px 20px;
}
  section.about .left {
    width: 100%;
    padding-bottom: 20px;
  }
  section.about .left p {
    padding-right: 0;
    font-size: 11px;
    max-width: 93%;
  }
  section.about .right {
    width: 100%;
  }
  section.about .aboutNav {
    margin-top: 20px;
  }
  section.about .aboutNav a.aPrev {
    left: -10px;
    width: 40px;
    line-height: 40px;
  }
  section.about { 
    background:#222;
    margin: 40px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h2-text { font-size: 40px;}
.el-2 {
  z-index: 1;
    left: 119px;
    position: absolute;
    max-width: 87%;
    margin-top: 55px;
    filter: drop-shadow(5px 5px 10px #666);
}
section.about .left h3 {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 300;
}
  section.about .aboutNav a.aNext {
    right: -10px;
    width: 40px;
    line-height: 40px;
  }
  section.about .aboutNav ul {
    width: 77%;
  }
  section.about .aboutNav ul li a {
    padding: 5px;
  }
  section.about .aboutNav ul li a small {
    font-size: 10px;
    line-height: 1;
  }
  section.gallery {
    margin-top: -170px;
  }
  section.gallery .tabsBtn {
    margin-left: 65px;
    display: initial !important;
  }
  section.gallery .tabsBtn a {
    color: #00303C;
    background-color: #fff;
  }
  section.contact .content { 
    margin-left: 0;
    text-align: left;
  }
  section.contact .content .h2-text {
    position: relative;
    left: -29px;
}
  section.location .right h4 {
    font-size: 36px;
    font-weight: 300;
    margin-left: 39px;
    margin-top: 5px;
    color: #00303C;
}
.col-2 img {
  margin-left: -40px;
}
  section.gallery .tabsBtn a.active-tab {
      background-color: #ea9230;
      color: #fff;
      height: 18px;
      width: 122px;
}
section.plan {
  margin-top: 0px;
}
section.about .left {
  padding: 39px;
}
#kroki {
  margin: 0;
  height: 50vh;
}
section.form button {
  margin-top: 17px;
  padding: 14px 39px;
}
section.gallery .content {
  overflow: hidden;
  padding-bottom: 40px;
  margin-top: 25px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-dots {
  display: none !important;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-stage-outer {
  margin-right: 0;
}
section.plan .planList .planCategory {
  width: 45%;
  position: relative;
  margin-left: 28px;
  margin-top: -20px;
}
section.plan .planList .planCategory a {
  padding: 48px 11px;
  font-size: 34px;
  box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-prev {
  top: -55px;
  width: 40px;
  height: 40px;
  left: 36% !important;
  border-radius: 50px;
  border: 2px solid #ea9230;
  background-color: #ea9230;
  }
  section.plan .planList .planTypes {
    width: 45%;
    margin-top: -16px;
}
  section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-next {
    top: -55px;
    width: 40px;
    height: 40px;
    left: 50% !important;
    border-radius: 50px;
    border: 2px solid #ea9230;
    background-color: #ea9230;
}
#mobil-img {
  background-image: url(../images/img/m9.jpg) ;
  width: 100%;
    height: 230px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
} 
section.location .left img {
  width: 100%;
  margin-left: -5px; margin-top: 13px;
}
.mahalTeaser span {
    font-size: 20px;
    width: 100%;
  }
  section.location .content .row {
    margin-left: 5px; }
  .mahalTeaser img {
    width: 66%;
    margin: 20px 0 0 0;
  }
  .mahalTeaser:before {
    width: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 30px;
  }
  .pl8 {
    padding: 0 !important;
  }
  section.contact .right {
    margin-top: 25px;
  }
  footer .left {
    width: 100%;
  }
  footer h3 {
    float: inherit;
    color: #fff;
    font-size: 20px;
    padding: 40px 30px 20px 20px;
}
section.location .right p {
  color: #00303C;
  width: 69%;
  margin-bottom: 75px;
  margin-left: 42px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button:hover {
  background-color: #00303C !important;
  color: #fff;
}
section.location .content .row .col.col-8 {
  position: sticky;
  margin-left: -5px;
  margin-right: 10px;
  font-size: 11px;
  height: 452px;
  background-position: right;
  background-image: url(../images/img/location-mobile.jpg);
}
section.contact .row .col-2 {
  margin-top: 290px;
}
section.contact .ct-bg .col-5 {
  padding-left: 0px;
  padding-top: 15px;
}
.col-2 img {
  margin-left: -62px;
  width: 120%;
}
section.contact .ct-bg .col-5 p a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
section.contact {    margin: 0 0; left: 0;}
section.contact .content h3 {margin-right: 0; margin-bottom: 30px;}
section.contact .ct-bg {
    padding: 16px 41px;
    width: 120%;
    height: 518px;
    position: absolute;
    top: 78px;
}
section.contact .ct-bg .col-5 p {
    margin-top: 2px; }
.row .col.col-8 {
  position: sticky;
  margin-left: -14px;
  font-size: 11px;
}
  footer .right {
    justify-content: center;
    margin: auto;
  }
  footer .social {
    margin: 34px 0;
}
  footer .social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  section.gallery {
    padding-bottom: 25px !important;
  }
  section.gallery .tabsBtn {
    margin-top: 0;
    margin-left: 22%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
  }
  section.gallery .tabsBtn a {
    width: 48%;
    padding: 0px 0;
    height: 61px;
    font-size: 15px;
  }
  section.about .content .right {
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: url(../images/img/about-image.jpg);
  }
  section.about .left {
    padding: 30px;
    font-size: 11px;
  }
  section.gallery .tabsBtn a img {
    width: 35px;
  }
  .cizgi {
    width: 27%;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-dots {
    width: 60%;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    bottom: -40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: unset;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-dots .owl-dot {
    margin: 0 5px;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-stage-outer .item {
    padding: 0;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-thumbs {
    display: none !important;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-prev {
    top: -55px;
    width: 40px;
    height: 40px;
    left: 0;
  }
  section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-next {
    top: -55px;
    width: 40px;
    height: 40px;
    right: 0 !important;
    left: auto;
  }
  section.plan .left {
    width: 100%;
    padding: 0 0 25px 0;
  }
  section.plan .right {
    width: 100%;
    padding: 0;
  }
  #talep-formu {
    width: 90%;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    bottom: 90px;
    padding: 20px;
  }
  #talep-formu.opened {
    right: 5%;
  }
  #talep-formu .formContent p.info {
    font-size: 22px;
  }
  #talep-formu .formContent .fRow .fCol .element {
    height: 40px;
  }
  #talep-formu .formFooter {
    padding: 15px;
  }
  .sNum {
    top: -78px;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-prev {
  top: -50px;     background-color: #fff;}
  section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-next {
    top: -50px;     background-color: #fff;}
/***********************************************************************************************************************
MessageBox - A jQuery Plugin to replace Javascript's window.alert(), window.confirm() and window.prompt() functions
    Author          : Gaspare Sganga
    Version         : 2.0.1
    License         : MIT
    Documentation   : http://gasparesganga.com/labs/jquery-message-box/
***********************************************************************************************************************/
/*
    You can customize your MessageBox style directly in this file 
    or override some classes/styles using an external CSS file loaded after this.
*/
/* Overlay */
.messagebox_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}
.messagebox_overlay *:focus {
  outline: 0;
}
/* MessageBox */
.messagebox {
  font-family: 'Questrial', sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #303030;
  background-color: #fcfcfc;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 4px #a0a0a0;
  max-height: 90%; /* This value is useful only when "top" option is set to "auto" */
  max-width: 90%;
  min-width: 300px;
}
/* Content */
.messagebox_content {
  padding: 20px;
  padding-bottom: 0; /* In order to preserve "padding-bottom" when the content is taller than the MessageBox and thus scrolled on the Y-axis, use the following's :after pseudo-class "height" value instead of "padding-bottom" here! */
}
.messagebox_content:after {
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px; /* Use this value as if it was #messagebox_content's "padding-bottom" to preserve it when the content overflows Y-axis and the scrollbar is shown */
}
/* Input's Label */
.messagebox_content_label {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  font-style: italic;
}
/* Input (it applies to selects too) */
.messagebox_content_input {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  padding: 3px;
  color: #303030;
  border: 1px solid #909090;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}
.messagebox_content_input:hover {
  border-color: #707070;
}
.messagebox_content_input:focus {
  border-color: #707070;
  box-shadow: inset 0px 0px 3px #ffd540;
}
/* Input's style when placed inside a label */
.messagebox_content_label .messagebox_content_input {
  margin-top: 4px;
}
/* Select's "fake placeholder" */
.messagebox_content_input_selectplaceholder {
  color: #909090;
}
/* Buttons */
.messagebox_buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #c8c8c8;
  padding: 10px 20px;
  text-align: center;
}
.messagebox_buttons button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  min-width: 75px;
  margin: 0px 4px;
  padding: 5px 10px;
  cursor: pointer;
  color: #404040;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}
.messagebox_buttons button:hover {
  color: #202020;
  background-color: #f0f0f0;
}
.messagebox_buttons button:active {
  background-color: #e6e6e6;
  border: 1px solid #a0a0a0;
  box-shadow: inset 0px 0px 6px #d0d0d0;
}
.messagebox_buttons button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.formkapatclass{
  text-align: right;
  }
  .formkapatclass a{
    padding: 8px 11px;
    background: #bfa474;
    color: #220728;
    text-align: right;
    font-size: 15px;
  transition: all 0.3s;
  }
  .formkapatclass a:hover{
    padding: 8px 11px;
    background: #856E43;
    color: #220728;
    text-align: right;
    font-size: 15px;
  }
}

@media screen and (max-width: 1450px) { 
header nav ul {margin-right: 0px;}
}

/*# sourceMappingURL=style.css.map */
.mapCanvas{width: 100%; height: 500px;}
@media screen and (max-width: 1300px) {  section.form .content .right .right-img {
   }   
  section.form button {
    margin-left: 3%;
} }
@media screen and (max-width: 1600px) {
  .mob-menu {
    right: -79px;
}
header nav ul {
  left: 0;
}
section.mainSlider .active .item .caption {
    right: 24%;
    opacity: 1;
    width: 30%;
}
header nav ul li a {
  padding: 11px 2px;
  font-size: 16px;
  font-weight: 400;
}
section.mainSlider .item .caption {
  top: 40%;
}
header.home nav a.h-contact-item {padding-left: 16px; font-size: 11px;}
section.mainSlider .owl-nav {
  bottom: 80px;
}
header.home nav ul li a {
  color: #00303C;
  font-weight: 400;
}
header nav a.h-contact-item { font-size: 10px;
}
section.mainSlider .item .content {
  height: 100%;
  margin-left: 50px;
}
section.mainSlider .item .caption p {
  line-height: 21px;
    font-size: 20px;
    padding-top: 5px;
    font-weight: 600;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-prev {
  left: 46%;
}
section.gallery .tabs-content .tabs .gallerySlider .owl-nav button.owl-next {
  left: 51%;
}
header a.logo {
  background-size: 96% auto !important; }
    section.location .right h4 {
      margin-top: 31px; }
      section.location .right p {
        padding-top: 41px; 
      font-size: 15px;}
        .cizgi {
          bottom: 19px;
          width: 73%;
          position: absolute;
          left: 3px;
      }
      section.location .right p {
        color: #00303C;
        width: 74%; }
        .h2-text {
          font-size: 50px; padding: 0 20px;}
          section.contact .ct-bg {
            height: 69%;
        }
      section.gallery {
        padding-bottom: 30px !important;
    }
}
@media screen and (max-width: 1600px) {
section.about .left p {
    font-size: 13px;
    max-width: 100%;
    color: #fff;
    font-weight: 300;
    line-height: 1.1rem;
} }
/* Laptop */ 
@media screen and (max-width: 1366px) { 
  section.form .content {
    padding-bottom: 0;
}
section.sosyal-yasam {
margin: 25px 70px 70px;
} 
section.sosyal-yasam .content h1 {
  color: #333;
  font-size: 51px;
  font-weight: 300;
}
.language-button {
right: 20px!important;
}
section.mainSlider .owl-dots {
  right: 17%;
  bottom: 12%;
}
section.mainSlider .owl-nav {
  position: absolute;
  bottom: 60px;
  right: 40%;
  height: 70px;
}
#kroki {
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 63vh;
  margin: 0px 130px 60px 130px;
}
section.contact {
  margin-top: 50px;
}
section.mainSlider .owl-carousel .owl-item img {
  top: -12px;
  right: -43px;
  margin-left: 28px;
}
section.plan {
  margin-top: 90px;
}
#mahal-list {
  margin: 150px 0 130px 0;
}
section.about .left p {
  font-size: 13px;
  line-height: 1.3rem;
  max-width: 100%;
}
section.about .left h3 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 0px;
}
section.about .left {
  width: 55%;
  padding: 15px 0px 20px 65px;
}
section.about {
  margin: 70px;
}
section.gallery .h2-text {
  margin-top: 150px;
}
.mahal-btn {
  right: 20%;
}
#kroki {
  height: 66vh;
}
.mahal-btn { bottom: 23.5%; }
section.contact .h2-text { margin-bottom: 30px;}
section.contact .left {
padding-top: 6%;
} 
section.contact .left h3 {
    font-size: 55px; }
header nav ul li a {
  margin-right: 3vh !important;
}
.tabs-content {
  margin-bottom: 50px;
}
.cizgi {
  bottom: 19px;
  width: 73%;
  position: absolute;
  left: 0;
}
section.form .fCol label {
  display: -webkit-inline-box;
  width: 59%;
  color: #00303C;
  font-size: 12px;
}
footer .social {
  margin-right: 0;
}
section.gallery {
  margin-top: -100px;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.row .col.col-8 {
  height: 70%;
}
section.location .right h4 {
  font-size: 55px;
}
section.location .right p {
  color: #00303C;
  width: 69%;
  font-size: 11px !important; }
  section.contact .ct-bg .col-5 {
    padding-left: 0px;
    position: absolute;
    right: 23px;padding-top: 36px;
}
.row .col.col-8 {
  height: 70%;
}
section.mainSlider .item .caption h2 {
  font-size: 44px;
  font-weight: 500;
  max-width: 100%;
  padding-top: 0px;
}
section.mainSlider .item .caption h1 {
  font-size: 44px;
  font-weight: 500;
  max-width: 100%;
  line-height: 3rem;
}
section.contact .row .col-7 {position: absolute;
  left: 141px;
  width: 44%;
  padding-top: 13px;} 
  section.contact .ct-bg .col-5 p a {
    color: #fff;
    text-decoration: none;
    font-size: 27px;
}
section.location .content .row .col .col-8 .right {
  height: 70%;
}
}
@media screen and (min-width: 780px) { #bg-image img.mobil-kv {display: none;}}
@media screen and (max-width: 780px) {
header nav a.h-contact-item:first-child {
    border-left: 0;
} 
section.location .content .row .col.col-8 {
background-image: url(../images/img/location-mobile.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
section.location {margin-top: -69px;}
#bg-image img.desktop-kv {display: none;}
#bg-image img.mobil-kv {height: 100%; width: 100%;}
section.location .right p {
  color: #00303C;
  width: 79%;
  font-size: 12px !important;
}
section.location .right h4 {
  font-size: 40px;
}
.cizgi {
  margin-left: -19%;
}
section.contact .row .col-7 {
  position: absolute;
  left: 27px;
  width: 82%;
}
section.contact .ct-bg .col-5 { place-self: flex-end; right: 0; left: 48px;}
section.contact .ct-bg .col-5 span {
  font-size: 17px; }
  section.contact .ct-bg .col-5 p a {
    font-size: 18px;
}
}
@media screen and (max-width: 780px) { 
  section.contact .ct-bg .col-5 {
    top: 56%; }
    footer .social {
      margin: 30px 0 30px 0;
  }
  section.location .right p {
    color: #00303C;
    width: 79%;
    font-size: 11px !important;
}
header nav a.h-contact-item:first-child {
  border-left: 0;
}
header nav a.h-contact-item {
  line-height: 12px;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px; }
.my-form select, .my-form input, .my-form textarea, .my-form button { width: 210px; }
}
/* Tablet */ 
@media screen and (max-width: 820px) { 
header nav ul {
  left: 6px;
  display: none;
}
section.location .right p {
  color: #00303C;
  width: 69%;
  font-size: 9px;  }
section.location .left img {
  width: 100%;
  height: 107%;
}
section.contact .ct-bg .col-5 p a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
section.contact .ct-bg .col-5 span {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.contact .ct-bg p {
  color: #fff;
  padding-top: 23px;
  line-height: 26px;
  font-size: 13px;
}
section.contact .ct-bg .col-5 {
  padding-left: 0px;
  position: absolute;
  right: 23px;
  width: 35%;
  padding-top: 27px;
}
section.contact .row .col-7 {
  position: absolute;
  left: 83px;
  width: 44%;
}
section.about .left {
  padding: 80px;
  position: relative;
  width: 100%;
}
h3.purple { font-size: 27px; }
section.mainSlider .owl-dots {
  right: 105px;
}
section.location .left img {
  width: 100%;
}
section.location .right h4 {
  font-size: 37px;
}
section.location .right p {
  color: #00303C;
  width: 69%;
  font-size: 9px !important; padding-top: 10px;
}
.row .col.col-8 {
  height: 67%;
}
footer .content .left { position: absolute;}
.cizgi {
  width: 68%; }
  .row .col.col-8 {
    background-position: right; }
    .h2-text {
      margin-top: 20px;
  }
  .el-2 {
    z-index: 1;
    left: 1px;
    position: absolute;
    max-width: 44%;
    margin-top: -45px;
    filter: drop-shadow(5px 5px 10px #666);
}
section.plan .planList .planCategory a {
  width: 80%;
  height: 0%; }
  section.plan .planList .planCategory a {
    padding-top: 0px;
}
  section.plan .planList .planTypes a {
    display: block;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff;
    color: #00303C;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 42px;
    box-shadow: 0 0 20px 0 rgb(134 147 164 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(134 147 164 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgba(134, 147, 164, 0.1);
    line-height: 44px;
    padding-top: 2px;
}
section.plan .planList .planCategory a {
  padding-top: 13px;
}
footer .social a {
  display: block;
  width: 42px; }
footer {
  background: #222;
}
footer .social {
  position: initial;
  margin-top: 112px;
}
footer .social a i {
  position: relative;
  font-size: 26px;
}
footer h3 {
  font-size: 22px;
text-align: center; }
footer .content .left {
  position: absolute;
}
}
@media screen and (max-width: 414px){
  section.sosyal-yasam .content h1 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
}
section.sosyal-yasam {
  margin: 20px 23px 25px;
}
section.sosyal-yasam .content h1 {
  padding: 30px 0px 0px 30px;
}
section.sosyal-yasam .content .right {
  padding: 30px;
}
section.sosyal-yasam .content .left {
  padding: 30px;
}
section.sosyal-yasam .content .left h4 {
  margin-top: 25px;
  color: #333;
  font-weight: 400;
  font-size: 20px;
}
section.sosyal-yasam .content .right h4 {
  margin-top: 25px;
  color: #333;
  font-weight: 400;
  font-size: 20px;
}
section.sosyal-yasam .content .left p {
  font-size: 12px;
}
section.sosyal-yasam .content .right p {
  font-size: 12px;
}
  #kroki {
    max-width: 89%!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35vh!important;
    margin: 20px 20px 30px 20px!important;
}
  section.plan .planList .planTypes a:hover, section.plan .planList .planTypes a.selected {
    background: #00303C;
    color: #fff;
    padding: 7px 0;
    margin-top: -4px;
    width: 83%;
}
section.form button {margin-left: 28% !important; margin-top: 20px !important; margin-bottom: 15px;}
.mapCanvas { width: 100%;}
section.plan .planList .planTypes a {
  width: 86%; }
  #popup1 {Padding: 20px!important;} #popup1 p {font-size: 11px;} #popup1 ul {font-size: 11px;} #popup1 ul li{font-size: 11px;}
  #popup2 {Padding: 20px!important;} #popup2 p {font-size: 11px;} #popup2 ul li{font-size: 11px;}
  .popup ul li {font-size: 11px;}
  
  section.gallery .tabs-content .tabs .gallerySlider .owl-nav {
    margin-top: 8px;
    margin-left: 8px;
}
.plan .plans-icon-position {
  left: 20px !important;
  top: 20px !important;
}
section.plan .plans-icon-position img {
  height: 40px;
  width: 40px !important;
}
section.plan {
  margin-top: 30px;
}
  .gallery .gallery-icon-position {
    right: 30px !important; }

  input.form {margin-right: 5px;}
  section.form .form .element {display: block;}
  input.form { width: 80% !important;text-align: center;}
  section.form .left h3 {text-align: center;padding-top: 15px;}
  section.form .left h3 {
    padding-bottom: 20px;
}
  textarea { width: 80% !important;}
  textarea {margin-left: 10% !important;}
  section.form .fCol { text-align: center; }
  .my-form select, .my-form input, .my-form textarea, .my-form button { width: 150px;}
  section.form .left {
    width: 100%;
}

.mapCanvas { height: 250px;}
header.home nav a.h-contact-item { font-size: 11px; width: 30%;}
.mahal-btn {
  background-color: #002C39;
  padding: 10px 19px 10px 22px!important;
  border: none;
  position: absolute;
  right: 24%!important;
  bottom: 51px!important;
  color: #fff;
  font-size: 12px!important;
}
section.mainSlider .active .item .caption { top: 21% !important; }
header.home a.logo {
  width: 100%; }
section.contact .left p {
  padding-right: 40px;
  font-size: 15px;
}
.content .left img { position: absolute;
  left: 0; }
section.form .fCol label {
  padding-top: 15px;
}
section.contact .content h3.purple {
  margin-right: 0;
  font-size: 36px;
  font-weight: 500;
}
section.contact .left {
  padding: 44px 0px 14px 44px;
  color: #fff;
}
section.form .content .right { display: none;}
.my-form .btn-grid { margin-left: 3rem; }
section.plan .right {
  margin-top: 73%;
}
section.plan h3 {
  margin:10px 0;
}
section.gallery h3 {
  margin:30px 0;
}
section.plan .content .left span img {
  left: 17px;
    top: 19px;
    width: 10%;
}
section.plan .content h3 {
  margin-top: 0;
}
  .el-2 {
    z-index: 1;
    right: 0;
    position: absolute;
    max-width: 94%;
    margin-top: 16px;
    filter: drop-shadow(5px 5px 10px #666);
}
footer .content .left {
  position: absolute;
}
section.plan .planList .planCategory a {
  font-size: 26px; }
header nav a.h-contact-item:first-child {
  border-left: 0;
  width: 30%;
}
header nav a.h-contact-item a {
  width: 30%;
}
section.gallery .content {
  padding-bottom: 0;
  margin-bottom:-120px;
}
section.about .right {
  display: block;
}
section.gallery {
  padding-bottom: 0;
  margin-bottom: -120px;
}
section.contact .content .h2-text { 
  left: 0;
}
section.about .left {
  padding: 25px 0px 25px 30px;
  position: relative;
  width: 100% !important;
}
section.gallery .content img.gallery-icon { left: 84%;
  top: 24%; }
section.location .right p {
  color: #00303C;
  width: 69%;
  font-size: 11px !important;
  padding-top: 13px;
}
section.about .left p {
  font-weight: 300;
}
.col-2 img {
  margin-left: -62px;
  width: 120%;
  left: 103px;bottom: 7px;
}
.cizgi {
  width: 73%;
}
footer .social {
  margin: 87px 0;
  width: 100%;
}
footer .social a {
  margin-left: 1px;
}
section.contact .ct-bg .col-5 p a {
  font-size: 14px;
}
section.mainSlider .owl-nav {
  top: 60% !important; }
  section.mainSlider .owl-dots {
    bottom: 21% !important; left: 10% !important;padding-top: 20px; }
    #mobil-img {margin-top: 0;}
    section.plan .planList .planCategory a {
      padding-bottom: 45px;
  }
    section.plan .right {
      margin-left: 0;
  }
  section.contact .row .col-7 {
    position: absolute;
    left: 27px;
    width: 69%;
}
section.contact .ct-bg .col-5 {
  padding-left: 0px;
  position: absolute;
  right: 23px;
  width: 80%;
  padding-top: 27px;
}
.gallery-icon {
  left: 86%; }

}
section.form .form {text-align: center;}

@media screen and (min-width: 1600px){ .mahal-btn {
  bottom: 22%; } }
@media screen and (max-width: 375px){
  .gallery .gallery-icon-position {
    right: 60px; }
  .mahal-btn {
    bottom: 17%; }
.caption h1 {
  font-size: 40px;
  line-height: 3rem;
}
section.mainSlider .active .item .caption {
top: 20%;
}
section.plan .planList .planTypes a:hover, section.plan .planList .planTypes a.selected {
  background: #00303C;
  color: #fff;
  padding: 7px 0;
  margin-top: -5px;
}
section.plan .left .planImgList a img {
  left: -21px;
}
input.form {
  width: 100%;
  margin-right: 4px;
}
header.home a.logo {
  height: 73px;
  width: 100%;
}
header.home a.logo {
  background-size: 70% !important;
  margin: auto;
}
.my-form .btn-grid { margin-left: 3rem; }
section.location .right h4 {
  font-size: 32px;
}
header nav a.h-contact-item:first-child {
  border-left: 0;
}
section.gallery .content img.gallery-icon {
  left: 82%;
  top: 28%; }
section.gallery .content {
  padding-bottom: 0px;
}
section.gallery {
  padding-bottom: 0px !important;
}
section.plan .right {
  margin-left: 0;
  margin-top: 72%;
}
footer h3 {
  padding-top: 16px;
}
section.plan .left {
  margin-left: 38px;
}
section.plan .content .left span img {
    left: -9px;
    top: 17px;
    width: 10%;
    position: absolute;
}
footer .social {
  margin-left: 7px;
  padding-top: 10px;
}
.caption h1 {
  font-size: 42px; }
  .caption h1 {
    font-size: 42px; }
    section.mainSlider .owl-dots {
      right: 0;
      left: 61%;
  }
  section.mainSlider .owl-nav {
    top: 55% !important;
}
section.location .right p {
  width: 86%; }
  section.contact .ct-bg p {
    width: 100% !important;
}
section.mainSlider .item .caption h2 {
  font-size: 30px;
  text-align: left;
}
section.form button {
  margin-left: 4%; }
section.form .fCol label {
  padding-top: 18px;
}
section.about .left p {
  font-weight: 400;
}
section.mainSlider .item .caption p {
  font-size: 14px; }
    .h2-text {
      font-size: 35px !important;
  }
  #bg-image {
    margin-bottom: 156px; }
    section.contact .ct-bg .col-5 span {
      font-size: 16px; }
      section.contact .row .col-7 {
        position: absolute;
        left: 29px; }
        section.gallery .tabsBtn {
          margin-top: 0;
          margin-left: 18%; }
          footer .content {
            display: flex;
            flex-wrap: wrap;
            align-content: space-between;
        }
        section.form .form {text-align: center;}
}
@media screen and (max-width: 1250px){
header nav ul li a {
  padding: 11px 11px;
  font-size: 14px !important;
  font-weight: 400;
}
  section.location .right p {
    color: #00303C;
    width: 69%;
    font-size: 10px; padding-top: 15px;
}
.row .col.col-8 {
  height: 67%;
}
section.mainSlider .owl-dots {
  right: 137px;
}
section.mainSlider .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
}
section.mainSlider .owl-nav button.owl-next {
  width: 48px;
  height: 48px;
  margin-left: 9px;
}
 }
 @media screen and (min-width: 1600px) {
  section.plan {
    padding: 0px 30px 0px 30px;
    margin-top: 25px;
}
  #mahal-list {
    width: 100%;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 125px 0 68px 0;
  
}
  #kroki {
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 62vh;
    margin: 0px 130px 60px 130px;
}
  .mahal-btn {
    background-color: #002C39;
    padding: 15px 50px 15px 50px;
    border: none;
    position: absolute;
    right: 22%;
    bottom: 25%;
    color: #fff;
    font-size: 23px;
}
.gallery .gallery-icon-position {
  position: absolute;
  right: 15px;
  top: 6px;
  z-index: 5;
  cursor: pointer;
}
  section.about {
    padding: 0!important;
    background-image: url(../images/img/background.jpg);
    margin: 165px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.mainSlider .owl-carousel .owl-item img {
    display: block;
    width: 60%!important;
    position: absolute;
    top: -62px;
    right: -115px;
    margin-left: 28px;
}
section.about .left h3 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 20px;
}
section.about .left p {
  font-size: 16px;
    max-width: 100%;
    color: #fff;
    font-weight: 300;
    line-height: 1.3rem;
}
 section.location .right p {
     color: #00303C;
     width: 85%;
     font-size: 15px;
     position: absolute;
     margin-left: 35px;
 }

.cizgi {
  bottom: 30px;
  width: 73%;
  position: absolute;
  left: 0px;
}
section.location .left img {
  height: 100%;
}
section.contact .ct-bg p {
  color: #fff;
  padding-top: 22px;
  line-height: 26px;
  width: 87%;
}
header nav ul li a {
  padding: 11px 11px;
  font-size: 17px;
  font-weight: 400;
  padding-right: 0;
  margin-right: 11px;
}
 }
 #fcf-form {
  display:block;
}
.fcf-body {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --white: #afafaf;
  --borderFormEls: hsl(0, 0%, 10%);
  --bgFormEls: hsl(0, 0%, 14%);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
a {
  color: inherit;
}

.fRow{width: 100%;}
.fCol{width: 100%;display: -ms-flexbox;display: -webkit-flex;display: flex; flex-wrap: wrap; justify-content: space-between;}
.fCol .element{width: 48%; position: relative;}
.fCol span.error{display: none!important;}
input.hidden{display: none!important;}
input.error{border:1px solid #f00!important;}
input.error + label{color:#f00!important;}
input.form, .intltelinput { font-size: 100%;
  height: 50px;
  border: none;
  width:100%;
  margin-bottom: 14px;
  /* margin-right: 19px; */
  padding: 11px;
  margin-left: 3px;
  font-weight: 500; }

select,
textarea,
button {
  font-family: 'Questrial', sans-serif;
  font-size: 100%;
}
button,
label {
  cursor: pointer;
}
select {
  appearance: none;
}
/* Remove native arrow on IE */
select::-ms-expand {
  display: none;
}
/*Remove dotted outline from selected option on Firefox*/
/*https://stackoverflow.com/questions/3773430/remove-outline-from-select-box-in-ff/18853002#18853002*/
/*We use !important to override the color set for the select on line 99*/
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 var(--white);
}
textarea {
  resize: none;
  width: 100%;
    height: 92px;
    border: 0;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form h1 {
  margin-bottom: 1.5rem;
}
.my-form li,
.my-form .grid > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
  width: 100%;
  line-height: 1.5;
  padding: 15px 17px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #00303C;
  background: #fff;
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.my-form textarea {
  height: 170px;
}
.my-form ::placeholder {
  color: inherit;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}
.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input {
}
.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
  transform: scale(1.02);
}
.my-form *:required,
.my-form select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px;
}
.my-form *:disabled {
  cursor: default;
}
/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
  padding-left: 20px;
}
.my-form .btn-grid {
  position: relative;
    background-color: #00303C;
    color: #fff;
    width: 177px;
    height: 64px;
    margin-left: 5rem;
}
.my-form button {
  font-weight: bold;
}
.my-form button > * {
  display: inline-block;
  width: 100%;
  font-weight: 400;
}
.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
}
.my-form button:enabled:hover .back,
.my-form button:focus .back {
}
.my-form button:enabled:hover .front,
.my-form button:focus .front {
}
/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.my-form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  color: #00303C;
  text-decoration: underline;
}
.my-form input[type="checkbox"] + label::before,
.my-form input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
}
.my-form input[type="checkbox"] + label::before {
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
}
.my-form input[type="checkbox"]:checked + label::before {
  background: #fff;
  color:#00303C;
}
.my-form input[type="checkbox"]:checked + label::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 14px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}
/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  font-size: 1rem;
  text-align: right;
  backface-visibility: hidden;
}
footer a {
  text-decoration: none;
}
footer span {
  color: var(--red);
}
/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
  .my-form .grid {
    display: grid;
    grid-gap: 1.5rem;
  }
  .my-form .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .my-form .grid-3 {
    grid-template-columns: auto auto auto;
    align-items: center;
  }
  .my-form .grid > *:not(:last-child) {
    margin-bottom: 0;
  }
  .my-form .required-msg {
    display: block;

  }
  
}
@media screen and (min-width: 541px) {
  .my-form input[type="checkbox"] + label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .my-form input[type="checkbox"]:checked + label::after {
    top: 3px;
  }
}
#talep-formu {
  position: absolute;
  right: -600px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 520px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#talep-formu:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
}
#talep-formu .formFooter {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #220728;
  padding: 30px;
}
#talep-formu .formFooter a {
  width: 50%;
  font-size: 12px;
  color: #BFA474;
  display: block;
  line-height: 18px;
  text-align: center;
}
#talep-formu .formFooter a:first-child {
  background: url(../images/icons/phoneDark.svg) no-repeat left center;
  background-size: 18px auto;
  border-right: 1px solid #BFA474;
  text-align: left;
  padding-left: 25px;
}
#talep-formu .formFooter a:first-child:hover {
  color: #fff;
}
#talep-formu .formContent {
  padding: 20px;
}
#talep-formu .formContent p.info {
  font-size: 35px;
  color: #220728;
  font-weight: bold;
}
#talep-formu .formContent p.info span {
  color: #BFA474;
  display: block;
}
#talep-formu.opened {
  right: 160px;
}
/* Forms */
.formContent {
  padding-bottom: 30px;
  position: relative;
}
.formContent .fRow {
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.formContent .fRow.w75 {
  width: 75%;
}
.formContent .fRow .fCol {
  width: 100%;
}
.formContent .fRow .fCol.w50 {
  width: calc(50% - 25px);
  float: left;
  margin-left: 50px;
}
.formContent .fRow .fCol:first-child {
  margin-left: 0;
}
.formContent .fRow .fCol.w100 {
  width: 100%;
}
.formContent .fRow .fCol .element {
  width: 100%;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formContent .fRow .fCol .element label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #47484B;
  padding-bottom: 7px;
}
.formContent .fRow .fCol .element textarea, .formContent .fRow .fCol .element select, .formContent .fRow .fCol .element input {
  display: block;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(109, 110, 115, 0.8);
  background: #F7F7F7;
}
.formContent .fRow .fCol .element textarea::-webkit-input-placeholder, .formContent .fRow .fCol .element select::-webkit-input-placeholder, .formContent .fRow .fCol .element input::-webkit-input-placeholder {
  color: #220728;
}
.formContent .fRow .fCol .element textarea:-moz-placeholder, .formContent .fRow .fCol .element select:-moz-placeholder, .formContent .fRow .fCol .element input:-moz-placeholder {
  color: #220728;
}
.formContent .fRow .fCol .element textarea::-moz-placeholder, .formContent .fRow .fCol .element select::-moz-placeholder, .formContent .fRow .fCol .element input::-moz-placeholder {
  color: #220728;
}
.formContent .fRow .fCol .element textarea:-ms-input-placeholder, .formContent .fRow .fCol .element select:-ms-input-placeholder, .formContent .fRow .fCol .element input:-ms-input-placeholder {
  color: #220728;
}
.formContent .fRow .fCol .element textarea:focus, .formContent .fRow .fCol .element select:focus, .formContent .fRow .fCol .element input:focus {
  border-color: #220728;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 0px 17px 1px rgb(194, 194, 194);
}
.formContent .fRow .fCol .element textarea.error, .formContent .fRow .fCol .element select.error, .formContent .fRow .fCol .element input.error {
  border: 1px solid #f00 !important;
}
.formContent .fRow .fCol .element textarea.hidden, .formContent .fRow .fCol .element select.hidden, .formContent .fRow .fCol .element input.hidden {
  display: none;
}
.formContent .fRow .fCol .element select {
  padding-left: 18px;
}
.formContent .fRow .fCol .element.textarea {
  height: 150px;
  resize: none;
}
.formContent .fRow .fCol .element textarea {
  padding: 20px 0 0 18px;
}
.formContent .fRow .fCol .element .intl-tel-input {
  height: 100%;
  width: 100%;
}
.formContent .fRow .fCol .element .intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 11px;
  font-weight: bold;
}
.formContent .fRow .fCol .element .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  background: #F7F7F7 !important;
}
.formContent .fRow .fCol .element.error .intl-tel-input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #f00 !important;
}
.formContent .fRow .fCol #send_button, .formContent .fRow .fCol #verifyDataBtn {
  display: inline-block;
  height: 100%;
  background: #BFA474 url(../images/icons/submit.svg) no-repeat 85% center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: none;
  padding: 0 80px 0 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.formContent .fRow .fCol #send_button:hover, .formContent .fRow .fCol #verifyDataBtn:hover {
  background: #856E43 url(../images/icons/submit.svg) no-repeat 90% center;
}
.formContent .fRow .fCol span.error {
  display: none !important;
}
.formContent .fRow .fCol .resendSuccess {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.formContent .fRow input[type=checkbox] {
  display: none;
}
.formContent .fRow input[type=checkbox] + label {
  font-size: 11px;
  color: #220728;
  letter-spacing: -1px;
}
.formContent .fRow input[type=checkbox] + label:before {
  content: "✔";
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  color: transparent;
  transition: 0.2s;
  border: 2px solid #707070;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
.formContent .fRow input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.formContent .fRow input[type=checkbox]:checked + label:before {
  border: 2px solid #3742FA;
  color: #fff;
  background-color: #3742FA;
}
textarea {
  resize: none;
  width: 100%;
  height: 140px;
  padding: 11px;
  margin-left: 3px;
  color: #00303C;
  font-weight: 500;
}
section.form button {
  padding: 15px;
  background-color: #00303C;
  color: #fff;
  border: navajowhite;
  margin-left: 0%;
  margin-top: 35px;
  padding: 18px 43px;
  font-weight: bold;
}
label.term {
  width: 73%;
    display: -webkit-inline-box;
}
section.form .fCol label {
    display: -webkit-inline-box;
    width: 90%;
    color: #00303C;
    margin-top: 40px;
    font-size: 14px;
}
section.form .fCol label a{
font-weight: bold;
}
input::-moz-placeholder {
  color: #00303C;
}
input:-ms-input-placeholder {
  color: #00303C;
}
input::-webkit-input-placeholder {
  color: #00303C;
}
textarea::placeholder {
  color: #00303C;
  }
section.form .form { text-align: left;}
section.form button:hover {
  color: #00303C;
  background-color: #fff;
  border: #00303C;
  font-weight: bold;
}
textarea { color: #00303C;}
section.gallery .content{overflow: hidden; padding-bottom: 40px;}
section.map button {     border: none;
  position: absolute;
  right: 4%;
  bottom: 9%; background: none;
}
  .gallery .gallery-icon-position {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    cursor: pointer;
  }
  section.gallery .gallery-icon-position img {
    border: 0 !important;
    width: 40px;
    height: 40px;
}
  .gallery .gallery-icon-position img{
    width: 50px;
    height: 50px;
  }
  .plans .h2-text {padding: 10px 20px;}
  section.plan .planImgList .plans-icon-position {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 5;
    cursor: pointer;
  }
  section.plan .planImgList .plans-icon-position img {
    border: 0 !important;
    width: 40px;
    height: 40px;
}
  section.plan .plans-icon-position img{
    width: 50px;
    height: 50px;
  }
  header.home nav ul li a {
    display: inline-block;
    padding-bottom: 0.25;
    position:relative;
    padding-left: 0;
    padding-right: 0;
    margin-right: 6vh;
  }
  header.home nav ul li:last-child a{
    margin-right: 0;
  }
  header.home nav ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
  background-color: #ea9230;
  transition: 0.3s;
  }
  header.home nav ul li a:hover::before {
    width: 100%; }
    header nav ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ea9230;
    transition: 0.3s;
    }
    header nav ul li a:hover::before {
      width: 100%; }
      header nav ul li a {
        display: inline-block;
        padding-bottom: 0.25;
        position:relative;
        padding-left: 0;
        padding-right: 0;
        margin-right: 6vh;
      }
      #popup1{
    Width: 80% !important;
    Height: 85% !important;
    Background: #fff;
    Box-sizing: border-box;
    Padding: 67px;
    Position: absolute;
    top: 50%;
    left: 50%;
    Transform: translate(-50%,-50%);
    display: none;
      }
      #popup2{
    Width: 80% !important;
    Height: 50% !important;
    Background: #fff;
    Box-sizing: border-box;
    Padding: 67px;
    Position: absolute;
    top: 50%;
    left: 50%;
    Transform: translate(-50%,-50%);
    display: none;
      }
      @media screen and (min-width: 1800px) {
        section.form {
          margin-top: 130px;
      }
      section.contact .h2-text {
        margin-top: 30px;
    }
    section.kroki h3 {
      margin-top: 60px;
  }
  section.plan .planImgList .plans-icon-position {
    left: 50px;
    top: 50px;
}
 .h-contact-item:first-child {
  padding-right: 10px !important;
 }
 .h-contact-item:last-child{
  padding-left: 11px !important;
 }
 header nav a.h-contact-item {
  padding-left: 16px !important; }
  .mob-menu {
    right: 90px;
}
header nav {
  margin-right: 20px;
}
      }
section.kroki {
  background-image: url(../images/img/mobil-kroki.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media screen and (max-width: 500px) {
  section.mainSlider .active .item .caption {
    width: 50%;
  }
section.kroki {
  background-image: url(../images/img/mobil-kroki.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
section.about {
  margin: 25px;
}
section.about .left h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 15px;
}
section.about .left p {
  font-size: 12px;
  line-height: 1.5rem;
  max-width: 92%;
}
section.gallery {
  margin-top: -100px !important;
}
#mahal-list {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 233px;
  margin:25px 0 50px 0;
  background-image: url(../images/img/mahal-phone-image.webp);
}
section.mainSlider .owl-carousel .owl-item img {
  top: -12px;
  right: -70px;
  margin-left: 28px;
}
}
@media screen and (max-width: 1800px) {
  .language-button {
    right: 20px;
}
    section.plan {
      padding: 0px 30px 0px 30px !important;
  }
}
@media screen and (min-width: 2000px) {
#mahal-list {
  height: 900px;
}
section.contact .left {
  padding-top: 7%;
}
section.mainSlider .owl-carousel .owl-item img {
  display: block;
  position: absolute;
  top: -149px;
  right: 0px;
  margin-left: 28px;
}
}
@media screen and (max-width: 768px) {

  .fCol .element{width: 100%;}

  section.contact .content button {
    position: absolute;
    padding: 20px 18px;
    right: 5%;
    bottom: 9%;
    color: #F3C69F;
    background-color: #002C39;
    border: none;
}
  section.mainSlider .item .slider-1{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    padding: 0;
    height: 100%;
    background-image:url("../images/img/slidenew-m.jpg");
  }
  section.mainSlider .item .slider-2{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0;
    height: 100%;
    background-position: top;
    background-image:url("../images/img/m1.jpg");
  }
  section.mainSlider .item .slider-3{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    padding: 0;
    height: 100%;
    background-image:url("../images/img/m6.jpg");
  }
section.mainSlider .item .caption h1 {
  font-size: 30px;
  line-height: 2.5rem!important;
}
section.mainSlider .item .caption h2 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
section.mainSlider .item .caption {
  margin-top: 100px; }
  section.mainSlider .item .caption p{
  max-width: 70%;
  }
section.mainSlider .owl-dots .owl-dot span {
  display: block;
  width: 100%;
  line-height: 32px;
  color: #ddd;
  background-color: rgba(255,255,255, 0.5);
}
section.mainSlider .owl-dots .owl-dot.active span {
  color: #fff;
  background-color: #bbb;
}
section.mainSlider .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
}
section.mainSlider .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  margin-left: 9px;
}
#cookie-notice {
  padding: 15px 15px 25% 15px;
}
#cookie-notice p{
  line-height: 18px;
} 
}

.sidenav {
  height: 100%;
  width: 0; 
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #333;
  overflow-x: hidden; 
  transition: 0.5s;
  padding-top: 90px;
}

.sidenav a {
  padding: 15px 8px 8px 46px;
    text-decoration: none;
    font-size: 22px;
    color: #ddd;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
  color: #ea9230; 
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #ea9230;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media (min-width: 768px) {
  .mobilMenu {
      display: none;
  }
  @media (max-width: 767px) {
    .mobilMenu {
        position: fixed;
        top: 30%;
        right: 0;
        color: #002C39;
    }
}
}
@media (max-width: 800px) {
.language-button {
  display: none!important;
}
.intl-tel-input {
  padding: 14px 38px;
}
}