:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;

  --mainColor: rgb(236 255 255);
  --mainColor: rgb(236, 255, 255);

  --subMainColor: lightseagreen;
  --maxWidth: 1024px;
  --radius: 10px;
}

/* *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
} */
/* html{
    height: 100vh;
}
body{
    width: 100%;
    position: relative;
    background: var(--mainColor);
} */
.ticketSample h1 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 20px;
  /* padding-bottom: 20px; */
  position: relative;
  text-align: center;
}

.pdf-viewer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 11;
}

.pdf-viewer iframe {
  width: 100%;
  height: 100%;
  border: 0px;
  margin-top: 70px;
}

.close {
  width: 40px;
  height: 40px;
  background: var(--subMainColor);
  z-index: 1;
  position: fixed;
  top: 100px;
  right: 38px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.all-samples {
  /* max-width: 1024px; */
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  margin: 0px auto;
}

.sample-box {
  max-width: 166px;
  max-height: 200px;
  min-width: 150px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #b5ded8;
  height: 164px;
  width: 166px;
  box-shadow: 5px 5px 5px #aaaaaa;
}

.sample-box:hover {
  transform: scale(0.9);
  cursor: pointer;
}

.img-box {
  height: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

/* .sample-box img{
    width:100%;
    height:auto;
} */
.sample-box p {
  background: var(--subMainColor);
  color: var(--mainColor);
  padding: 3px 9px;
  font-size: 14px;
  height: 42px;
  line-height: 19px;
}

/* .btn.web{
  background: var(--subMainColor);
  color: var(--mainColor);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 15px;
} */
@media screen and (max-width: 992px) {
  .sample-box {
    height: 154px;
    width: 148px;
  }
}

@media screen and (max-width: 479px) {
  .all-samples {
    gap: 20px;
  }

  .sample-box {
    max-width: 80px;
  }
}

:root {
  --mainPadding2: 40px;
  --mainPadding1: 100px;
  --headerHeight: 120px;
  --maxWidth: 1024px;
  --radius: 10px;
}

/* body {
  width:100%;
  background: var(--mainColor) url(images/square.svg);
  background-repeat: no-repeat; */
/* background-position: 90% 80%; */
/* background-attachment: scroll; */
/* background-size: 30%; */

/* background-attachment: fixed;
background-position: right bottom;
background-size: 40%;
scroll-behavior: smooth;
} */


/* bannner CSS */
.banner {
  max-width: 1275px;
  padding: var(--paddingZero) var(--mainPadding2);
  text-transform: capitalize;

  position: relative;
  margin: 0px auto 100px auto;
}

.bannerBox {
  padding-top: 30px;
  /* width: 580px; */
}

.bg {
  position: absolute;
  top: 0px;
  right: 0%;
  width: 50%;
  height: 100%;
  background: url(images/banner.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 80%;
}

.bg-chk {
  position: absolute;
  top: 0px;
  right: 0%;
  width: 50%;
  height: 100%;
  background: url(images/sample.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 45%;
}

.extraBold {
  font-size: 28px;
  /* line-height:75px; */
  color: var(--subMainColor);
  text-transform: uppercase;
}

.button_check {
  /* display: inline-block; */
  padding: 10px 20px;
  border-radius: var(--radius);
  /* background: var(--color-primary); */
  color: var(--color-primary);
  border: 1px solid rgba(0, 131, 116, 0.2);
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  margin: auto;
  display: block;
  width: 132px;
}

.button_check:hover {
  background-color: var(--color-primary);
  color: #f6f6f6;
}

.button_check_big {
  font-size: 18px;
  padding: 11px 37px;
}

small.head_small {
  color: var(--subMainColor);
  font-size: 16px;
  display: block;
  line-height: 25px;
  margin-top: 10px;
  font-weight: 300;
}

.bannerBtn {
  margin-top: 20px;
}

.card {
  position: relative;
  width: 230px;
  height: 250px;
  cursor: default;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.front,
.back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #c8dbdb;
  background: #d6e9e9;
  transition: transform .3s;
  border-radius: var(--radius);
}

.front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.back {
  padding: 20px;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: perspective(500px) rotateY(-180deg);
}

.back h3 {
  margin-bottom: 5px;
}

.card:hover .front {
  transform: perspective(500px) rotateY(180deg);
}

.card:hover .back {
  transform: perspective(500px) rotateY(0deg);
}

/*speciality*/
.flex_column {
  display: flex;
  max-width: var(--maxWidth);
  padding: var(--paddingZero) var(--mainPadding2);
  margin: 0% auto;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.flex_column::-webkit-scrollbar {
  display: none;
}

.sub_box {
  background: var(--light30);
  border-radius: var(--radius);
  backdrop-filter: blur(5px);
}

.flex_sub_box {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  text-decoration: none;
  transition: .3s;
}

.flex_sub_box>* {
  margin-bottom: 10px;
}

.img_icon {
  width: 70px;
  aspect-ratio: 1/1;
  background: var(--subMainColor);
  border-radius: var(--radius);
  position: relative;
}

.img_icon::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  background: var(--mainColor);
  mask-size: 70%;
  -webkit-mask-size: 70%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.icon_one::before {
  mask-image: url(images/save_money.svg);
  -webkit-mask-image: url(images/save_money.svg);
}

.icon_two::before {
  mask-image: url(images/live_pnr.svg);
  -webkit-mask-image: url(images/live_pnr.svg);
}

.icon_three::before {
  mask-image: url(images/fast_delevery.svg);
  -webkit-mask-image: url(images/fast_delevery.svg);
}

.icon_four::before {
  background: var(--subMainColor);
  color: var(--mainColor);
  content: 'REAL';
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_five::before {
  background: var(--subMainColor);
  color: var(--mainColor);
  content: '24X7';
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_six::before {
  mask-image: url(images/TrustPilot.svg);
  -webkit-mask-image: url(images/TrustPilot.svg);
}

small.mini_text {
  white-space: break-spaces;
  text-align: center;
}

/*special box*/
.box {
  max-width: var(--maxWidth);
  margin: 50px auto;
  padding: var(--paddingZero) var(--mainPadding2);
  scroll-margin-top: var(--headerHeight);
}

.special_box,
.question {
  width: 100%;
  min-height: 200px;
  padding: var(--mainPadding2);
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  display: none;
}

.special_box:first-child {
  display: block;
}

.question {
  display: block;
  min-height: unset;
  overflow-y: hidden;
  height: 70px;
  margin-top: 20px;
  padding: 20px var(--mainPadding2);
  transition: height .3s;
}

.question p {
  padding-top: 30px;
  transition: padding .3s;
}

.question h3 {
  text-transform: capitalize;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.q_active p {
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: default;
}

.question>h3::after {
  content: '';
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--subMainColor);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-image: url(images/down.svg);
  -webkit-mask-image: url(images/down.svg);
  transition: transform .3s;
}

.q_active>h3::after {
  transform: translateY(-50%) rotate(180deg);
}

.link {
  transition: background .3s, padding .3s;
  border-radius: var(--radius);
}

.link:hover {
  background: var(--light20);
  padding: 0px 5px;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.hScrolling_box {
  white-space: nowrap;
  overflow-x: scroll;
}

.hScrolling_box::-webkit-scrollbar {
  display: none;
}

.pricing {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
}

.price_head {
  padding: 10px;
  background: var(--subMainColor);
  border-radius: var(--radius) var(--radius) 0px 0px;
}

.price_head P,
.price_head small {
  color: var(--mainColor);
  white-space: break-spaces;
}

.price_item {
  padding: 15px 30px 15px 50px;
  font-size: 15px;
  white-space: break-spaces;
  text-align: left;
  position: relative;
}

.price_item::before {
  content: '\2714';
  position: absolute;
  top: 15px;
  left: 30px;
  width: 20px;
  height: 20px;
  /* background: red; */
}

.price_head strong {
  color: var(--mainColor);
  font-size: 40px;
}

.price_box {
  text-align: center;
  padding-bottom: 20px;
  height: fit-content;
  min-width: 300px;
}

.circle-icon {
  background: var(--subMainColor);
  padding: 30px;
  border-radius: 50%;
}

.satisfication {
  display: block;
  min-height: unset;
  overflow-y: hidden;
  margin-top: 20px;
  padding: 20px var(--mainPadding2);
}

.satisfication>p::before {
  content: '\2714';
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
}

.s_box {
  background: var(--light30);
  border-radius: var(--radius);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 991px) {
  .extraBold {
    font-size: 60px;
    line-height: 60px;
  }

  /* .bannerBox {
      width: 470px;
    } */

  /* Styling To Buy Ticket Page */
  .box {
    --maxWidth: 767px;
  }

  .box.padding_zero {
    --paddingZero: 0px 20px;
  }

  /* .allPassenger .input_box {
      padding-bottom: 10px;
    }
   */
  .receipt {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: hidden;
    height: 50px;
    margin-left: 0px;
    z-index: 1;
    background: var(--subMainColor);
    transition: bottom .3s, height .3s, width .3s, max-width .3s;
    overflow-x: hidden;
  }

  .receipt_box {
    transition: all .5s;
    top: unset;
    bottom: 0px;
    height: 80vh;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }

  .receipt_foot {
    padding-bottom: 7px;
  }

  .fullView {
    width: 100vw;
    max-width: 100vw;
    height: 100% !important;
    border-radius: 0px;
    bottom: 0px !important;
  }

  .fullView .receipt_box {
    height: 100%;
  }

  /* .input_box.add_button_box {
      margin-bottom: 60px;
    }
  
    .allPassenger .input_box.add_button_box {
      margin-bottom: 80px;
    } */

  /* .other_box .input_box {
      margin-top: 20px;
    }
  
    .other_box .input_box .input {
      width: 100%;
      margin-right: 0px;
    } */

  /* .airline_input {
      margin-bottom: 20px;
    }
   */

  /* Payments Css */
  .container .section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 50%);
    gap: 20px;
    height: calc(100vh - (var(--headerHeight) + 20px));
  }

  .sourcesBox {
    grid-area: 1/1/-1/2;
    justify-self: end;
  }

  .otherinfo.source,
  .info.source {
    justify-self: start;
    margin: 0px;
    height: 100%;
    max-height: 100%;
  }

  .info.source {
    grid-area: 1/2/2/3;
    max-height: calc(100%);
  }

  .otherinfo.source {
    max-height: calc(100% - 30px);
  }
}




@media screen and (max-width: 767px) {
  :root {
    --mainPadding2: 20px;
  }

  .extraBold {
    font-size: 50px;
    line-height: 50px;
  }

  /* .bannerBox {
      width: 400px;
    } */

  .pricing {
    grid-auto-flow: unset;
    grid-template-columns: 1fr;
    /* max-width: 400px; */
  }

  .menu_T-C {
    font-size: 13px;
  }

  /* buyTicket Styling */
  .box {
    --maxWidth: 600px;
  }

  .flight,
  .hotel,
  .f_h_both {
    width: 100%;
  }

  .route_style {
    width: 100%;
  }

  .route_style span {
    width: 100%;
    text-align: center;
  }

  /* .input {
      margin-right: 20px;
      width: calc(50% - 10px);
    } */

  /* .passenger .input:nth-of-type(2) {
      width: calc(50% - 70px);
    }
  
    .passenger .input:nth-of-type(3) {
      width: calc(50% - 70px);
      margin-right: 0px;
    }
  
    .passenger .input:nth-of-type(4) {
      width: calc(50% - 10px);
    }
  
    .passenger .input:nth-of-type(5) {
      width: calc(50% - 10px);
      margin-right: 0px;
    } */

  /* Payments CSS */
  .otherinfo.source {
    display: none;
  }

  .container .section {
    display: flex;
    height: calc(100vh - var(--headerHeight));
  }

  .info.source {
    position: fixed;
    bottom: 10px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--subMainColor);
    padding: 10px;
    box-shadow: 0px 0px 20px var(--dark70);
    transition: .3s all;
    z-index: 1;
  }

  .infoBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    width: calc(100% - 50px);
    max-width: 500px;
  }

  .infoBox * {
    color: var(--mainColor);
  }

  .lastRaw {
    margin-top: 10px;
  }

  .currency {
    background: var(--mainColor);
    color: var(--subMainColor);
    top: unset;
    bottom: 100%;
  }

  .btnDisable {
    background: var(--subMainColor);
    cursor: pointer;
  }
}


@media screen and (max-width: 550px) {
  /* .stepButtons {
      padding: 0px;
    } */

}

@media screen and (max-width: 479px) {
  :root {
    --headerHeight: 60px;
  }

  body {
    background-position: right bottom;
    background-size: 140%;
  }

  .banner {
    margin-top: 50px;
  }

  .bg {
    top: -70%;
    right: 50%;
    transform: translateX(50%);
    background-position: bottom center;
  }

  .extraBold {
    font-size: 40px;
    line-height: 55px;
    text-align: center;
  }

  small.head_small {
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;
  }

  .bannerBox {
    width: 100%;
    max-width: 362px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex_sub_box {
    min-width: 200px;
  }

  .price_box {
    min-width: 200px;
  }

  .question::after {
    left: unset;
    right: 10px;
    width: 20px;
    height: 20px;
  }

  /* buyticket style */
  .receipt {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .fullView {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    border-radius: 0px;
    bottom: 0px;
  }

  /* .input_box {
      display: block;
      margin-top: 0px;
    }
   */
  .routeHead,
  .hotelHead,
  .passengerNumber {
    padding: 10px 20px 0px 20px;
  }

  .smallheading {
    font-size: 20px;
  }

  /* .input {
      margin: 20px 0px;
      width: 100% !important;
    }
   */
  .add_more_route,
  .add_more_hotel {
    bottom: unset;
    position: relative;
  }

  .passenger {
    margin-bottom: 10px;
    margin-top: 0px;
    display: unset;
    width: 100%;
  }

  /* .passenger .input:nth-of-type(1),
    .passenger .input:nth-of-type(2),
    .passenger .input:nth-of-type(3),
    .passenger .input:nth-of-type(4),
    .passenger .input:nth-of-type(5) {
      width: 100%;
    } */

  /* .allPassenger .input_box {
      display: block;
      padding-bottom: 10px;
    }
  
    .other_box .input_box,.dateAlert ,.receiveDate{
      width: 100% !important;
    } */

  span.route_style_active span,
  span.receivingSourceActive span,
  .route_style span,
  .receivingSource span {
    font-size: 16px;
    padding: 10px;
  }

}

@media screen and (max-width: 400px) {
  .receipt {
    overflow-x: hidden;
  }

  .fullView {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    border-radius: 0px;
    bottom: 0px;
  }
}