* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-optical-sizing: auto;
  color: #101F46;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
figure {
  margin-bottom: 0 !important;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none none;
  margin: 0px !important;
  padding: 0px;
}

header {
  width: 100%;
  top: 0px;
  transition: all 0.6s ease 0s;
  z-index: 99;
  height: 140px;
}

.header-section {
  padding-top: 11px;
}

.uk-sticky-fixed header .header-top {
  display: none;
}

.uk-sticky-fixed header {
  height: 80px;
}

.uk-sticky-fixed header .logo a img {
  width: 120px;
}

.uk-sticky-fixed header .logo {
  margin-top: 15px;
}

.uk-sticky-fixed nav.uk-dropnav {
  margin-top: 15px;
}

.uk-sticky-fixed .login {
  margin-top: 10px;
}

.uk-sticky-fixed header .menu-top {
  margin-top: 15px;
}


.uk-sticky-fixed header .header-section {
  height: 90px;
}

.uk-sticky-fixed header .logo img {
  width: 160px;
}

.slide-height img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
}

.flex {
  display: flex !important;
}

.aic {
  align-items: center !important;
}

.jcc {
  justify-content: center !important;
}

.jcb {
  justify-content: space-between !important;
}

.uk-subnav {
  margin: 0px !important;
}

.uk-subnav>*> :first-child {
  color: #101F46 !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.uk-subnav>*> :first-child:hover {
  color: rgb(0, 0, 0) !important;
}

.uk-subnav>* {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.uk-dropdown-nav>li>a {
  transition: all 0.5s ease 0s;
  color: rgb(0, 0, 0) !important;
  font-size: 17px !important;
}

.uk-dropdown-nav>li>a:hover {
  padding-left: 10px;
}

.uk-dropdown {
  border-radius: 10px !important;
}

.uk-drop {
  width: 46px !important;
  padding: 0px !important;
  border-radius: 6px !important;
  top: 50px !important;
}

.uk-drop .uk-light a {
  width: 100%;
  display: flex;
  align-items: center;
  color: rgb(55, 100, 180) !important;
}

ul,
ol {
  padding-left: 0px !important;
}

ul.uk-nav.uk-dropdown-nav {
  padding: 20px !important;
}

.uk-subnav .uk-drop {
  top: 40px !important;
}

.uk-button-default {
  background-color: transparent;
  color: rgb(51, 51, 51) !important;
  border: none !important;
}

.uk-offcanvas-bar {
  background: rgb(255, 255, 255) !important;
}

.uk-nav-default>li {
  padding: 4px 0px;
  border-bottom: 1px solid rgb(235, 233, 233) !important;
}

.uk-nav-default>li.uk-active>a {
  color: rgb(82 222 216) !important;
}

.uk-nav>li>a {
  padding: 5px 0px;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;
  white-space: nowrap !important;
}

.uk-width-1-2\@s.uk-width-2-5\@m {
  margin-top: 50px !important;
  width: 100% !important;
}

.uk-nav-default .uk-nav-sub a {
  color: rgb(0, 0, 0) !important;
  font-size: 14px !important;
}

.nav-logo {
  text-align: center;
  margin-bottom: 20px;
}

.uk-button {
  padding: 0px !important;
  margin-right: 4px !important;
}

.svg-size .uk-icon>* {
  transform: translate(0px, 0px);
  width: 24px;
}

.ds-none {
  display: none !important;
}

.uk-offcanvas-bar .uk-close {
  color: rgb(0, 0, 0) !important;
}

.mb-none {
  margin-bottom: 0px !important;
}

.sign-up a {
  font-size: 13px;
  color: #1E354C !important;
}

.sign-up a:hover {

  text-decoration: underline !important;
}

.login a {
  padding: 12px 24px;
  border: 1px solid #101F46;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.5s;
  background: #101F46;
}

.login a img,
.sign-up a img {
  display: none;
}

.login a:hover {
  color: #fff !important;
  background: #2A4384;
}

.mr-1 {
  margin-right: 10px;
}

ul#uk-slideshow-3 {
  height: calc(-140px + 100vh) !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.aboutus-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.header-top {
  width: 100%;
  height: 50px;
  /* display: flex;
  align-items: center; */
  border-bottom: 1px solid #E8EBED;
  padding-top: 15px;
}

.phone {
  display: flex;
  gap: 5px;
  align-items: center
}

.phone .uk-icon {
  color: #788694;
  font-size: 13px;
  width: 16px;
}

.phone a {
  color: #788694 !important;
  font-size: 13px;
}

.social-media ul {
  display: flex;
  gap: 10px;
}

.social-media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101F46;
  width: 28px;
  height: 28px;
  background: #EFEFEF;
  border-radius: 100%;
  transition: all 0.5s;
}

.social-media ul li a svg {
  width: 14px;
}

.social-media ul li a:hover {
  color: #EFEFEF;
  background: #101F46;
}

.content-section {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.content {
  width: 70%;
}

.content-sub {
  display: flex;
  align-items: center;
}

.content-sub span {
  font-size: 20px !important;
  font-weight: 100 !important;
}

.content span {
  font-weight: 600;
  font-size: 34px;
}

.content p {
  font-size: 14px;
  color: #4E5277;
  font-weight: 200;
  line-height: 26px;
  display: block;
}

.widget ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.widget li {
  list-style-type: none;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.widget ul span.uk-icon {
  width: 24px;
  background: #E7E8EF;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #141B5F;
}

.widget ul span.uk-icon svg {
  width: 16px;
  font-weight: 600;
}

.widget li small {
  font-size: 14px;
  font-weight: 600;
}

.all-btn a {
  display: block;
  padding: 12px 30px;
  border: 1px solid #C7CAD2;
  color: #141B5F;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.5s;
  white-space: nowrap;
}

.all-btn a:hover {
  background: #2A4384;
  color: #fff;
}

.bg-gray {
  background-color: #F5F5F5;
  padding: 60px 0px;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 6px;
}

.social-media p {
  color: #101F46;
  font-size: 12px;
  margin-top: 0px !important;
}

ul.services-tab-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  gap: 10px;
}

ul.services-tab-button button.active {
  background-color: #EC4427;
  color: #fff;
}

ul.services-tab-button button:hover {
  background-color: #EC4427;
  color: #fff;
}

.services-tab-button button {
  display: block;
  border: none;
  padding: 10px 27px;
  color: #141B5F;
  transition: all 0.5s;
  border-radius: 50px;
  font-size: 15px;
  background: transparent;
}

.p-2 {
  padding: 0 16px;
}

.tour {
  margin-bottom: 30px;
}

.tour a {
  display: block;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s;
}

.tour-img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 278px;
  width: 100%;
  object-fit: cover;
}

.tour-inner {
  padding: 16px 14px;
}

.tour-inner span {
  color: #141B5F;
  font-weight: 500;
  display: block;
  height: 44px;
}

.date {
  color: #141B5F;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.line {
  margin: 10px 0;
  border-bottom: 1px solid #EBEBEB;
}

.price {
  display: flex;
  flex-direction: column;
}

.price span {
  font-size: 20px;
  color: #EC4427;
  font-weight: 600;
}

.price p {
  font-size: 13px;
  color: #141B5F;
}

.tour-detail-button {
  background: #E7E9EC;
  color: #141B5F;
  padding: 10px 18px;
  border-radius: 4px;
  transition: all 0.5s;
  font-weight: 500;
  font-size: 13px;
}

.tour a:hover .tour-detail-button {
  background: #141B5F;
  color: #fff;
}

.fair-tour-section-inner {
  display: flex;
  flex-wrap: wrap;
}

.fair-tour-left {
  flex: 0 0 26%;
  max-width: 26%;
}

.fair-slider {
  flex: 0 0 74%;
  max-width: 74%;
}

.fair-tour-left span {
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}

.fair-tour-left p {
  font-size: 14px;
  color: #4E5277;
  display: block;
}

.fair-tour-left .all-btn {
  width: 144px;
  margin-top: 30px;
}

.fair-tour-section {
  width: 90%;
  margin: 0 auto;
}

.uk-dotnav {
  margin-bottom: 22px !important;
}

.fair-tour a {
  display: block;
  position: relative;
}

.fair-img {
  width: 100%;
}

.fair-img img {
  width: 100%;
  border-radius: 10px;
  height: 410px;
  object-fit: cover;
}

.overlay {
  width: 100%;
  background: #00000036;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fair-tour-content {
  position: inherit;
  bottom: 20px;
  left: 20px;
}

.fair-tour-content span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.fair-tour-content p {
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fair-price {
  display: flex;
  background: #EC4427;
  padding: 5px 10px;
  flex-direction: column;
  margin-top: 10px;
  border-radius: 4px;
  width: 120px;
}

footer {
  width: 100%;
  background: #101F46;
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
}

.footer-menu,
.footer-content {
  flex: 1;
  max-width: 25%;
}

.footer-content {
  text-align: right;
}

.footer-menu span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  width: 100%;
}

.footer-menu ul {
  display: block;
}

.footer-menu ul li a span {
  width: auto !important;
  margin-bottom: initial !important;
}

.footer-menu ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 13.5px;
  transition: all 0.5s;
}

.footer-menu ul li a:hover {
  padding-left: 10px;
}

.footer-menu ul li a svg {
  width: 12px;
  color: #fff;
}

.footer-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  width: 100%;
}

.footer-content p {
  font-size: 14px;
  color: #fff;
}

.phone-footer {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 6px;
}

.phone-footer span {
  display: initial !important;
  font-size: 14px;
  margin-bottom: 0px !important;
}

.phone-footer a {
  font-size: 14px;
  color: #fff;
  display: block;
  width: auto;
}

.footer-bottom-section {
  width: 100%;
  border-top: 1px solid #1B2F62;
}

.footer-bottom {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info {
  color: #fff;
}

.slick-dots {
  gap: 6px;
}

.fair-slider .slick-dots li {
  background: transparent;
  border: 1px solid #141B5F;
  width: 12px !important;
  height: 12px !important;
}

.fair-slider li.slick-active {
  background: #141B5F;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}

.page-top {
  width: 100%;
  height: 250px;
  background: url(../images/page-top.jpg);
}

.page-top-inner {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
}

.page-top-inner span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.breadcrumb-section {
  width: 100%;
  height: 52px;
  background: #F5F5F5;
}

.uk-breadcrumb {
  margin-top: 14px !important;
}

.category-section {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  align-items: flex-start;
}

.category-section-left {
  flex: 0 0 26%;
  max-width: 26%;
}

.category-section-right {
  flex: 0 0 70%;
  max-width: 70%;
}

.category-section-left {
  width: 100%;
  padding: 26px;
  background: #F5F5F5;
  border-radius: 4px;
}

button.accordion-title {
  width: 100%;
  background: #eee;
  border: none;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.accordion-content {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #4E5277;
}

button.accordion-title {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #141B5F;
  font-size: 14px;
  font-weight: 500;
}

button.accordion-title .icon {
  font-size: 1.2em;
}

.clear-button {
  background: none;
  border: none;
  color: #141B5F;
  text-decoration: underline;
}

.accordion-content input[type="checkbox"] {
  margin-right: 5px;
  margin-bottom: 10px;
}

.accordion-content.flex {
  gap: 20px;
}

.accordion-content.flex input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  border: 0px;
  padding-left: 10px;
}

.accordion-content select {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  border: 0px;
  padding-left: 10px;
}

.search input[type=text] {
  width: 100%;
  background: #fff;
  height: 50px;
  border-radius: 4px;
  border: none;
  padding-left: 10px;
  margin-top: 16px;
}

.filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
}

.select-container {
  position: relative;
}

label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 400 !important;
}

.dropdown {
  position: relative;
  width: 220px;
}

.dropbtn {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #EBECEF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 15px;
  color: #292D32;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: border-color 0.3s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  border: 1px solid #EBECEF;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.icon-calendar,
.icon-price,
.icon-arrow-down {
  margin-right: 10px;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 14px;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

.tour-box {
  display: flex;
  width: 100%;
  border: 1px solid #EBECEF;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tour-image {
  width: 30%;
}

.tour-image img {
  width: 100%;
  height: auto;
}

.tour-details {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
}

.tour-details h3 {
  margin: 0;
  font-size: 18px !important;
  color: #141B5F;
  font-weight: 500 !important;
}

.tour-date {
  display: flex;
  align-items: center;
}

.tour-pricing {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F7F7F9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.starting-from {
  font-size: 12px;
  color: #141B5F;
}

.explore-button {
  margin: 10px 0;
  padding: 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.explore-button:hover {
  background-color: #0056b3;
}

.remaining-people {
  font-weight: bold;
  color: #EC4427;
  font-size: 14px;
}

.tour-image {
  padding: 14px;
}

.tour-image img {
  width: 100%;
  height: 211px;
  object-fit: cover;
  border-radius: 10px;
}

.tour-details p {
  display: flex;
  align-items: center;
  gap: 3px;
}

.tour-details span {
  color: #EC4427;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

select#tour-date-select {
  background: #F7F7F9;
  border: 0;
  height: 36px;
  padding: 0 16px;
  color: #292D32;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 10px;
}

.tour-pricing span {
  font-size: 26px;
  font-weight: 600;
  color: #EC4427;
}

.tour-pricing p {
  font-size: 18px;
  font-weight: 400;
  color: #141B5F;
}

.tour-button a {
  display: block;
  background: #E0E1E7;
  color: #141B5F;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.5s;
}

.tour-button a:hover {
  background: #141B5F;
  color: #fff;
}

.tour-button.uk-margin-small-top {
  margin-top: 22px !important;
}

.tour-details .dropbtn {
  width: 162px;
  height: 36px;
  background: #F7F7F9;
  color: #292D32 !important;
  margin-top: 16px;
}

.tour-details .dropdown {
  width: 162px !important;
}

.tour-details .dropbtn span {
  color: #292D32 !important;
  font-size: 13px;
  font-weight: 500;
}

.tour-detail .dropdown-content {
  width: 162px !important;
}

ul.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

ul.pagination button {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #F4F5F8;
  font-size: 15px;
  font-weight: 600;
  color: #646465;
}

ul.pagination button.active {
  background-color: #141B5F;
  color: #fff;
  border-color: #141B5F;
}

ul.pagination button:hover {
  background-color: #141B5F;
  color: #fff;
}

.page-content {
  width: 80%;
  margin: 0 auto;
  font-size: 14.5px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.detail-section {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  align-items: flex-start;
}

.detail-section-right {
  flex: 0 0 30%;
  max-width: 30%;
}

.detail-section-left {
  flex: 0 0 66%;
  max-width: 66%;
}

.gallery-slider img {
  width: 100%;
  border-radius: 10px;
}

.gallery-slider .slick-next {
  right: 30px;
  background-image: url(../images/arrow-right.svg);
}

.gallery-slider .slick-prev {
  left: 30px;
  background-image: url(../images/arrow-left.svg);
}

.tour-buttons .dropbtn {
  width: 300px;
  background: #F7F7F9;
  color: #292D32 !important;
  margin-top: 16px;
  border: 0;
  justify-content: space-between;
  font-size: 15px !important;
  margin-top: 0px !important;
}

.tour-buttons .dropdown {
  width: 300px !important;
}

.tour-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background: #EC4427;
  border-radius: 6px;
  transition: all 0.5s;
}

.tour-download a:hover {
  color: #fff;
  background: #F9826D;
}

.rezervasyon-section {
  width: 100%;
  border: 1px solid #edeef0;
  display: grid;
  grid-template-columns: 23% 23% 23% auto;
}

.item-head {
  width: 100%;
  height: 44px;
  text-align: center;
  border-right: 1px solid #edeeeb;
  border-bottom: 1px solid #edeef0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
}

.item-price {
  width: 100%;
  border-right: 1px solid #edeeeb;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.item-price span {
  font-size: 18px;
  color: #141B5F;
  font-weight: 600;
}

.item-price small {
  font-size: 14px;
  color: #C5C5C5;
}

.child-item-section {
  display: grid;
  grid-template-columns: 33% 33% auto;
}

.child-item-head {
  height: 42px;
  /* background: #f2f2f2; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.child-item .item-price {
  height: 78px;
}

.child-item .item-price span {
  font-size: 14px;
  color: #141B5F;
  font-weight: 600;
}

.child-item .item-price small {
  font-size: 12px;
  color: #C5C5C5;
}

.reservation-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  background: #141B5F;
  color: #fff;
  transition: all 0.5s;
}

.reservation-buttons :hover {
  background: #5d607f;
  color: #fff;
}

.rezervasyon-wp-title {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
  color: #141B5F;
  font-weight: 600;
  background: #F0F0F0;
}

.uk-accordion-title {
  height: 80px !important;
  color: #141B5F !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: #f0f0f0 !important;
  padding: 26px;
  margin-top: 10px;
}

.accordion-title {
  font-size: 20px;
  color: #141B5F;
  font-weight: 600;
}

.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #f3f3f3;
}

.uk-accordion-content p {
  color: #4E5277;
  font-weight: 400;
}

.our-services-inner {

  border: 1px solid #f2f2f2;
  padding: 20px !important;
  height: 100%;
}

.our-services-wp .services-wp-title {
  font-size: 20px;
  color: #141B5F;
  font-weight: 600;
}

.our-services {
  border: 1px solid #f2f2f2;
  padding: 20px !important;
  height: 100%;
}

.our-services ul li {
  display: block;
  color: #4E5277;
  font-size: 16px;
  margin-bottom: 6px !important;
}

.our-services {
  flex: 1;
}

.general-information {
  width: 100%;
  padding: 26px;
  background: #F0F0F0;
}

.general-information .general-information {
  font-size: 20px;
  color: #141B5F;
  font-weight: 600;
}

.general-information p {
  font-size: 16px;
  color: #4E5277;
  font-weight: 200;
}

.detail-title {
  color: #141B5F;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.detail-box-wp {
  background: #F7F7F9;
  border-radius: 10px;
  padding: 30px;
}

.detail-price {
  margin-bottom: 16px;
}

.detail-price span {
  font-size: 30px;
  font-weight: 500;
  margin-right: 7px;
}

.detail-box-wp-inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.detail-list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-list ul li strong {
  font-size: 14px !important;
  font-weight: 500;
}

.detail-list ul li span {
  font-size: 14px !important;
  font-weight: 300;
}

.reservation-form {
  max-width: 100%;
  margin: auto;
  padding: 24px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: transparent;
}

.reservation-form label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

.reservation-form select {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  background-color: #fff;
  color: #141B5F;
  font-size: 14px;
  height: 56px;
  background: #f7f7f9;
}

.reservation-form button {
  width: 116px;
  padding: 10px;
  margin-top: 20px;
  background-color: #EC4427;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}

.reservation-form button:hover {
  background-color: #d55a45;
}

.rezervation-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.detail-phone-button {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.detail-phone-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #4E5277;
  height: 46px;
  border-radius: 6px;
  color: #fff;
}

.detail-phone-button a:hover {
  color: #fff;
}

.detail-phone-button a span {
  margin-top: -5px;
}

.call-button {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.call-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #68C7D3;
  height: 46px;
  border-radius: 6px;
  color: #fff;
}

.call-button a:hover {
  color: #fff;
}

.group-request-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.group-request-form input::placeholder {
  color: #141B5F;
  font-family: "Barlow", sans-serif;
}

.group-input,
.group-textarea {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background-color: #f7f7f9;
  font-size: 14px;
  box-sizing: border-box;
}

.group-input,
.group-textarea::placeholder {
  color: #141B5F;
  font-family: "Barlow", sans-serif;
}

.group-textarea {
  height: 112px;
  padding: 16px;
  resize: vertical;
}

.group-submit-button {
  height: 49px;
  width: 100%;
  background-color: #141B5F;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  width: 180px;
}

.group-submit-button:hover {
  background-color: #263093;
}

.modal-inner {
  padding: 30px 20px;
}

.moda-title {
  color: #141B5F;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}

.tour-slider .slick-dots li {
  background: transparent;
  border: 1px solid #141B5F;
  width: 12px !important;
  height: 12px !important;
}

.tour-slider li.slick-active {
  background: #141B5F;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}

.filtre-button a {
  color: #141B5F;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}

.filtre-button {
  display: none;
}

.gray-dropbtn {
  background: #F7F6F6;
}

.hide {
  display: none !important;
}

.uk-slideshow-items {
  height: 600px !important;
}

.sepet_header {
  color: #141B5F;
  font-size: 22px;
  font-weight: 600;
}

.scroll_tab.top_row {
  background: #F7F7F9;
  border-radius: 10px;
  padding: 30px;
}

.table_outer {
  display: grid;
  grid-template-columns: 30% auto;
}

.table_head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
}

.scroll_tab.top_row h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffff;
  font-weight: 600;
}

.tab_row {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
}

a.close_icon {
  position: absolute;
  right: 30px;
  top: 50%;
  color: #fff;
  background: #ec4427;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  padding-top: 3px;
}

.sepet-section {
  display: grid;
  grid-template-columns: 66% auto;
  gap: 4%;
}

.tour_frm.sepetdetay {
  background: #f7f7f9;
  padding: 20px;
  border-radius: 10px;
}

.tab_row h3 {
  color: #EC4427;
}

.sepet-left h3 {
  font-size: 24px;
  font-weight: 600;
  color: #141B5F;
}

.sepet-left p {
  color: #4E5277;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-item {
  flex: 0 0 calc(25% - 10px);
  box-sizing: border-box;
}

h4 span {
  font-size: 16px;
  font-weight: 600;
}

.form-item label {
  font-weight: 500;
}

.form-item input[type=text] {
  border: 1px solid #EBECEF;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-item input[type="text"]:focus {
  border-color: #EC4427;
  box-shadow: 0 0 5px rgba(236, 68, 39, 0.5);

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

user agent stylesheet div {
  display: block;
  unicode-bidi: isolate;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

body {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  color: #101F46;
}

:root {
  --uk-position-margin-offset: 0px;
}

:root {
  --uk-leader-fill-content: .;
}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

.card-section {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%;
}

.card-row {
  border: 1px solid #EBECEF;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.tour_frm.sepetdetay h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f2f2f2 !important;
}

.table>tbody>tr>td {
  font-size: 16px;
  font-weight: 600;
  width: 40% !important;
}

.table>tbody>tr>td a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.table>tbody>tr>td+td {
  font-size: 16px;
  font-weight: 500 !important;
  width: 50% !important;
}

.table>tbody>tr>td+td+td {
  width: 10% !important;
  text-align: left;
}

.rezervationBtn {
  background: #111f46;
  border: 0px;
  padding: 12px 20px;
  color: #fff;
  font-weight: 600;
}

.uk-colmn {
  display: flex;
  flex-direction: column;
}

.uk-colmn select {
  width: 99% !important;
  border: 1px solid #EBECEF;
  height: 34px;
  padding: 6px 12px;
  border-radius: 4px;
}

div#taksitsecenekleri {
  background: #f7f7f9;
  padding: 30px;
  border-radius: 10px;
}

.taksit-section {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.taksit-text {
  font-size: 14px;
  font-weight: 600;
}

.talsit_cols.title-taksit {
  font-weight: 600;
  font-size: 16px;
}

.title-taksit-sub {
  font-weight: 500;
  font-size: 14px;
}

.contact-section {
  border: 1px solid #EBECEF;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 40% 56%;
  gap: 4%;
  padding: 20px;
}

.contact-info-section {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.info-list span {
  font-size: 15px;
}

.contact-info-section p {
  font-style: italic;
  font-size: 15px;
}

h1.baner_txt {
  font-size: 28px;
  font-weight: 600;
  color: #141B5F;
}

.banner_text_cont p {
  color: #4E5277;
  width: 50%;
  margin: 0 auto !important;
}

div#iletisimalani {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%;
}

.panel {
  border: 0px;
  border: 0px !important;
  box-shadow: none !important;
}

.panel-title {
  font-size: 22px !important;
  font-weight: 600;
  color: #141B5F;
}

.col-md-12.mt25 {
  display: none !important;
}

.next_btn {
  background: #141B5F;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  border: 0px;
}

.next_btn {
  background: #141B5F;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  border: 0px;
  border-radius: 4px;
}

.page-row {
  width: 100%;
  display: grid;
  grid-template-columns: 66% 30%;
  gap: 4%;
}

.page-title {
  font-size: 24px;
  font-weight: 600;
  color: #141B5F;
}

.pageContent {
  font-size: 15px;
  line-height: 20px;
  color: #4E5277;
  font-weight: 300;
  margin-top:20px;
}

.destination_item {
  background: #F7F7F9;
  border-radius: 10px;
  padding: 20px;
}

.destination_item span {
  font-size: 20px;
  font-weight: 600;
  color: #141B5F;
  margin-bottom: 10px;
  display: block;
}

.destination_menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.destination_menu ul li a {
  color: #4E5277;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.destination_menu ul li a {
  color: #4E5277;
  font-weight: 500;
  letter-spacing: 0.2px;
  background: #fff;
  padding: 10px;
  width: 100%;
}

.destination_menu ul li a {
  color: #4E5277;
  font-weight: 500;
  letter-spacing: 0.2px;
  background: #fff;
  padding: 14px 8px;
  width: 100%;
  display: block;
  border-radius: 4px;
  transition: all 0.5s;
}

.destination_menu ul li a:hover {
  color: #fff;
  background: #4E5277;
}

.uk-icon {
  color: #000 !important;
}

.uk-breadcrumb>*>* {
  font-size: 13px !important;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  background: #F5F5F5 !important;
  padding: 10px !important;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #f0ecec !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px !important;
  border-radius: 20px !important;
}

.table-bordered>tbody>tr>td {
  border: 1px solid #ddd !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  margin-top: 10px !important;
  padding: 20px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  background: #F5F5F5 !important;
  padding: 10px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.our-services-wp {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.our-services-wp .services-sec {
  width: 100%;
}
.fuarType {
  display: inline-block;
  background: #fdfce2;
  padding: 6px 16px;
  width: auto;
  color: black;
  font-size: 12px;
  border: 1px solid #f0f0f0;
  border-radius:5px;
  line-height:16px;
}