@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
* {
  font-family: 'Space Mono', monospace;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #111;
}

html::-webkit-scrollbar-thumb {
  background: #e274fd;
  border-radius: 5rem;
}

body {
  font-family: 'Space Mono', monospace;
    margin: 0;
    padding: 0;
    background-color: #050405;
    color: white;

}
.bgimage{
  background-image: linear-gradient(rgba(49, 46, 46, 0.7),rgba(46, 42, 42, 0.7)),url(../assests/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.bgimage3{
  background-image: linear-gradient(rgba(49, 46, 46, 0.7),rgba(46, 42, 42, 0.7)),url(../images/bg3.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.image3{
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .bgimage{
    width: 100%;
    height: 100%; 
  }
  body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
.image5{
  width: 80%!important;;
}
 /* .main{
  background-image: linear-gradient(rgba(49, 46, 46, 0.7),rgba(46, 42, 42, 0.7)),url(../assests/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
} */
/* @media (max-width: 991px) {
  .main{
    width: 100%;
    height: 100%; 
  }
} */
/* main {
    margin-right: 8%;
    margin-left: 10%;

} */
.heading {
  text-align: center;
  padding-bottom: 2rem;
  color: #e274fd;

}

.heading span {
  color: #e274fd3b;
  font-size: 2rem;
}

.heading h1 {
  font-size: 4rem;
  color: #fff;
}

.btn {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #e274fd;
  border: .2rem solid #e274fd;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
  font-family: 'Space Mono', monospace;
}

.btn:hover {
  background: #e274fd;
  color: #111;
}

.header {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: 1000;
  background: rgba(40, 26, 43, 0.815);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 9%;
}

.header .navbar a{
  margin:0 1rem;
  font-size: 1.6rem;
  color:#fff;
}

.header .navbar a:hover{
  color:var(--main-color);
  border-bottom: .1rem solid var(--main-color);
  padding-bottom: .5rem;
}

.header .icons div{
  color:#fff;
  cursor: pointer;
  font-size: 2.5rem;
  margin-left: 2rem;
}

.header .icons div:hover{
  color:var(--main-color);
}

#menu-btn{
  display: none;
}
.logo {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-weight: bolder;
}

.logo i {
  color: #e274fd;
  padding-right: .5rem;
}


@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 1.5rem 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #222;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar a {
    padding: 2rem;
    font-size: 2rem;
    display: block;
  }
}
.title {
    font-size: 2.5rem;
}

.search {
    width: auto;
    padding-top: 5vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
      font-size: 2rem;
}

.source-field {
    display: flex;
    align-items: center;
    text-align: center;
    position: inherit;
    padding: 10px;
    border-radius: 10%;
    font-size: 2rem;
}

.dest-field {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 10px;
  border-radius: 10%;
  font-size: 2rem;
}

.source-field input, .dest-field input {
    margin-right: 12px;
    font-size: 2rem;
}

.fa-search {
    color: #9d34bd;
}

input[type=text] {
  font-size: 2rem;
    width:  1000%;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 20px;
    color: white;
    background: rgba(45, 11, 68, 0.4);
    border: 2px solid #712594;
}

input[type=text]:focus {
    outline: none;
    border: 3px solid #e274fd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  font-size: 2rem;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


::placeholder {
    color: white;
    opacity: 0.8;
}

.selected-flight {
    font-size: 1.2rem;
    color: #ccc;
    }

.selected-flight span {
    margin-right: 32px;
}

.input {
    width: 60%;
    margin-top: 3vh;
    padding: 8px 20px;
    border: 2px solid #712594;
    border-radius: 10px;
    background-color: #40225094;
    color: white;
}

select {
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
}

.ticket-class {
    position: relative;
}

.ticket-class:after {
	font-family: FontAwesome;
  	content: '\f107';
  	font-size: 28px;
    position: relative;
    right: 40px;
    top: 5px;
  	color: #ffffff;
  	pointer-events: none;
}

.input:focus {
    outline: none;
    border: 3px solid #e274fd;
}

.options {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    -webkit-tap-highlight-color: transparent;
}

.options label {
    margin-top: 20px;
}

.options input {
    margin-right: 15px;
}

.wrapper {
    padding-top: 5vh;
    margin-bottom: 4vh;
    display: flex;
    flex-direction: column;
    cursor: default;
    text-align: left;
}

.footnote {
    color: rgb(211, 211, 211);
    text-align: left;
    font-size: 10px;
}

.info {
    color: #ddd;
    margin-top: 0px;
    font-size:1.5rem;
}

.headings {
    color: #e274fd;
    font-size: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: rgba(27, 12, 37, 0.89);
    border: 1px solid #b042e2;
}
.wrapper .headings span{
  text-transform:uppercase;
}
.data {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    background: rgba(93, 32, 134, 0.4);
    border: 1px solid #712594;
    padding: 20px;
}

.data:hover {
    border: 1px solid #e274fd;
}

.data span, .headings span {
    flex: 1;
}

.data :nth-last-child(1), .headings :nth-last-child(1) {
    flex: 0;
}
.heading1{
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 3rem;
}

.heading1 span{
    color:#e274fd;
    text-transform: uppercase;
}
.button {
  cursor: pointer;
  margin-top: 36px;
  align-items: center;
  justify-content: center;
}
.button:hover{
  letter-spacing: 2px;
}
.btn {
    cursor: pointer;
    margin-top: 30px;
    /* margin-bottom: 32px; */
    align-items: center;
    justify-content: center;
}
.btn:hover{
      letter-spacing: 2px;
}
.btn-text {
    padding: 6px 12px;
    font-size: 1.7rem;
    color: #e274fd;
    text-align: center;

}


.btn-text:hover {
    background: #e274fd;
    color: white;

}

.container {
    /* margin-top: 5%;
    margin-bottom: 32px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    padding: 1% 0% 3% 0%;
}
.bgimage2{
  background-image: linear-gradient(rgba(49, 46, 46, 0.7),rgba(46, 42, 42, 0.7)),url(../assests/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.details {
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    padding-left: 10%;
    width: 90%;
}

.addons {
    padding-top: 32px;
    padding-left: 10%;
    width: 90%;
}

.seating {
  padding-top: 30vh;
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
    justify-content: center;
    align-items: center;
}

.seating img {
    width: 100%;
}

.receipt {
    padding: 15px;
    margin: 30px;
    width: 50%;
    text-align: left;
    overflow:hidden;
}
.button1 {
  float: right;
  text-align: center;
  text-decoration: none;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #e274fd;
  border: .2rem solid #e274fd;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
  font-family: 'Space Mono', monospace;
}
.button1:hover {
  background: #e274fd;
  color: #111;
}
.button2 {
  float: right;
  text-align: center;
  text-decoration: none;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #e274fd;
  border: .2rem solid #e274fd;
  border-radius: 10%;
  cursor: pointer;
  background: none;
  font-family: 'Space Mono', monospace;
  display:flex;
  text-align:left;
  align-items: center;
}
.button2:hover {
  background: #e274fd;
  color: #111;
}
@media only screen and (max-width: 750px) {
  .button2 {
    width: 20%;    display:flex;
    text-align:left;
    align-items: center;

  }
}
.tick {
    width: 60px;
    margin: auto;
}

@media only screen and (max-width: 750px) {
  body{
    scroll-behavior: smooth;
  }
    /* .flight-list {
        margin: 4px;
    } */
    .headings{
      font-size:1.86rem;
    }
    .data{
      font-size:1.6rem;
    }
    .wrapper {
        overflow-x: auto;
    }

    .headings, .data {
        width: 600px;
    }

    input[type=text] {
        width: 100%;
    }

    .container {
        /* margin-bottom: 32px; */
        grid-template-columns: 1fr;
        justify-items: start;
        border: none;
    }

    .seating {
        display: none;
    }

    .title {
        font-size: 2.8rem;
    }

    .selected-flight {
        font-size: 1.5rem;
    }

    .selected-flight span {
        margin-right: 10px;
    }

    .options {
        font-size: 1.5rem;
    }

    .btn-text {
        font-size: 2rem;
    }

    .input {
        width: 90%;
    }

    main {
        margin: 0;
    }
    .receipt {
        width: 80%;
        background-color: rgba(227, 208, 231, 0);
        box-shadow: none;
        border: none;
        text-align: center;
    }
}

.flight-data {
    font-size: 1.3rem;
    margin-bottom: 24px;
    color: #ddd;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
}
.flight-data div:nth-child(first-child) {
  text-align: left;
}
/* .flight-data div:nth-child(odd) {
    text-align: right;
} */
/* 
.flight-data div:nth-child(even) {
    text-align: left;
    margin-right: 60px;
} */

.flight-data div {
    padding-top: 24px;
}

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 16px/18px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; */
  font-family: 'Space Mono', monospace;

}
.button {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #e274fd;
  border: .2rem solid #e274fd;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
  font-family: 'Space Mono', monospace;

}
.button:hover {
  background: #e274fd;
  color: #111;
}
input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #9334be;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 750px) and (max-width: 1200px) {
    input[type=text] {
        width: 50%;
    }
}
/* Brands */
.section .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.brands-center {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
}

.brand {
  height: 8rem;
  width: 8rem;
  padding: 0 auto;
}

.brand img {
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .brands-center {
    grid-template-columns: repeat(3, 1fr);
  }
  .section{
    display: none;
  }
}
.receipt .flight-data{
  font-size: 1.8rem;
}