﻿@import url('../../css2');

:root {
  --app-height: 100%;
}

html{
  overflow-x: hidden;
  
}
body{
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  /*font-size: 13px;*/
}
select, button, input[type="text"], input[type="email"],input[type="password"],textarea{
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
}
strong,b{
  font-weight: 900;
}
/*1199, 1366*/
.container{
  max-width: 1193px;
  margin: 0 auto;
}
@media(max-width:1140px){
  .container{
    max-width: 992px;
  }
}
@media(max-width:992px){
  .container{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}



.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  transition: all .3s ease-in-out;
}
.header.fixed{
  position: fixed;
  background-color: #fff;
  box-shadow: 0 13px 24px 0 rgb(34 31 25/48%);
}
.header.fixed .hcont{
  display: flex;
  padding-top: 11px;
  padding-bottom: 8px;
}
.header.fixed .hcont .logo a img{
  filter: initial;
}
.header.fixed .hcont .hright{
  padding-top: 7px;
}
.header.fixed .hcont .hright .hmenu .hbottom .item a{
  color: #232323;
}
.header.fixed .hcont .hright .hmenu .htop a{
  color: #232323;
  opacity: 0.42;
}
.header.fixed .hcont .hright .hlau .item >a{
  border: 1px solid #a3a3a3;
}
.header.fixed .hcont .hright .hlau .item:last-child >a {
  border-right: 1px solid #a3a3a3;
}
.header.fixed .hcont .hright .hmenu .htop a .img img{
  filter: initial;
}
.header.fixed .hcont .hright .hlau .item a span{
  color: #232323;
}
.header.fixed .hcont .hright .hlau .item a img{
  filter: initial;
}


.header .hcont{
  display: flex;
  padding-top: 16px;
}
.header .hcont .logo{}
.header .hcont .logo a{
  display: block;
}
.header .hcont .logo a img{
  filter: brightness(0) invert(1);
}
.header .hcont .hright{
  display: flex;
  flex-grow: 1;
  padding-top: 12px;
}
.header .hcont .hright .hmenu{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 15px;
}
.header .hcont .hright .hmenu .htop{
  display: flex;
  padding-top: 7px;
  margin-bottom: 10px;
}
.header .hcont .hright .hmenu .htop a{
  display: flex;
  color: #fff;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.42;
  font-size: 14px;
  letter-spacing: 2px;
}
.header .hcont .hright .hmenu .htop a .img{
  padding-right: 5px;
}
.header .hcont .hright .hmenu .htop a .img img{
  filter: brightness(0) invert(1);
}
.header .hcont .hright .hmenu .htop a .span{}
.header .hcont .hright .hmenu .hbottom{
  display: flex;
}
.header .hcont .hright .hmenu .hbottom .item{}
.header .hcont .hright .hmenu .hbottom .item a{
  display: block;
  color: #fff;
  font-weight: 500;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all .3s ease-in-out;
  position: relative;
}
.header .hcont .hright .hmenu .hbottom .item a::before{
  content: "";
  position: absolute;
  background-color: #b92d4e8a;
  width: 22px;
  height: 22px;
  left: 50%;
  top: -4px;
  transform: translate(-50%,0);
  border-radius: 50%;
  transition: all .3s ease-in-out;
  z-index: -1;
  opacity: 0;
}
.header .hcont .hright .hmenu .hbottom .item a:hover{
  font-weight: 900;
  padding-left: 6px;
  padding-right: 6px;
}
.header .hcont .hright .hmenu .hbottom .item a:hover::before{
  opacity: 1;
}
.header .hcont .hright .hlau{
  display: flex;
}
.header .hcont .hright .hlau .item{
  position: relative;
}
.header .hcont .hright .hlau .item > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  border-right: 0;
  opacity: 0.55;
}
.header .hcont .hright .hlau .item:last-child > a{
  border-right: 1px solid #fff;
}
.header .hcont .hright .hlau .item a span{
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
.header .hcont .hright .hlau .item a img{
  filter: brightness(0) invert(1);
}

.header .hcont .hright .hmbtn{
  display: none;
}
.header .hcont .hright .hmbtn a{
  color: #a0a0a0;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 7px;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
}
.header.fixed .hcont .hright .hmbtn a{
  border-left: 2px solid #747474;
}
.header .hcont .hright .hmbtn a .img{
  filter: brightness(0) invert(1);
}
.header .hcont .hright .hmbtn a .img img{
  width: 30px;
  height: 29px;
  object-fit: contain;
  
}
.header .hcont .hright .hmbtn a .desc{
  font-size: 11px;
  font-weight: 900;
  margin-top: 4px;
  white-space: nowrap;
}
.header.fixed .hcont .hright .hmbtn a .img {
  filter: initial;
}




.header .hcont .hright  .hroute{
  width: 52px;
}
.header .hcont .hright  .hroute .btncont{
  height: 100%;
  position: relative;
}
.header.fixed .hcont .hright  .hroute .btncont > a{
  color: #a0a0a0;
  border-top: 1px solid #a3a3a3ab;
  border-bottom: 1px solid #a3a3a3ab;
  border-right: 1px solid #a3a3a3ab;
}
.header .hcont .hright  .hroute .btncont > a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  border-bottom: 1px solid #ffffff85;
  border-top: 1px solid #ffffff85;
  border-right: 1px solid #ffffff85;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 52px;
}
.header.fixed .hcont .hright  .hroute .btncont a .img{
  filter: initial;
}
.header .hcont .hright  .hroute .btncont a .img{
  filter: brightness(0) invert(1);
}
.header .hcont .hright  .hroute .btncont a .img img{
  height: 19px;
}
.header .hcont .hright  .hroute .btncont a .desc{
  font-size: 8px;
  font-weight: 900;
  margin-top: 4px;
  opacity: 0.4;
  white-space: nowrap;
}

.header .hcont .hright  .hroute .btncont a .hrcounter{
  width: 17px;
  height: 17px;
  background-color: #cab373;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 11px;
  font-weight: 800;
  border-radius: 50%;
  padding: 3px 6px;
  display: none;
}
.header .hcont .hright  .hroute .btncont a .hrcounter.active{
  display: block;
}
.header .hcont .hright  .hroute .btncont a.active .hrcounter{
  display: block;
}
.header .hcont .hright  .hroute .btncont{
  position: relative;
}
.header .hcont .hright  .hroute .btncont .hCartWrap{
  position: absolute;
  right: 0;
  width: 315px;
  top: 109%;
  background-color: #fff;
  padding: 14px;
  box-shadow: 0px 18px 24px 0px rgb(34 31 25 / 48%);
  transition: all 0.3s ease-in-out;
  display: none;
}
.header .hcont .hright  .hroute .btncont .hCartWrap.active{
  display: block;
}
.hCartWrap .hclist{
  overflow-y: auto;
  max-height: 233px;
  padding-right: 5px;
}
.hCartWrap .hclist .cart-empty{
  font-weight: 600;
  color: #676767;
  font-size: 15px;
  opacity: 0.4;
  text-align: center;
  padding: 13px 0px 6px 0px;
}
/* width */
.hCartWrap .hclist::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.hCartWrap .hclist::-webkit-scrollbar-track {
  background: #ececec;
}

/* Handle */
.hCartWrap .hclist::-webkit-scrollbar-thumb {
  background: #b5b5b5;
}

/* Handle on hover */
.hCartWrap .hclist::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.hCartWrap .hclist .item{
  display: flex;
  margin-bottom: 15px;
}

.hCartWrap .hclist .item .iimg{
  flex: 0 0 90px;
  max-width: 90px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 64px;
}
.hCartWrap .hclist .item .iimg img{
  display: block;
  width: 100%;
}
.hCartWrap .hclist .item .iimg.noimg{}
.hCartWrap .hclist .item .iimg.noimg img{
  max-width: 100%;
}


.hCartWrap .hclist .item .idesc{
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  border-bottom: 2px solid #eaeaea;
}
.hCartWrap .hclist .item .idesc .top{
  color: #3a3a3a;
  font-size: 11px;
  font-weight: 900;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hCartWrap .hclist .item .idesc .bottom{
  display: flex;
  align-items: center;
}
.hCartWrap .hclist .item .idesc .bottom .icon{}
.hCartWrap .hclist .item .idesc .bottom .icon img{}
.hCartWrap .hclist .item .idesc .bottom .btdes{
  font-size: 10px;
  color: #3a3a3a;
  font-weight: 900;
  padding-left: 5px;
}
.hCartWrap .hclist .item .icons{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #eaeaea;
}
.hCartWrap .hclist .item .icons a{
  margin-top: 3px;
  margin-bottom: 3px;
  color: #f00;
  font-size: 18px;
}
.hCartWrap .hclist .item .icons a i{}
.hCartWrap .hclist .item .icons a img{}



.hCartWrap .plcbtn{}
.hCartWrap .plcbtn a{
  font-size: 13px;
  font-weight: 900;
  color: #3a3a3a;
  opacity: 0.4;
  text-align: center;
  border: 2px solid #cecece;
  display: block;
  padding: 9px;
  margin-top: 8px;
}






















.slider-home{
  position: relative;
}
.slider-home .mslider .cdbtn{
  position: fixed;
  right: 50px;
  bottom: 124px;
  z-index: 100;
}
.slider-home .mslider .mscont{
  position: relative;
  width: 100%;
}
@media(max-width:1736px){
  .slider-home .mslider .mscont{
    
  }
}
.slider-home .mslider .mscont .item{
  position: relative;
  display: none;
}
.slider-home .mslider .mscont.slick-initialized .item{
  display: block;
}

.slider-home .mslider .mscont .item .img{
  position: relative;
}
.slider-home.slider-hotel .mslider .mscont .item .img img{
  object-fit: initial;
}
.slider-home .mslider .mscont .item .img img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: all 1s ease;
  opacity: 1 !important;
  animation-duration: 7s;

 /* -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);*/

}
.slider-home .mslider .mscont .item.slick-active .img img{
  /*-webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;*/
}

.slider-home [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slider-home.slider-hotel .mslider .mscont .item .img img{
  height: 50vh;
}
.slider-home .mslider .mscont .item .img:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(#1a2a3a, transparent);
  height: 400px;
  z-index: 9;
}
.slider-home .mslider .mscont .item .img:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  /* background: linear-gradient(transparent, #152739b0); */
  height: 100%;
  z-index: 9;
 
  background: linear-gradient(8deg, #03283f 0%, rgba(26,42,58,0) 51%, rgba(0,212,255,0) 100%);
}
.slider-home.slider-hotel .mslider .mscont .item .img:after{
  display: none;
}
.slider-home .mslider .mscont .item .desc{
  position: absolute;
  left: 0;
  bottom: 120px;
  right: 0;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  z-index: 10;
}
.slider-home.slider-hotel .mslider .mscont .item .desc{
  bottom: 112px;
  display: none;
}
.slider-home .mslider .mscont .item .desc strong{
  font-weight: 900;
}
.slider-home .mslider .mscont .item .desc .dtex{
  text-align: center;
  font-size: 2.4rem;
}
.slider-home .mslider .mscont .item .desc .dtex .dtt{
  font-weight: 300;
  margin-bottom: 4px;
  letter-spacing: 8px;
}
.slider-home .mslider .mscont .item .desc .dtex .dtd{
  letter-spacing: 8px;
  font-weight: 800;
}
.slider-home .mslider .mscont .item .desc .dtex .dtd p{
  
}
.slider-home .mslider .mscont button.slick-prev{
  display: none !important;
}
.slider-home .mslider .mscont button.slick-next{
  display: none !important;
}
.slider-home .mslider .mscont .slick-dots{
  right: calc( ((100% - 1193px)/2));
  bottom: 18%;
  width: 15px;
  display: block;
}
.slider-home.slider-hotel .mslider .mscont .slick-dots{
  bottom: initial;
  top: 115px;
  display: none;
}
.slider-home .mslider .mscont .slick-dots li{
  width: 5px;
  height: 30px;
  display: block;
  margin-bottom: 12px;
  margin-left: 0;
}
.slider-home .mslider .mscont .slick-dots li button{
  width: 5px;
  height: 35px;
  background-color: #fff;
  padding: 0;
  opacity: 0.36;
  position: relative;
  transition: all .3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.slider-home .mslider .mscont .slick-dots li.slick-active button{
  opacity: 1;
  width: 10px;
}
.slider-home .mslider .mscont .slick-dots li button::before{
  display: none;
}
.slider-home .mslider .mscont .desctop{
  position: absolute;
  top: 156px;
  right: 0;
  left: 0;
  z-index: 20;
}
.slider-home .mslider .mscont .desctop .sloc{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.slider-home .mslider .mscont .desctop .sloc .dtex{
  text-align: right;
  color: #fff;
  padding-right: 10px;
  font-size: 15px;
}
.slider-home .mslider .mscont .desctop .sloc .dtex .dtt{
  margin-bottom: 2px;
}
.slider-home .mslider .mscont .desctop .sloc .dtex .dtd{
  font-weight: 900;
}
.slider-home .mslider .mscont .desctop .sloc .icon{}
.slider-home .mslider .mscont .desctop .sloc .icon img{
  height: 32px;
}


/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}



.rsocial{
  position: fixed;
  right: 0;
  top: 27%;
  z-index: 30;
}
.rsocial .rstop{
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rsocial .rstop a{
  width: 32px;
  height: 29px;
  background-color: #b92d4e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 13px;
  padding-left: 4px;
}
.rsocial .rsbottom{}
.rsocial .rsbottom a{
  width: 50px;
  height: 50px;
  background-color: #223b5c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 13px;
  padding-left: 4px;
}
.rsocial .rstop a img{
  max-width: 57%;
  filter: brightness(0) invert(1);
  display: block;
}
.rsocial .rsbottom a:last-child{
  background-color: #29a71a;
}


.rezblock{
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  z-index: 10;
}
.rezblock.rbpage{
  bottom: -26px;
}
.rezblock .container{
  position: relative;
}
.rezblock .rcont{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.rezblock .rcont >.icol{
  flex-grow: 1;
  height: 65px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.rezblock .rcont >.icol.icol-kisi{
  flex-grow: initial;
  flex: 0 0 22%;
}
.rezblock .rcont .icolr{
  padding-left: 5px;
  padding-right: 5px;
}
.rezblock .rcont .icolr .fbtn{
  width: 100%;
  height: 100%;
}
.rezblock .rcont .icolr .fbtn button{
  background-color: #b92d4e;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 0px 35px;
}
.rezblock.rbpage .rcont .icolr .fbtn button{
  box-shadow: -1px 5px 20px 1px #0000001f;
}
.rezblock .rcont .icol.icol-giris-cikis {
  display: flex;
  z-index: 1;
  margin-left: -5px;
  margin-right: -5px;
}
.rezblock .rcont .icol.icol-giris-cikis .icol{
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  flex-grow: 1;
}
.rezblock .rcont .icol .hselect {
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.rezblock .rcont .icol .hselect .hshead{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 19px;
  cursor: pointer;
  height: 100%;
}
.rezblock .rcont .icol .hselect .hshead .hstitle{
  flex-grow: 1;
}
.rezblock .rcont .icol .hselect .hshead .hstitle .top{
  font-size: 13px;
  color: #3a3a3a;
  opacity: 0.5;
  font-weight: 600;
  margin-bottom: 1px;
}
.rezblock .rcont .icol .hselect .hshead .hstitle .bottom{
  font-size: 18px;
  font-weight: 900;
  color: #223b5c;
}
.rezblock .rcont .icol .hselect .hshead .hsimg{}
.rezblock .rcont .icol .dselect {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0px 4px 0px 17px;
  display: flex;
  align-items: center;
}
.rezblock.rbpage .rcont .icol .dselect{
  box-shadow: -1px 5px 20px 1px #0000001f;
}
.rezblock .rcont .icol .dselect a {
  display: flex;
  color: #223b5c;
  align-items: center;
}
.rezblock .rcont .icol .dselect a .dstitle {
  position: relative;
  flex-grow: 1;
}
.rezblock .rcont .icol .dselect a .img {
  padding-right: 15px;
}
.rezblock .rcont .icol .dselect a .dstitle .top {
  font-size: 13px;
  color: #3a3a3a;
  opacity: 0.5;
  font-weight: 600;
  margin-bottom: 1px;
}
.rezblock .rcont .icol .dselect a .dstitle input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
}
.rezblock .rcont .icol .dselect a .dstitle .bottom {
  font-size: 18px;
  color: #223b5c;
  font-weight: 900;
  margin-top: 1px;
  display: flex;
}

.rezblock .rcont .icol .dselect a .dstitle .bottom>div {
  margin-right: 4px;
}

.rezblock .rcont .icol .dselect a .dstitle .bottom>div:last-child {
  margin-right: 0
}


.rezblock .rcont .icol .snop{
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.rezblock.rbpage .rcont .icol .snop{
  box-shadow: -1px 5px 20px 1px #0000001f;
}
.rezblock .rcont .icol .snop .desc{
  cursor: pointer;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 0.5;
  font-weight: 600;
  margin-bottom: 1px;
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rezblock .rcont .icol .snop .rezkisimodal{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #fff;
  display: none;
  z-index: 2;
}
.rezblock .rcont .icol .snop .rezkisimodal.active{
  display: block;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont{
  padding: 15px;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont .item:first-child{
  margin-bottom: 15px;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont .item{
  display: flex;
  align-items: center;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont .item .ilab{
  flex: 0 0 40%;
  font-size: 12px;
  font-weight: 600;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont .item .ival{
  display: flex;
  flex-grow: 1;
  border: 1px solid #cfcfcf;
  border-radius: 1px;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont .item .ival a{
  font-size: 21px;
  text-align: center;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #898989;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont .item .ival .xplus{
  flex: 0 0 33%;
  max-width: 33%;
  border-right: 1px solid #cfcfcf;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont .item .ival .xdisplay{
  flex: 0 0 34%;
  max-width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.rezblock .rcont .icol .snop .rezkisimodal .rkmcont .item .ival .xmin{
  flex: 0 0 33%;
  max-width: 33%;
  border-left: 1px solid #cfcfcf;
}
.rezblock .rcont .icol .snop .childages{
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  padding-bottom: 0;
  box-shadow: 0px 14px 24px 0 rgb(34 31 25/48%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.rezblock .rcont .icol .snop .childages.active{
  opacity: 1;
  visibility: visible;
}
.rezblock .rcont .icol .snop .childages .cacon{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.rezblock .rcont .icol .snop .childages .item{
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  flex:0 0 50%;
}
.rezblock .rcont .icol .snop .childages .item .ilab{
  margin-bottom: 5px;
  color: #3a3a3a;
  opacity: 0.5;
  font-size: 13px;
}
.rezblock .rcont .icol .snop .childages .item .ival{}
.rezblock .rcont .icol .snop .childages .item select{
  padding: 4px 2px;
  width: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}

.rezblock .hsmenu{
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 77px;
  background-color: #fff;
  padding: 11px 8px;
  display: none;
  z-index: 100;
}
.rezblock .hsmenu.active{
  display: block;
}
.rezblock .hsmenu .hsmcont{}
.rezblock .hsmenu .hsmcont .item{
  padding: 0px 8px;
}


.rezblock .hsmenu .hsmcont .item a{
  border-bottom: 2px solid #dddddd;
}
.rezblock .hsmenu .hsmcont .item:last-child a{
  border-bottom: initial;
}
.rezblock .hsmenu .hsmcont .item a{
  display: block;
  color: #204162;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 9px 0px;
}
.rezblock .hsmenu .hsmcont .item.active a .icon{
  background-color: #223b5c;
}
.rezblock .hsmenu .hsmcont .item a .icon{
  width: 18px;
  height: 18px;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  flex: 0 0 18px;
}
.rezblock .hsmenu .hsmcont .item a .desc{
  font-weight: 900;
  letter-spacing: 1.5px;
}
.rezblock .hsmenu .hsmcont .item a .desc strong{
  font-weight: 800;
}
body.bpage .date-picker-wrapper.no-shortcuts{
  margin-top: 11px;
}





.home-hotels{
  margin-top: 50px;
}
.home-hotels .head{
  text-align: center;
  margin-bottom: 25px;
}
.home-hotels .head .top{
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  color: #223b5c;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.home-hotels .head .top span{
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0px 24px;
}
.home-hotels .head .top .cizgi{
  position: absolute;
  width: 70%;
  height: 2px;
  left: 15%;
  top: 18px;
  background-color: #d5d5d5;
  z-index: 1;
}
.home-hotels .head .top .cizgi::before{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 100px;
  left: 0;
  top: 0;
}
.home-hotels .head .top .cizgi::after{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 100px;
  right: 0;
  top: 0;
}
.home-hotels .head .bottom{
  color: #838383;
}
.home-hotels .list{
  display: flex;
  position: relative;
  z-index: 2;
}
.home-hotels .list .item{
  flex:0 0 50%;
  max-width: 50%;
}
.home-hotels .list .item:first-child{
  padding-right: 7px;
}
.home-hotels .list .item:last-child{
  padding-left: 7px;
}
.home-hotels .list .item a{
  position: relative;
}
.home-hotels .list .item a .img{
  position: relative;
}
.home-hotels .list .item a .img:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #03283f 0%, rgba(26,42,58,0) 51%, rgba(0,212,255,0) 100%);
  height: 100%;
}
.home-hotels .list .item a .img img{
  display: block;
  width: 100%;
  height: 397px;
  object-fit: cover;
}
.home-hotels .list .item a .desc{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
}
.home-hotels .list .item a .desc .title{
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.4rem;
}
.home-hotels .list .item a .desc .fbutton{
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background-color: #ffffff4a;
  padding: 8px 8px;
  letter-spacing: 1.2px;
  font-size: 0.9rem;
}


.home-kesfet{
  margin-top: 50px;
}
.home-kesfet .head{
  text-align: center;
  margin-bottom: 25px;
}
.home-kesfet .head .top{
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  color: #223b5c;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.home-kesfet .head .bottom{
  color: #838383;
}
.home-kesfet .list{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 15px;
}
.home-kesfet .list .item{}
.home-kesfet .list .item a{}
.home-kesfet .list .item a .img{
  position: relative;
}
.home-kesfet .list .item a .img img{
  display: block;
  width: 100%;
  height: 401px;
  object-fit: cover;
}
.home-kesfet .list .item a .img:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #03283f 0%, rgba(26,42,58,0) 51%, rgba(0,212,255,0) 100%);
  height: 100%;
}
.home-kesfet .list .item a .img .ihead{
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1.6px;
}
.home-kesfet .list .item a .img .ihead .ust{
  font-weight: 800;
}
.home-kesfet .list .item a .img .ihead .alt{
  font-weight: 400;
}
.home-kesfet .list .item a .desc{}
.home-kesfet .list .item a .desc span{
  margin: 0 auto;
  width: 95%;
  display: block;
  border: 1px solid #e3e3e3;
  border-top: 0;
  text-align: center;
  color: #242424;
  font-size: 0.8rem;
  height: 68px;
  padding-top: 18px;
}


.home-banner{
  margin-top: 30px;
  margin-bottom: 50px;
}
.home-banner .cont{}
.home-banner .cont a{
  display: block;
}
.home-banner .cont a img{
  display: block;
  width: 103%;
}



.home-ins{
  background-image: url(../img/hinsbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 344px;
  margin-bottom: 60px;
}
.home-ins .cont{}
.home-ins .cont .head{
  color: #fff;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 30px;
}
.home-ins .cont .head a{
  color: #fff;
}
.home-ins .cont .head .top{
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
.home-ins .cont .head .bottom{
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-ins .cont .head .bottom .icon{
  margin-right: 9px;
}
.home-ins .cont .head .bottom .icon img{
  position: relative;
  top: 3px;
}
.home-ins .cont .head .bottom .desc{
  font-weight: 900;
  font-size: 1.4rem;
}
.home-ins .cont .head .desc2{
  font-weight: 900;
  font-size: 0.9rem;
}
.home-ins .list{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 10px;
}
.home-ins .list .item{}
.home-ins .list .item a{
  display: block;
  position: relative;
}
.home-ins .list .item a .icon{
  position: absolute;
  right: 0;
  top: 0;
  margin: 25px;
}
.home-ins .list .item a .icon img{}
.home-ins .list .item a .img{}
.home-ins .list .item a .img img{
  width: 100%;
  display: block;
}


.fbulten{
  background-color: #f7f7f7;
  position: relative;
}
.fbulten .cont{
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.fbulten .cont .head{
  flex-grow: 1;
  font-size: 1.4rem;
  color: #223b5c;
  letter-spacing: 4px;
}
.fbulten .cont .head strong{
  font-weight: 900;
}
.fbulten .cont .form{}
.fbulten .cont .form form{
  /*display: flex;
  flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fbulten .cont .form form .icol-full{
  grid-column: 1 / -1;
  padding-top: 10px;
  padding-left: 44px;
}
.fbulten .cont .form form .icol-full label{
  color: #000;
  font-size: 14px;
}
.fbulten .cont .form form .icol-full label a{
  font-weight: 900;
  color: #000;
}
.fbulten .cont .form form .icol{
  margin-left: 45px;
}
.fbulten .cont .form form .icol input[type="text"],.fbulten .cont .form form .icol input[type="email"]{
  border: 2px solid #dddddd;
  padding: 20px;
  text-align: center;
  background-color: #f7f7f7;
  width: 200px;
  height: 40px;
  font-size: 0.7rem;
  letter-spacing: 1px;
  font-weight: 500;
}
.fbulten .cont .form form .icol{}
.fbulten .cont .form form .icol input[type="text"]::placeholder,.fbulten .cont .form form .icol input[type="email"]::placeholder{
  color: #c0c0c0;
  font-weight: 600;
  letter-spacing: 1px;
}

.fbulten .cont .form form .icol button{
  background-color: #223b5c;
  color: #fff;
  width: 200px;
  height: 40px;
  cursor: pointer;
  border: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
}
.fbulten .cont .form form .icol button:hover{
  border: 2px solid #b92d4e;
  background-color: #b92d4e;
  color: #fff;
}



.chkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  padding-top: 9px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.chkcontainer:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #544646;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.fbulten .cont .line{
  position: absolute;
  left: 0;
  width: 33.3333333%;
  height: 5px;
  bottom: 0;
}
.fbulten .cont .line1{
  background-color: #b92d4e;
}
.fbulten .cont .line2{
  left: 33.3333333%;
  background-color: #fda100;
}
.fbulten .cont .line3{
  right: 0;
  left: initial;
  background-color: #277aba;
}


.footer{
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer .cont{
  display: flex;
}
.footer .cont .fleft{
  font-size: 0.9rem;
  flex: 0 0 35%;
}
.footer .cont .fleft .logo{
  margin-bottom: 15px;
}
.footer .cont .fleft .logo a{}
.footer .cont .faddress{}
.footer .cont .faddress .irow{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer .cont .faddress .irow .icon{
  width: 20px;
  margin-right: 5px;
}
.footer .cont .faddress .irow .icon img{}
.footer .cont .faddress .irow .desc{}
.footer.footer-otel .cont .faddress .irow .desc{
  color: #223b5c;
  font-weight: 600;
}
.footer .cont .faddress .irow .desc .top{
  font-weight: 900;
}
.footer .cont .faddress .irow .desc .bottom{}
.footer .cont .faddress .irow .alink{}
.footer .cont .faddress .irow .alink a{
  color: #000;
}
.footer.footer-otel .cont .faddress .irow .alink a{
  color: #223b5c;
  font-weight: 600;
}
.footer .cont .fright{
  padding-left: 100px;
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .cont .fright .menus{
  width: 100%;
  display: flex;
  height: 100%;
  
}
.footer .cont .fright .menus .list{
  border-left: 4px solid #dddddd;
  flex-grow: 1;
  flex-basis: 0;
  height: 100%;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .cont .fright .menus .list .item{}
.footer .cont .fright .menus .list .item a{
  color: #223b5c;
  font-weight: 600;
  display: block;
  padding: 5px;
  font-size: 0.9rem;
}
.footer .fbottom{
  padding-top: 7px;
  display: flex;
  align-items: center;
}
.footer .fbottom .fbleft{
  flex: 0 0 43%;
}
.footer .fbottom .fbleft img{}
.footer .fbottom .fbright{
  color: #a8a8a8;
  font-size: 0.9rem;
  line-height: 15px;
}


.home-rooms{
  margin-top: 50px;
}
.home-rooms .cont{}
.home-rooms .cont .head{
  text-align: center;
  margin-bottom: 25px;
}
.home-rooms .cont .head .top{
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  color: #223b5c;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.home-rooms .cont .head .top span{
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0px 24px;
}
.home-rooms .cont .head .top .cizgi{
  position: absolute;
  width: 80%;
  height: 2px;
  left: 10%;
  top: 18px;
  background-color: #d5d5d5;
  z-index: 1;
}
.home-rooms .cont .head .top .cizgi::before{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 100px;
  left: 0;
  top: 0;
}
.home-rooms .cont .head .top .cizgi::after{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 100px;
  right: 0;
  top: 0;
}
.home-rooms .cont .head .bottom{
  color: #838383;
}

.home-rooms .cont .list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 13px;
  position: relative;
  z-index: 5;
}
.home-rooms .cont .list .item{}
.home-rooms .cont .list .item a{
  display: block;
  position: relative;
}
.home-rooms .cont .list .item a .img{
  position: relative;
}
.home-rooms .cont .list .item a .img::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: linear-gradient(8deg, #03283f 0%, rgba(26,42,58,0) 75%, rgba(0,212,255,0) 100%);
}
.home-rooms .cont .list .item a .img img{
  display: block;
  width: 100%;
  object-fit: cover;
  height: 308px;
}
.home-rooms .cont .list .item:nth-child(2) a .img img{

}
.home-rooms .cont .list .item a .desc{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  margin-left: 20px;
  margin-bottom: 20px;
  z-index: 2;
  letter-spacing: 4px;
  line-height: 17px;
  font-size: 0.9rem;
}
.home-rooms .cont .list .item a .desc .top{
  font-weight: 900;
}
.home-rooms .cont .list .item a .desc .bottom{
  font-weight: 300;
}
.home-rooms .cont .all-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
.home-rooms .cont .all-btn a{
  font-size: 0.9rem;
  color: #28405f;
  display: block;
  padding: 10px;
  border: 2px solid #28405f;
  font-weight: 800;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  transition: all .3s ease-in-out;
}
.home-rooms .cont .all-btn a:hover{
  border: 2px solid #b92d4e;
  background-color: #b92d4e;
  color: #fff;
}
.home-rooms .cont .all-btn .cizgi{
  position: absolute;
  width: 80%;
  height: 2px;
  left: 10%;
  top: 58px;
  background-color: #d5d5d5;
  z-index: 1;
}
.home-rooms .cont .all-btn .cizgi::before{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 100px;
  left: 0;
  bottom: 0;
}
.home-rooms .cont .all-btn .cizgi::after{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 100px;
  right: 0;
  bottom: 0;
}


.hexp{
  margin-top: 60px;
}
.hexp .hcon{}
.hexp .hcon .head{
  font-size: 2rem;
  font-weight: 900;
  color: #223b5c;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.hexp .hcon .eapp{
  position: relative;
}
.hexp .hcon .eapp .ehead{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hexp .hcon .eapp .ehead .item{}
.hexp .hcon .eapp .ehead .item a{
  display: block;
  color: #a5a5a5;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px;
}
.hexp .hcon .eapp .ehead .item.active a{
  color: #b92d4e;
  font-weight: 900;
}
.hexp .hcon .eapp .elist{
  padding-top: 15px;
}
.hexp .hcon .eapp .elist .eslider{}
.hexp .hcon .eapp .elist .eslider .slick-prev{
  display: none !important;
}
.hexp .hcon .eapp .elist .eslider .slick-next{
  display: none !important;
}
.hexp .hcon .eapp .elist .eslider .item{
  display: flex;
  opacity: 0;
}
.hexp .hcon .eapp .elist .eslider .item.slick-active{
  opacity: 1;
}
.hexp .hcon .eapp .elist .eslider .item.slick-slide{
  opacity: 1;
}
.hexp .hcon .eapp .elist .eslider .item .il{
  padding-right: 30px;
  position: relative;
}
.hexp .hcon .eapp .elist .eslider .item .il .img{
  position: relative;
}
.hexp .hcon .eapp .elist .eslider .item .il .img::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: linear-gradient(8deg, #03283f 0%, rgba(26,42,58,0) 75%, rgba(0,212,255,0) 100%);
}
.hexp .hcon .eapp .elist .eslider .item .il .img img{
  display: block;
  width: 100%;
  height: 392px;
  object-fit: cover;
}
.hexp .hcon .eapp .elist .eslider .item .il .desc{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  color: #fff;
  text-align: center;
  z-index: 2;
  padding-bottom: 42px;
  padding-left: 20px;
  padding-right: 20px;
}
.hexp .hcon .eapp .elist .eslider .item .il .desc .t{
  opacity: 0.47;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.hexp .hcon .eapp .elist .eslider .item .il .desc .b{
  font-size: 1.2rem;
  line-height: 21px;
}


.hexp .hcon .eapp .elist .eslider .item .ir{
  position: relative;
  flex-grow: 1;
}
.hexp .hcon .eapp .elist .eslider .item .ir .img{
  position: relative;
  object-fit: cover;
  margin-right: 80px;
}
.hexp .hcon .eapp .elist .eslider .item .ir .img::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: linear-gradient(8deg, #03283f 0%, rgba(26,42,58,0) 75%, rgba(0,212,255,0) 100%);
}
.hexp .hcon .eapp .elist .eslider .item .ir .img img{
  display: block;
  width: 100%;
  height: 392px;
}
.hexp .hcon .eapp .elist .eslider .item .ir .desc{
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: left;
  z-index: 2;
  padding: 20px;
  padding-bottom: 30px;
}
.hexp .hcon .eapp .elist .eslider .item .ir .desc .t{
  opacity: 0.47;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.hexp .hcon .eapp .elist .eslider .item .ir .desc .b{
  font-size: 1.2rem;
  line-height: 21px;
  font-weight: 900;
  margin-bottom: 5px;
}
.hexp .hcon .eapp .elist .eslider .item .ir .desc .a{
  opacity: 0.32;
  width: 67%;
}
.hexp .hcon .eapp .elist .sbtns{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
}
.hexp .hcon .eapp .elist .sbtns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  color: #cfcfcf;
  font-size: 1.5rem;
}
.hexp .hcon .eapp .elist .sbtns a.right-btn{
  background-color: #ececec;
}


.hopp{
  margin-top: 100px;
  margin-bottom: -100px;
}
.hopp .head{
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 20;
}
.hopp .head .navlist{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-right: 2px solid #f0f0f0;
}
.hopp .head .navlist .item{}
.hopp .head .navlist .item.active a .desc{
  opacity: 1;
}
.hopp .head .navlist .item.active a .icon{
  opacity: 1;
}
.hopp .head .navlist .item.active a .lines{
  opacity: 1;
}
.hopp .head .navlist .item a{
  position: relative;
  display: block;
  width: 150px;
  height: 118px;
  border-left: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  text-align: center;
  background-color: #fff;
}
.hopp .head .navlist .item a .desc{
  color: #212121;
  opacity: 0.29;
  font-size: 0.7rem;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 8px;
  letter-spacing: 2px;
  transition: all .3s ease-in-out;
}
.hopp .head .navlist .item a .icon{
  opacity: 0.34;
  transition: all .3s ease-in-out;
}
.hopp .head .navlist .item a .icon img{}

.hopp .head .navlist .item a .lines{
  position: absolute;
  left: -1px;
  bottom: -2px;
  right: -1px;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.hopp .head .navlist .item a .lines .line{
  position: absolute;
  left: 0;
  width: 33.3333333%;
  height: 3px;
  bottom: 0;
}
.hopp .head .navlist .item a .lines .line1{
  background-color: #b92d4e;
}
.hopp .head .navlist .item a .lines .line2{
  left: 33.3333333%;
  background-color: #fda100;
}
.hopp .head .navlist .item a .lines .line3{
  right: 0;
  left: initial;
  background-color: #277aba;
}

.hopp .hlist{
  position: relative;
  top: -175px;
}
.hopp .hlist .hslider{
  
}
.hopp .hlist .hslider .item{
  position: relative;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.hopp .hlist .hslider .item.slick-active{
  opacity: 1;
}
.hopp .hlist .hslider .item.slick-slide{
  opacity: 1;
}
.hopp .hlist .hslider .item .icon{
  display: flex;
  padding-top: 57px;
}
.hopp .hlist .hslider .item .il{
  position: relative;
  flex: 0 0 46%;
}
.hopp .hlist .hslider .item .il .real-img{}
.hopp .hlist .hslider .item .il .real-img img{
  display: block;
  width: 100%;
  height: 476px;
  object-fit: cover;
}
.hopp .hlist .hslider .item .shadow-img{
  position: absolute;
  left: 0px;
  width: 25%;
  z-index: -1;
  height: 399px;
}
.hopp .hlist .hslider .item .shadow-img img{
  display: block;
  width: 100%;
  height: 399px;
  object-fit: cover;
}
.hopp .hlist .hslider .item .ir{
  margin-top: 150px;
  text-align: center;
  padding-top: 40px;
  padding-left: 80px;
}
.hopp .hlist .hslider .item .ir .title{
  position: relative;
  margin-bottom: 20px;
}
.hopp .hlist .hslider .item .ir .title .title-text{
  color: #223b5c;
  font-size: 2.4rem;
  letter-spacing: -1px;
}

.hopp .hlist .hslider .item .ir .title .cizgi{
  position: absolute;
  width: 36%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0px);
  top: -21px;
  background-color: #d5d5d5;
  z-index: 1;
}
.hopp .hlist .hslider .item .ir .title .cizgi::before{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 43px;
  left: 0;
  top: 0;
}
.hopp .hlist .hslider .item .ir .title .cizgi::after{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 43px;
  right: 0;
  top: 0;
}


.hopp .hlist .hslider .item .ir .desc{
  width: 75%;
  margin: 0 auto;
  color: #434343;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 20px;
}
.hopp .hlist .hslider .item .ir .ibtn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hopp .hlist .hslider .item .ir .ibtn a{
  display: inline-block;
  color: #656565;
  border: 2px solid #9f9f9f;
  padding: 11px 18px 11px;
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 3px;
  transition: all .3s ease-in-out;
}
.hopp .hlist .hslider .item .ir .ibtn a:hover{
  border: 2px solid #b92d4e;
  background-color: #b92d4e;
  color: #fff;
}

.hopp .hlist > .container{
  position: relative;
}
.hopp .hlist .sbtns{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
}
.hopp .hlist .sbtns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ececec;
  color: #cfcfcf;
  font-size: 1.5rem;
}
.hopp .hlist .sbtns a.right-btn{
  background-color: #fff;
}





.pt{
  position: relative;
}
.pt .pti{}
.pt .pti img{
  display: block;
  width: 100%;
  height: 285px;
}
.pt .phead{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 50%;
}
.pt .phead .ptitle{
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 13px;
}
.pt .phead .pbread{
  display: flex;
}
.pt .phead .pbread .item{}
.pt .phead .pbread .item:last-child a{
  border-right: 0;
}
.pt .phead .pbread .item a{
  display: block;
  color: #fff;
  opacity: 0.51;
  border-right: 1px solid #fff;
  padding: 5px 10px;
  font-size: 0.8rem;
  line-height: 4px;
  letter-spacing: 1px;
}


.page-menu{
  margin-bottom: -36px;
}
.page-menu .cont{
  background-color: #fff;
  box-shadow: 0px 1px 25px 1px #00000030;
  position: relative;
  top: -36px;
}
.page-menu .cont ul{
  display: flex;
  padding: 0px 34px;
}
.page-menu .cont ul li{
  position: relative;
  text-align: center;
}
.page-menu .cont ul li a{
  display: inline-block;
  font-size: 1rem;
  color: #183753;
  font-weight: 600;
  padding: 20px 20px;
  font-size: 0.9rem;
  text-align: center;
  color: #515151;
}
.page-menu .cont ul li.active{}
.page-menu .cont ul li.active a{
  font-weight: 900;
  position: relative;
  color: #223b5c;
}
.page-menu .cont ul li.active .lines{
  opacity: 1;
}

.page-menu .cont ul li a .lines{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.page-menu .cont ul li a .lines .line{
  position: absolute;
  left: 0;
  width: 33.3333333%;
  height: 4px;
  bottom: 0;
}
.page-menu .cont ul li a .lines .line1{
  background-color: #b92d4e;
}
.page-menu .cont ul li a .lines .line2{
  left: 33.3333333%;
  background-color: #fda100;
}
.page-menu .cont ul li a .lines .line3{
  right: 0;
  left: initial;
  background-color: #277aba;
}



.page{
  margin-bottom: 40px;
  margin-top: 36px;
}
.page .ptitle{
  font-size: 2rem;
  color: #183753;
  font-weight: 900;
  margin-bottom: 20px;
}
.page .ptext{
  color: #060606;
  line-height: 21px;
}
.page .ptext ul{}
.page .ptext ul li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.page .ptext ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  background-color: #b92d4e;
  border-radius: 50%;
}
.page .ptext p{
  margin-bottom: 15px;
}





.pdegerlerimiz{
  
}
.pdegerlerimiz .pdcon{
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
.pdegerlerimiz .pdcon .item{
  height: 218px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pdegerlerimiz .pdcon .item:nth-child(even){
  background-color: #eff1f3;
}
.pdegerlerimiz .pdcon .item .img{
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdegerlerimiz .pdcon .item .img img{
  max-width: 100%;
}
.pdegerlerimiz .pdcon .item .title{
  color: #183753;
  font-weight: 900;
  text-align: center;
  position: relative;
  top: 16px;
  letter-spacing: 3px;
}



.plezzet{
  margin-top: 50px;
  margin-bottom: 50px;
}
.plezzet .lcon{}
.plezzet .lcon .item{
  display: flex;
}
.plezzet .lcon .item:nth-child(even){
  flex-direction: row-reverse;
}
.plezzet .lcon .item .il{
  flex:0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.plezzet .lcon .item .il .title1{
  position: relative;
}

.plezzet .lcon .item .il .title1 .cizgi{
  position: absolute;
  width: 157%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0px);
  top: -21px;
  background-color: #d5d5d5;
  z-index: 1;
}
.plezzet .lcon .item .il .title1 .cizgi::before{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 70px;
  left: 0;
  top: 0;
}
.plezzet .lcon .item .il .title1 .cizgi::after{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 70px;
  right: 0;
  top: 0;
}


.plezzet .lcon .item .il .title1 .ttext{
  font-size: 0.8rem;
  font-weight: 900;
  color: #c7c7c7;
  letter-spacing: 2px;
  line-height: 16px;
}
.plezzet .lcon .item .il .title2{
  position: relative;
}
.plezzet .lcon .item .il .title2 .ttext{
  margin-top: 32px;
  color: #223b5c;
  font-size: 2.5rem;
  font-weight: 900;
}

.plezzet .lcon .item .il .title2 .lines{
  position: absolute;
  left: 0px;
  bottom: -17px;
  right: 0px;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plezzet .lcon .item .il .title2 .lines .line{
  left: 0;
  width: 34px;
  height: 4px;
  bottom: 0;
}
.plezzet .lcon .item .il .title2 .lines .line1{
  background-color: #b92d4e;
}
.plezzet .lcon .item .il .title2 .lines .line2{
  left: 34px;
  background-color: #fda100;
}
.plezzet .lcon .item .il .title2 .lines .line3{
  left: 68px;
  background-color: #277aba;
}



.plezzet .lcon .item .il .title3{
  margin-top: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  width: 80%;
}
.plezzet .lcon .item .il .ibtn{
  position: relative;
  margin-top: 90px;
}
.plezzet .lcon .item .il .ibtn .cizgi{}

.plezzet .lcon .item .il .ibtn .cizgi{
  position: absolute;
  width: 157%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 6px;
  background-color: #d5d5d5;
  z-index: 1;
}
.plezzet .lcon .item .il .ibtn .cizgi::before{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 57px;
  left: 0;
  bottom: 0;
}
.plezzet .lcon .item .il .ibtn .cizgi::after{
  content: "";
  position: absolute;
  background-color: #d5d5d5;
  width: 2px;
  height: 57px;
  right: 0;
  bottom: 0;
}



.plezzet .lcon .item .il .ibtn .btext{}
.plezzet .lcon .item .il .ibtn .btext a{
  font-size: 0.9rem;
  font-weight: 900;
  color: #28405f;
  border: 2px solid #28405f;
  padding: 6px 20px;
  letter-spacing: 3px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: all .3s ease-in-out;
}
.plezzet .lcon .item .il .ibtn .btext a:hover{
  border: 2px solid #b92d4e;
  background-color: #b92d4e;
  color: #fff;
}
.plezzet .lcon .item .ir{
  flex-grow: 1;
}
.plezzet .lcon .item .ir .img{
  flex:0 0 50%;
}
.plezzet .lcon .item .ir .img img{
  display: block;
  width: 100%;
  height: 465px;
}


.altnav{
  margin-top: 10px;
  margin-bottom: 20px;
}
.altnav .cont{
  display: flex;
  display: flex;
  justify-content: space-between;
}
.altnav .cont .item{

}
.altnav .cont .item:first-child a{
  padding-left: 0;
}
.altnav .cont .item:last-child a{
  padding-right: 0;
}
.altnav .cont .item a{
  display: block;
  color: #828282;
  font-size: 1rem;
  padding: 20px 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
.altnav .cont .item.selected a{
  font-weight: 900;
  color: #223b5c;
}

.lezzet-detay{}
.lezzet-detay .cont{
  
}
.lezzet-detay .cont .sla{
  display: flex;
  margin-bottom: 45px;
}
.lezzet-detay .cont .sol{
  flex: 0 0 65%;
  max-width: 65%;
}
.lezzet-detay .cont .sol .lslider{
  position: relative;
}
.lezzet-detay .cont .sol .lslider .lslidercont{
  position: relative;
}
.lezzet-detay .cont .sol .lslider .lslidercont .item{
  display: none;
}
.lezzet-detay .cont .sol .lslider .lslidercont.slick-initialized .item{
  display: block;
}

.lezzet-detay .cont .sol .lslider .lslidercont .item .img{}
.lezzet-detay .cont .sol .lslider .lslidercont .item .img img{
  width: 100%;
  height: 495px;
}
.lezzet-detay .cont .sol .lslider .lslidercont .slick-prev{
  display: none !important;
}
.lezzet-detay .cont .sol .lslider .lslidercont .slick-next{
  display: none !important;
}

.lezzet-detay .cont .sol .lslider .sbtns{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  margin: 14px;
}
.lezzet-detay .cont .sol .lslider .sbtns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  color: #cfcfcf;
  font-size: 1.5rem;
}
.lezzet-detay .cont .sol .lslider .sbtns a.right-btn{
  background-color: #ececec;
}
.lezzet-detay .cont .sol .lslider .sbtns a.camera-btn{
  background-color: #b92d4e;
  margin-right: 20px;
}
.lezzet-detay .cont .sag{
  flex-grow: 1;
}
.lezzet-detay .cont .sag .mgal{
  margin-left: 7px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 7px;
  column-gap: 7px;
}
.lezzet-detay .cont .sag .mgal .item{}
.lezzet-detay .cont .sag .mgal .item .img{}
.lezzet-detay .cont .sag .mgal .item .img img{
  display: block;
  width: 100%;
  height: 244px;
  object-fit: cover;
}
.lezzet-detay .cont .lb{
  display: flex;
  margin-bottom: 30px;
}
.lezzet-detay .cont .lb .lbl{
  flex:0 0 65%;
  padding-right: 20px;
}
.lezzet-detay .cont .lb .lbl h3{
  font-weight: 900;
  color: #223b5c;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.lezzet-detay .cont .lb .lbl p{
  margin-bottom: 15px;
}
.lezzet-detay .cont .lb .lbr{
  flex-grow: 1;
}
.lezzet-detay .cont .lb .lbr .lbrc{
  border-left: 4px solid #e1e1e1;
  padding-left: 20px;
}
.lezzet-detay .cont .lb .lbr .lbrc .t1{
  color: #272727;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}
.lezzet-detay .cont .lb .lbr .lbrc .row1{
  display: flex;
  margin-bottom: 15px;
}
.lezzet-detay .cont .lb .lbr .lbrc .row1 .icon{
  display: flex;
}
.lezzet-detay .cont .lb .lbr .lbrc .row1 .icon img{
  object-fit: contain;
}
.lezzet-detay .cont .lb .lbr .lbrc .row1 .desc{
  padding-left: 10px;
}
.lezzet-detay .cont .lb .lbr .lbrc .row1 .desc .t2{}
.lezzet-detay .cont .lb .lbr .lbrc .row1 .desc .t3{
  font-weight: 900;
}
.lezzet-detay .cont .lb .lbr .lbrc .row1 .desc .t4{
  font-weight: 900;
  color: #afafaf;
}
.lezzet-detay .cont .lb .lbr .lbrc .row2{
  color: #272727;
  margin-bottom: 15px;
}
.lezzet-detay .cont .lb .lbr .lbrc .row2 .lab{}
.lezzet-detay .cont .lb .lbr .lbrc .row2 .val{
  font-weight: 900;
  letter-spacing: -0.4px;
}


.gzy{
  margin-bottom: 20px;
}
.gzy .item{
  padding-top: 40px;
  padding-bottom: 40px;
}
.gzy .item:nth-child(even){
  background-color: #eef0f2;
}
.gzy .item .itcon{
  display: flex;
  
}
.gzy .item .itcon .img{
  flex: 0 0 35%;
}
.gzy .item .itcon .img img{
  display: block;
  width: 100%;
  height: 254px;
}
.gzy .item .itcon .ri{
  padding-left: 25px;
}
.gzy .item .itcon .ri .head{
  display: flex;
  margin-bottom: 15px;
}
.gzy .item .itcon .ri .head .ht{
  font-size: 1.7rem;
  font-weight: 900;
  color: #223b5c;
  letter-spacing: -1px;
}
.gzy .item .itcon .ri .head .ht a{
  color: #223b5c;
}
.gzy .item .itcon .ri .head .ctrls{}
.gzy .item .itcon .ri .head .ctrls a{
  display: flex;
  align-items: center;
  padding: 4px 10px 2px 10px;
  margin-left: 15px;
  background-color: #223b5a;
}
.gzy .item .itcon .ri .head .ctrls a .imgs{}
.gzy .item .itcon .ri .head .ctrls a .imgs i{
  color: #fff;
}
.gzy .item .itcon .ri .head .ctrls a .idesc{
  color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: 800;
}
.gzy .item .itcon .ri .desc{
  color: #141414;
  border-bottom: 4px solid #bababa;
  margin-bottom: 15px;
}
.gzy .item .itcon .ri .desc p{
  margin-bottom: 15px;
}
.gzy .item .itcon .ri .btm{
  display: flex;
  align-items: center;
}
.gzy .item .itcon .ri .btm .icon{}
.gzy .item .itcon .ri .btm .icon img{}
.gzy .item .itcon .ri .btm .d{
  padding-left: 10px;
}
.gzy .item .itcon .ri .btm .d .t{
  font-size: 0.8rem;
  color: #606060;
}
.gzy .item .itcon .ri .btm .d .b{
  font-size: 1rem;
  color: #223b5c;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.lezzetler{
  margin-top: 30px;
  margin-bottom: 30px;
}
.lezzetler .lcon{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.lezzetler .lcon .item{
  position: relative;
}
.lezzetler .lcon .item .img{
  position: relative;
}
.lezzetler .lcon .item .img::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #03283f 0%, rgba(26,42,58,0) 61%, rgba(0,212,255,0) 100%);
}
.lezzetler .lcon .item .img img{
  width: 100%;
  display: block;
  height: 333px;
  object-fit: cover;
}

.lezzetler .lcon .item .desc{
  position: absolute;
  margin: 30px;
  background-color: #213b5bcf;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 26px 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.lezzetler .lcon .item:hover .desc{
  opacity: 1;
  visibility: visible;
}
.lezzetler .lcon .item .desc .head{
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 1.5rem;
}
.lezzetler .lcon .item .desc .txt{
  font-size: 0.7rem;
  line-height: 17px;
  overflow: hidden;
  flex-grow: 1;
  overflow-y: auto;
}
.lezzetler .lcon .item .desc .txt p{

}
/* width */
.lezzetler .lcon .item .desc .txt::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.lezzetler .lcon .item .desc .txt::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.lezzetler .lcon .item .desc .txt::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.lezzetler .lcon .item .desc .txt::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.lezzetler .lcon .item .head2{
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  letter-spacing: -0.5px;
  margin-bottom: 31px;
  transition: all .3s ease-in-out;
}
.lezzetler .lcon .item:hover .head2{
  opacity: 0;
  visibility: hidden;
}

.blog{
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog .bcon{
  display: flex;
}
.blog .bcon .list{
  flex:0 0 25%;
}
.blog .bcon .list .head{
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  color: #183853;
  font-weight: 800;
  margin-bottom: 25px;
}
.blog .bcon .list .items{}
.blog .bcon .list .items .item{
  margin-bottom: 15px;
}
.blog .bcon .list .items .item a{
  display: block;
  border-bottom: 3px solid #e3e3e3;
  padding-bottom: 15px;
}
.blog .bcon .list .items .item a .t{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #424242;
  font-weight: 800;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog .bcon .list .items .item a .d{
  opacity: 0.459;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 13px;
  color: #424242;
  font-weight: 800;
}
.blog .bcon .list .btn-all{}
.blog .bcon .list .btn-all a{
  display: flex;
}
.blog .bcon .list .btn-all a .img{}
.blog .bcon .list .btn-all a .img img{}
.blog .bcon .list .btn-all a .desc{
  padding-left: 5px;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #424242;
  font-weight: 800;
}
.blog .bcon .bslider{
  flex:0 0 50%;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.blog .bcon .bslider .scon{
  position: relative;
}
.blog .bcon .bslider .scon .item{}
.blog .bcon .bslider .scon .item a{
  position: relative;
}
.blog .bcon .bslider .scon .item a .img{
  position: relative;
}
.blog .bcon .bslider .scon .item a .img::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #03283f 0%, rgba(26,42,58,0) 75%, rgba(0,212,255,0) 100%);
}
.blog .bcon .bslider .scon .item a .img img{
  display: block;
  width: 100%;
  height: 425px;
  object-fit: cover;
}
.blog .bcon .bslider .scon .item a .desc{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: 43px 26px;
}
.blog .bcon .bslider .scon .item a .desc .t{
  opacity: 0.302;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 13px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 5px;
}
.blog .bcon .bslider .scon .item a .desc .b{
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
}
.blog .bcon .bslider .scon .slick-dots{
  position: absolute;
  left: 23px;
  bottom: 19px;
  display: flex;
}
.blog .bcon .bslider .scon .slick-dots li{
  width: 32px;
  height: 6px;
  margin: 0 3px;
  padding: 0;
  opacity: 0.34;
}
.blog .bcon .bslider .scon .slick-dots li.slick-active{
  opacity: 1;
}
.blog .bcon .bslider .scon .slick-dots li button{
  width: 32px;
  height: 6px;
  background-color: #fff;
  padding: 0;
}
.blog .bcon .bslider .scon .slick-dots li button::before{
  display: none;
}


.bld{
  margin-top: 30px;
  margin-bottom: 30px;
}
.bld .bldcon{
  display: flex;
}
.bld .bldcon .bldle{
  flex: 0 0 30%;
}
.bld .bldcon .bldle .bldimg{
  margin-bottom: 20px;
}
.bld .bldcon .bldle .bldimg img{
  display: block;
  width: 100%;
  height: 348px;
  object-fit: cover;
}
.bld .bldcon .bldle .share{}
.bld .bldcon .bldle .share .head{
  color: #616161;
  font-weight: 800;
  
  padding-bottom: 20px;
}
.bld .bldcon .bldle .share .btns{
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.bld .bldcon .bldle .share .btns .item{
  flex: 0 0 33.33333333333%;
  max-width: 33.33333333333%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.bld .bldcon .bldle .share .btns .item a{
  display: flex;
  padding: 4px 7px 2px 7px;
  height: 29px;
  align-items: center;
  border-radius: 7px;
}
.bld .bldcon .bldle .share .btns .item a .icon{
  flex: 0 0 20px;
}
.bld .bldcon .bldle .share .btns .item a .icon img{}
.bld .bldcon .bldle .share .btns .item a .desc{
  color: #fff;
  font-size: 13px;
  padding-left: 5px;
}
.bld .bldcon .bldle .share .btns .item:nth-child(1) a{
  background-color: #4662b2;
}
.bld .bldcon .bldle .share .btns .item:nth-child(2) a{
  background-color: #32cdfd;
}
.bld .bldcon .bldle .share .btns .item:nth-child(3) a{
  background-color: #0179b7;
}
.bld .bldcon .bldle .share .btns .item:nth-child(4) a{
  background-color: #f53f32;
}
.bld .bldcon .bldle .share .btns .item:nth-child(5) a{
  background-color: #4caf50;
}
.bld .bldcon .bldri{
  padding-left: 30px;
}
.bld .bldcon .bldri .bldhead{
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #032e41;
  font-weight: 800;
  margin-bottom: 5px;
}
.bld .bldcon .bldri .sub{
  margin-bottom: 20px;
}
.bld .bldcon .bldri .sub .item{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 13px;
  color: #c3c3c3;
  font-weight: bold;
}
.bld .bldcon .bldri .bldtext{
  font-size: 15px;
  color: #000000;
  text-align: justify;
  border-bottom: 4px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bld .bldcon .bldri .bldtext p{
  margin-bottom: 15px;
}
.bld .bldcon .bldri .bos{
  display: flex;
}
.bld .bldcon .bldri .bos .item{
  flex: 0 0 50%;
}
.bld .bldcon .bldri .bos .item.isag{
  text-align: right;
}
.bld .bldcon .bldri .bos .item a{
  display: flex;
}
.bld .bldcon .bldri .bos .item a .img{
  filter: grayscale(1);
  transition: all .3s ease-in-out;
}
.bld .bldcon .bldri .bos .item a:hover .img{
  filter: initial;
}
.bld .bldcon .bldri .bos .item a .img img{
  border-radius: 5px;
}
.bld .bldcon .bldri .bos .item.isol a .img{
  padding-right: 25px;
}
.bld .bldcon .bldri .bos .item.isag a .img{
  padding-left: 25px;
}
.bld .bldcon .bldri .bos .item a .desc{}
.bld .bldcon .bldri .bos .item a .desc .ihead{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bld .bldcon .bldri .bos .item.isag a .desc .ihead{
  justify-content: flex-end;
}
.bld .bldcon .bldri .bos .item a .desc .ihead .icon{}
.bld .bldcon .bldri .bos .item a .desc .ihead .icon img{}
.bld .bldcon .bldri .bos .item.isol a .desc .ihead .icon{
  padding-right: 10px;
}
.bld .bldcon .bldri .bos .item.isag a .desc .ihead .icon{
  padding-left: 10px;
}
.bld .bldcon .bldri .bos .item a .desc .ihead .iht{
  font-weight: 800;
  color: #b3b3b3;
  font-size: 13px;
  transition: all .3s ease-in-out;
}
.bld .bldcon .bldri .bos .item a .desc .ititle{
  color: #b3b3b3;
  font-size: 15px;
}
.bld .bldcon .bldri .bos .item a:hover .desc .ihead .iht{
  color: #000;
}


.galeri{
  margin-top: 60px;
  margin-bottom: 30px;
}
.galeri .gcon{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}
.galeri .gcon .item{}
.galeri .gcon .item a{
  display: block;
  position: relative;
}
.galeri .gcon .item a .img{
  position: relative;
}
.galeri .gcon .item a .img img{
  display: block;
  width: 100%;
  height: 397px;
  object-fit: cover;
}
.galeri .gcon .item a .img::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #03283f 0%, rgba(26,42,58,0) 75%, rgba(0,212,255,0) 100%);
}
.galeri .gcon .item a .head{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin-bottom: 20px;
  z-index: 20;
  color: #fff;
}
.galeri .gcon .item a .head .title{  
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.galeri .gcon .item a .head .count{
  font-size: 12px;
  opacity: 0.4;
}





.galeri-detay{
  margin-top: 60px;
  margin-bottom: 30px;
}
.galeri-detay .gcon{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}
.galeri-detay .gcon .item{}
.galeri-detay .gcon .item a{
  display: block;
  position: relative;
}
.galeri-detay .gcon .item a .img{
  position: relative;
}
.galeri-detay .gcon .item a .img img{
  display: block;
  width: 100%;
  height: 287px;
  object-fit: cover;
}

.fancybox-bg {
  background: #223b5c;
}

.fancybox-stage .fancybox-content{
  
}
.fancybox-stage .fancybox-content .photoInfo{
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
}
.fancybox-stage .fancybox-content .photoInfo .solbaslik{
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.fancybox-stage .fancybox-content .photoInfo .text{
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.fancybox-stage .fancybox-content .photoInfo .closebtn{
  position: absolute;
  right: 0;
  top: -20px;
}
.fancybox-stage .fancybox-content .photoInfo .closebtn a{
  background-color: #fff;
  display: inline-block;
  color: #213a5b;
  padding: 10px;
  font-weight: 900;
}

.fancybox-stage .fancybox-content .fancybox-image{
  box-shadow: 0px 8px 24px 1px #0000006b;
}
.fancybox-stage .fancybox-content .left-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #ececec;
  color: #cfcfcf;
  font-size: 48px;
  position: absolute;
  left: -42px;
  top: 46%;
}
.fancybox-stage .fancybox-content .right-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #ececec;
  color: #cfcfcf;
  font-size: 48px;
  position: absolute;
  right: -42px;
  top: 46%;
}

.proom{
  margin-top: 60px;
  margin-bottom: 40px;
}
.proom .cont{}
.proom .cont .lslider{
  position: relative;
}
.proom .cont .lslider .lslidercont{
  position: relative;
}
.proom .cont .lslider .lslidercont .item{
  display: none;
}
.proom .cont .lslider .lslidercont.slick-initialized .item{
  display: block;
}

.proom .cont .lslider .lslidercont .item .img{}
.proom .cont .lslider .lslidercont .item .img img{
  width: 100%;
  height: 495px;
  object-fit: cover;
}
.proom .cont .lslider .lslidercont .slick-prev{
  display: none !important;
}
.proom .cont .lslider .lslidercont .slick-next{
  display: none !important;
}

.proom .cont .lslider .sbtns{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  margin: 14px;
}
.proom .cont .lslider .sbtns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  color: #cfcfcf;
  font-size: 1.5rem;
}
.proom .cont .lslider .sbtns a.right-btn{
  background-color: #ececec;
}
.proom .cont .lslider .sbtns a.camera-btn{
  background-color: #b92d4e;
  margin-right: 20px;
}



.rcent{
  margin-top: 50px;
  display: flex;
}
.rcent .lef{
  flex-grow: 1;
  border-right: 4px solid #e1e1e1;
  padding-right: 30px;
}
.rcent.rcentroom .lef .title{
  margin-bottom: 32px;
  color: #223b5c;
  font-size: 2.5rem;
  font-weight: 900;
}
.rcent .lef .text{}

.rcent .lef .text h3{
  font-weight: 900;
  color: #223b5c;
  font-size: 2.5rem;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.rcent .lef .text p{
  margin-bottom: 15px;
  color: #434343;
  line-height: 18px;
}
.rcent .rig{
  padding-left: 30px;
  flex: 0 0 28%;
}
.rcent .rig .ico{
  border-bottom: 4px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.rcent .rig .ico .it{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.rcent .rig .ico .it .img{
  flex:0 0 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rcent .rig .ico .it .img img{}
.rcent .rig .ico .it .desc{
  padding-left: 10px;
}
.rcent .rig .ico .it .desc .top{
  letter-spacing: -0.2px;
}
.rcent .rig .ico .it .desc .bot{
  font-weight: 900;
  letter-spacing: -0.2px;
}
.rcent .rig .giriscikis{}
.rcent .rig .giriscikis .txt{
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.rcent .rig .giriscikis .saat{
  display: flex;
  align-items: center;
}
.rcent .rig .giriscikis .saat .it{}
.rcent .rig .giriscikis .saat .it:first-child{
  margin-right: 20px;
}
.rcent .rig .giriscikis .saat .it .lab{
  color: #272727;
  opacity: 0.4;
}
.rcent .rig .giriscikis .saat .it .val{
  font-weight: 900;
  font-size: 2rem;
  color: #272727;
  letter-spacing: -1px;
}

.rprops{
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.rprops .item{}
.rprops .item .head{
  border-left: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  border-top: 2px solid #efefef;
  text-align: center;
  font-weight: 800;
  padding: 13px 0px;
  color: #898989;
  font-size: 15px;
  letter-spacing: 1.2px;
}
.rprops .item:last-child .head{
  border-right: 2px solid #efefef;
}
.rprops .item .text{
  background-color: #fbfbfb;
  height: 391px;
  padding: 23px 35px;
  overflow-y: auto;
}
.rprops .item:nth-child(2) .text{
  background-color: #f5f5f5;
}

.rprops .item .text ul{}
.rprops .item .text ul li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.rprops .item .text ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background-image: url(../img/ric5.png);
  background-repeat: no-repeat;
}
.rprops .item .text p{
  margin-bottom: 15px;
}













.ptoplanti{
  margin-top: 50px;
  margin-bottom: 50px;
}
.ptoplanti .lcon{}
.ptoplanti .lcon .item{
  display: flex;
}
.ptoplanti .lcon .item:nth-child(even){
  flex-direction: row-reverse;
}
.ptoplanti .lcon .item .il{
  flex:0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.ptoplanti .lcon .item .il .title2{
  position: relative;
}
.ptoplanti .lcon .item .il .title2 .ttext{
  margin-top: 32px;
  color: #223b5c;
  font-size: 2.5rem;
}
.ptoplanti .lcon .item .il .title2 .ttext a{
  color: #223b5c;
}
.ptoplanti .lcon .item .il .title2 .lines{
  position: absolute;
  left: 0px;
  bottom: -17px;
  right: 0px;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ptoplanti .lcon .item .il .title2 .lines .line{
  left: 0;
  width: 34px;
  height: 4px;
  bottom: 0;
}
.ptoplanti .lcon .item .il .title2 .lines .line1{
  background-color: #b92d4e;
}
.ptoplanti .lcon .item .il .title2 .lines .line2{
  left: 34px;
  background-color: #fda100;
}
.ptoplanti .lcon .item .il .title2 .lines .line3{
  left: 68px;
  background-color: #277aba;
}



.ptoplanti .lcon .item .il .title3{
  margin-top: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  width: 80%;
  line-height: 16px;
}

.ptoplanti .lcon .item .il .mtltable{
  margin-top: 20px;
}
.ptoplanti .lcon .item .il .mtltable table{}
.ptoplanti .lcon .item .il .mtltable table thead{}
.ptoplanti .lcon .item .il .mtltable table thead th{
  background-color: #223b5c;
  color: #fff;
  font-weight: 800;
  padding: 10px 10px;
  text-align: center;
  font-size: 12px;
}
.ptoplanti .lcon .item .il .mtltable table tbody{}
.ptoplanti .lcon .item .il .mtltable table tbody tr td{
  background-color: #f0f0f0;
  color: #000;
  font-weight: 800;
  padding: 10px 12px;
  text-align: center;
  font-size: 12px;
}



.ptoplanti .lcon .item .ir{
  flex-grow: 1;
  flex:0 0 50%;
  max-width: 50%;
}
/*.ptoplanti .lcon .item .ir .img{
  flex:0 0 50%;
}
.ptoplanti .lcon .item .ir .img img{
  display: block;
  width: 100%;
  height: 465px;
}*/



.ptoplanti .lcon .item .ir .tplistslider{
  position: relative;
}
.ptoplanti .lcon .item .ir .tplistslider .tplistslidercont{
  position: relative;
}
.ptoplanti .lcon .item .ir .tplistslider .tplistslidercont .item{
  display: none;
}
.ptoplanti .lcon .item .ir .tplistslider .tplistslidercont.slick-initialized .item{
  display: block;
}

.ptoplanti .lcon .item .ir .tplistslider .tplistslidercont .item .img{}
.ptoplanti .lcon .item .ir .tplistslider .tplistslidercont .item .img img{
  width: 100%;
  height: 495px;
}
.ptoplanti .lcon .item .ir .tplistslider .tplistslidercont .slick-prev{
  display: none !important;
}
.ptoplanti .lcon .item .ir .tplistslider .tplistslidercont .slick-next{
  display: none !important;
}

.ptoplanti .lcon .item:nth-child(even) .ir .tplistslider .sbtns{
  right: -80px;
  left: initial;
}
.ptoplanti .lcon .item .ir .tplistslider .sbtns{
  position: absolute;
  bottom: 0;
  z-index: 5;
  display: flex;
  margin: 0px;
  left: -80px;
}
.ptoplanti .lcon .item .ir .tplistslider .sbtns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ececec;
  color: #cfcfcf;
  font-size: 1.5rem;
}
.ptoplanti .lcon .item .ir .tplistslider .sbtns a.right-btn{
  background-color: #ffffff;
}
.ptoplanti .lcon .item:nth-child(even) .ir .tplistslider .sbtns a{
  background-color: #ffffff;
}
.ptoplanti .lcon .item:nth-child(even) .ir .tplistslider .sbtns a.right-btn{
  background-color: #ececec;
}
.ptoplanti .lcon .item .ir .tplistslider .sbtns a.camera-btn{
  background-color: #b92d4e;
  margin-right: 20px;
}


.medya{}
.medya .mcon{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.medya .mcon .item{}
.medya .mcon .item a{
  display: block;
  position: relative;
}
.medya .mcon .item a .img{

  position: relative;
}
.medya .mcon .item a .img::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #03283f 0%, rgba(26,42,58,0) 51%, rgba(0,212,255,0) 100%);
  height: 100%;
}
.medya .mcon .item a .img img{
  display: block;
  width: 100%;
  height: 309px;
  object-fit: cover;
}
.medya .mcon .item a .desc{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.4rem;
}








.otelmedya{}
.otelmedya .mcon{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.otelmedya .mcon .item{}
.otelmedya .mcon .item a{
  display: block;
  position: relative;
}
.otelmedya .mcon .item a .img{

  position: relative;
}
.otelmedya .mcon .item a .img::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #03283f 0%, rgba(26,42,58,0) 51%, rgba(0,212,255,0) 100%);
  height: 100%;
}
.otelmedya .mcon .item a .img img{
  display: block;
  width: 100%;
  height: 309px;
  object-fit: cover;
}


.pbu{
  margin-bottom: 40px;
}
.pbu .pcon{
  display: flex;
}
.pbu .pcon .it{
  background-image: url(../img/bualanya.jpg);
  flex: 0 0 50%;
  padding: 38px;
  background-size: cover;
  background-position: bottom;
}
.pbu .pcon .it:nth-child(2){
  background-image: url(../img/bukonya.jpg);
}
.pbu .pcon .it.it100{
  flex: 0 0 100%;
}
.pbu .pcon .it .hd{
  font-size: 22px;
  color: #223a59;
  font-weight: 900;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
.pbu .pcon .it .irow{
  display: flex;
  margin-bottom: 25px;
}
.pbu .pcon .it .irow .i{
  width: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: -12px;
}
.pbu .pcon .it .irow .i img{}
.pbu .pcon .it .irow .d{
  color: #223a59;
  font-size: 17px;
}
.pbu .pcon .it .irow .d .t{
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 5px;
}
.pbu .pcon .it .irow .d .b{}
.pbu .pcon .it .hbtn{
  display: inline-block;
}
.pbu .pcon .it .hbtn a{
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 17px;
}
.pbu .pcon .it .hbtn a .i{}
.pbu .pcon .it .hbtn a .i img{}
.pbu .pcon .it .hbtn a .d{
  font-size: 13px;
  font-weight: 900;
  color: #223a59;
  padding-left: 15px;
}


.fgo{
  margin-top: 30px;
  margin-bottom: 30px;
}
.fgo .fcon{}
.fgo .fcon .head{
  margin-bottom: 15px;
}
.fgo .fcon .head .top{
  color: #223a59;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 5px;
}
.fgo .fcon .head .btm{
  font-size: 17px;
  color: #282828;
  width: 60%;
}


.fgo .fcon .frm{}
.fgo .fcon .frm form{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.fgo .fcon .frm form .item{
  flex:0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8px;
}
.fgo .fcon .frm form .item.full{
  flex:0 0 100%;
}
.fgo .fcon .frm form .item .error{
  color: #f00;
}
.fgo .fcon .frm form .item .lab{
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}
.fgo .fcon .frm form .item .val{}
.fgo .fcon .frm form .item .val input[type="text"]{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
}
.fgo .fcon .frm form .item .val input[type="email"]{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
}
.fgo .fcon .frm form .item .val select{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
}
.fgo .fcon .frm form .item .val textarea{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
  height: 200px;
}
.fgo .fcon .frm form .item .val .tsel{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.fgo .fcon .frm form .item .val .tsel .it{
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.fgo .fcon .frm form .item .val .tsel .it select{}
.fgo .fcon .frm form .itembtn{
  display: flex;
  justify-content: flex-end;
}
.fgo .fcon .frm form .itembtn button{
  border: 0;
  cursor: pointer;
  background-color: #203f5e;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 13px 100px;
}

.hmember-modal{
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  padding: 16px 20px;
  padding-top: 20px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 13px 24px 0 rgb(34 31 25/48%);
  display: none;
}
.hmember-modal.active{
  display: block;
}
.hmember-modal .mcon{}
.hmember-modal .mcon form{}
.hmember-modal .mcon form .irow{
  margin-bottom: 4px;
}
.hmember-modal .mcon form .irow.irowsifre{
  margin-bottom: 20px;
}
.hmember-modal .mcon form .irow.irowsubmit{
  margin-bottom: 10px;
}
.hmember-modal .mcon form .irow.irowsubmit a{
  width: 100%;
  background-color: #b92d4e;
  padding: 7px 10px;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  border-radius: 5px;
  font-size: 13px;
  
}
.hmember-modal .mcon form .irow .ilab{
  color: #454545;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4px;
}
.hmember-modal .mcon form .irow a{
  color: #454545;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.hmember-modal .mcon form .irow .ival{}
.hmember-modal .mcon form .irow .ival input[type="text"],
.hmember-modal .mcon form .irow .ival input[type="password"]{
  background-color: #eaeaea;
  padding: 15px;
  width: 140px;
  height: 32px;
  border-radius: 4px;
  border: 0;
}

.hmember-modal .mcon form .irow button{
  width: 100%;
  background-color: #b92d4e;
  padding: 7px 10px;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  border-radius: 5px;
  font-size: 13px;
  
}

.hmember-modal{}
.hmember-modal .hulogged{
  min-width: 150px;
}
.hmember-modal .hulogged .head{
  white-space: nowrap;
  margin-bottom: 10px;
}
.hmember-modal .hulogged .head b{
  font-weight: 800;
}
.hmember-modal .hulogged .btns{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.hmember-modal .hulogged .btns .icol{
  padding-left: 5px;
  padding-right: 5px;
  flex:0 0 50%;
}
.hmember-modal .hulogged .btns a{
  background-color: #b92d4e;
  padding: 7px 10px;
  color: #fff;
  font-weight: 800;
  border-radius: 5px;
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
}



.freg{
  margin-top: 30px;
  margin-bottom: 30px;
}
.freg .fcon{}
.freg .fcon .head{
  margin-bottom: 15px;
  text-align: center;
}
.freg .fcon .head .top{
  color: #223a59;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 5px;
}
.freg.fprofil .fcon .head .top{
  font-weight: 500;
}
.freg.fprofil .fcon .head .top1{
  color: #223a59;
  font-size: 37px;
  letter-spacing: -2px;
  margin-bottom: 5px;
}
.freg.fprofil .fcon .head .top1 strong{
  font-weight: 900;
}

.freg .fcon .head .btm{
  font-size: 17px;
  color: #282828;
  text-align: center;
}


.freg .fcon .frm{}
.freg .fcon .frm form{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.freg .fcon .frm form .item{
  flex:0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8px;
  position: relative;
}
.freg .fcon .frm form .item.full{
  flex:0 0 100%;
}

.freg .fcon .frm form .item .error{
  color: #f00;
}
.freg .fcon .frm form .item label.error{
  color: #f00;
  position: absolute;
  left: 0;
  top: 0;
}
.freg .fcon .frm form .item .lab{
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}
.freg .fcon .frm form .item .val{
  position: relative;
}
.freg .fcon .frm form .item .val.telsec{
  display: flex;
}
.freg .fcon .frm form .item .val.telsec select{
  width: initial;
  border-right: 0;
}
.freg .fcon .frm form .item .val input[type="text"]{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
}
.freg .fcon .frm form .item .val input[type="email"]{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
}
.freg .fcon .frm form .item .val input[type="password"]{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
}
.freg .fcon .frm form .item .val select{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
}
.freg .fcon .frm form .item .val textarea{
  width: 100%;
  padding: 15px;
  border: 2px solid #eaeaea;
  height: 88px;
}
.freg .fcon .frm form .item .val .tsel{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.freg .fcon .frm form .item .val .tsel .it{
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.freg .fcon .frm form .item .val .tsel .it select{}
.freg .fcon .frm form .item .parolayazi{
  font-size: 13px;
  color: #575757;
}
.freg .fcon .frm form .itembtn{
}
.freg .fcon .frm form .itembtn .btncont button{
  border: 0;
  cursor: pointer;
  background-color: #203f5e;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 13px 100px;
  width: 100%;
}
.freg .fcon .frm form .itembtn .chks{
  margin-top: 20px;
}
.freg .fcon .frm form .itembtn .chks .citem{
  margin-bottom: 20px;
}
.freg .fcon .frm form .itembtn .chks .citem label.error{
  left: 37px;
  top: -15px;
}
.freg .fcon .frm form .itembtn .chks .citem .container-chk{
  color: #575757;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  height: 27px;
  display: flex;
  align-items: center;
}
.freg .fcon .frm form .itembtn .chks .citem .container-chk a{
  text-decoration: underline;
  color: #575757;
}


.container-chk {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-chk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  border: 2px solid #e0e0e0;
}

.container-chk:hover input ~ .checkmark {
  border: 2px solid #203f5e;
}

.container-chk input:checked ~ .checkmark {
  border: 2px solid #203f5e;
}

.container-chk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-chk input:checked ~ .checkmark:after {
  display: block;
}

.container-chk .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 10px;
  border: solid #203f5e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.folderList {
  padding-top: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}
.folderList.noBorder .item {
  border: none;
}
.folderList.noBorder .item:first-child {
  border-top: none;
}
.folderList .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  height: 68px;
  padding: 15px 0;
}
.folderList .item:first-child {
  border-top: 1px solid #cbcbcb;
}
.folderList .item.zip .title {
  color: #015a96;
  font-weight: 900;
}
.folderList .item > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
.folderList .item > div:first-child {
	flex-grow: 1;
}
.folderList .item .iconArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 6px solid #ececec;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 50px;
  min-height: 50px;
}
.folderList .item .title {
  font-weight: 800;
  font-size: 16px;
  color: #161616;
  padding-left: 20px;
}
.folderList .item .buttonArea {
  margin-right: -20px;
}
.folderList .item .buttonArea a {
  font-weight: 900;
  font-size: 12.49px;
  color: #161616;
  -webkit-opacity: 0.43;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.43);
  /* IE 5-7 */
  -moz-opacity: 0.43;
  /* Netscape */
  -khtml-opacity: 0.43;
  /* Safari 1.x */
  opacity: 0.43;
  /* Good browsers */
  border-left: 1px solid #bfbfbf;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.folderList .item .buttonArea a:first-child {
  border-left: none;
  padding-left: 0;
}
.folderList .item .buttonArea a:hover {
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
}


















.fka{
  margin-top: 30px;
  margin-bottom: 30px;
}
.fka .fcon{}
.fka .fcon .head{
  margin-bottom: 15px;
  text-align: center;
}
.fka .fcon .head .top{
  color: #223a59;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.fka .fcon .head .btm{
  font-size: 17px;
  color: #282828;
}


.fka .fcon .frm{}
.fka .fcon .frm form{
  /*display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;*/
}
.fka .fcon .frm form .sect{}
.fka .fcon .frm form .sect .shead{
  background-color: #ebedf0;
  text-align: center;
  padding: 10px;
  font-size: 17px;
  color: #223b5c;
  font-weight: 900;
}
.fka .fcon .frm form .sect .inputc{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 15px;
}
.fka .fcon .frm form .item{
  flex:0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 14px;
}
.fka .fcon .frm form .item.full{
  flex:0 0 100%;
}
.fka .fcon .frm form .item .error{
  color: #f00;
}
.fka .fcon .frm form .item .lab{
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}
.fka .fcon .frm form .item .lab >span{
  color: #b92d4e;
  padding-left: 5px;
}
.fka .fcon .frm form .item .val{}
.fka .fcon .frm form .item .val.telsec{
  
}
.fka .fcon .frm form .item .val.telsec .telc{
  border: 2px solid #eaeaea;
  display: flex;
  height: 40px;
}
.fka .fcon .frm form .item .val.telsec .telc input[type="text"]{
  border: initial;
  height: initial;
}
.fka .fcon .frm form .item .val.telsec .telc select{
  border: initial;
  width: initial;
  border-right: 2px solid #eaeaea;
  height: initial;
}
.fka .fcon .frm form .item .val input[type="text"]{
  width: 100%;
  padding: 10px;
  border: 2px solid #eaeaea;
  font-size: 14px;
  height: 40px;
}
.fka .fcon .frm form .item .val input[type="email"]{
  width: 100%;
  padding: 10px;
  border: 2px solid #eaeaea;
  font-size: 14px;
  height: 40px;
}
.fka .fcon .frm form .item .val select{
  width: 100%;
  padding: 10px;
  border: 2px solid #eaeaea;
  font-size: 14px;
  height: 40px;
}
.fka .fcon .frm form .item .val textarea{
  width: 100%;
  padding: 10px;
  border: 2px solid #eaeaea;
  height: 200px;
  font-size: 14px;
  height: 100px;
}
.fka .fcon .frm form .item .val .tsel{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.fka .fcon .frm form .item .val .tsel .it{
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.fka .fcon .frm form .item .val .tsel .it select{}



.fka .fcon .frm form .item .val .chks{
  display: flex;
}
.fka .fcon .frm form .item .val .chks .citem{
  margin-right: 15px;
}
.fka .fcon .frm form .item .val .chks .citem label{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.fka .fcon .frm form .item .val .chks .citem label .dsc{
  color: #666666;
  font-size: 13px;
  opacity: 0.45;
  font-weight: 800;
}



.fka .fcon .frm form .itembtn{
  margin-top: 20px;
}
.fka .fcon .frm form .itembtn button{
  border: 0;
  cursor: pointer;
  background-color: #203f5e;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 13px 100px;
  width: 100%;
}


.fka .isapp{
  display: flex;
  flex:0 0 100%;
  padding-right: 10px;
}
.fka .isapp .islist{
  flex-grow: 1;
}
.fka .isapp .islist .isrow{
  display: flex;
}
.fka .isapp .islist .isrow .item{
  flex:0 0 22%;
}
.fka .isapp .islist .isrow .icross{
  padding-top: 18px;
  padding-right: 10px;
}
.fka .isapp .islist .isrow:nth-child(1) .icross{
  opacity: 0;
  visibility: hidden;
}
.fka .isapp .islist .isrow .icross a{
  display: block;
  padding: 4px 5px;
  background-color: #b92d4e;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 2px;
}
.fka .isapp .isbtn{
  padding-top: 18px;
}
.fka .isapp .isbtn a{
  display: block;
  padding: 14px 20px;
  height: 40px;
  background-color: #f0f0f0;
  color: #666666;
  font-size: 13px;
  font-weight: 900;
}





.fka .dilapp{
  display: flex;
  padding-right: 10px;
}
.fka .dilapp .dillist{
  flex-grow: 1;
}
.fka .dilapp .dillist .dilrow{
  display: flex;
}
.fka .dilapp .dillist .dilrow .item{
  /*flex:0 0 250px;*/
}
.fka .dilapp .dillist .dilrow .icross{
  padding-top: 18px;
  padding-right: 10px;
}
.fka .dilapp .dillist .dilrow:nth-child(1) .icross{
  opacity: 0;
  visibility: hidden;
}
.fka .dilapp .dillist .dilrow .icross a{
  display: block;
  padding: 4px 5px;
  background-color: #b92d4e;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 2px;
}
.fka .dilapp .dilbtn{
  margin-left: 20px;
  padding-top: 18px
}
.fka .dilapp .dilbtn a{
  display: block;
  padding: 14px 20px;
  height: 40px;
  background-color: #f0f0f0;
  color: #666666;
  font-size: 13px;
  font-weight: 900;
}
.fka .dosya-yukleme{}
.fka .dosya-yukleme .btncont{
  display: flex;
  align-items: center;
  background-color: #0000000f;
  padding: 10px;
}
.fka .dosya-yukleme .btncont >a{
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 14px;
  color: #6e6e6e;
  font-size: 13px;
}
.fka .dosya-yukleme .btncont >a .img{
  margin-right: 5px;
}
.fka .dosya-yukleme .btncont >a .img img{
  opacity: 0.5;
  height: 24px;
}
.fka .dosya-yukleme .btncont .desc{
  color: #adadad;
  font-size: 13px;
  padding-left: 18px;
}



.fancybox-caption__body{
  display: none !important;
}


.ckswa{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 55px;
  z-index: 50;
  background-color: #11334ee8;
  display: none;
}
.ckswa.active{
  display: block;
}

.ckswa .con{
  display: flex;
}
.ckswa .con .itext{
  color: #fff;
  padding: 17px 0px;
  font-size: 14px;
  padding-right: 20px;
  flex-grow: 1;
}
.ckswa .con .itext a{
  color: #fff;
  font-weight: 900;
}
.ckswa .con .ibtn{}
.ckswa .con .ibtn a{
  display: block;
  background-color: #fff;
  color: #11334e;
  font-weight: 900;
  text-align: center;
  height: 100%;
  font-size: 14px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.mnav{
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  z-index: 200;
  background: rgb(215,215,215);
  background: linear-gradient(0deg, rgba(215,215,215,1) 0%, rgba(246,246,246,1) 100%);
  box-shadow: -7px 10px 24px 0px rgb(34 31 25 / 48%);

  display: flex;
  flex-direction: column;

  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mnav.active{
  opacity: 1;
  visibility: visible;
}
.mnav .logo{
  margin-top: 40px;
}
.mnav .logo a{
  display: block;
  text-align: center;
}
.mnav .logo a img{}
.mnav .menu{
  margin-top: 26px;
}
.mnav .menu ul{}
.mnav .menu ul li{}
.mnav .menu ul li a{
  color: #223b5c;
  font-weight: 500;
  font-size: 19px;
  display: block;
  padding: 4px;
  text-align: center;
}
.mnav .menu .htop{
  /*display: flex;
  padding-top: 7px;
  margin-bottom: 10px;*/
}
.mnav .menu .htop a{
  display: flex;
  color: #223b5c;
  font-weight: 500;
  font-size: 19px;
  padding: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.mnav .menu .htop a .img{
  padding-right: 5px;
}
.mnav .menu .htop a .img img{
  
}
.mnav .menu .htop a .span{}

.mnav .tmenu{
  margin-top: 50px;
}
.mnav .tmenu .item{}
.mnav .tmenu .item a{
  color: #2b2b2b;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 4px 0px;
  text-align: center;
}
.mnav .malt{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.mnav .malt .hlang{}
.mnav .malt .hlang >a{
  color: #223b5c;
  display: block;
  text-align: center;
  font-weight: 900;
  border-bottom: 1px solid #2b2b2b57;
  margin: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 12px;
}
.mnav .malt .hlang .list{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 14px 24px -6px rgb(34 31 25 / 48%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mnav .malt .hlang .list.active{
  opacity: 1;
  visibility: visible;
}
.mnav .malt .hlang .list a{
  display: block;
  padding: 0px;
  padding-bottom: 9px;
  margin: 10px;
  border-bottom: 2px solid #0000004d;
  font-size: 13px;
  font-weight: 800;
  color: #0000004d;
  text-align: center;
}
.mnav .malt .hlang .list a:last-child{
  border-bottom: 0;
}
.mnav .malt .socials{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
}
.mnav .malt .socials a{
  padding: 5px;
  color: #223b5c;
}
.mnav .malt .blink{
}
.mnav .malt .blink a{
  color: #6f6f6f;
  display: block;
  text-align: center;
  font-size: 11px;
  padding: 0px 15px;
  margin-bottom: 10px;
  line-height: 13px;
}



.mob-menu-btn{
  background-color: #f0f1f3;
  text-align: center;
  display: none;
}
.mob-menu-btn a{
  display: block;
  padding-top: 12px;
  padding-bottom: 9px;
}
.mnav .malt .socials a img{
  max-width: 13px;
}
.mob-menu-btn a .mbdesc{
  font-weight: 800;
  color: #a3a3a3;
  font-size: 15px;
}
.mob-menu-btn a .mbico{
  color: #a3a3a3;
  font-size: 12px;
  margin-top: 5px;
}



@media(max-width:992px){
  .mob-menu-btn{
    display: block;
  }
  .page-menu{
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }
  .page-menu.active{
    display: block;
  }
  .page-menu .cont{
    top: 0;
    padding: 14px 0px;
  }
  .page-menu .cont ul li.active .lines{
    display: none;
  }
  .page-menu .cont ul{
    padding: 0;
    display: block;
  }
  .page-menu .cont ul li{}
  .page-menu .cont ul li a{
    padding: 6px 5px;
    text-align: center;
  }
  .header{
    /*overflow-x: hidden;*/
  }
  .header .hcont .hright{
    justify-content: flex-end;
  }
  .header .hcont .hright .hmenu{
    display: none;
  }
  .header .hcont .hright .hlau{
    display: none;
  }
  .header .hcont .hright .hmbtn{
    display: block;
  }
  .header .hcont .logo {
    margin-top: 5px;
  }
  .header .hcont .logo a img{
    height: 40px;
    margin-top: 18px;
  }
  .slider-home .mslider .mscont .item .desc .dtex {
    font-size: 1.4rem;
  }
  .slider-home .mslider .mscont .item .desc .dtex .dtt{
    margin-bottom: 23px;
  }
  .slider-home .mslider .mscont .item .desc{
    bottom: 140px;
  }
  .slider-home .mslider .mscont .slick-dots{
    display: none !important;
  }
  
  .home-hotels{
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-hotels .head .top {
    position: relative;
    font-size: 1.5rem;
  }
  .home-hotels .list .item{
    margin-bottom: 15px;
  }
  .home-hotels .list .item:first-child {
    padding-right: initial;
  }
  .home-hotels .list .item:last-child {
    padding-left: initial;
  }
  .home-hotels .list{
    flex-wrap: wrap;
  }
  .home-hotels .list .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-hotels .head .top .cizgi{
    display: none;
  }
  .home-kesfet {
    margin-top: 25px;
  }
  .home-kesfet .head .top{
    font-size: 1.5rem;
  }
  .home-kesfet .list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .home-ins .cont .head .top{
    font-size: 1rem;
  }
  .home-ins .list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding-left: 15px;
    padding-right: 15px;
    row-gap: 15px;
    column-gap: 15px;
  }
  
  .fbulten .cont{
    flex-wrap: wrap;
  }
  .fbulten .cont .head{
    text-align: center;
    margin-bottom: 30px;
  }
  
  .fbulten .cont .form form{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .fbulten .cont .form form .icol {
    margin-left: initial;
    margin-bottom: 15px;
  }
  .footer .cont{
    flex-wrap: wrap;
  }
  .footer .cont .fright .menus{
    flex-wrap: wrap;
  }
  .footer .cont .fright .menus .list{
    height: initial;
    flex: 0 0 100%;
    border-left: initial;
    padding-left: initial;
    padding-bottom: initial;
    padding-top: initial;
  }
  .footer .fbottom{
    flex-wrap: wrap;
  }
  .footer .cont .fleft {
    font-size: 0.9rem;
    flex: 0 0 100%;
  }
  .footer .cont .fleft .logo a{
    display: block;
    text-align: center;
  }
  .footer .cont .fright{
    padding-left: initial;
  }
  .footer .fbottom .fbleft {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .footer .fbottom .fbleft a{
    display: block;
    text-align: center;
  }
  .footer .fbottom .fbright{
    text-align: center;
  }



  .pt .phead .pbread {
    
  }
  .pt .phead .pbread .item a{
    white-space: nowrap;
    font-size: 8px;
    padding: 5px 5px;
  }
  .medya .mcon .item a .img img{
    height: 150px;
  }
  .medya .mcon .item a .desc{
    font-size: 13px;
  }
  .galeri .gcon {
    grid-template-columns: repeat(2, 1fr);
  }
  .galeri .gcon .item a .head .title{
    font-size: 13px;
  }
  .galeri .gcon .item a .img img{
    height: 150px;
  }
  .galeri-detay .gcon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .galeri-detay .gcon .item a .img img{
    height: 150px;
  }
  .fancybox-stage .fancybox-content .photoInfo .closebtn{
    right: 20px;
  }
  .fancybox-stage .fancybox-content .right-btn{
    right: 26px;
    width: 50px;
    height: 50px;
  }
  .fancybox-stage .fancybox-content .left-btn{
    left: 15px;
    width: 50px;
    height: 50px;
  }
  .home-rooms .cont .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .home-rooms .cont .head .top{
    font-size: 1.5rem;
  }
  .home-rooms .cont .head .top .cizgi{
    display: none;
  }
  .home-rooms .cont .list .item {
    margin-bottom: 15px;
  }
  .hexp .hcon .head{
    font-size: 1.5rem;
  }
  .hexp .hcon .eapp .ehead{
    flex-wrap: wrap;
    justify-content: initial;
  }
  .hexp .hcon .eapp .ehead .item{
    flex: 0 0 50%;
    padding: 5px;
  }
  .hexp .hcon .eapp .ehead .item a{
    font-size: 11px;
  }
  .hexp .hcon .eapp .elist .eslider .item{
    flex-wrap: wrap;
  }
  .hexp .hcon .eapp .elist .eslider .item .il{
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .hexp .hcon .eapp .elist .eslider .item .il .desc{
    right: 0;
    
  }
  .hexp .hcon .eapp .elist .eslider .item .ir .img{
    margin-right: 0;
  }
  .hexp .hcon .eapp .elist .eslider .item .ir .desc{
    bottom: 24px;
  }
  .hexp .hcon .eapp .elist .eslider .item .ir .desc .a{
    width: 100%;
  }
  .hexp .hcon .eapp .elist .sbtns a{
    width: 50px;
    height: 50px;
  }
  .home-ins .cont .head .bottom .desc{
    font-size: 11px;
  }
  .hopp .head{
    justify-content: initial;
    width: 100%;
  }
  .hopp .head .navlist {
    width: 100%;
    grid-template-columns: repeat(2,1fr);
  }
  .hopp .head .navlist .item a{
    width: initial;
    height: initial;
  }
  .hopp .head .navlist .item a .icon{
    padding-bottom: 7px;
  }
  .hopp .head .navlist .item a .icon img {
    height: 34px;
  }
  .hopp .hlist .hslider .item .shadow-img{
    display: none;
  }
  .hopp .hlist .hslider .item .il{
    display: none;
  }
  .hopp .hlist .hslider .item .ir{
    padding-left: 0;
  }
  .hopp .hlist .hslider .item .ir .title .cizgi{

  } 
  .hopp .hlist .hslider .item .ir .title .title-text{
    font-size: 1.5rem;
  }
  .hopp .hlist .sbtns a{
    width: 50px;
    height: 50px;
  }
  .proom .cont .lslider .lslidercont .item .img img{
    height: 191px;
  }
  .proom .cont .lslider .sbtns a{
    width: 50px;
    height: 50px;
  }
  .proom .cont .lslider .sbtns a img{
    height: 20px;
  }
  .rcent{
    margin-top: 26px;
    flex-wrap: wrap;
  }
  .rcent .lef{
    padding-right: 0;
    border-right: 0;
  }
  .rcent.rcentroom .lef .title{
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .rcent .lef .text h3{
    font-size: 1.5rem;
  }
  .rcent .rig {
    padding-left: 0px;
    flex: 0 0 100%;
  }
  .rcent .rig .ico .it{
    margin-left: -5px;
  }
  .rprops {
    grid-template-columns: repeat(1, 1fr);
  }
  .rprops .item .text{
    height: initial;
  }


  .plezzet .lcon .item{
    flex-wrap: wrap;
    margin-bottom: 53px;
  }
  .plezzet .lcon .item .il {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .plezzet .lcon .item .il .title3{
    width: initial;
  }
  .plezzet .lcon .item:nth-child(even) {
    flex-direction: initial;
  }
  .plezzet .lcon .item .ir .img img{
    height: 245px;
    display: block;
  }
  .plezzet .lcon .item .il .title2 .ttext {
    margin-top: 26px;
    font-size: 1.5rem;
  }
  .plezzet .lcon .item .il .title3{
    margin-top: 32px;
  }
  .plezzet .lcon .item .il .ibtn{
    margin-top: 35px;
  }
  .plezzet .lcon .item .il .ibtn .cizgi{
    display: none;
  }

  .altnav{
    margin-top: 23px;
  }
  .altnav .cont{
    flex-wrap: wrap;
    justify-content: initial;
  }
  .altnav .cont .item{
    flex:0 0 50%;
  }
  .altnav .cont .item:first-child a{
    padding-left: 5px;
  }
  .altnav .cont .item a{
    padding: 5px;
    font-size: 12px;
  }

  .lezzet-detay .cont .sla{
    flex-wrap: wrap;
    margin-bottom: 29px;
  }
  .lezzet-detay .cont .sol {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lezzet-detay .cont .sol .lslider{
    margin-bottom: 15px;
  }
  .lezzet-detay .cont .sol .lslider .lslidercont .item .img img{
    height: 215px;
  }
  .lezzet-detay .cont .sol .lslider .sbtns a{
    width: 50px;
    height: 50px;
  }
  .lezzet-detay .cont .sol .lslider .sbtns a img{
    height: 20px;
  }
  .lezzet-detay .cont .sag .mgal{
    margin-left: 0;
  }
  .lezzet-detay .cont .sag .mgal .item .img img{
    height: 92px;
  }
  

  .pdegerlerimiz .pdcon {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .pdegerlerimiz .pdcon .item {
    height: 136px;
    border: 1px solid #0000003d;
    margin-left: -1px;
    margin-bottom: -1px;
  }
  .pdegerlerimiz .pdcon .item .img{
    height: 41px;
  }
  .pdegerlerimiz .pdcon .item .img img{
    display: block;
    max-height: 100%;
  }
  .pbu{
    margin-top: 25px;
  }
  .pbu .pcon{
    flex-wrap: wrap;
  }
  .pbu .pcon .it {
    flex: 0 0 100%;
  }
  .fgo .fcon .head .top{
    font-size: 26px;
  }
  .fgo .fcon .head .btm{
    width: 100%;
  }
  .fgo .fcon .frm form .item {
    flex: 0 0 100%;
  }
  .fgo .fcon .frm form .itembtn button{
    width: 100%;
  }



  .ptoplanti .lcon .item{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .ptoplanti .lcon .item .il {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .ptoplanti .lcon .item .il .title3{
    width: initial;
  }
  .ptoplanti .lcon .item:nth-child(even) {
    flex-direction: initial;
  }
  .ptoplanti .lcon .item .ir .img img{
    height: 245px;
    display: block;
  }
  .ptoplanti .lcon .item .il .title2 .ttext {
    margin-top: 26px;
    font-size: 1.5rem;
  }
  .ptoplanti .lcon .item .il .title3{
    margin-top: 32px;
  }
  .ptoplanti .lcon .item .il .ibtn{
    margin-top: 35px;
  }
  .ptoplanti .lcon .item .il .ibtn .cizgi{
    display: none;
  }
  .ptoplanti .lcon .item .il .mtltable {
    margin-top: 20px;
    zoom: 0.6;
  }
  .ptoplanti .lcon .item .ir {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ptoplanti .lcon .item .ir .tplistslider .sbtns{
    left: 0;
    bottom: 0px;
  }
  .ptoplanti .lcon .item:nth-child(even) .ir .tplistslider .sbtns {
    right: initial;
    left: 0;
  }
  .ptoplanti .lcon .item .ir .tplistslider .sbtns a{
    width: 50px;
    height: 50px;
  }
  .ptoplanti .lcon .item .ir .tplistslider .tplistslidercont .item .img img {
    height: 202px;
    object-fit: cover;
  }

  .lezzet-detay .cont .lb{
    flex-wrap: wrap;
  }
  .lezzet-detay .cont .lb .lbl{
    flex:0 0 100%;
  }
  .lezzet-detay .cont .lb .lbr .lbrc {
    border-left: 0px solid #e1e1e1;
    padding-left: 0;
  }
  .gzy .item .itcon{
    flex-wrap: wrap;
  }
  .gzy .item .itcon .img {
    flex: 0 0 100%;
  }
  .gzy .item .itcon .ri {
    padding-left: 0;
    padding-top: 20px;
  }
 


}




.mrezbtn{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #223b5c;
  display: none;
  z-index: 100;
}
.mrezbtn a{
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 20px;
}
.mrezblock{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000d6;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mrezblock.active{
  opacity: 1;
  visibility: visible;
}
.ui-datepicker{
  z-index: 102 !important;
}

@media(max-width:992px){
  .header .hcont .hright .hroute{
    width: 72px;
  }
  .header .hcont .hright .hroute .btncont > a{
    height: 64px;
    border-left: 1px solid #ffffff85;
    border-right: 0;
  }
  .header.fixed .hcont .hright  .hroute .btncont > a {
    color: #a0a0a0;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  .header .hcont .hright .hroute .btncont{
    
  }
  .header .hcont .hright .hroute .btncont .hCartWrap{
    width: 312px;
    right: -64px;
  }
  .mrezbtn{
    display: block;
  }
}
.rezblock .rcont .closebtn {
  position: absolute;
  right: -16px;
  top: -47px;
  color: #fff;
  font-weight: 800;
  z-index: 5000000;
  padding: 20px;
}
@media(max-width: 992px) {
  .hopp{
    overflow-x: hidden;
  }
  .rezblock .rcont .icol.icol-giris-cikis {
    flex-wrap:wrap;
    height: initial;
  }

  .date-picker-wrapper {
    position: fixed;
    bottom: 0!important;
    top: initial!important;
    left: 15px!important;
    right: 15px!important;
    z-index: 105;
  }

  .date-picker-wrapper .gap {
    display: none;
  }

  .date-picker-wrapper .month-wrapper {
    width: 100%!important;
    min-width: initial;
  }

  .date-picker-wrapper .month-wrapper table {
    width: 100%
  }

  .date-picker-wrapper .month-wrapper table.month2 {
    width: 100%
  }
  .date-picker-wrapper .month-wrapper table .day{
    padding: 6px 4px;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default;
    font-weight: 700;
  }

  .rezblock .rcont {
    flex-wrap: wrap;
    position: relative;
  }
  .rezblock .rcont .icol .hselect .hshead .hstitle{
    text-align: center;
  }
  .rezblock .rcont .icol .dselect a{
    width: 100%;
  }
  .rezblock .rcont .icol .dselect a .dstitle{
    text-align: center;
    padding-right: 61px;
  }
  .rezblock .rcont .icol .dselect a .dstitle .bottom{
    justify-content: center;
  }
  .rezblock .rcont >.icol.icol-kisi{
    flex: 0 0 100%
  }
  .rezblock .rcont .icol.icol-giris-cikis .icol{
    height: 70px;
  }
  .rezblock .rcont .icolr {
    flex:0 0 100%;
    max-width: 100%;
  }
  .rezblock .rcont .icol .snop{
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .rezblock .rcont .icol .snop .desc{
    padding-left: 0;
  }
  .rezblock .rcont .icolr .fbtn {
    padding-left: 0;
  }
  .rezblock .rcont .icolr .fbtn button{
    height: 70px;
  }

  .rezblock .hsmenu {
    top: -51px;
    bottom: initial
  }

  .rezblock .hsmenu .hsmcont {
    grid-auto-flow: row;
    grid-template-rows: repeat(1,1fr)
  }

  .rezblock .hsmenu .hsmcont .item a {
    padding: 4px 10px
  }

  .lezzetler .lcon {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  
  
}















.crou{
  margin-top: 34px;
}
.crou .crcon{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e0e0e0;
}
.crou .crcon .clist{
  display: flex;
  border-left: 2px solid #e0e0e0;
}
.crou .crcon .clist .item{
  flex-grow: 1;
  flex-basis: 0;
}
.crou .crcon .clist .item a{
  display: block;
  border: 2px solid #e0e0e0;
  border-left: 0;
}
.crou .crcon .clist .item a.active{
  border: 2px solid #223a59;
  background-color: #223a59;
}
.crou .crcon .clist .item a.active .desc{
  color: #fff;
}

.crou .crcon .clist .item a.active .img{}
.crou .crcon .clist .item a.active .img img{
  filter: brightness(0) invert(1);

}
.crou .crcon .clist .item a .img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.crou .crcon .clist .item a .img img{
  height: 35px;
  max-width: 100%;
  display: block;
}
.crou .crcon .clist .item a .desc{
  font-size: 11px;
  color: #bdbdbd;
  font-weight: 700;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 7px;
}
.crou .crcon .clist .item:last-child{}
.crou .crcon .clist .item:last-child a{
  border: 2px solid #223a59;
  background-color: #223a59;
}
.crou .crcon .clist .item:last-child a .desc{
  color: #fff;
}
.crou .crcon .crobc{
  display: flex;
  margin-top: 50px;
}
.crou .crcon .crobc .crol{
  flex:0 0 75%;
}
.crou .crcon .crobc .crol .placelist{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}
.crou .crcon .crobc .crol .placelist .item{
  position: relative;
}
.crou .crcon .crobc .crol .placelist .item a.crAddRoute{
  position: absolute;
  top: -19px;
  right: -19px;
  width: 50px;
  height: 50px;
  background-color: #2a4e72;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #fff;
  font-size: 23px;
  border-radius: 50%;
}
.crou .crcon .crobc .crol .placelist .item a.crAddRoute.active{
  background-color: #c8b273;
}
.crou .crcon .crobc .crol .placelist .item a.place{
  position: relative;
  display: block;
}
.crou .crcon .crobc .crol .placelist .item a.place .img{
  position: relative;
  height: 211px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crou .crcon .crobc .crol .placelist .item a.place .img.noimg{}
.crou .crcon .crobc .crol .placelist .item a.place .img.noimg img{
  width: initial;
  max-width: 100%;
  height: initial;
}
.crou .crcon .crobc .crol .placelist .item a.place .img::before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(transparent, #152739b0);
  height: 100%;
  z-index: 9;
}
.crou .crcon .crobc .crol .placelist .item a.place .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crou .crcon .crobc .crol .placelist .item a.place .desc{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: 16px 14px;
}
.crou .crcon .crobc .crol .placelist .item a.place .desc .d1{
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 3px;
}
.crou .crcon .crobc .crol .placelist .item a.place .desc .d2{
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #ffffff;
}
.crou .crcon .crobc .crol .placelist .item a.place .desc .d2 .d2img{}
.crou .crcon .crobc .crol .placelist .item a.place .desc .d2 .d2d{
  padding-left: 5px;
}

.crou .crcon .crobc .cror{
  padding-left: 40px;
  flex-grow: 1;
}
.crou .crcon .crobc .cror .crpcart{
  background-color: #f9f9f9;
}
.crou .crcon .crobc .cror .crpcart .crphead{
  display: flex;
  padding: 15px;
  align-items: center;
}
.crou .crcon .crobc .cror .crpcart .crphead .crphimg{}
.crou .crcon .crobc .cror .crpcart .crphead .crphimg img{}
.crou .crcon .crobc .cror .crpcart .crphead .crphd{
  padding-left: 15px; 
}
.crou .crcon .crobc .cror .crpcart .crphead .crphd .top{
  font-size: 24px;
  color: #2a4e72;
  font-weight: 800;
  margin-bottom: 3px;
}
.crou .crcon .crobc .cror .crpcart .crphead .crphd .bottom{
  font-size: 12px;
  color: #2a4e72;
  font-weight: 600;
}
.crou .crcon .crobc .cror .crpcart .crplist{}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem{
  display: flex;
  margin-bottom: 15px;
}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .licon{
  padding-left: 15px;
}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .licon img{}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .crpidesc{
  flex-grow: 1;
  margin-left: 15px;
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 5px;
}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .crpidesc .top{
  font-size: 15px;
  color: #333333;
  font-weight: 900;
  margin-bottom: 3px;
}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .crpidesc .top a{
  color: #333333;
  display: block;
}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .crpidesc .bottom{
  font-size: 10px;
  color: #959595;
  font-weight: 600;
}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .ricon{
  border-bottom: 2px solid #d0d0d0;
  margin-right: 15px;
}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .ricon a{
  display: block;
}
.crou .crcon .crobc .cror .crpcart .crplist .crplitem .ricon a img{}



.crou .crcon .crobc .cror .crpcart .crplist .cart-empty{
  font-weight: 600;
  color: #676767;
  font-size: 15px;
  opacity: 0.4;
  text-align: center;
  padding: 30px 0px;
}
.crou .crcon .crobc .cror .crpcart .crpend{
  font-size: 10px;
  color: #404040;
  opacity: 0.5;
  text-align: center;
  padding-bottom: 14px;
}
.crou .crcon .crobc .cror .crpcart .crpbtn{
  margin: 15px;
  margin-top: 22px;
  padding-bottom: 19px;
}
.crou .crcon .crobc .cror .crpcart .crpbtn a{
  background-color: #2a4e72;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px;
}

.proute{
  margin-top: 50px;
  margin-bottom: 50px;
}
.proute .prcont{
  display: flex;
}
.proute .prcont .prl{
  flex:0 0 50%;
}
.proute .prcont .prl .prlhead{
  font-size: 23px;
  font-weight: 800;
  color: #2a4e72;
  margin-bottom: 36px;
  padding-top: 4px;
}
.proute .prcont .prl .prlist{}
.proute .prcont .prl .prlist .item{
  border: 2px dashed #d1d1d1;
  margin-bottom: 11px;
  padding: 15px;
  padding-bottom: 7px;
}
.proute .prcont .prl .prlist .item .itop{
  display: flex;
  margin-bottom: 10px;
}
.proute .prcont .prl .prlist .item .itop .ithead{
  display: flex;
  flex-grow: 1;
}
.proute .prcont .prl .prlist .item .itop .ithead .icon{
  position: relative;
}
.proute .prcont .prl .prlist .item .itop .ithead .icon img{}
.proute .prcont .prl .prlist .item .itop .ithead .icon .icona{
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  text-align: center;
  padding-top: 2px;
  font-weight: 800;
}
.proute .prcont .prl .prlist .item .itop .ithead .ithd{
  padding-left: 10px;
}
.proute .prcont .prl .prlist .item .itop .ithead .ithd .ithtop{
  font-size: 20px;
  font-weight: 900;
  color: #1a1a1a;
}
.proute .prcont .prl .prlist .item .itop .ithead .ithd .ithbottom{
  font-size: 11px;
  color: #1a1a1a;
}
.proute .prcont .prl .prlist .item .itop .ihtg{
  /*display: flex;*/
  align-items: center;
  display: none;
}
.proute .prcont .prl .prlist .item .itop .ihtg .ihtglabel{
  font-size: 12px;
  color: #1a1a1a;
  opacity: 0.5;
}
.proute .prcont .prl .prlist .item .itop .ihtg .ihtgicons{
  display: flex;
}
.proute .prcont .prl .prlist .item .itop .ihtg .ihtgicons img{
  display: block;
  margin-left: 5px;
}
.proute .prcont .prl .prlist .item .ibottom{}
.proute .prcont .prl .prlist .item .ibottom .itext{
  color: #1a1a1a;
  font-size: 11px;
  opacity: 0.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.proute .prcont .prl .prlist .item .ibottom .itext.active{
  display: block;
}

.proute .prcont .prl .prlist .item .ibottom .imore{}
.proute .prcont .prl .prlist .item .ibottom .imore a{
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 900;
  opacity: 0.5;
  text-align: right;
  display: block;
  margin-top: 9px;
}

.proute .prcont .prm{
  padding-left: 20px;
  flex-grow: 1;
}
.proute .prcont .prm .headbtns{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 27px;
}
.proute .prcont .prm .headbtns a{
  font-size: 11px;
  color: #fff;
  padding: 9px 10px;
  font-weight: 700;
  display: block;
  margin-left: 15px;
  display: flex;
  align-items: center;
  min-width: 184px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.proute .prcont .prm .headbtns a .img{
  margin-left: 15px;
}
.proute .prcont .prm .headbtns a .img img{
  display: block;
  height: 20px;
}
.proute .prcont .prm .headbtns a .desc{}
.proute .prcont .prm .headbtns a.btnGps{
  background-color: #2a4e72;
}
.proute .prcont .prm .headbtns a.btnSaveRoute{
  background-color: #cab373;
}
.proute .prcont .prm .mapcont{
  position: relative;
  margin-top: 63px;
}
.proute .prcont .prm .mapcont .qr{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 20px;
  z-index: 10;
}
.proute .prcont .prm .mapcont .qr a{
  display: flex;
  align-items: flex-end;
}
.proute .prcont .prm .mapcont .qr a img{
  height: 79px;
  background-color: #fff;
  padding: 10px;
}
.proute .prcont .prm .mapcont .qr a .title{
  color: #2b2b2b;
  padding-left: 10px;
}
.proute .prcont .prm .mapcont .map{
  height: 400px;
}
.proute .prcont .prm .mapbtns{
  display: flex;
  margin-top: 20px;
}
.proute .prcont .prm .mapbtns a{
  font-size: 11px;
  color: #fff;
  padding: 9px 10px;
  font-weight: 700;
  display: block;
  margin-right: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #d5d5d5;
}
.proute .prcont .prm .mapbtns a .img{
  margin-right: 15px;
}
.proute .prcont .prm .mapbtns a .img img{
  display: block;
  height: 20px;
}
.proute .prcont .prm .mapbtns a .desc{}

.modlogin{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 499;
  background-color: rgb(30 59 89 / 88%);
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  padding-top: 100px;
  display: none;
}
.modlogin .mlcon{
  width: 70%;
}
.modlogin .mlcon .mlconw{
  background-color: #fff;
  position: relative;
  padding: 30px;
  display: flex;
}
.modlogin .mlcon .mlconw .mlcleft{
  flex:0 0 50%;
  border-right: 2px solid #dedede;
  padding-right: 50px;
}
.modlogin .mlcon .mlconw .mlcright{
  flex:0 0 50%;
  padding-left: 50px;
}
.modlogin .mlcon .mlconw .head{
  color: #1e3b59;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.modlogin .mlcon .mlconw .lform{}
.modlogin .mlcon .mlconw .lform form{}
.modlogin .mlcon .mlconw .lform form .item{
  margin-bottom: 20px;
}
.modlogin .mlcon .mlconw .lform form .item .la{
  color: #1e3b59;
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 5px;
}
.modlogin .mlcon .mlconw .lform form .item .inp{}
.modlogin .mlcon .mlconw .lform form .item .inp input[type="text"],
.modlogin .mlcon .mlconw .lform form .item .inp input[type="password"]{
  padding: 15px;
  border: 2px solid #e0e0e0;
  width: 100%;
  font-size: 12px;
}





.mycheck {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mycheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mycheck .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #e0e0e0;
  background-color: #fff;
}
.mycheck:hover input ~ .checkmark {
  border: 2px solid #1e3b59;
}
.mycheck input:checked ~ .checkmark {
  background-color: #1e3b59;
  border: 2px solid #1e3b59;
}
.mycheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mycheck input:checked ~ .checkmark:after {
  display: block;
}
.mycheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mycheck .text{
  font-size: 12px;
  color: #575757;
  font-weight: 700;
}




.prouteDownload{}

.proute.prouteDownload .prcont{
  flex-wrap: wrap;
}
.proute.prouteDownload .prcont .prl{
  flex: 0 0 100%;
}
.proute.prouteDownload .prcont .prm{
  flex: 0 0 100%;
  padding-left: 0;
}
.proute.prouteDownload .prcont .prm .headbtns{
  display: none;
}
.proute.prouteDownload .prcont .prm .mapcont{
  margin-top: 10px;
}
.proute.prouteDownload .prcont .prl .prlist .item .ibottom .itext{
  display: block;
}








.pplaced{
  margin-top: 37px;
  margin-bottom: 37px;
}
.pplaced .ppdcon{}
.pplaced .ppdcon{}
.pplaced .ppdcon .ppldtex{
  display: flex;
}
.pplaced .ppdcon .ppldtex .pgaleri{
  flex: 0 0 40%;
  max-width: 40%;
}
.pplaced .ppdcon .ppldtex .pgaleri .pgcon{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 15px;
}
.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item{}
.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item:nth-child(1) {
  grid-column: auto / span 3;
  grid-row: auto / span 3;
}
.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item a{
  display: block;
}
.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item a .img{}
.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item a .img img{
  width: 100%;
  display: block;
  height: 149px;
  object-fit: cover;
}
.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item:nth-child(1) a .img img{
  height: 382px;
  object-fit: cover;
}
.pplaced.opportunity-page .ppdcon .ppldtex .pgaleri .pgcon .item:nth-child(1) a .img img{
  height: 256px;
  object-fit: cover;
}
.pplaced .ppdcon .ppldtex .pntex{
  flex: 0 0 60%;
  padding-left: 30px;
}

.pplaced .ppdcon .ppldtex .pntex .pnicons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.pplaced .ppdcon .ppldtex .pntex .pnicons a{
  display: flex;
  align-items: center;
  padding: 4px 10px 2px 10px;
  margin-left: 15px;
}
.pplaced .ppdcon .ppldtex .pntex .pnicons a:nth-child(1){
  background-color: #223b5a;
}
.pplaced .ppdcon .ppldtex .pntex .pnicons a:nth-child(2){
  background-color: #c9b078;
}
.pplaced .ppdcon .ppldtex .pntex .pnicons a:nth-child(3){
  background-color: #5d5d5d;
}
.pplaced .ppdcon .ppldtex .pntex .pnicons a .img{}
.pplaced .ppdcon .ppldtex .pntex .pnicons a .img i{
  color: #fff;
}
.pplaced .ppdcon .ppldtex .pntex .pnicons a .img img{
  filter: brightness(0) invert(1);
  height: 26px;
}
.pplaced .ppdcon .ppldtex .pntex .pnicons a .desc{
  color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: 800;
}


.pplaced .ppdcon .ppldtex .pntex .pntreal{
  font-size: 14px;
  color: #212121;
  line-height: 18px;
  text-align: justify;
}
.pplaced .ppdcon .ppldtex .pntex .pntreal p{
  margin-bottom: 15px;
}
.pplaced .ppdcon .ppldtex .pntex ul{}
.pplaced .ppdcon .ppldtex .pntex ul li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 4px;
}
.pplaced .ppdcon .ppldtex .pntex ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-color: #223a59;
  border-radius: 50%;
}
.pplaced .ppdcon .ppldtex .pntex strong{
  font-weight: 800;
}
.pplaced .ppdcon .ppldtex .pntex h3{
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 15px;
}




.pplaced .ppdcon .ppldtex .ppldinfo{
  border-left: 2px solid #dadada;
  margin-left: 20px;
  padding-left: 20px;
}
.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact{
  display: flex;
  align-items: center;
}
.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .img{}
.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .img img{}
.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .desc{
  padding-left: 11px;
}
.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .desc .top{
  font-size: 15px;
  color: #223a59;
  font-weight: 800;
}
.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .desc .bottom{
  font-size: 15px;
}
.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn{
  margin-top: 30px;
}
.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn a{
  display: flex;
  align-items: center;
  border: 2px solid #eaeaea;
}
.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn a .img{
  padding: 9px 10px;
}
.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn a .img img{
  display: block;
}
.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn a .desc{
  font-size: 14px;
  color: #bdbdbd;
  flex-grow: 1;
  padding-left: 12px;
  font-weight: 600;
}


@media(max-width:992px){
  .pplaced .ppdcon .ppldtex{
    flex-wrap: wrap;
  }
  .pplaced .ppdcon .ppldtex .pgaleri {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .pplaced .ppdcon .ppldtex .pntex {
    flex: 0 0 100%;
    padding-left: 0px;
  }
  .pplaced .ppdcon .ppldtex .pntex .pnicons{
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
  }
  .pplaced .ppdcon .ppldtex .pntex .pnicons a{
    margin-left: 5px;
    margin-right: 5px;
  }
  .pplaced .ppdcon .ppldtex .pntex .pnicons a .img img{
    height: 13px;
  }
  .pplaced .ppdcon .ppldtex .pntex .pnicons a .desc{
    font-size: 9px;
  }
  .proute{
    margin-top: 17px;
  }
  .proute .prcont{
    flex-wrap: wrap;
  }
  .proute .prcont .prl {
    flex: 0 0 100%;
  }
  .proute .prcont .prm{
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .proute .prcont .prm .mapcont{
    margin-top: 5px;
  }
  .proute .prcont .prm .mapbtns{
    flex-wrap: wrap;
  }
  .proute .prcont .prm .mapbtns a{
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .crou .crcon .clist{
    flex-wrap: wrap;
  }
  .crou .crcon .clist .item {
    flex:0 0 50%;
  }
  .crou .crcon .crobc{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .crou .crcon .crobc .crol {
    flex: 0 0 100%;
  }
  .crou .crcon .crobc .cror {
    padding-left: 0;
    margin-top: 29px;
  }
  .crou .crcon .crobc .crol .placelist {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
  }
}




.madeby {
  display: flex;
  justify-content: flex-end
}

.madeby a {
  display: block;
  font-size: 14px;
  color: #a8a8a8;
  text-align: center;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 50px;
  padding-right: 0
}



.firsat-detay{
  margin-top: 50px;
}
.firsat-detay .lbr img{
  max-width: 100%;
}

.firsat-detay .rezblock{
  position: relative;
  bottom: initial;
}

.firsat-detay .rezblock .rcont .icolr .fbtn button{
  padding: 0px 23px;
}

.firsat-detay .rezblock .rcont{
  margin-left: 2px;
  margin-right: 0;
}
.firsat-detay .rezblock .rcont .icol.icol-giris-cikis .icol {
  border: 2px solid #a1a1a1;
  margin-left: -2px;
}

.firsat-detay .rezblock .rcont >.icol.icol-kisi {
  margin-left: -2px;
  border: 2px solid #a1a1a1;
}




.modal-popup {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modal-popup.active {
  visibility: visible;
  opacity: 1;
}
.modal-popup .modal-cont {
  width: 800px;
  /*margin-top: -200px;*/
}
@media (max-width: 991px) {
    .sliderTabsContentArea:before{
        background: none;
    }
  .modal-popup .modal-cont {
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .homeDevam{
    display: none;
  }
  .Mobile .sliderTabsContentArea{
    /*height: 310px;*/
    height: 238px;
    max-height: initial !important;
  }
  .Mobile .sliderTabsContentArea .sliderTabItem{
    /*height: 400px;*/
    height: 100%;
  }
  .Mobile .sliderTabsContentArea .sliderTabItem .itemSlide{
    height: 100%;
  }
  .Mobile .sliderTabsContentArea .sliderTabItem .itemSlide >img{
    height: 210px;
  }
}
.modal-popup .modal-cont .kapat-cont {
  text-align: right;
  margin-bottom: 14px;
  position: relative;
}
.modal-popup .modal-cont .kapat-cont .timer {
  background-color: #fff;
  width: 50px;
  font-weight: 700;
  color: #2b2b2b;
  font-size: 20px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 9px;
  padding: 6px;
}
@media (max-width: 991px) {
  .modal-popup .modal-cont .kapat-cont {
    margin-bottom: 14px;
  }
}
.modal-popup .modal-cont .kapat-cont a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.modal-popup .modal-cont .kapat-cont a span {
  font-weight: 800;
  font-size: 17px;
  margin-right: 10px;
}
.modal-popup .modal-cont .kapat-cont a i {
  font-size: 37px;
}
.modal-popup .modal-cont .popup-cont{
  background-color: #fff;
  padding: 5px;
}
.modal-popup .modal-cont .popup-cont img{
  width: 100% !important;
  height: auto !important;
  display: block;
}


@media (max-width: 991px) {
  .popup-icerik img {
    width: 100% !important;
    height: initial !important;
  }
}

.popup-icerik table{
  table-layout: fixed;
}
.popup-icerik table tr td{
  padding: 10px;
}
.popup-icerik p{
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .popup-icerik table tr td{
    display: block;
  }
}








.page-reserv{
  width: 100%;
  height: 100vh;
  position: relative;
}
.page-reserv .pcon{
  width: 100%;
  height: 100%;
}
.page-reserv .pcon iframe{
  width: 100%;
  height: 100%;
}




.certs{
  column-gap: 20px;
  row-gap: 20px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.certs .item{}
.certs .item a{
  display: block;
  box-shadow: 0px 1px 5px 1px #0000002b;
  padding: 10px;
}
.certs .item a .img{}
.certs .item a .img img{
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
}
.certs .item a .desc{
  text-align: center;
  margin-top: 3px;
  color: #4b4b4b;
  font-weight: 900;
  font-size: 18px;
}








.mscontdesktop{
  display: block;
}
.mscontmobile{
  display: none;
}

@media(max-width:992px){
  .mscontdesktop{
    display: none;
  }
  .mscontmobile{
    display: block;
  }
  
}




.flogos{
  text-align: center;
  margin-bottom: 10px;
}
.flogos img{
  display: inline-block;
  max-width: 85%;
}
@media(max-width:992px){
  .flogos img{
    max-width: 100%;
  }
}

@media(max-width:992px){
  .pt .pti img{
    height: 140px;
  }
  .pt .phead{
    top: initial;
    bottom: 5px;
  }
  .pt .phead .ptitle {
    font-size: 14px;
    margin-bottom: 3px;
  }
}





.sss .faq-item {
  margin-bottom: 5px;
}

.sss .faq-question {
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
  color: #183753;
  transition: color 0.3s ease;
  padding: 15px 13px;
  background-color: #eeeeee;
  border-radius: 2px;
}

.sss .faq-question:hover {
  color: #0056b3;
}

.sss .faq-answer {
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 10px;
  background-color: #f9f9f9;
  padding: 20px;
  display: none;
}

.sss .faq-answer p {
  
}

.sss .faq-answer.open {
  max-height: 100px; /* Cevabın uzunluğuna göre ayarlayın */
  padding: 10px 0;
}

.resim2{
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 2fr;
  column-gap: 30px;
  margin-bottom: 100px;
}
.resim2 .item{}
.resim2 .item img{
  display: block;
  max-width: 100%;
  width: 100%;
  height: 500px;
  box-shadow: 0 4px 9px 1px rgb(34 31 25 / 52%);
}
.resim2 .ptext{
  color: #060606;
  line-height: 21px;
  position: relative;
}
.resim2 .ptext .ptcont{
  position: relative;
  box-shadow: 0 4px 9px 1px rgb(34 31 25 / 15%);
  padding: 30px;
  left: -114px;
  position: absolute;
  right: 0;
  top: -50px;
  bottom: -50px;
  padding-left: 125px;
  padding-top: 66px;
  z-index: -1;
}