@charset "utf-8";
/* CSS Document */
/* start */
button,
input {
  font-family: inherit; /* 1 */
  font-size: 30px; /* 1 */
	font-weight: 600;
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
	height: 30px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}


button,
input { /* 1 */
  overflow: visible;
}

button { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}


[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* end */ 
.rtl {
  direction: rtl;
}

.row {
  display: -webkit-box;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap;
}

.col {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header {
  top: 0;
  right: 0;
  width: 100%;
  height: 4rem;
  padding: 0.75rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

.calculator {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 10;
}

.calculator.fetching {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

.form-container {
  display: -webkit-box;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  flex-wrap: wrap;
}

.form-container .col {
    padding: 0;
  }

.c-text-shadow {
  text-shadow: 1px 1px 3px #0000004d;
}
@media only screen and (min-width: 481px), only screen and (min-device-width: 481px){

#from{
	-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 0;

	border-top-left-radius: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 0;
	border: none;
	text-indent: 25px;
}
#to{
	border-right: 2px solid #000!important;
	text-indent: 25px;
}
#connection{
	border-right: 2px solid #000!important;
	text-indent: 25px;
}
#passengers{
	-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 30px;

-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 30px;

	border-top-left-radius: 30px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 30px;
	border-right: 2px solid #000!important;
	text-indent: 25px;
}

.toggle-container .button {
	width: 155px;
	padding: 5px;
	height: 30px;
	margin: 5px;
	font-family: 'Ploni',Arial, Helvetica, sans-serif;
	font-weight: 400;
	float: right;
	line-height: 30px;
	font-size: 22px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #222873;
	background-color: #fff;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }	
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){
#from, #to, #connection, #passengers{
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
	border: none;
	margin-bottom: 10px;
	text-indent: 25px;
}	

.toggle-container .button {
	width: 100px;
	padding: 5px;
	height: 30px;
	margin: 5px;
	font-family: 'Ploni',Arial, Helvetica, sans-serif;
	font-weight: 400;
	float: right;
	line-height: 30px;
	font-size: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #222873;
	background-color: #fff;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }	
}
.autocomplete-wrapper {
  height: 0;
  overflow: visible;
  bottom: 0;
  position: relative;
}

.autocomplete-wrapper .autocomplete-container {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-color: white;
    border-bottom-width: 0;
    position: absolute;
    min-width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

.autocomplete-wrapper .autocomplete-container.open {
      opacity: 1;
    }

.autocomplete-wrapper .autocomplete-container li {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      padding: 0.5rem;
      cursor: pointer;
      margin: 0.25rem;
      border-radius: 0.25rem;
    }

.autocomplete-wrapper .autocomplete-container li:hover {
        background-color: #497FB5;
        color: white;
      }


.toggle-container {
		position: relative;
		height: 50px;
		padding: 0;
		margin: 0;
		float: right;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		background-color: #fff;
}


.toggle-container {
    display: inline-block
}



.toggle-container .button.selected {
	font-family: 'PloniBold',Arial, Helvetica, sans-serif;
 	color: #fff;
     background-color: #8AC4FD;
    }



.fullwidth-container {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: top;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  background-image: url('./bg-desktop.jpg');
}

input {
  padding: 0.75rem;
  outline: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-family: FontAwesome, tahoma, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.875rem;
  width: 100%;
	border: none;
}

input.airport-input {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }


input.airport-input {

      border-right-width: 1px;

      border-color: #fc8181
  }
      .rtl input.airport-input {
        border-left-width: 1px;
        border-right-width: 0;
      }

input.passengers-input {
    flex-shrink: 1;
  }

/* ############ RESULTS PAGE ############ */


.card {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#etz-ehad .card .feature-image {
    background-image: url('./etz-ehad.jpg');
  }

#makat-shemesh .card .feature-image {
    background-image: url('./shemesh.jpg');
  }

.card .feature-image {
    height: 12rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-size: cover;
    background-color: rbga(0, 0, 0, 0.2);
    background-blend-mode: lighten;
  }

.card .feature-image h2 {
      font-size: 2.25rem;
      color: white;
      text-shadow: 1px 1px 3px #0000004d;
      font-weight: 700;
    }

.card h3 {
    margin: 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
  }

.card p {
    margin: 1.5rem;
  }

.card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }




.footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: Assistant, sans-serif;
}

.bdetails {
  display: -webkit-box;
  display: flex;
  overflow-x: hidden;
  margin: -1rem;
  font-weight: 700;
}


.bdetails {
    width: 60%;

    margin-left: auto;

    margin-right: auto
}

.bdetails .slide {
    padding: 1rem;
    font-family: Assistant, sans-serif;
    max-width: 100vw;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-box-flex: 1;
            flex: 1 0 100%;
  }

.bdetails .slide .card {
      height: 100%;
    }

.bdetails .slide .card h2 {
        text-align: center;
        padding: 1rem;
        color: #497FB5;
        font-size: 1.25rem;
      }


.bdetails .slide .card h2 {
          padding-left: 1.5rem;

          padding-right: 1.5rem;

          padding-top: 2.5rem;

          font-size: 1.5rem
      }

.bdetails .slide .card h2.bank {
          font-size: 1.5rem;
          padding: 1rem;
          background-color: #49b247;
          color: white;
          text-shadow: 1px 1px 3px #0000004d;
        }


.bdetails .slide .card h2.bank {
            font-size: 1.875rem;

            padding: 1.5rem;

            font-weight: 700
        }


  .md\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }


