@charset "UTF-8";

.custom-absolute-y-center {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.custom-border-color-1 {
  border-color: #31363c !important;
}

.custom-border-color-2 {
  border-color: #44494e !important;
}

.custom-border-color-3 {
  border-color: #f4f4f4 !important;
}

.custom-filter-grayscale-1 {
  filter: grayscale(1);
}

@media (min-width: 500px) {
  .custom-ws-nowrap {
    white-space: nowrap !important;
  }
}

@media (max-width: 991px) {
  .custom-remove-left-divider {
    border-left: 0 !important;
  }
}

.custom-bg-color-grey-1 {
  background-color: #eff1f3 !important;
}

.custom-font-size-1 {
  font-size: 0.55em;
}

.custom-font-size-2 {
  font-size: 0.35em;
}

.custom-letter-spacing-1 {
  letter-spacing: 5px;
}

.custom-letter-spacing-2 {
  letter-spacing: 3px;
}

@media (max-width: 575px) {
  .custom-xs-margin-top-1 {
    margin-top: -80px;
  }
}

@media (min-width: 1200px) {
  .custom-xl-margin-top-1 {
    margin-top: -70px;
  }
}

/* Header */
#header {
  top: 0;
}

#header .list > li > a {
  font-weight: 400;
  font-size: 13.6px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  color: var(--dark);
}

#header
  .header-nav.header-nav-line
  .header-nav-main
  nav
  > ul
  > li:hover.no-line-effect
  > a:before,
#header
  .header-nav.header-nav-line
  .header-nav-main
  nav
  > ul
  > li.active.no-line-effect
  > a:before {
  content: none;
}

html:not(.sticky-header-active) #header .header-body.header-border-bottom {
  border-bottom: 0;
}

/* Custom Section Padding */
@media (min-width: 992px) {
  .custom-section-padding-1 {
    padding: 10vw 0 !important;
  }
}

/* Custom Product Image Styles */
@media (min-width: 1200px) {
  .custom-product-image-style-1 {
    position: absolute;
    top: 81%;
    left: 130px;
    transform: translate3d(0, -50%, 0);
  }
  .custom-product-image-style-1 img {
    max-width: calc(100% + 740px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-product-image-style-1 img {
    margin-left: 140px;
    max-width: 170%;
  }
}

@media (min-width: 992px) {
  .custom-product-image-style-2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    max-width: none;
    width: 47vw;
  }
}

/* Custom Icons */
.custom-icon-left-arrows,
.custom-icon-right-arrows {
  position: relative;
  width: 13px;
  height: 13px;
}

.custom-icon-left-arrows:before,
.custom-icon-right-arrows:before {
  content: "";
  position: absolute;
  left: -35%;
  top: 50%;
  width: 90%;
  height: 90%;
  border-top: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  opacity: 0.6;
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.custom-icon-left-arrows:after,
.custom-icon-right-arrows:after {
  content: "";
  position: absolute;
  right: -35%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.custom-icon-right-arrows {
  transform: rotateY(180deg);
}

/* Custom Min Width */
.custom-min-width {
  display: inline-block;
  min-width: 170px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-min-width {
    min-width: 140px;
  }
}

/* Custom Play Button */
.custom-play-button-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--light);
  color: var(--dark);
  transition: ease transform 300ms;
  font-size: 20.8px;
  font-size: 1.3rem;
}

.custom-play-button-1:hover {
  transform: scale(1.1);
}

/* Custom List Styles */
.custom-list-style-1 > li {
  margin: 0 !important;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  border-right: 1px solid #414346;
  line-height: 1;
}

.custom-list-style-1 > li:last-child {
  border-right: 0;
}

/* Custom SVG Line Animation */
@keyframes customSVGLineAnim {
  from {
    stroke-dasharray: 380;
    stroke-dashoffset: 170;
  }
  to {
    stroke-dasharray: 310;
    stroke-dashoffset: 340;
  }
}

.customSVGLineAnim {
  animation-name: customSVGLineAnim;
}

@keyframes customSVGLineAnimTwo {
  from {
    stroke-dasharray: 820;
    stroke-dashoffset: 500;
  }
  to {
    stroke-dasharray: 1120;
    stroke-dashoffset: 500;
  }
}

.customSVGLineAnimTwo {
  animation-name: customSVGLineAnimTwo;
}

/* 360º Product Viewer */
.cd-product-viewer-handle .handle {
  border: none;
}

.cd-product-viewer-handle .fill {
  background-color: #e8e9e9;
}

/* Skin */
/* Product Carousel Thumb Gallery */
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover,
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
  border-color: var(--primary);
}

.flag {
  margin-right: 5px;
}
.border-left-0 {
  border-left: none !important;
}
.border-right-0 {
  border-right: none !important;
}
.h100 {
  height: calc(100vh);
}
#idplaysinline {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan-features ul li {
  text-align: left;
}
.plan-features ul li span.description {
  display: inline-block;
  width: 65%;
}
.plan-features ul li span.price {
  display: inline-block;
  text-align: right;
  color: #000000;
  font-weight: bold;
  width: 35%;
}
.nav-item-25 {
  width: 25% !important;
}
.nav-link img {
  opacity: 0.4;
}
.nav-link.active img {
  opacity: 1 !important;
}
.p-01 {
  padding: 0.1rem !important;
}
.mt-n-1 {
  margin-top: -1px !important;
}
@media (max-width: 556px) {
  .nav-tabs li .nav-link {
    border-radius: none !important;
  }
  .nav-tabs li .nav-link {
    padding: 0.7rem !important;
  }
}
.showsection {
  font-size: 1.3rem !important;
}
.showsection span img {
  border-radius: 50%;
  padding: 1px;
  background: #fff;
  height: 48px;
  margin: 7px 10px 7px 0px;
  border: 2px solid var(--primary);
}
.iconimagebig {
  border-radius: 50%;
  padding: 5px;
  background: #fff;
  height: 48px;
  margin: 7px 10px 7px 0px;
  border: 1px solid var(--primary);
}
.airportnamedep {
  font-weight: 700;
  font-size: 2.4rem;
  color: #3a3a3a;
  margin-bottom: 10px !important;
}
.airportnamearr {
  font-weight: 700;
  font-size: 2.4rem;
  color: #3a3a3a;
  margin-bottom: 10px !important;
}
.iconimage {
  width: 24px;
}
.pr-0 {
  padding-right: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.flightdata {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  color: #3a3a3a;
  text-align: center !important;
}
.flightdata:first-child {
  padding-left: 15px !important;
}
.flightdata:last-child {
  padding-right: 15px !important;
}
ul.list {
  margin: 0px !important;
  padding: 0px !important;
}
ul.list li {
  list-style: none;
  text-align: left;
  padding: 3px 5px;
  margin: 3px;
  background: var(--grey-100);
}
ul.list li:first-child {
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
ul.list li:last-child {
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
ul.list li img {
  width: 20px;
  margin-right: 5px;
  vertical-align: top;
}
.ml-1 {
  margin-left: 10px;
}
.text-right {
  text-align: right;
}
.badge-primary-100 {
  background: var(--primary-100);
  margin: 7px 30px 7px 10px;
  border-radius: 7px;
  padding: 10px 20px !important;
}

.page-header h1 {
  color: var(--primary);
  display: inline-block;
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  position: relative;
}
.mr-0 {
  margin-right: 0px !important;
}
.price-menu-item .price-menu-item-details .price-menu-item-line {
  width: calc(100% - 60px);
}
.price-menu-item-img {
  position: absolute;
  z-index: 2;
}
.price-menu-item .price-menu-item-details {
  padding-left: 60px;
}
.price-menu-item .price-menu-item-desc {
  padding-left: 60px;
}
.table td {
  /* border-left:3px solid #fff;*/
}
.table td:first-child {
  border-left: none !important;
}
.table tr:first-child td:first-child {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
}
.table tr:first-child td:last-child {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}
.table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}
.table td {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid #fff;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  background: rgba(0, 0, 0, 0.1);
}
.btn-rounded {
  border-radius: 7px;
}

#header .header-nav-features .header-nav-features-cart .actions .btn {
  margin: 4px 0px 0px 0px;
}
#header .header-nav-features .header-nav-features-dropdown {
  padding: 1px 5px 0px 5px;
  min-width: 200px;
}

#header
  .header-nav-features
  .header-nav-features-cart
  .header-nav-features-dropdown {
  padding: 1px 5px 5px 5px;
}
.text-footer-swiss h4 {
  color: #bb81f8 !important;
  font-size: 32px;
  line-height: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 25px;
}
.text-footer-swiss p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #ffffff;
}
.text-footer-swiss p a {
  color: #ffffff;
  font-size: 24px;
  line-height: 38px;
}
.text-footer-swiss a {
  color: #fff !important;
  font-size: 24px;
  line-height: 38px;
}
.text-footer-swiss a i {
  color: #fff !important;
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
}
#footer {
  margin-top: 0px !important;
}
.flag-img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0 !important;
}
.infoblog {
  width: 100%;
  padding: 20px;
  background: #fff;
  color: #333;
  background: #f4f4f4;
  clear: both;
}
.infoblog h4 {
  color: #c7374d;
  margin-bottom: 10px;
}
.tablePassengers th {
  font-size: 1.1rem;
  color: #9ea19b !important;
}
.explXLST,
.explEXST,
.explNRST {
  background-color: none !important;
}
.tableSeatTypes > :not(caption) > * > * {
  background-color: transparent !important;
}

.caleran-container,
.caleran-container-mobile {
  font-size: 15px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.caleran-container-mobile .caleran-input .caleran-footer button {
  font-size: 15px;
  padding: 8px;
  font-weight: 400;
  outline: none;
  border: none;
  border-radius: 4px;
  width: calc((100% - 10px) / 2);
}
.caleran-container-mobile .caleran-input .caleran-footer button.caleran-cancel {
  background: rgba(0, 0, 0, 0);
  color: #5b5b5b;
  border: 1px solid #5b5b5b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {
  background: #d39a48;
  color: #fff;
  border: 1px solid #c68b2b;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-title,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-title {
  background: #f5f7f8 !important;
}
.caleran-container-mobile .caleran-input .caleran-footer {
  background: #f5f7f8 !important;
}
.caleran-container-mobile .caleran-input .caleran-header {
  background: #f5f7f8 !important;
}

.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-selected,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-selected,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end {
  background: #a351e5 !important;
}
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start:not(.caleran-hovered)
  span,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start:not(.caleran-hovered)
  span {
  background: #d39a48;
}
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end:not(.caleran-hovered)
  span,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end:not(.caleran-hovered)
  span {
  background: #d39a48;
}
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-today {
  color: #c68b2b !important;
  font-weight: bold;
}
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-selected.caleran-today,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start.caleran-today,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-selected.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end.caleran-today {
  color: #ffffff !important;
}
.caleran-header-end-date {
  width: 100px;
}
.caleran-header-end-weekday {
  width: 80px;
  float: right;
}
.caleran-header-start-date {
  width: 110px;
}
.caleran-header-start-weekday {
  width: 110px;
}

::selection {
  color: #fff;

  background: #9d48e0 !important;
}
::selection {
  color: var(--primary-inverse);

  background: var(--primary);
}
::selection {
  color: var(--primary-inverse);

  background: var(--primary);
}
Element {
}
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-title,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-title {
  text-align: center;
  font-weight: 400;
  font-size: 1.1em;
  color: #424242;
  background: #dab9f9 !important;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  padding: 12px 8px;
}
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-selected.caleran-today,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start.caleran-today,
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-selected.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-start.caleran-today,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end.caleran-today {
  color: #ffffff !important;
}
.caleran-container
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end:not(.caleran-hovered)
  span,
.caleran-container-mobile
  .caleran-input
  .caleran-calendars
  .caleran-calendar
  .caleran-days-container
  .caleran-day.caleran-end:not(.caleran-hovered)
  span {
  background: #a351e5;
}

.swissHeader {
  color: #851ecc;
  text-transform: none !important;
  font-weight: bold;
}

.tablePassengersOverview tbody tr td {
  background: none !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 2px dotted #fff;
}

#idflight0detail,
#idflight1detail {
  background: #fff;
  border-radius: 10px;
  margin: 0px -15px 10px -15px;
  padding: 10px;
  top: 10px;
  position: relative;
  width: calc(100% + 30px);
}

.FlightSumDetails {
  border-bottom: 2px solid #f1e8fc;
  font-weight: bold;
}
.FlightSumDetailsSsr {
  border-bottom: 2px solid #f1e8fc;
}

.FlightSumDetailsSsr span:first-child {
  padding-left: 20px;
}
.FlightSumDetails:last-child {
  border-bottom: none;
}
.tablePassengersWelcome {
  width: 100%;
}
table.tablePassengersWelcome thead tr th {
  background: rgba(134, 28, 204, 0.6);
  color: #fff !important;
  border-radius: none;
  border-left: 2px solid #fff;
  width: 15%;
  text-align: center;
  vertical-align: bottom;
  padding: 10px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ffffff;
}
table.tablePassengersWelcome thead tr th span {
  color: #fff !important;
}
table.tablePassengersWelcome thead tr th img {
  width: 32px;
  height: auto;
}
table.tablePassengersWelcome thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-left: none;
  width: 25%;
  text-align: left;
}
table.tablePassengersWelcome thead tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
table.tablePassengersWelcome tbody tr td {
  background: #f4f4f4;
  padding: 10px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ffffff;
}
table.tablePassengersWelcome tbody tr:last-child td {
  border-bottom: 0px;
}
table.tablePassengersWelcome tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
  border-left: none;
  text-align: left;
}
table.tablePassengersWelcome tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.idcol3 {
  margin-top: 20px;
  border-top: 1px solid #e4e4e4;
}
.borderBlockBottom {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f4f4f4;
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {
  background: #9d48e0;
  color: #fff;
  margin-left: 7px;
  font-weight: 500;
  border: 1px solid #9d48e0;
}

.circleIcon {
  background: rgba(133, 30, 204, 0.7);
  transition: fill 0.3s ease;
}
.textIcon {
  color: #fff;
  font-size: 148px;
  font-family: "Georgia", serif;
  font-weight: bold;
  dominant-baseline: middle;
  text-anchor: middle;
  transition: fill 0.3s ease;
}

svg:hover .circleIcon {
  background: rgba(133, 30, 204, 0.2);
  transition: fill 0.3s ease;
}
svg:hover .textIcon {
  background: rgba(133, 30, 204, 0.2);
}

.bounce-loader {
  transition: all 0.2s;
  margin: 0px auto !important;
  text-align: center;
  width: 300px;
  left: 0px !important;
  position: relative !important;
  top: 0px !important;
}

.cssload-float-rings-loader {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  perspective: 380px;
}
.cssload-float-rings-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}
.cssload-float-rings-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 5px solid var(--grey-500);
}
.cssload-float-rings-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 5px solid var(--grey-500);
}
.cssload-float-rings-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 5px solid var(--grey-500);
}
