@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.tour-info .sizi-arayalim i {
    margin-right: 5px;
}
.search-wrap {position: relative;}
.search-icon {left:10px !important;color: #544189 !important;}
.search-field {height: 38px;border: 1px solid #544189;border-radius: 5px;color: #000;}
.row-flex {display: flex;align-items: center;}
.headLogo img {max-width: 100%;}
.med-header {padding: 30px 0px;}
@media (max-width: 768px) {
    .med-header {padding: 0;}
}
#header .main-header {background: #544189;}
#main-menu ul.menu {float: left !important;width: 100%;}
#main-menu ul.menu > li {padding: 0!important;}
#main-menu ul.menu > li > a {line-height: 48px;height: 48px;padding: 0 10px;text-transform: uppercase;}
#main-menu ul.menu > li > a,
#main-menu ul.menu > li > a:before,
#main-menu ul.menu > li:nth-child(2) > a {color: #fff !important;}
.headPhone a {font-size: 18px;color: #544189;font-weight: 600;}
.headPhone a i {background: #544189;width: 30px;height: 30px;text-align: center;color: #fff;border-radius: 100%;line-height: 30px;font-size: 16px;}
#main-menu ul.menu > li:hover > ul {top: 48px !important;}
.header-phone-css {
  position: relative;
  top: 8px;
  margin-right: 5px;
}
/* HEAD */
.popularRoutes {
    margin-top: 25px;
    margin-bottom: 25px;
    width: fit-content;
}

.popularRoutes-tab:hover {
    background: #ff8c21;
    color: white;
}
.popularRoutes-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

/* TAB */
.popularRoutes-tabs {
    display: flex;
    gap: 10px;
}

.popularRoutes-tab {
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height:1;
        color: #ff8c21;
}

.popularRoutes-tab.active {
    background: #ff8c21;
    color: #fff;
    border-color: #ff8c21;
}

/* SAĞ ÜST LINK */
.popularRoutes-all {
    display: none;
    color: #261364 !important;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
}

.popularRoutes-all.active {
    display: inline-block;
}

/* ROUTES GRID */
.popularRoutes .routes {
    display: none;
}

.popularRoutes .routes.active {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 220px);
    gap: 15px;
}

/* CARD */
.popularRoutes .routes .col {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    width: 285px;
}

/* İLK KART BÜYÜK */
.popularRoutes .routes > .col:nth-child(1),
.popularRoutes .routes > .col:nth-child(3) {
    grid-row: span 2;
    width: ;
}

/* IMAGE */
.popularRoutes .routes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

/* OVERLAY */
.popularRoutes .routes .col::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
    z-index: 1;
    transition: opacity .4s ease;
}

/* TEXT (SEO DOSTU) */
.popularRoutes .routes span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 55%;
}

/* HOVER */
.popularRoutes .routes .col:hover img {
    transform: scale(1.08);
}

.popularRoutes .routes .col:hover::after {
    opacity: .85;
}

/* MOBİL */
@media (max-width: 768px) {
    .popularRoutes-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .popularRoutes .routes.active {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .popularRoutes .routes .col:first-child {
        grid-row: auto;
    }
}

/* Link tüm kartı kaplıyordu zaten */
.popularRoutes .routes > .col > a {
    position: absolute;
    inset: 0;
}

/* Arrow artık a üzerinde */
.popularRoutes .routes > .col > a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'>\<path d='M5 12h14'></path>\<path d='M13 5l7 7-7 7'></path>\</svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    z-index: 10;
    transition: all .3s ease;
}

/* Hover */
.popularRoutes .routes > .col:hover > a::after {
    background-color: #20026f;
    transform: translateX(4px);
}

.tur-landing-page {background: #f2f2f2;float: left;width: 100%;}
.tur-landing-page .searcher {margin-bottom: 30px;background: linear-gradient(45deg, #ff8d91, #ff5259);padding: 15px 0px;}
.tur-landing-page .searcher .searchwrap {display: block;padding: 0px;background: #fff;border-radius: 8px}
.tur-landing-page .searcher .searchwrap .column {padding: 5px 15px;border-right: 1px solid #e7e7e7;}
.tur-landing-page .searcher .searchwrap .column.noborder {border: 0;padding: 0;}
.tur-landing-page .searcher .searchwrap select {border: 1px solid #cccccc;color: #666666;cursor: pointer;display: inline-block;font-size: 14px;font-weight: 400;height: 48px;padding: 8px 12px;vertical-align: middle;width: 100%;}
.tur-landing-page .searcher .searchwrap button {font-size: 14px;cursor: pointer;font-weight: bold;height: 57px;padding: 0 12px;width: 101%;background: #20026f;color: #fff;transition: linear all 400ms;border: 1px solid #20026f;border-radius: 0px 8px 8px 0px;margin-left: 1px;}
.tur-landing-page .searcher .searchwrap button:hover {background: #544189;color: #ffffff;border-color: #544189;}
.tur-landing-page .searcher .searchwrap input {width: calc(100% - 40px);-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;border: 0;display: inline-block;font-size: 14px;font-weight: 400;outline: none;height: 26px;color: #666666;vertical-align: middle;}
.tur-landing-page .searcher .searchwrap .kode_felid {float: left;width: 100%;display: flex;align-items: center;flex-direction: row;}
.tur-landing-page .searcher .searchwrap .kode_felid .icon {width: 20px;text-align: center;display: flex;font-size: 16px;color: #20026f;}
.tur-landing-page .searcher .searchwrap .kode_felid label {margin-bottom: 0px;font-size: 12px;float: left;width: 100%;}
.tur-landing-page .searcher .searchwrap .ralative-icon {float: left;width: 100%;position: relative;}
.tur-landing-page .searcher .searchwrap .ralative-icon .fa {text-align: center;}
.tur-landing-page .searcher .searchwrap .person-total {height: 26px;line-height: 26px;width: 100%;display: inline-flex !important;}

.tur-landing-page .searcher .searchwrap .column{
    background-color: #fff;
   border: 1px  solid #ddd !important;
   border-radius: 5px;
   margin: 0 5px;
}
.tur-landing-page .searcher .searchwrap .col-md-3  .kode_felid{
    text-align: start !important;
}
.tur-landing-page .searcher .searchwrap .col-md-3  .kode_felid input{
text-align: left;
}

.tur-landing-page .searcher .searchwrap .kode_felid .icon{
    padding-right: 30px;
}
.tur-landing-page .searcher .searchwrap input{
    padding: 0;
}
.tur-landing-page .searcher .searchwrap .otel-date{
    display: flex;
}
.tur-landing-page .searcher .searchwrap .otel-date .kode_felid:first-child{
    border-right: 1px solid #ddd;
}
.tur-landing-page .searcher .searchwrap .kode_felid .date-cikis{
    margin:0 13px;
    padding-right: 0px !important;
}
.tur-landing-page,
.tur-landing-page .searcher .searchwrap {
    background: transparent !important;
}

.tur-landing-page .searcher .searchwrap .person-total{
    width: auto;
}
.tur-landing-page .searcher .searchwrap  .noborder{
background-color: transparent !important;
border: none !important;
}
.tur-landing-page .searcher .searchwrap .column, .tur-landing-page .searcher .searchwrap .column button {
     border-radius: 8px !important;
}
.tur-landing-page .searcher .searchwrap select {border: 0;height: 27px;line-height: normal;padding: 0;background: transparent;}

.searchwrap form {display: flex;margin: 0 -5px;}
@media(max-width: 768px) { 
	.searchwrap form {display: flex;flex-wrap: wrap;}
}

@media (max-width: 768px){
    .tur-landing-page .searcher .searchwrap button {
       height: 59px !important;
       width: 100% !important;
    }
    .tur-landing-page .searcher .searchwrap .column {
        padding: 3px auto !important;
        margin-bottom: 5px !important;
    }
    .popularRoutes .routes .col {width: 100% !important;}
	.popularRoutes .routes .col:nth-child(9n) {width: 100% !important;}
	.popularRoutes .routes .col:nth-child(9n+1),
	.popularRoutes .routes .col:nth-child(9n+1) img {/* height: 224px; */width: 100% !important;}
	.home-tour-list .tour-button-next {right: -15px !important;}
	.home-tour-list .tour-button-prev {left: -15px !important;}
}

.home-tour-list .tour-box .content > span {display: block;margin-bottom: 4px;color: #34495e;font-weight: 400;font-size: 14px;}
.home-tour-list .tour-box .content .turliste_ulasim {color: #34495e;font-weight: bold;font-size: 14px;}
.home-tour-list .tour-box .content .konaklama {}
.home-tour-list .tour-box .content .geceleme {font-weight: bold;color: #ea6053;}
.home-tour-list .tour-box .content .yerler {height: 17px;overflow: hidden;position: relative;}
.home-tour-list .tour-box .content .yerler.active {height: auto;}
.home-tour-list .indirimorancssana {position: absolute;left: 5px;top: 5px;display: inline-block;padding: 3px 6px;background: #1f016f;line-height: normal;border-radius: 5px;color: #fff;margin-bottom: 5px;}

.home-tour-list .tour-box .content .date-btn {font-size: 12px !important;position: relative;cursor: pointer;display: inline-block;padding: 2px 4px;line-height: normal;width: auto;border-radius: 3px;border: 1px solid #67bdf0;margin-bottom: 0;margin-right: 2px;float: left;margin-top: 0px;}
.home-tour-list .tour-box .content .date-btn:hover {background: #eef9fd;transition: ease-in all 350ms;}
.home-tour-list .tour-box .content .other-dates {display: none;position: absolute;width: 100%;left: 0;top: 100%;background: #fff;box-shadow: 0px 4px 5px rgb(0 0 0 / 35%);border-radius: 5px;padding: 10px;z-index: 9;border: 1px solid #c7c7c7;color: #707070;font-size: 13px;transition: ease-in-out all 300ms;max-height: 100px;overflow: auto;}
.home-tour-list .tour-box .content .other-dates span {display: block;}
.home-tour-list .tour-box .content .date-btn:hover .other-dates {display: block;}
.home-tour-list .tour-box .content .date-btn.pasif {display: none;}

.bread {background: #fff;padding: 10px 0px;}
.bread a {padding: 0 8px;font-size: 14px;color: #000;}
.bread span {font-size: 14px;color: #000;}
.bread .active {color: #544189;}

.gallery-masonary {}
.gallery-masonary .no-padding {padding: 0;}
.gallery-masonary .image {padding: 0px 5px 0px 0px;}
.gallery-masonary .image img {width: 100%;max-width: 100%;object-fit: cover;height: 345px;cursor: pointer;}
.gallery-masonary .image.half {padding: 0px 5px 5px 0px;position: relative;}
.gallery-masonary .image.half img {width: 100%;max-width: 100%;object-fit: cover;height: 170px;cursor: pointer;}
@media(max-width: 768px) {
  .gallery-masonary .image.half{padding: 0px !important;}
  .gallery-masonary .image.half img {height: 350px;}
}
.show-gallery {position: absolute;width: 100%;bottom: 20%;margin-bottom: -16px;display: flex;justify-content: center;}
.show-gallery button {background: #544189;border: 0;padding: 0px 8px;border-radius: 5px;color: #fff;font-weight: bold;font-size: 12px;}
.show-gallery button:hover {opacity: .8;}
.open-photo-modal-carousel {cursor: pointer;}
@media(max-width: 768px){ 
    .photos-modal_categories .categories_link {width: 50%;}
}

.tourinfoWrap {padding: 20px 0px;background: #f5f5f5;}
.tourinfoWrap .col-md-12 {padding-top: 0;}
.tour-info {padding: 10px;border-radius: 6px;background: #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.tour-info h2 {line-height: 36px;margin-bottom: 5px;color: rgb(41, 42, 44) !important;font-size: 26px !important;font-weight: 900 !important;}
.tour-info .favori-icon i {color: red;font-size: 17px;}
.tour-info .kesinkalkislitur {font-size: 12px !important;color: #000000;border: 1px solid #544189;padding: 3px 6px;background: #eef9fd;margin-bottom: 7px;display: inline-block;border-radius: 5px;width: auto;line-height: normal;}
.tour-info .tour-code {font-size: 0.8rem;margin-left: 5px;}
.tour-info .tags {}
.tour-info .tags span {position: relative;display: inline-block;padding: 3px 8px 3px 8px;border-radius: 5px;background: #eef9fd;color: #000;font-size: 12px;font-weight: normal;margin-right: 5px;margin-bottom: 5px;border: 1px solid #261364;box-shadow: 0px 0px 2px #a0cbdb;}
.tour-info .tags span i {position: relative;}
.tour-info .tags span.plane i {color: #0C8D1D;margin-right: 5px;}
.tour-info .tags span.calendar i {color: #373DD4;margin-right: 5px;}
.tour-info .tags span.visa i {color: #FF0000;margin-right: 5px;}
.tour-info .tags span.location i {color: #ffb300;margin-right: 5px;}
.tour-info .tags span.route i {color: #777486;margin-right: 5px;}

.tour-info .sizi-arayalim {cursor: pointer;position: relative;text-align: center;font-size: 14px;display: block;vertical-align: middle;margin-top: 4px;padding: 0px 5px;border-radius: 6px;height: 40px;line-height: 40px;background: transparent;border: 1px solid #20026f;color: #20026f;font-weight: 600;transition: all 150ms ease-in-out;}
.tour-info .sizi-arayalim:hover {background: #20026f;color: #fff;text-decoration: none;}
.tour-info .fiyatAlan {background:linear-gradient(90deg, #261364 0%, #009ef7 100%);text-align: center;color: #fff;line-height: normal;font-weight: bold;font-size: 24px;padding: 5px;border-radius: 4px;}
.whatsapp-css {
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 16px;
  display: block;
  vertical-align: middle;
  margin-top: 4px;
  padding: 0px 5px;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #25D366;
  color: #ffffff;
  font-weight: 600;
  transition: all 150ms ease-in-out;
  background: #25D366;
}
.whatsapp-css:hover {
  background: white;
  color: #25d366;
}
.whatsapp-css a:hover {
  color: #25d366;
}

.odaTalepEt {padding: 20px 20px;background: #fff;border-radius: 4px;border: 1px solid #f2f2f2;}
.odaTalepEtBaslik {color: red;font-size: 16px;font-weight: bold;text-align: center;margin-bottom: 10px;}
.odaTalepEtAciklama {font-size: 14px;text-align: center;margin-bottom: 10px;}
.odaTalepEtButon {text-align: center;}
.odaTalepEtBaslikSiziArayalim {display: inline-block;width: auto;}

.item-tour-plan {
  margin-bottom: 10px;
  margin-top: 10px;
}
.item-tour-plan .tour-plan-title {
  position: relative;
  padding: 10px 20px 10px 10px;
  background: #ffffff;
  /* border-radius: 5px; */
  cursor: pointer;
  border: #838395 solid 1px;
  display: grid !important;
}
/* .item-tour-plan .tour-plan-title .tour-plan-day {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ff7f00;
  border-radius: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
} */
@media (max-width: 500px) {
  .item-tour-plan .tour-plan-title .tour-plan-day {
    padding: 8px;
    margin-right: 5px;
  }
}
.item-tour-plan .tour-plan-title .tour-plan-label {
  display: inline-block;
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
  width: 630px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-tour-plan .tour-plan-title i {
  position: absolute;
  font-size: 24px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .item-tour-plan .tour-plan-title i {
    right: 10px;
  }
}
.item-tour-plan .tour-plan-description {
  display: none;
  padding: 23px 32px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  border-radius: 0px 0px 5px 5px;
}
.item-tour-plan .tour-plan-description p {
  margin: 0 0 18px 0;
  font-weight: 300;
}
.item-tour-plan.active .tour-plan-description {
  display: block;
  border-left: #838395 solid 1px;
  border-right: #838395 solid 1px;
  border-bottom: #838395 solid 1px;
}

.minBox {min-height: 250px;max-height: 250px;overflow: auto;}
.minBox::-webkit-scrollbar {width: 4px;}
.minBox::-webkit-scrollbar-track {background: #f1f1f1; border-radius: 15px;}
.minBox::-webkit-scrollbar-thumb {background: #888; border-radius: 15px;}
.minBox::-webkit-scrollbar-thumb:hover {background: #555; }
.minBox li {padding: 5px 0px !important;}

.tabber {
    margin-top: 10px;
    width: 100%;
    background: white;
    display: block;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px 15px;
    z-index: 9;
}
.tabber .tab-container {padding-top: 0;}
.tabber .tabs {margin-bottom: 0 !important;}
.tabber ul.tabs li a {border: 0 !important}
.tabber ul.tabs li.active > a, 
.tabber ul.tabs li:hover > a {
    color: #009ef7 !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 3px solid #009ef7 !important;
}
.tab-container .tab-content {background: transparent !important;box-shadow: none !important;}
#hotel-description,
#hotel-description.tab-pane [class^="col-"], 
#hotel-description.tab-pane [class*=" col-"] {padding-top: 0}
#hotel-description,
#tour-availability,
#hotel-reviews,
#tour-ekbilgi,
#tour-gemi,
#tour-liman {
    margin-top: 0;
/*    box-shadow: 0 0 10px rgb(0 0 0 / 17%);*/
    background: #fff;
    padding: 20px !important;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #ddd;
    border-top: 0;
}
#hotel-features .tab-content, #hotel-features ul.tabs, .travelo-box.book-with-us-box, .sidebar .travelo-box {border-radius: 8px;}
#hotel-description .row {}
#hotel-description .row {margin: 0 10px;}
#tour-availability,
#hotel-reviews,
#tour-ekbilgi {
    margin-top: 0px;
}
#hotel-features .tab-content, #hotel-features ul.tabs, .travelo-box.book-with-us-box, .sidebar .travelo-box {box-shadow: none !important;}
#hotel-description, .long-description {padding: 0 !important;}.tur-genel-info { border: 1px solid #daf7f7; padding: 10px 20px; margin-bottom: 30px; border-radius: 8px; background-color: #f0ffff;
}
.tur-genel-info p{    display: inline-block; font-weight: 600; margin: 5px 0; font-size: 14px;}

.ui-accordion-header a {padding-left:20px;}
.swiper-container.homeTourSlide2.swiper-container-initialized.swiper-container-horizontal.swiper-container-android {
  width: 100%;
}
.saat-css {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  /* border: solid 1px #20026f; */
  width: fit-content;
  /* border-radius: 5px; */
  padding: 0 5px;
  position: absolute;
  left: 65px;
  top: 8px;
}
span.cruisekalkis.cruisesaatbaslik {
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-left: 5px;
  border-radius: 5px 0px 0px 5px;
}
span.cruisekalkis.cruisesaat {
  padding-right: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0px 5px 5px 0px;
}
span.cruisevaris.cruisesaatbaslik {
  margin-left: 5px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-left: 5px;
  border-radius: 5px 0px 0px 5px;
}
span.cruisevaris.cruisesaat {
  padding-right: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0px 5px 5px 0px;
}
span.tour-day-css {
  width: 50px;
  height: 50px;
  background-color: rgb(32 2 111);
  border-radius: 8px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.dot-css {
  position: absolute;
  top: 20px;
  height: 100%;
  width: 2px;
  background: rgb(207, 212, 222);
  left: 34px;
  border: 1px dashed white;
}
.set {
  position: relative;
  width: 100%;
  margin:0 !important;
}
@media (max-width: 500px) {
  .saat-css {
    left: 60px;
    top: 17px;
  }
}
.saat-css:empty{
  display: none;
}
span.cruisevaris.cruisesaatbaslik {
  margin-left: 5px;
}
.tour-plan-description li {
  font-size: 12px;
}
.tour-plan-description.dahildegil span {
  font-size: 17px;
}

.tour-plan-description.dahildegil p {
  font-size: 13px;
}
.tour-plan-description.dahil p:before {
  display: inline-block;
  color: green;
  margin-right: 5px;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.tour-plan-description.dahildegil p:before {
  display: inline-block;
  color: red;
  margin-right: 5px;
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.tour-plan-description.dahildegil span:before {
  content: "\3f";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
}
.tour-plan-description.dahildegil span {
  display: flex;
  align-items: center;
}
.anasayfa-tur-box img {
  width: 100%;
  height: 196px;
  object-fit: cover;
  border-radius: 10px;
}
.anasayfa-tur-box {
  position: relative;
  border-radius: 10px;
}

.tur-baslik {
  position: absolute;
  bottom: 0;
  background: #000000ab;
  width: 100%;
  z-index: 9;
}

.tur-baslik {
  color: white;
  font-weight: 700;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
}

.tur-baslik div {
  text-align: center;
}
.tbaslik2 {
  font-size: 16px;
}

/*.hover-effect {
  margin-bottom: 30px;
}*/

.header-panel .user-wrapper {float: left;color: #fff;position: relative;}
.header-panel .user-wrapper span.login-btn {margin-right: 7px;cursor: pointer;}
.header-panel .user-wrapper span.signin-btn {cursor: pointer;}





.header-panel {float: right;line-height: 30px;font-size: 14px;}

.header-panel .lang {float: left;margin-right: 20px;text-transform: uppercase;}
.header-panel .lang .default {color: #fff;}

.header-panel .currency {float: left;margin-right: 20px;}
.header-panel .currency .default {color: #fff;}

.header-panel .user-wrapper {float: left;color: #fff;position: relative;}
.header-panel .user-wrapper span.login-btn {margin-right: 7px;cursor: pointer;}
.header-panel .user-wrapper span.signin-btn {cursor: pointer;}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {display: none;width: 100%;margin: auto;position: fixed;z-index: 9999;left: 0;height: 100%;background: #000000b3;top:0;}
.login-page.active {display: flex;align-items: center;}
.login-page-close {position: absolute;right: 0;display: block;top: 0;line-height: 48px;background: #3c566b;width: 48px;cursor: pointer;}
.login-page .form {position: relative;z-index: 1;background: #FFFFFF;max-width: 460px;margin: auto;padding: 0px 45px 25px;text-align: center;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);}
@media(min-width: 768px) {.login-page .form {min-width: 460px;} }
.login-page .form input {font-family: "Manrope", sans-serif;outline: 0;background: #f2f2f2;width: 100%;border: 0;margin: 0 0 15px;padding: 15px;box-sizing: border-box;font-size: 14px;}
.login-page .form button {font-family: "Manrope", sans-serif;text-transform: uppercase;outline: 0;background: #527c9e;width: 100%;border: 0;padding: 15px;color: #FFFFFF;font-size: 14px;-webkit-transition: all 0.3 ease;transition: all 0.3 ease;cursor: pointer;height: auto;line-height: inherit;}
.login-page .form button:hover,.form button:active,.form button:focus {background: #476c8a;}
.login-page .form .message {margin: 15px 0 0;color: #b3b3b3;font-size: 12px;text-align: left;}
.login-page .form .message.half {width: 50%;float: left;}
@media(max-width: 768px){ .login-page .form .message.half {width: 100%;margin: 5px 0px 0px;}  }
.login-page .form .message a {color: #527c9e;text-decoration: none;}
.login-page .form .register-form {display: none;}
.login-page .form .forgotten-form {display: none;}

.login-page .benihatirla {text-align: left;text-transform: inherit;line-height: inherit;}
.login-page .benihatirla input {display: inline-block;width: auto;}

.login-page .form-title {position: relative;background: #527c9e; padding: 15px; color: #FFFFFF; font-size: 14px; margin: 0 -45px 25px; font-weight: bold;text-transform: uppercase;}

.user-login-btn {cursor: pointer;display: block;}
.user-wrapper .user-menu {display: none;position: absolute;left: 0;background: #fff;box-shadow: 0px 2px 8px #0000001f;z-index: 9999;width: 100%;top: 100%;border-radius: 5px;margin:0;list-style:none;padding: 10px;color: #000;}
.user-login-btn:hover .user-menu {display: block;}
.user-menu:hover {display: block;}
.user-wrapper .user-menu:before {display: block;content: "";position: absolute;left: 50%;margin-left: -10px;top: -10px;border-style: solid;border-width: 0 10px 10px 10px;border-color: transparent transparent #fff transparent;}
.user-wrapper .user-menu li {border-bottom: 1px solid #eee;}
.user-wrapper .user-menu li a {display: block;}

.currency .default {cursor: pointer;}
.currency-wrapper {display: none;width: 100%;margin: auto;position: fixed;z-index: 9999;left: 0;height: 100%;background: #000000b3;}
.currency-wrapper.active {display: flex;align-items: center;}
.currency-wrapper .currencys {position: relative;z-index: 1;background: #FFFFFF;max-width: 250px;margin: auto;padding: 25px 25px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);}
@media(min-width: 768px) {.currency-wrapper .currencys {min-width: 250px;} }
.currency-close {position: absolute;right: 0;display: block;top: 0;line-height: 34px;background: #000000;width: 34px;cursor: pointer;text-align: center;color: #fff;}
.currency-wrapper .currencys ul li a span:first-child {display: inline-block;width: 40px;text-align: center;background: #ddd;border-radius: 5px;font-size: 15px;font-weight: bold;}



.lang .default {cursor: pointer;}
.language-wrapper {display: none;width: 100%;margin: auto;position: fixed;z-index: 9999;left: 0;height: 100%;background: #000000b3;}
.language-wrapper.active {display: flex;align-items: center;}
.language-wrapper .languages {position: relative;z-index: 1;background: #FFFFFF;max-width: 250px;margin: auto;padding: 25px 25px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);}
@media(min-width: 768px) {.language-wrapper .languages {min-width: 250px;} }
.language-wrapper .languages ul li a {color: #000;margin: 0;float: left;width: 100%;text-align: left;line-height: 24px;}
.language-wrapper .languages ul li img {float: left;width: 22px;margin-right: 5px;}
.language-close {position: absolute;right: 0;display: block;top: 0;line-height: 34px;background: #000000;width: 34px;cursor: pointer;text-align: center;color: #fff;}

.bilgi-errors,
.login-errors,
.register-erorrs,
.forgot-errors {margin-top: 5px;padding: 1px;background: antiquewhite;color: #ff0000;font-size: 14px;border-radius: 4px;border: 1px solid #eacba2;}

.uyelik-panel-form label {display: inline-block;font-weight: normal;font-size: 14px;}
.uye-panel-menu {display: block;width: 100%;margin: 0 0 20px;background: #2d3e52;float: left;}
.uye-panel-menu ul {list-style: none;margin: 0;padding: 0;display: block;background: #2d3e52;float: left;width: 100%;}
.uye-panel-menu ul li {border-right: 1px solid #fff;display: inline-block;float: left;}
.uye-panel-menu ul li:last-child {border: 0;float: right;border-left: 1px solid #fff;}
.uye-panel-menu ul li a {display: block;padding: 10px 20px;color: #fff;font-size: 14px;}
.uye-panel-menu ul li.aktif a,
.uye-panel-menu ul li a:hover {background: #161f29;transition: ease-in-out all 400ms;}

.favoriler-menu {background: #fff;}
.favoriler-menu .title {display: flex;padding: 10px 10px;background: #2d3e52;color: #fff;margin-bottom: 0;width: 100%;align-items: center;justify-content: space-between;}
.favoriler-menu .title span.baslik {width: 60%;}

.favoriler-menu ul {margin: 0;padding: 0;list-style: none;border: 1px solid #ddd;}
.favoriler-menu ul li {display: flex;width: 100%;align-items: center;justify-content: space-between;padding: 10px 10px;color: #2d3e52;text-decoration: none;font-size: 14px;margin: 0;}
.favoriler-menu ul li a {color: #2d3e52;text-decoration: none;font-size: 14px;}
.favoriler-menu ul li span.baslik {width: 60%;}
.favoriler-menu ul li span.sil:hover {color: red;cursor: pointer;}
.favoriler-menu ul li:hover {background: #eee;}
.favoriler-menu ul li:focus,
.favoriler-menu ul li.active {background: #2d3e52;color: #fff;}

@media(max-width:  768px) {
	.mobilgoster {
        display: block !important;
    }
    .userLoginPanelMenu {
      z-index: 9;
      position: absolute;
      top: 100%;
      background: #fff;
      width: 100px;
      left: -20px;
      border: 1px solid #e7e7e7;
      border-radius: 4px;
      padding: 5px 10px;
      margin-top: 2px;
      display: none;
  }
}

ul.quick-menu.pull-left a {
    color: #544189;
}
.mobilgoster {
    display: none;
}
.userLoginPanelMenu {
    z-index: 9;
    position: absolute;
    top: 67%;
    background: #fff;
    width: 100%;
    left: 0;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 2px;
    display: none;
}

.userLoginPanel:hover .userLoginPanelMenu {
    display: block;
}

.userLoginPanelMenu a {
    display: block;
    padding: 7px;
    border: 1px solid #544189;
    border-radius: 4px;
    text-align: center;
}

.userLoginPanelMenu a:first-child {
    margin-bottom: 5px;
}

.userLoginPanelMenu a:hover {
    background: #e7f8ff;
}
ul.quick-menu.pull-left.userLoginPanel {
  position: relative;
}

ul.quick-menu.pull-left.userLoginPanel {
  display: flex;
  color: white;
}

span.text {
  display: flex;
}
.userLoginPanelMenu span.text b {
  margin-right: 5px;
  margin-left: 5px;
}
.long-description img {
  display: inline-flex;
}
span.tour-plan-day {
    opacity: 0.75;
    font-size: 18px;
    font-weight: 600;
    color: rgb(41, 42, 44);
}

@media(max-width:  768px) {

.item-tour-plan .tour-plan-title .tour-plan-label {

    width: 330px;

}}

.tour-info .kampanya-aciklama:after {
    content: "";
    border: 1px solid #dedede;
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
}

.tour-info .kampanya-aciklama {
    position: relative;
}

.tour-info .kampanya-aciklama:last-child:after {
    border: unset;
}
.tour-info .bottomKampanya {
    border-top: 1px solid #dedede;
    padding-top: 8px;
}
li.soap-icon-close span {font-size: 12px !important;line-height: 18px;font-family: "Manrope", sans-serif !important;display: unset !important;}

li.soap-icon-close span:before {content: "" !important;}