* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #000;
  font-family: "Play", serif;
}
a {
  text-decoration: none;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000 !important;
  border: 1px solid #fff;
  border-radius: 50%;
}
.dot.active {
  background-color: yellow !important;
  border: 1px solid #000;
}
.head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  h1 {
    color: #000;
    font-size: 3.5em;
    text-transform: uppercase;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  p {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    text-transform: uppercase;
  }
}
.hero {
  position: relative;
  text-align: center;
  video {
    width: 60%;
  }
  /* video:hover{
        height: 100vh;
    } */
}
.banner {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  .logo {
    text-align: center;
    img {
      width: 5em;
    }
  }
}
/* .form{
    input{
        width: 100%;
        border-radius: 30px;
        padding: 10px 20px;
    }
} */

.form {
  form {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding: 10px 0;
    background-color: #000;
  }
  form .input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  form .input-wrapper input {
    border-radius: 30px;
    padding: 5px 35px 5px 10px;
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
  }
  form .input-wrapper::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  form input + input {
    margin-top: 5px;
  }
  form .btn1 {
    font-family: "Play", serif;
    text-align: center;
    color: #000;
    display: block;
    margin: auto;
    width: 100%;
    background-color: #9fc131;
    border: none;
    outline: none;
    border-radius: 30px;
    padding: 0;
  }
  form .filters {
    padding-bottom: 10px;
  }
  form .filters span {
    font-family: "Bebas Neue", serif;
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    padding: 1px 18px;
    background-color: #fff;
    border-radius: 20px;
  }
  form .filters .dates {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 1px 10px 1px 10px;
  }
  form .filters .dates i {
    padding-left: 20px;
    font-size: 22px;
  }
  form .filters .comforty {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 2px 10px 2px 10px;
  }
  form .filters .comforty span {
    font-size: 16px;
    line-height: 1;
    padding: 0 0 0 10px;
  }
}

.categories {
  .box {
	border: 2px solid #ffffff88;
    line-height: 1;
    position: relative;
    overflow: hidden;
    margin: auto;
    height: 100px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    height: 35vh;
  }
  .box p {
    font-family: "Bebas Neue", serif;
    font-size: 10em;
    letter-spacing: 1px;
    opacity: 0.75;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 40%);
    z-index: -1;
    transition: 0.5s;
  }
  .box:hover .overlay {
    background-color: rgba(0, 0, 0, 0%);
  }
  .avia {
    background-image: url("../imgs/plane2.jpg");
  }
  .taxi {
    background-image: url("../imgs/taxi_usa.jpeg");
  }
  .bus {
    background-image: url("../imgs/bus on usa streests.jpeg");
  }
  .metro {
    background-image: url("../imgs/metro train on usa.jpeg");
  }
  .train {
    background-image: url("../imgs/train2.jpg");
  }
  .renta {
    background-image: url("../imgs/rentacar_bg.jpg");
  }
  .heli {
    background-image: url("../imgs/helic4.jpeg");
  }
  .privjet {
    background-image: url("../imgs/privjet3.jpeg");
  }
  .ship {
    background-image: url("../imgs/ferrie11.jpeg");
  }
  .yacht {
    background-image: url("../imgs/yacht1.jpg");
  }
  .cruise {
    background-image: url("../imgs/cruise3.jpg");
  }

  .box form {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 25%;
    input {
      display: inline-block;
      border-radius: 30px;
      padding: 0 35px 0 10px;
      outline: none;
      border: none;
      margin: 3px 0;
      width: 70%;
    }
	.spanes {
    font-family: "Bebas Neue", serif;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    padding: 1px 18px;
    background-color: #fff;
	color: #212529;
    border-radius: 20px;
	width: 25%;
	text-align: center;
  }
	.btn1 {
      font-family: "Play", serif;
      color: #000;
      display: block;
	  margin-top: 3px;
      width: 25%;
      background-color: #9fc131;
      border: none;
      outline: none;
      border-radius: 30px;
      padding: 3px 5px;
    }
	.from{
		display: inline-block;
		position: relative;
		width: 70%;
		input{
			width: 100%;
		}
		.fa-location-dot{
			cursor: pointer;
			color: #212529;
			position: absolute;
			right: 5%;
			top: 50%;
			transform: translateY(-50%);
		}
	}
  }
  .box {

    .dots {
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #000 !important;
      border: 1px solid #fff;
      border-radius: 50%;
    }
    .dots.active {
      background-color: yellow !important;
      border: 1px solid #000;
    }
    #comforts {
	margin: 3px 0;
      position: absolute;
      right: 0;
      top: 5%;
      cursor: pointer;
      display: flex;
      align-items: center;
      background-color: #fff;
      color: #212529;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      padding: 2px 10px 2px 10px;
      font-family: "Bebas Neue", serif;
      height: 26px;
    }
    #comforts span {
      font-size: 16px;
      line-height: 1;
      padding: 0 0 0 10px;
    }
  }
}
