.degradeFooter {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7150210426) 0%, rgba(0, 191, 255, 0.0959734235) 100%);
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 158, 226, 0.2);
}

* {
  outline: 0px solid transparent !important;
}
*:hover {
  outline: 0px solid transparent !important;
}
*:focus {
  outline: 0px solid transparent !important;
}
*:after {
  outline: 0px solid transparent !important;
}
*:before {
  outline: 0px solid transparent !important;
}
*:select {
  outline: 0px solid transparent !important;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fafbfe;
  color: rgb(24, 28, 32);
}

.form-control {
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.form-control:focus {
  box-shadow: 0px 5px 35px rgba(0, 158, 226, 0.2);
  border: 1px solid #009EE2;
}

a {
  text-decoration: none;
  color: rgb(24, 28, 32);
}
a:hover {
  text-decoration: none;
  color: rgb(24, 28, 32);
}

.textPrimary {
  color: #009EE2;
  font-size: 24px;
}

.table {
  width: 100%;
}
.table thead {
  padding-top: 20px;
  border: none;
}

.space {
  height: 15px;
}

.padding {
  padding: 15px;
}

.marginTop {
  margin-top: 30px;
}

p {
  font-size: 16px;
  line-height: 27px;
}

.fontPrimary {
  color: #009EE2;
}

.fontSuccess {
  color: #008f24;
}

.fontBold {
  font-weight: 600;
}

.btn {
  font-weight: 600;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
}

.btn-primary {
  background-color: #009EE2;
  border: none;
}
.btn-primary:hover {
  background-color: #16b9ff;
}

.btn-success {
  background-color: #008f24;
  border: none;
}
.btn-success:hover {
  background-color: #00c231;
}

.btn-warning {
  background-color: #FFD500;
  border: none;
  color: rgb(24, 28, 32);
}
.btn-warning:hover {
  background-color: #ffdd33;
  color: rgb(24, 28, 32);
}

.btn-white {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  color: rgb(24, 28, 32);
}
.btn-white:hover {
  background-color: white;
  color: rgb(24, 28, 32);
}

.btn-info {
  background-color: #009EE2;
  border: none;
  color: white;
}
.btn-info:hover {
  background-color: #16b9ff;
  color: white;
}

.btn-border {
  background-color: white;
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7150210426) 0%, rgba(0, 191, 255, 0.0959734235) 100%);
  border: 1px solid #dfe3e5;
}
.btn-border:hover {
  box-shadow: 0px 5px 35px rgba(0, 158, 226, 0.2);
}
.btn-border:hover i {
  color: #009EE2;
}
.btn-border i {
  margin-right: 5px;
  color: #7f8d9e;
}

.thumbnail {
  position: relative;
  width: 75px;
  height: 75px;
  background-size: cover;
  background-position: center center;
  margin-right: 15px;
  float: left;
  border-radius: 5px;
  background-color: #dfe3e5;
}
.thumbnail i {
  font-size: 20px;
  color: #bdc5ca;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
}

.noBorder {
  border: none !important;
}

.noPadding {
  padding: 0px;
}

.clearfix {
  clear: both;
}

.header {
  background: linear-gradient(90deg, rgb(24, 28, 32) 0%, rgb(28, 36, 39) 100%);
}
.header .bars {
  display: none;
}
.header .logo img {
  width: 200px;
  margin: 15px 0px;
  margin-left: 0px;
}
.header .logo .search .searchInput {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 7px 20px;
  transition: all 0.3s;
  border-radius: 50px;
  margin-left: 50px;
  margin-top: 22px;
  width: 250px;
}
.header .logo .search .searchInput:focus {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
}
.header .logo .search ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.header .logo .search ::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.header .pageMenu .instagram {
  margin-left: 50px;
  font-size: 20px;
  color: white;
}
.header .pageMenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header .pageMenu ul li {
  display: inline;
}
.header .pageMenu ul li a {
  font-size: 0.9em;
  display: inline-block;
  margin-left: 22px;
  color: #aab5c0;
  font-weight: 400;
  transition: all 0.3s;
  height: 80px;
  line-height: 77px;
}
.header .pageMenu ul li a:hover {
  color: white;
}
.header .pageMenu ul li a .img {
  display: none;
}
.header .pageMenu ul .active a {
  color: white;
  text-shadow: 0px 0px 20px #009ee2;
}
.header .searchBar {
  background-color: linear-gradient(90deg, rgb(24, 28, 32) 0%, rgb(28, 36, 39) 100%);
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
  height: 50px;
  border-bottom: 1px solid rgba(0, 158, 226, 0.2);
}
.header .searchBar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.header .searchBar ul li {
  display: inline;
}
.header .searchBar ul li a {
  padding: 0px 16px;
  border-left: 1px solid #23292f;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  color: #aab5c0;
}
.header .searchBar ul li a:hover {
  color: white;
}
.header .searchBar ul .active a {
  color: #009EE2;
}
.header .searchBar ul li:first-child a {
  padding-left: 0px;
  border-left: none;
}
.header .searchBar .talepButton {
  height: 30px;
  line-height: 30px;
  padding: 0px 25px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 35px rgba(24, 28, 32, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(24, 28, 32);
}
.header .searchBar .talepButton i {
  position: absolute;
  left: -50px;
  top: 9px;
  opacity: 0;
  transition: all 0.3s;
}
.header .searchBar .talepButton:hover {
  padding-left: 40px;
}
.header .searchBar .talepButton:hover i {
  left: 15px;
  opacity: 1;
}
.header .searchBar .whatsapp {
  background-color: rgba(0, 143, 36, 0.9);
  color: white;
}

.aramaFormu {
  margin-top: 0px;
  background-color: rgb(24, 28, 32);
  box-shadow: 0px 0px 50px rgba(0, 158, 226, 0.2);
  padding: 20px;
  color: white;
  position: relative;
}
.aramaFormu .form-control {
  margin-bottom: 0px;
  background-color: rgb(24, 28, 32);
  border: 1px solid #009EE2;
  color: white;
}
.aramaFormu .laField {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #7f8d9e;
}
.aramaFormu .leftRoundBack {
  position: absolute;
  left: -40px;
  top: 0px;
  width: 40px;
  height: 40px;
  background-color: rgb(24, 28, 32);
}
.aramaFormu .leftRoundBack .leftRound {
  background-color: white;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  border-radius: 0px 10px 0px 0px;
}
.aramaFormu .rightRoundBack {
  position: absolute;
  right: -40px;
  top: 0px;
  width: 40px;
  height: 40px;
  background-color: rgb(24, 28, 32);
}
.aramaFormu .rightRoundBack .rightRound {
  background-color: white;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  border-radius: 10px 0px 0px 0px;
}

.contactForm {
  margin: 30px 0px;
}

.messageSend {
  background-color: #008f24;
  padding: 20px;
  text-align: center;
  color: white;
}
.messageSend i {
  margin-right: 15px;
}

.searchInput {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 4px 15px;
  transition: all 0.3s;
  border-radius: 50px;
  width: 250px;
}
.searchInput:focus {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.learn {
  padding: 20px 25px;
  background-color: #ffee99;
  border: 1px solid #FFD500;
  border-radius: 4px;
  margin-top: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
}
.learn h3 {
  font-size: 20px;
  margin: 0px;
  display: block;
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.4em;
}
.learn p {
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.learn .docs {
  position: absolute;
  right: 10px;
  bottom: 15px;
  margin: auto;
  font-size: 40px;
  color: #b39500;
}

.learnen .learn {
  margin-top: 15px;
}

@keyframes widget {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
    box-shadow: 0px 10px 10px rgba(24, 28, 32, 0.2);
  }
  20% {
    transform: scale(1);
    box-shadow: 0px 0px 0px rgba(24, 28, 32, 0);
  }
  100% {
    transform: scale(1);
  }
}
.widget {
  animation-name: widget;
  animation-duration: 3s;
  animation-iteration-count: 10;
}

.productBox {
  box-shadow: 0px 5px 35px rgba(24, 28, 32, 0.1);
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.3s;
}
.productBox:hover .thumbnail {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.productBox .equal {
  min-height: 60px;
}
.productBox .frame {
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
  position: relative;
}
.productBox .frame .thumbnail {
  width: 100%;
  height: auto;
  padding-top: 70%;
  border-radius: 0px;
  margin-bottom: 0px;
  transition: all 0.3s;
}
.productBox .properties {
  padding: 0px 15px;
  margin-top: 15px;
  font-size: 14px;
}
.productBox .properties span {
  padding-right: 8px;
  margin-right: 8px;
  display: inline-block;
  border-right: 1px solid #dfe3e5;
}
.productBox .properties span:last-child {
  border: none;
}
.productBox .properties span i {
  margin-left: 5px;
}
.productBox .baslik {
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
  padding-top: 10px;
  text-transform: uppercase;
  color: #009EE2;
}
.productBox .baslik a {
  color: #009ee2;
}
.productBox .kategori {
  color: #7f8d9e;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 10px;
  display: block;
}
.productBox .fiyatlar {
  border-top: 1px solid #dfe3e5;
  padding: 10px 15px;
  text-align: right;
}
.productBox .fiyatlar .lokasyon a {
  color: #009EE2;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.productBox .fiyatlar .fiyat {
  color: rgb(24, 28, 32);
  font-weight: 700;
  text-align: right;
  display: block;
}

.accordion {
  margin-bottom: 30px;
  margin-top: 30px;
  background: none;
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
}
.accordion .card {
  border: none;
  border-radius: 0px;
  background: none;
}
.accordion .card .card-header {
  border: none;
  border-radius: 4px;
  background-color: white;
  margin: 0px 0px;
  padding: 20px;
  cursor: pointer;
}
.accordion .card .card-header h5 {
  font-size: 15px !important;
  color: #009EE2;
}
.accordion .card .card-body i {
  color: #009EE2;
  margin-right: 10px;
}

.pagination {
  margin: 40px auto;
  display: inline-block;
}
.pagination a {
  display: inline-block;
  color: #7f8d9e;
  margin: 0px 5px;
  transition: all 0.3s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 5px 35px rgba(24, 28, 32, 0.1);
  border: 1px solid transparent;
  font-weight: 500;
}
.pagination a:hover {
  box-shadow: 0px 0px 15px rgba(0, 158, 226, 0.4);
  border: 1px solid #009EE2;
}
.pagination .active {
  box-shadow: 0px 0px 25px rgba(0, 158, 226, 0.4);
  border: 1px solid #009EE2;
}

.ilanNo {
  margin-left: 20px;
}
.ilanNo .tags {
  margin-right: 15px;
}

.addthis_inline_share_toolbox_kkyi {
  margin-left: -2px;
}
.addthis_inline_share_toolbox_kkyi .labels {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 14px;
  margin-left: 3px;
  color: #7f8d9e;
}

.propertyRight {
  margin: 20px 0px;
}
.propertyRight .satir {
  border-top: 1px solid #dfe3e5;
  padding: 5px 0px;
}
.propertyRight .satir span {
  display: inline-block;
  width: 48%;
}
.propertyRight .satir:first-child {
  border-top: none;
}
.propertyRight .satir .fontBold i {
  font-size: 12px;
  display: inline-block !important;
  margin-top: -5px !important;
  vertical-align: super;
  font-style: normal !important;
}

.owl-carousel {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(24, 28, 32);
  position: relative;
}
.owl-carousel .item {
  margin: 0px;
}
.owl-carousel .item .ilanSlide {
  position: relative;
}
.owl-carousel .item .ilanSlide .gorsel {
  padding-top: 70%;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}
.owl-carousel .item .ilanSlide .lens {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: white;
  background: linear-gradient(0deg, rgba(11, 18, 24, 0.85) 40%, rgba(0, 99, 132, 0) 100%);
  padding: 30px;
  padding-bottom: 25px;
  padding-top: 45px;
  border-radius: 4px;
}
.owl-carousel .item .ilanSlide .lens h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-shadow: 0px 3px 10px black;
  max-width: 400px;
}
.owl-carousel .item .ilanSlide .lens .fiyat {
  color: white;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 0px 3px 10px black;
}
.owl-carousel .item .ilanSlide .lens .fiyat span {
  font-size: 0.9em;
}
.owl-carousel .item .ilanSlide .lens .properties {
  margin-bottom: 15px;
}
.owl-carousel .item .ilanSlide .lens .properties span {
  font-size: 13px;
  margin-right: 15px;
}
.owl-carousel .item .ilanSlide .lens .properties span i {
  margin-right: 10px;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 0px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0px 5px;
}
.owl-carousel .owl-dots .active {
  background-color: white;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 200px;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.6362920168) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.owl-carousel .owl-nav .owl-next i {
  font-size: 35px;
  color: white;
  opacity: 0.4;
  transition: all 0.3s;
  margin-right: -10px;
}
.owl-carousel .owl-nav .owl-next:hover i {
  opacity: 1;
  margin-right: -30px;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 200px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6362920168) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.owl-carousel .owl-nav .owl-prev i {
  font-size: 35px;
  color: white;
  opacity: 0.4;
  transition: all 0.3s;
  margin-left: -10px;
}
.owl-carousel .owl-nav .owl-prev:hover i {
  opacity: 1;
  margin-left: -30px;
}

.latest {
  margin-top: 30px;
  text-transform: uppercase;
}
.latest span {
  font-size: 14px;
  color: rgb(24, 28, 32);
}
.latest h2 {
  margin: 0px;
  color: rgb(24, 28, 32);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
.latest .all:hover i {
  color: rgb(24, 28, 32);
  margin-right: 30px;
}
.latest .all i {
  font-size: 25px;
  margin-right: 40px;
  color: #dfe3e5;
  transition: all 0.3s;
}
.latest .all a {
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(24, 28, 32);
}
.latest .all a span {
  display: block;
  margin: 0px;
  font-size: 13px;
}

.pageHeader {
  background-color: #0d0f11;
}
.pageHeader .container {
  height: 150px;
}
.pageHeader .container h1 {
  color: white;
  font-weight: 600;
  font-size: 30px;
}

.subPages {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 20px;
}
.subPages li {
  display: block;
}
.subPages li a {
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid #dfe3e5;
  font-weight: 500;
}
.subPages li:last-child a {
  border: none;
}

.pageIMG {
  width: 100%;
  height: auto;
  margin-top: -20px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
}

.embed-responsive {
  margin-top: -20px !important;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  overflow: hidden;
}

.lokasyon {
  font-size: 14px;
  margin-left: 15px;
  margin-top: 10px;
  display: inline-block;
  color: #009EE2;
}

.wellcometoBodrum {
  background-size: cover;
  height: 400px;
  background-position: center center;
  position: relative;
}
.wellcometoBodrum .lens {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(0deg, rgba(11, 18, 24, 0.85) 40%, rgba(0, 99, 132, 0) 100%);
  color: white;
  padding-bottom: 50px;
  padding-top: 50px;
}
.wellcometoBodrum .lens .hosgeldiniz {
  font-size: 30px;
  display: block;
  color: #ffea80;
}
.wellcometoBodrum .lens .bodruma {
  font-size: 100px;
  color: #49c8ff;
  line-height: 80px;
  font-weight: 600;
  text-shadow: 0px 0px 70px #009EE2;
}

.lokasyonListesi {
  margin-top: 30px;
}
.lokasyonListesi .items {
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 35px rgba(24, 28, 32, 0.1);
}
.lokasyonListesi .items .thumbnail {
  float: none;
  width: 100%;
  height: 200px;
  border-radius: 3px 3px 0px 0px;
  margin-bottom: 15px;
}
.lokasyonListesi .items p {
  margin: 0px 15px;
  line-height: 22px;
  font-size: 14px;
}
.lokasyonListesi .items h3 {
  font-size: 20px;
  margin: 0px 15px;
  margin-bottom: 15px;
}
.lokasyonListesi .items .ilanGoster {
  margin: 15px;
  display: inline-block;
  font-weight: 600;
  color: #009EE2;
  transition: all 0.3s;
  color: #009EE2;
}
.lokasyonListesi .items .ilanGoster:hover {
  color: #009EE2;
}

.subeler {
  margin-top: 30px;
  margin-bottom: 30px;
}
.subeler .subeGorsel {
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
}
.subeler h3 {
  font-size: 22px;
  color: #009EE2;
}
.subeler .phones {
  font-weight: 500;
}
.subeler .btn {
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 25px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.danismanlar {
  margin-bottom: 50px;
}
.danismanlar .danList {
  margin-bottom: 30px;
}
.danismanlar .danList .danIMG {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  border-radius: 100px;
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
  margin-right: 25px;
}
.danismanlar .danList h3 {
  font-size: 17px;
  margin: 0px;
  margin-top: 15px;
  color: #009EE2;
}
.danismanlar .danList span {
  display: block;
  margin: 0px;
  line-height: 22px;
}

.urunGaleri {
  margin: 0px -25px;
}
.urunGaleri .galeriFoto {
  padding-top: 90%;
  background-size: cover;
  background-position: center center;
  margin: 1px;
}

.glassFooter {
  transition: all 0.3s;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7150210426) 0%, rgba(0, 191, 255, 0.0959734235) 100%);
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
  z-index: 5;
  padding: 10px 0px;
  -webkit-backdrop-filter: blur(30px) brightness(1);
          backdrop-filter: blur(30px) brightness(1);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  font-weight: 600;
}
.glassFooter .desktop {
  display: inline-block;
}
.glassFooter .mobile {
  display: none !important;
}

.desktopSwitch {
  display: block;
}

.mobileSwitch {
  display: none;
}

.footer {
  background-color: #0d0f11;
  padding: 40px 10px;
  padding-bottom: 70px;
  color: white;
}
.footer h6 {
  color: #009EE2;
  margin-bottom: 20px;
}
.footer .logoSide p {
  line-height: 22px;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .logoSide p .fab {
  color: white;
  font-size: 25px;
  margin-top: 15px;
}
.footer .logo {
  height: 40px;
}
.footer .menuSide ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  margin-top: 4px;
}
.footer .menuSide ul li a {
  color: white;
  transition: all 0.3s;
  margin-bottom: 10px;
  display: inline-block;
}
.footer .menuSide ul li a:hover {
  color: #009EE2;
}
.footer .subeSide {
  padding-right: 30px;
  max-width: 300px;
  margin-bottom: 30px;
}
.footer .subeSide h6 {
  color: #009EE2;
  line-height: 1.5em;
}
.footer .subeSide p {
  font-size: 14px;
  line-height: 24px;
}
.footer .subeSide .btn {
  margin-bottom: 15px;
  padding: 6px 15px;
}

.etiket {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}

.mobilBar {
  display: none;
}

.productDetails {
  margin-top: 30px;
  margin-bottom: 30px;
}
.productDetails .tags {
  color: #009EE2;
  margin-left: -18px;
}
.productDetails .fa-chevron-right {
  color: #009EE2;
  font-size: 12px;
  margin: 0px 5px;
}
.productDetails .lokasyon {
  color: #7f8d9e;
}
.productDetails h1 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.5em;
  max-width: 600px;
}
.productDetails .img {
  margin: 0px -15px;
  padding-top: 80%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.productDetails hr {
  margin: 25px -15px;
}
.productDetails .properties {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  -webkit-backdrop-filter: blur(10px) brightness(1);
          backdrop-filter: blur(10px) brightness(1);
  padding: 12px 17px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7150210426) 0%, rgba(0, 191, 255, 0.0959734235) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
}
.productDetails .properties span {
  margin-right: 8px;
  padding-right: 8px;
  font-weight: 600;
}
.productDetails .properties span i {
  margin-left: 5px;
}
.productDetails .detayFiyat {
  font-weight: 700;
  font-size: 22px;
  color: #009EE2;
}
.productDetails .detayFiyat .fiyatEtiket {
  font-size: 14px;
  font-weight: 400;
  display: inline;
  color: #7f8d9e;
}
.productDetails .detayFiyat i {
  font-size: 0.9em;
}
.productDetails .talepEdin {
  display: block;
  margin-bottom: 10px;
  color: #009EE2;
}
.productDetails .sideHeader {
  background: linear-gradient(90deg, rgb(24, 28, 32) 0%, rgb(28, 36, 39) 100%);
  padding: 15px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.productDetails .sideHeader .amblemProfil {
  height: 150px;
  opacity: 0.1;
  position: absolute;
  right: -20px;
  top: -40px;
}
.productDetails .sideHeader .profilePicture {
  width: 80px;
  height: 80px;
  border-radius: 2px;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  position: relative;
  box-shadow: 0px 5px 30px rgba(0, 158, 226, 0.2);
  border: 1px solid #009EE2;
  margin-right: 15px;
}
.productDetails .sideHeader h3 {
  margin-top: 7px;
  font-size: 18px;
  color: white !important;
  font-weight: 600;
  line-height: 24px;
}
.productDetails .sideHeader h3 span {
  display: block;
  color: white !important;
  font-size: 16px;
  font-weight: 400;
}
.productDetails .buttonlar {
  margin: 15px -7.5px;
}
.productDetails .buttonlar .col-4 {
  padding: 0px 7.5px;
}
.productDetails .buttonlar .col-4 .btn {
  padding: 0px !important;
  background: white !important;
}
.productDetails .buttonlar .col-4 .btn i {
  font-size: 15px;
  margin: 0px;
  color: rgb(24, 28, 32);
}

.akancengel {
  width: 40px;
  margin-right: 15px;
}

.otherListHeader {
  margin-bottom: 15px;
}
.otherListHeader .otherTitle {
  font-size: 20px;
}
.otherListHeader span {
  display: block;
  font-size: 14px;
  color: #7f8d9e;
  line-height: 18px;
}

.otherList {
  padding: 10px 0px;
}
.otherList .gorsel {
  padding-top: 80%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}
.otherList .kategori {
  font-size: 14px;
  color: #7f8d9e;
}
.otherList h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.otherList .fiyat {
  font-weight: 700;
  color: #009EE2;
}
.otherList .fiyat i {
  font-size: 0.9em;
}

.content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 5px 35px rgba(24, 28, 32, 0.1);
  padding: 25px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .header .logo img {
    width: 150px;
    margin: 15px 0px;
    margin-left: -3px;
  }
  .header .logo .search {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .bars {
    display: inline-block;
    height: 20px;
    margin-right: 20px;
  }
  .header .logo img {
    width: 180px;
    margin: 15px 0px;
    margin-left: -3px;
  }
  .header .pageMenu .instagram {
    margin-left: 30px;
    margin-right: 10px;
    font-size: 22px;
    color: white;
  }
  .header .pageMenu ul {
    display: none;
  }
  .header .searchBar {
    display: block;
    overflow-y: scroll;
  }
  .header .searchBar .container ul {
    margin-top: 0px;
    margin-right: -500%;
  }
  .header .searchBar .container ul li a {
    padding: 0px 20px;
  }
  .header .searchBar .container ul li:first-child a {
    padding-left: 0px;
    border-left: none;
  }
  .header .searchBar .container .talepButton {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 50%;
    z-index: 5;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(24, 28, 32);
    box-shadow: none;
  }
  .header .searchBar .container .talepButton i {
    display: none;
  }
  .header .searchBar .container .whatsapp {
    right: 0px !important;
    left: inherit;
    background-color: rgba(0, 143, 36, 0.9);
    color: white;
  }
  .learn {
    margin-top: 15px;
  }
  .wellcometoBodrum {
    background-size: cover;
    height: 300px;
    background-position: center center;
    position: relative;
  }
  .wellcometoBodrum .lens {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, rgba(11, 18, 24, 0.85) 40%, rgba(0, 99, 132, 0) 100%);
    color: white;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .wellcometoBodrum .lens .hosgeldiniz {
    font-size: 25px;
    display: block;
  }
  .wellcometoBodrum .lens .bodruma {
    font-size: 60px;
    color: #009EE2;
    line-height: 60px;
    font-weight: 600;
  }
  .lokasyonListesi {
    margin-top: 15px;
  }
  .lokasyonListesi .items {
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 35px rgba(24, 28, 32, 0.1);
  }
  .lokasyonListesi .items .thumbnail {
    float: none;
    width: 100%;
    height: 170px;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 15px;
  }
  .lokasyonListesi .items p {
    margin: 0px 15px;
  }
  .lokasyonListesi .items h3 {
    font-size: 20px;
    margin: 0px 15px;
    margin-bottom: 15px;
  }
  .lokasyonListesi .items .ilanGoster {
    margin: 15px;
    display: inline-block;
    font-weight: 600;
    color: #009EE2;
    transition: all 0.3s;
    color: #009EE2;
  }
  .lokasyonListesi .items .ilanGoster:hover {
    color: #009EE2;
  }
  .pageHeader .container {
    height: auto;
    min-height: 70px;
  }
  .pageHeader .container h1 {
    color: white;
    font-weight: 300;
    font-size: 30px;
    margin-top: 6px;
  }
  .pageIMG {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .embed-responsive {
    margin-top: 0px !important;
  }
  .productBox {
    margin-top: 30px;
  }
  .productBox .equal {
    min-height: auto;
  }
  .productBox .frame .thumbnail {
    padding-top: 70% !important;
  }
  .pagination {
    margin-top: 20px;
  }
  .aramaFormu {
    padding: 20px 0px;
  }
  .owl-carousel {
    margin-top: 0px !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .owl-carousel .item {
    margin: 0px 0px;
  }
  .owl-carousel .item .ilanSlide {
    position: relative;
  }
  .owl-carousel .item .ilanSlide .gorsel {
    padding-top: 110%;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
  }
  .owl-carousel .item .ilanSlide .lens {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: white;
    background: linear-gradient(0deg, rgba(11, 18, 24, 0.85) 40%, rgba(0, 99, 132, 0) 100%);
    padding: 20px;
    padding-bottom: 35px;
    border-radius: 4px;
  }
  .owl-carousel .item .ilanSlide .lens h3 {
    font-size: 20px;
  }
  .owl-carousel .item .ilanSlide .lens .fiyat {
    color: #FFD500;
    font-weight: 600;
    font-size: 22px;
  }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 0px;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0px 5px;
  }
  .owl-carousel .owl-dots .active {
    background-color: white;
  }
  .owl-carousel .owl-nav {
    display: none;
  }
  .latest .all {
    display: none !important;
  }
  .mobileSwitch {
    display: block;
  }
  .mobileSwitch .learn {
    margin-bottom: 15px;
  }
  .subPages {
    margin-top: 0px;
  }
  .mobilBar {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 70px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7150210426) 0%, rgba(0, 191, 255, 0.0959734235) 100%);
    -webkit-backdrop-filter: blur(30px) brightness(1);
            backdrop-filter: blur(30px) brightness(1);
    z-index: 999;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.6);
  }
  .mobilBar .menuMobil {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
  }
  .mobilBar .menuMobil ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .mobilBar .menuMobil ul li {
    display: block;
  }
  .mobilBar .menuMobil ul li a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0px;
  }
  .productDetails {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .content {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .owl-carousel {
    margin-top: 15px;
  }
  .owl-carousel .item {
    margin: 0px 15px;
  }
  .productBox {
    margin-top: 15px;
  }
  .productBox .equal {
    min-height: auto;
  }
  .productBox .frame .thumbnail {
    padding-top: 100%;
  }
  .glassFooter .desktop {
    display: none;
  }
  .glassFooter .mobile {
    display: block !important;
  }
  .glassFooter .mobile .row {
    margin: -5px;
  }
  .glassFooter .mobile .col-6 {
    padding: 5px;
  }
  .desktopSwitch {
    display: none;
  }
  .productDetails .img {
    padding-top: 100%;
  }
}/*# sourceMappingURL=style.css.map */