header {
  box-shadow: none !important;
  position: relative;
}

main {

}

section#buying-steps {
  padding: 1vw 5vw;
  width: 100%;
  height: 6.5vw;
  background-color: white;
  position: sticky;
  webkit-position: sticky;
  top: 0;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.2);
}

section#buying-steps::before {
  content: "";
  width: 90%;
  height: 0.1vw;
  background: linear-gradient(
    to left,
    transparent,
    rgba(192, 192, 192, 0.5),
    transparent
  );
  position: absolute;
  top: 0;
}

.steps-container {
  width: 72%;
  height: 100%;
  position: relative;
  justify-content: space-between !important;
  transform: translateY(-0.5vw);
}

.steps-container > div {
  width: 4vw;
  height: 4vw;
  position: relative;
  transition: all 0.25s;
  background: white;
}

.steps-container > div:not(:last-child) {
  z-index: 2;
}

.steps-container > div i {
  font-size: 1.5vw;
  transition: all 0.25s;
}

.steps-container > div * {
  opacity: 0.5;
}

.steps-container > div.active * {
  opacity: 1;
}

.steps-container > div.active i {
  color: #00a276;
}

.steps-container > div span {
  position: absolute;
  top: 80%;
  font-size: 0.8vw;
  font-weight: normal;
  text-align: center;
  width: 10vw;
}

.steps-container > div.active span {
  color: #00a276;
  font-weight: 600;
}

.steps-container .bar {
  width: 100%;
  height: 0.06vw;
  background: rgba(192, 192, 192, 0.65);
  position: absolute;
  z-index: 0;
}
.steps-container .bar span {
  background: #00a276;
  position: absolute;
  right: 0;
  height: 0.06vw;
}

section.ticket-details-preview {
  padding: 2.5vw 9vw;
  width: 100%;
  min-height: 12vw;
  position: relative;
  justify-content: start !important;
}

section.ticket-details-preview > div {
  width: 100%;
  min-height: 14vw;
  position: relative;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.15);
  border-radius: 0.85vw;
  background: white;
  justify-content: space-between !important;
}

.ticket-details-preview-right-side {
  padding-top: 1.5vw;
  width: 55%;
  min-height: 14vw;
}

.ticket-preview > span.flight-type-label {
  position: absolute;
  top: 1.1vw;
  right: 1vw;
  padding: 0.2vw 0.75vw;
  border-radius: 1vw;
  font-size: 0.8vw;
  font-weight: 300;
  color: #0c0e13;
  background-color: rgba(192, 192, 192, 0.35);
}

.ticket-preview .ticket-template-right-side-divider {
  width: 100% !important;
  position: relative;
  height: 8vw !important;
  overflow: hidden;
  /*border: 1px solid red;*/
}

.ticket-preview div.sub-divider:nth-child(1) {
  width: 20%;
  overflow: hidden;
}

.ticket-preview div.sub-divider:nth-child(1) > span {
  padding-bottom: 0.5vw;
  width: 4.15vw;
  height: 2vw;
  position: absolute;
  right: 0 !important;
  transform: rotate(-90deg) translateY(1.5vw);
  margin: 0 !important;
  font-weight: 500;
  background-color: var(--blue2);
  color: var(--light-bg);
  font-size: 0.9vw;
  border-radius: 0.6vw 0.6vw 0 0;
}

.ticket-preview div.sub-divider {
  padding: 0.5vw;
  gap: 0.5vw;
  position: relative;
  height: 100%;
}

.ticket-preview div.sub-divider:nth-child(1) {
  width: 20%;
}

.ticket-preview div.sub-divider:nth-child(2) {
  width: 60%;
}

.ticket-preview div.sub-divider:nth-child(3) {
  width: 20%;
}

.ticket-preview div.sub-divider:nth-child(1) figure {
  position: relative;
  width: 3vw;
  transform: translateX(-1vw);
}
.ticket-preview div.sub-divider:nth-child(1) figure img {
  width: 100%;
}

.ticket-preview div.sub-divider:nth-child(1) figure figcaption {
  width: 8vw;
  position: absolute;
  top: 110%;
  font-weight: normal;
  font-size: 0.75vw;
  text-align: center;
}

.ticket-preview .origin-destination {
  width: 22vw;
  position: relative;
}

.ticket-preview .origin-destination svg {
  width: 45%;
  transform: translateY(-1vw) rotateY(-180deg);
}

.ticket-preview .origin-destination h4 {
  font-size: 1vw;
  font-weight: bold;
  width: 25%;
  gap: 0.25vw;
  color: var(--dark-font);
}

.ticket-preview .origin-destination h4:first-child {
  transform: translateX(0.75vw);
  align-items: end !important;
}

.ticket-preview .origin-destination h4:last-child {
  transform: translateX(-0.75vw);
  align-items: start !important;
}

.ticket-preview .origin-destination h4 span:nth-child(1) {
  font-size: 1vw;
  font-weight: bold;
}

.ticket-preview .origin-destination h4 span:nth-child(2) {
  font-size: 0.9vw;
  font-weight: 600;
}

.ticket-preview .origin-destination h4 span:nth-child(3) {
  font-size: 0.8vw;
  font-weight: 300;
}

.ticket-preview div.flight-duration {
  font-weight: 500;
  font-size: 0.7vw;
  /*color: var(--dark-font);*/
  color: var(--dark-blue);
  position: absolute;
  bottom: 28%;
  opacity: 0.5;
}

.ticket-preview div.flight-duration i {
  margin-left: 0.2vw;
  transform: scale(1.2);
}

.ticket-preview div.sub-divider:nth-child(3) {
  padding-left: 1.5vw;
  align-items: end;
  gap: 0.5vw;
}

.ticket-preview div.sub-divider:nth-child(3) span {
  font-size: 0.7vw;
  gap: 0.25vw;
  padding: 0.25vw 0.75vw;
  border-radius: 1vw;
  background-color: rgba(192, 192, 192, 0.35);
  font-weight: normal;
}

.ticket-preview div.sub-divider:nth-child(3) span i {
  font-size: 0.9vw;
}

.ticket-details-preview-left-side {
  padding: 0.5vw;
  width: 22%;
  min-height: 14vw;
  border-right: 1px solid rgba(192, 192, 192, 0.5);
  gap: 0.5vw;
  justify-content: space-between !important;
}

.ticket-details-preview-left-side .btn {
  padding-top: 0.5vw;
  width: 88%;
  height: 2.5vw;
  border: 0.15vw var(--blue2) solid;
  color: var(--blue2);
  font-weight: 500;
  font-size: 0.95vw;
  border-radius: 2vw;
}

.ticket-details-preview-left-side .btn:hover {
  background: var(--blue2);
  color: var(--dark-font);
  filter: brightness(1.3);
  font-weight: 600;
}

.ticket-details-preview-left-side .price-details2 {
  width: 100%;
  height: 10vw;
  position: relative;
  gap: 0.75vw;
}

.ticket-details-preview-left-side .price-details2 > span {
  position: absolute;
  top: 95%;
  font-size: 0.7vw;
  font-weight: normal;
  color: gray;
}

.ticket-details-preview-left-side .price-details2 > div {
  width: 86%;
  justify-content: space-between !important;
  font-size: 0.85vw;
  color: gray;
  font-weight: normal;
}

.ticket-details-preview-left-side .price-details2 > div svg {
  margin-right: 0.25vw;
  width: 0.9vw;
  fill: gray;
}

.ticket-details-preview-left-side .price-details2 > div.total {
  font-size: 1.15vw;
  color: var(--blue2);
  font-weight: normal;
}

.ticket-details-preview-left-side .price-details2 > div.total :last-child {
  font-weight: 600;
}

.ticket-details-preview-left-side .price-details2 > div.total svg {
  width: 1.25vw;
  fill: var(--blue2);
}

section.insert-passenger-details {
  padding: 0 9vw;
  width: 100%;
  min-height: 12vw;
  position: relative;
  justify-content: start !important;
  margin-bottom: 1vw;
}

section.insert-passenger-details > div {
  width: 100%;
  min-height: 14vw;
  position: relative;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.15);
  border-radius: 0.85vw;
  background: white;
  justify-content: space-between !important;
}

/*///////*/

.countdown-container {
  width: 8vw;
  min-height: 2vw;
  position: absolute;
  top: 1vw;
  left: 1vw;
}

.countdown-container h4 {
  font-size: 0.9vw;
  gap: 0.25vw;
  font-weight: 600;
  color: #ff0044;
}

.countdown-container h4 i {
  font-size: 1vw;
}

ul.flip-clock-container {
  position: absolute;
  transform: scale(0.18);
  top: -1.2vw;
}

ul.flip-clock-container * {
  direction: ltr !important;
  font-family: Kalameh, sans-serif !important;
}

@media screen and (max-width: 1300px) {
  ul.flip-clock-container {
    transform: scale(0.14);
    top: -3vw;
  }
}

@media screen and (max-width: 1000px) {
  ul.flip-clock-container {
    transform: scale(0.11);
    top: -4vw;
  }
}

@media screen and (min-width: 1800px) {
  ul.flip-clock-container {
    transform: scale(0.21);
    top: -1vw;
  }
}

@media screen and (min-width: 2000px) {
  ul.flip-clock-container {
    transform: scale(0.28);
    top: 0.5vw;
  }
}
/*///////*/

form.passengers-info-forms {
  padding: 1.75vw;
  width: 100%;
  min-height: 14vw;
  position: relative;
  gap: 2.5vw;
  justify-content: start !important;
  align-items: start !important;
}

form.passengers-info-forms h2 {
  font-weight: 600;
  font-size: 1.25vw;
  color: #0c0e13;
  gap: 0.35vw;
  position: relative;
}

form.passengers-info-forms h2 i {
  font-size: 1.35vw;
}

form.passengers-info-forms h2::before {
  content: "";
  width: 36vw;
  height: 0.1vw;
  background: linear-gradient(to left, var(--blue2), transparent);
  position: absolute;
  right: 0;
  top: 165%;
  transform: skew(-25deg);
}

form.passengers-info-forms .form-divider {
  padding-top: 5vw;
  width: 100%;
  min-height: 16vw;
  position: relative;
  column-gap: 1vw;
  row-gap: 2.6vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

form.passengers-info-forms .form-divider:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 0.1vw;
  background: linear-gradient(
    to left,
    transparent,
    rgba(192, 192, 192, 0.4),
    transparent
  );
  position: absolute;
  bottom: -1.75vw;
}

form.passengers-info-forms.inner-flights .form-divider .form-divider-title {
  gap: 1.5vw;
  position: absolute;
  top: 1vw;
  right: 0;
  font-size: 0.95vw;
  font-weight: 600;
  color: #333333;
}

form.passengers-info-forms.inner-flights .form-divider .form-divider-title h5 {
  padding: 0.5vw 0.75vw;
  border: 0.1vw solid silver;
  font-size: 0.95vw;
  border-radius: 2.5vw;
  font-weight: 600;
  color: #333333;
}

form.passengers-info-forms.foreign-flights .form-divider h5 {
  padding: 0.5vw 0.75vw;
  gap: 1.5vw;
  position: absolute;
  top: 1vw;
  right: 0;
  font-size: 0.95vw;
  font-weight: 600;
  color: #333333;
  border-radius: 2.5vw;
  border: 0.1vw solid silver;
}

form.passengers-info-forms .form-divider .form-divider-title label {
  font-size: 0.85vw;
  cursor: pointer;
  gap: 0.25vw;
  transition: all 0.25s ease-in-out;
  margin: 0 !important;
  font-weight: normal;
}

form.passengers-info-forms .form-divider .form-divider-title input {
  display: none;
}

form.passengers-info-forms
  .form-divider
  .form-divider-title
  input:checked
  ~ label
  i {
  background: var(--blue2);
}

form.passengers-info-forms
  .form-divider
  .form-divider-title
  input:checked
  ~ label
  i
  span {
  left: calc(100% - 1.1vw);
}

form.passengers-info-forms .form-divider .form-divider-title label * {
  pointer-events: none;
}

form.passengers-info-forms
  .form-divider
  .form-divider-title
  label
  .label-button {
  width: 2.5vw;
  height: 1.25vw;
  border-radius: 2vw;
  border: 0.1vw solid silver;
  transition: all 0.25s ease-in-out;
  position: relative;
}

form.passengers-info-forms
  .form-divider
  .form-divider-title
  label
  .label-button
  span {
  margin: 0 !important;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: linear-gradient(45deg, #d3d3d3, white);
  position: absolute;
  left: 0.1vw;
  box-shadow: 0 0 0.25vw rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease-in-out;
}

form.passengers-info-forms .form-divider div.input-frame {
  height: 3.5vw;
  position: relative;
  border-radius: 0.85vw;
  border: 0.1vw solid rgba(36, 47, 51, 0.2);
  cursor: pointer;
}

form div.input-frame > .input-group {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}

form div.input-frame.birthday {
  z-index: 2;
}

form div.input-frame.passport {
  z-index: 3;
}

form div.input-frame.birthday > .input-group,
form div.input-frame.passport > .input-group {
  width: calc(100% / 3);
}

form div.input-frame.birthday > .input-group:not(:last-child),
form div.input-frame.passport > .input-group:not(:last-child) {
  border-left: 0.1vw solid silver;
}

form div.input-frame.birthday h6,
form div.input-frame.passport h6 {
  position: absolute;
  bottom: 120%;
  right: 0.25vw;
  font-weight: normal;
  font-size: 0.85vw;
  z-index: 12;
  color: #343434;
}

form div.input-frame > .input-group > input {
  padding: 0.5vw 0.95vw !important;
  width: 100%;
  height: 100%;
  background: transparent !important;
  font-size: 1.1vw;
  font-weight: 500;
}

form div.input-frame > .input-group > input::placeholder {
  opacity: 0.55;
}

form div.input-frame > .input-group s {
  padding: 0 0.5vw;
  height: 2.5vw;
  background: white;
  text-decoration: none;
  font-style: unset !important;
  pointer-events: none;
  position: absolute;
  z-index: 5;
  right: 1vw;
  font-weight: normal;
  font-size: 1.1vw;
  color: #8f8f8f;
  transition: all 0.2s;
  margin: 0 !important;
  transform: scale(1) translateY(0.35vw);
}

form div.input-frame > .input-group s.focused {
  right: 0.35vw !important;
  transform: scale(0.7) translateY(-2.2vw);
  text-align: start;
}

form .input-group .drop-down-container {
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.15);
}

form .input-group.open .drop-down-container.gender {
  height: 8vw !important;
}

form .input-group i.fa-chevron-down {
  left: 0.75vw;
}

.form-divider.contact-info {
  padding: 1vw !important;
  justify-content: space-between !important;
  align-items: start !important;
  display: flex !important;
}

.form-divider.contact-info > div {
  width: 50%;
  min-height: 14vw;
  gap: 1vw;
}

.form-divider.contact-info .sub-div {
  align-items: start !important;
  justify-content: start !important;
  gap: 2.5vw;
}

.form-divider.contact-info .sub-div2 {
  align-items: center !important;
  justify-content: center !important;
}

.form-divider.contact-info .sub-div h2 {
  font-size: 1.4vw;
  font-weight: 600;
}

.form-divider.contact-info .sub-div p {
  font-size: 1vw;
  font-weight: normal;
  line-height: 1.75vw;
  text-align: start !important;
}

.form-divider.contact-info .sub-div2 .input-frame {
  width: 19vw !important;
}

.submit-cont {
  padding: 2vw;
  width: 100%;
  position: relative;
  justify-content: space-between !important;
}
.terms-and-conditions {
  text-decoration: underline !important;
}
.terms-and-conditions:hover {
  color: var(--blue2);
}
.submit-cont button[type="submit"] {
  padding: 0.6vw;
  width: 14vw;
  background: var(--blue2);
  border-radius: 1vw;
  color: var(--light-bg);
  font-weight: 600;
  font-size: 1vw;
}

.submit-cont button[type="submit"]:hover {
  filter: brightness(1.25);
  color: var(--dark-font);
}

.submit-cont a.btn {
  padding: 0.5vw;
  width: 14vw;
  margin-top: 0.75vw;
  border: 0.1vw solid var(--blue2);
  border-radius: 1vw;
}

/*///*/

.f-foreigners {
  display: none !important;
}

.f-foreigners.active {
  display: flex !important;
}

.f-iranians {
  display: none !important;
}

.f-iranians.active {
  display: flex !important;
}

/**/

main.confirm-again > h1 {
  margin-top: 3vw;
  width: 100%;
  text-align: center;
  font-size: 1vw;
}

form.payment-gate > h1 {
  margin-top: 3vw;
  width: 100%;
  text-align: center;
  font-size: 1.1vw;
  font-weight: 600;
}

form.payment-gate {
  margin-top: 1vw;
  gap: 2vw;
}

.banks-payment-gates-selector {
  padding: 2vw;
  min-width: 20vw;
  border-radius: 1vw;
  box-shadow: 0 0 0.35vw rgba(0, 0, 0, 0.2);
  position: relative;
  gap: 0.75vw;
  background-color: white;
  overflow: hidden;
}

.banks-payment-gates-selector input {
  display: none;
}

.banks-payment-gates-selector .labels {
  width: 100%;
  gap: 2vw;
}

.banks-payment-gates-selector .labels label {
  width: 5vw;
  height: 5vw;
  border-radius: 0.6vw;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}

.banks-payment-gates-selector .labels label img {
  width: 100%;
  overflow: hidden;
}

.banks-payment-gates-selector
  input:nth-child(1):checked
  ~ .labels
  label:nth-child(1) {
  border: 0.1vw solid var(--blue2);
  box-shadow: 0 0 0.75vw rgba(0, 106, 138, 0.5);
}

.banks-payment-gates-selector
  input:nth-child(2):checked
  ~ .labels
  label:nth-child(2) {
  border: 0.1vw solid var(--blue2);
  box-shadow: 0 0 0.75vw rgba(0, 106, 138, 0.5);
}

.banks-payment-gates-selector
  input:nth-child(3):checked
  ~ .labels
  label:nth-child(3) {
  border: 0.1vw solid var(--blue2);
  box-shadow: 0 0 0.75vw rgba(0, 106, 138, 0.5);
}

.banks-payment-gates-selector
  input:nth-child(4):checked
  ~ .labels
  label:nth-child(4) {
  border: 0.1vw solid var(--blue2);
  box-shadow: 0 0 0.75vw rgba(0, 106, 138, 0.5);
}

.banks-payment-gates-selector
  input:nth-child(5):checked
  ~ .labels
  label:nth-child(5) {
  border: 0.1vw solid var(--blue2);
  box-shadow: 0 0 0.75vw rgba(0, 106, 138, 0.5);
}

.banks-payment-gates-selector
  input:nth-child(6):checked
  ~ .labels
  label:nth-child(6) {
  border: 0.1vw solid var(--blue2);
  box-shadow: 0 0 0.75vw rgba(0, 106, 138, 0.5);
}

.banks-payment-gates-selector
  input:nth-child(7):checked
  ~ .labels
  label:nth-child(7) {
  border: 0.1vw solid var(--blue2);
  box-shadow: 0 0 0.75vw rgba(0, 106, 138, 0.5);
}

.banks-payment-gates-selector .payment-button {
  margin-top: 2vw;
  width: 100%;
  gap: 0.6vw;
  position: relative;
}

.banks-payment-gates-selector .payment-button h3 {
  font-size: 0.9vw;
  font-weight: 600;
}

.payment-button h2 {
  color: var(--blue2);
  gap: 0.5vw;
  font-size: 1.6vw;
  font-weight: 600;
}

.payment-button h2 svg {
  width: 1.5vw;
  fill: var(--blue2);
}
.payment-btn-container {
  gap: 1vw;
}
.payment-button button[type="submit"] {
  margin-top: 1vw;
  background-color: var(--blue2);
  color: var(--light-bg);
  font-weight: 600;
  width: 14vw;
  border-radius: 0.75vw;
  transition: all 0.25s ease-in-out;
}

.payment-button button[type="submit"]:hover {
  filter: brightness(1.25);
  color: var(--dark-font);
}

.payment-button a.cancel {
  padding: 0.5vw;
  background-color: transparent;
  color: #ff0044;
  width: 14vw;
  transition: all 0.25s ease-in-out;
  border: 0.1vw solid #ff0044;
  font-weight: 500;
}

.payment-button a.cancel:hover {
  background-color: #ff0044;
  color: white;
}
.terms-page {
  justify-content: start;
  padding-top: 1vw;
  gap: 1.7vw;
}
.terms-page h1 {
  font-size: 1.72vw;
}
.terms-content {
  align-items: start;
  width: 85%;
  display: flex;
  flex-direction: column;
  border: 0.1vw solid rgb(233, 233, 233);
  padding: 1vw 1.4vw;
  border-radius: 0.8vw;
  gap: 1.2vw;
}
.terms-content h3 {
  font-size: 1.22vw;
  color: var(--blue2);
}
.terms-content p {
  text-align: right;
  line-height: 2vw;
}
@media screen and (max-width: 450px) {
  section#buying-steps {
    padding: 2vw 4vw;
    height: 14.5vw;
    box-shadow: 0 1.2vw 1.6vw rgba(0, 0, 0, 0.2);
  }
  .steps-container {
    width: 92%;
    height: 100%;
    position: relative;
    justify-content: space-between !important;
    transform: translateY(-0.5vw);
  }
  .steps-container > div {
    width: 9vw;
    height: 9vw;
  }
  .steps-container > div i {
    font-size: 3.85vw;
  }
  .steps-container > div span {
    position: absolute;
    top: 80%;
    font-size: 2.12vw;
    white-space: nowrap;
    font-weight: normal;
    text-align: center;
    width: 10vw;
  }
  form.payment-gate > h1 {
    margin-top: 7vw;
    font-size: 3.31vw;
  }
  .banks-payment-gates-selector {
    padding: 4vw;
    margin-top: 6vw;
    width: 90% !important;
    border-radius: 3vw !important;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
    position: relative;
    gap: 1.95vw;
    background-color: white;
    overflow: hidden;
  }
  .banks-payment-gates-selector .labels label {
    width: 15vw;
    height: 15vw;
    border-radius: 2vw;
  }
  .banks-payment-gates-selector .payment-button h3 {
    font-size: 3.19vw;
  }
  .banks-payment-gates-selector .payment-button {
    margin-top: 2vw;
    gap: 1.9vw;
  }
  .payment-button h2 {
    gap: 1.5vw;
    font-size: 3.86vw;
  }
  .payment-button h2 svg {
    width: 4.46vw;
    fill: var(--blue2);
  }
  .payment-btn-container {
    gap: 3vw;
    flex-direction: row;
    margin-top: 4vw;
  }
  .payment-button button[type="submit"] {
    margin-top: 0;
    width: 38vw;
    padding: 1.5vw;
    border-radius: 1.75vw;
    font-size: 3vw;
  }
  .payment-button a.cancel {
    padding: 1.2vw;
    width: 38vw;
    border: 0.1vw solid #ff0044;
    font-size: 3vw;
    border-radius: 1.75vw;
  }

  .banks-payment-gates-selector
    input:nth-child(1):checked
    ~ .labels
    label:nth-child(1) {
    border: 0.1vw solid var(--blue2);
    box-shadow: 0 0 2.75vw rgba(0, 106, 138, 0.5);
  }

  .banks-payment-gates-selector
    input:nth-child(2):checked
    ~ .labels
    label:nth-child(2) {
    border: 0.1vw solid var(--blue2);
    box-shadow: 0 0 2.75vw rgba(0, 106, 138, 0.5);
  }

  .banks-payment-gates-selector
    input:nth-child(3):checked
    ~ .labels
    label:nth-child(3) {
    border: 0.1vw solid var(--blue2);
    box-shadow: 0 0 2.75vw rgba(0, 106, 138, 0.5);
  }

  .banks-payment-gates-selector
    input:nth-child(4):checked
    ~ .labels
    label:nth-child(4) {
    border: 0.1vw solid var(--blue2);
    box-shadow: 0 0 2.75vw rgba(0, 106, 138, 0.5);
  }

  .banks-payment-gates-selector
    input:nth-child(5):checked
    ~ .labels
    label:nth-child(5) {
    border: 0.1vw solid var(--blue2);
    box-shadow: 0 0 2.75vw rgba(0, 106, 138, 0.5);
  }

  .banks-payment-gates-selector
    input:nth-child(6):checked
    ~ .labels
    label:nth-child(6) {
    border: 0.1vw solid var(--blue2);
    box-shadow: 0 0 2.75vw rgba(0, 106, 138, 0.5);
  }

  .banks-payment-gates-selector
    input:nth-child(7):checked
    ~ .labels
    label:nth-child(7) {
    border: 0.1vw solid var(--blue2);
    box-shadow: 0 0 2.75vw rgba(0, 106, 138, 0.5);
  }
  main.confirm-again > h1 {
    margin-top: 6vw;
    font-size: 3vw;
    line-height: 6vw;
  }
  section.ticket-details-preview > div {
    width: 100%;
    min-height: 44vw;
    flex-direction: column;
    position: relative;
    box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.15);
    border-radius: 2.35vw;
  }
  .ticket-details-preview-right-side {
    padding-top: 1.5vw;
    width: 100%;
    min-height: 54vw;
    justify-content: space-around;
    margin-top: 3vw;
  }
  .ticket-preview .ticket-template-right-side-divider {
    width: 100% !important;
    position: relative;
    height: 38vw !important;
    overflow: hidden;
    /* border: 1px solid red; */
  }
  .ticket-preview div.sub-divider:nth-child(1) > span {
    padding-bottom: 0.5vw;
    width: 11.15vw;
    height: 4vw;
    padding: 2vw;
    right: -2vw !important;
    font-size: 2.5vw;
    border-radius: 2.6vw 2.6vw 0 0;
  }
  .ticket-preview div.sub-divider:nth-child(1) {
    width: 30%;
  }
  .ticket-preview > span.flight-type-label {
    position: absolute;
    top: 5.6vw;
    right: 4vw;
    padding: 1vw 2.95vw;
    border-radius: 2.1vw;
    font-size: 3vw;
    font-weight: 300;
    color: #0c0e13;
    background-color: rgba(192, 192, 192, 0.35);
  }
  .ticket-preview div.sub-divider:nth-child(1) figure {
    position: relative;
    width: 9vw;
    transform: translateX(-1vw);
  }
  .ticket-preview div.sub-divider:nth-child(1) figure figcaption {
    width: 8vw;
    position: absolute;
    top: 110%;
    font-weight: normal;
    font-size: 2.75vw;
    text-align: center;
  }
  .ticket-preview div.sub-divider:nth-child(2) {
    width: 100%;
  }
  .ticket-preview .origin-destination svg {
    width: 90%;
    transform: translateY(-1vw) rotateY(-180deg);
  }
  .ticket-preview .origin-destination h4 span:nth-child(1) {
    font-size: 3vw;
  }
  .ticket-preview .origin-destination h4 span:nth-child(2) {
    font-size: 3vw;
  }
  .ticket-preview .origin-destination h4 span:nth-child(3) {
    font-size: 2.8vw;
  }
  .ticket-preview div.flight-duration i {
    margin-left: 0.2vw;
    transform: scale(1.5);
  }
  .ticket-preview div.flight-duration {
    font-weight: 500;
    font-size: 2.37vw;
    /* color: var(--dark-font); */
    color: var(--dark-blue);
    position: absolute;
    bottom: 28%;
    opacity: 0.5;
  }
  section.ticket-details-preview {
    padding: 2.5vw 4vw;
  }
  .ticket-preview div.sub-divider:nth-child(3) {
    padding-left: 1.5vw;
    align-items: end;
    gap: 0.5vw;
    position: absolute;
    bottom: 31vw;
    flex-direction: row;
    left: 15vw;
  }
  .ticket-preview div.sub-divider:nth-child(3) span {
    font-size: 2.7vw;
    gap: 1.25vw;
    padding: 0.85vw 1.75vw;
    border-radius: 2vw;
    white-space: nowrap;
  }
  .ticket-preview div.sub-divider:nth-child(3) span i {
    font-size: 2.9vw;
  }
  .ticket-details-preview-left-side {
    padding: 0.5vw;
    width: 100%;
    min-height: 14vw;
    border-right: none;
    gap: 0.5vw;
    justify-content: space-between !important;
  }
  .ticket-details-preview-left-side .price-details2 > div {
    width: 86%;
    justify-content: space-between !important;
    font-size: 3.25vw;
  }
  .ticket-details-preview-left-side .price-details2 {
    width: 100%;
    height: 38vw;
    position: relative;
    gap: 1.75vw;
  }
  .ticket-details-preview-left-side .price-details2 > div svg {
    margin-right: 0.25vw;
    width: 2.9vw;
    fill: gray;
  }
  .ticket-details-preview-left-side .price-details2 > div.total {
    font-size: 3.35vw;
  }
  .ticket-details-preview-left-side .price-details2 > div.total svg {
    width: 4.25vw;
    fill: var(--blue2);
  }
  .ticket-details-preview-left-side .price-details2 > span {
    position: absolute;
    top: 95%;
    font-size: 2.97vw;
    font-weight: normal;
    top: 85%;
    color: gray;
  }
  section.insert-passenger-details {
    padding: 0 4vw;
    width: 100%;
    margin-top: 3vw;
  }
  section.insert-passenger-details > div {
    width: 100%;
    min-height: 14vw;
    position: relative;
    box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.15);
    border-radius: 2.85vw;
    padding: 2vw;
    background: white;
    justify-content: space-between !important;
  }
  form.passengers-info-forms h2 {
    font-weight: 600;
    font-size: 3.75vw;
    color: #0c0e13;
    gap: 0.35vw;
    position: relative;
    margin-bottom: 3vw;
  }
  form.passengers-info-forms h2 i {
    font-size: 3.75vw;
  }
  form.passengers-info-forms h2::before {
    content: "";
    width: 66vw;
    height: 0.4vw;
    background: linear-gradient(to left, var(--blue2), transparent);
    position: absolute;
    right: 0;
    top: 165%;
    transform: skew(-25deg);
  }
  .countdown-container {
    width: 25vw;
    min-height: 2vw;
    position: absolute;
    top: 3vw;
    left: 1vw;
  }
  .countdown-container h4 i {
    font-size: 3.5vw;
  }
  .countdown-container h4 {
    font-size: 2.9vw;
    gap: 0.25vw;
    font-weight: 600;
    color: #ff0044;
  }
  ul.flip-clock-container {
    position: absolute;
    transform: scale(0.18);
    top: -4.2vw;
  }
  form.passengers-info-forms.inner-flights .form-divider .form-divider-title {
    gap: 1.5vw;
    position: absolute;
    top: 1vw;
    right: 0;
    font-size: 0.95vw;
    font-weight: 600;
    color: #333333;
  }
  form.passengers-info-forms .form-divider {
    padding-top: 12vw;
    width: 100%;
    min-height: 16vw;
    position: relative;
    column-gap: 2vw;
    row-gap: 8.6vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  form.passengers-info-forms.inner-flights
    .form-divider
    .form-divider-title
    h5 {
    padding: 0.95vw 1.75vw;
    border: 0.2vw solid silver;
    font-size: 2.95vw;
    border-radius: 2.5vw;
    font-weight: 600;
    color: #333333;
  }
  form.passengers-info-forms .form-divider .form-divider-title label {
    font-size: 2.85vw;
    cursor: pointer;
    gap: 0.25vw;
    transition: all 0.25s ease-in-out;
    margin: 0 !important;
    font-weight: normal;
  }
  form.passengers-info-forms
    .form-divider
    .form-divider-title
    label
    .label-button {
    width: 8.5vw;
    height: 4.25vw;
    border-radius: 2.5vw;
    border: 0.2vw solid silver;
    transition: all 0.25s ease-in-out;
    position: relative;
  }
  form.passengers-info-forms
    .form-divider
    .form-divider-title
    label
    .label-button
    span {
    width: 3vw;
    height: 3vw;
    left: 0.5vw;
  }
  form.passengers-info-forms
    .form-divider
    .form-divider-title
    input:checked
    ~ label
    i
    span {
    left: calc(100% - 3.4vw);
  }
  form.passengers-info-forms .form-divider div.input-frame {
    height: 12.5vw;
    position: relative;
    border-radius: 2.1vw;
    border: 0.1vw solid rgba(36, 47, 51, 0.2);
    cursor: pointer;
  }
  form div.input-frame > .input-group s {
    padding: 0 0.5vw;
    height: 5.5vw;
    z-index: 5;
    right: 3vw;
    top: -3.4vw;
    font-weight: normal;
    font-size: 3.4vw;
    color: #8f8f8f;
    transition: all 0.2s;
    margin: 0 !important;
    transform: scale(1) translateY(0);
  }
  form div.input-frame > .input-group > input {
    padding: 0.85vw 2.25vw !important;
    width: 100%;
    height: 100%;
    background: transparent !important;
    font-size: 3.1vw;
    font-weight: 500;
  }
  form div.input-frame.birthday h6,
  form div.input-frame.passport h6 {
    position: absolute;
    bottom: 140%;
    right: 0.25vw;
    font-weight: normal;
    font-size: 2.85vw;
    z-index: 12;
    color: #343434;
  }
  form div.input-frame > .input-group s.focused {
    right: 3vw !important;
    transform: scale(1) translateY(1vw);
    text-align: start;
    top: -4vw;
  }
  .form-divider.contact-info .sub-div h2 {
    font-size: 3.74vw;
    font-weight: 600;
  }
  form.passengers-info-forms .form-divider {
    flex-direction: column;
  }
  .form-divider.contact-info > div {
    width: 100%;
    min-height: 14vw;
    gap: 1vw;
  }
  .form-divider.contact-info .sub-div p {
    font-size: 3vw;
    font-weight: normal;
    line-height: 5.75vw;
    text-align: start !important;
  }
  .form-divider.contact-info .sub-div2 .input-frame {
    width: 100% !important;
    margin-bottom: 5vw;
  }
  .submit-cont button[type="submit"] {
    padding: 1.96vw;
    width: 38vw;
    background: var(--blue2);
    border-radius: 2vw;
    color: var(--light-bg);
    font-weight: 600;
    font-size: 3.6vw;
  }

  .submit-cont a.btn {
    padding: 1.96vw;
    width: 39vw;
    margin-top: 0vw;
    border: 0.3vw solid var(--blue2);
    border-radius: 2vw;
    font-size: 3.6vw;
  }
  .submit-cont {
    flex-direction: column;
    gap: 3vw;
  }
  .ticket-details-preview-left-side .btn {
    padding-top: 0.5vw;
    width: 88%;
    height: 7.5vw;
    border: 0.35vw var(--blue2) solid;
    font-size: 2.95vw;
    border-radius: 2vw;
  }
  form .input-group.open .drop-down-container.gender {
    height: 30vw !important;
    border-radius: 3vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.3) !important;
  }
  form.passengers-info-forms.foreign-flights .form-divider h5 {
    padding: 1.5vw 2.75vw;
    gap: 1.5vw;
    position: absolute;
    top: 1vw;
    right: 0;
    font-size: 2.95vw;
    font-weight: 600;
    color: #333333;
    border-radius: 2.5vw;
    border: 0.1vw solid silver;
  }
  form .input-group i.fa-chevron-down {
    right: -3vw;
    position: absolute;
    font-size: 3vw;
    bottom: 3.95vw;
    width: 100%;
    text-align: end;
  }
  .terms-page {
    justify-content: start;
    padding-top: 4vw;
    gap: 3.7vw;
  }
  .terms-page h1 {
    font-size: 4.72vw;
  }
  .terms-content {
    align-items: start;
    width: 90%;
    display: flex;
    flex-direction: column;
    border: 0.3vw solid rgb(233, 233, 233);
    padding: 3.5vw 2.4vw;
    border-radius: 2.2vw;
    gap: 3.2vw;
  }
  .terms-content h3 {
    font-size: 3.82vw;
    color: var(--blue2);
  }
  .terms-content p {
    text-align: right;
    line-height: 7vw;
    font-size: 3.4vw;
  }
  .accept-terms {
    font-size: 2.4vw;
  }
}
