.landing-Banner {
  .BannerFelx {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    @media (max-width: 768px) {
      flex-direction: column;
    }
    .Item {
      width: 50%;
      height: 100vh;
      overflow: hidden;
      position: relative;
      @media (max-width: 768px) {
        width: 100%;
        height: 65vh;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        @media (max-width: 768px) {
          object-position: top;
        }
      }
      &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.9) 100%
        );
      }
      .Cnt {
        position: absolute;
        bottom: 50px;
        left: 100px;
        z-index: 9;
        width: 70%;
        @media (max-width: 1360px) {
          left: 70px;
          width: 80%;
        }
        @media (max-width: 1200px) {
          left: 70px;
          width: 83%;
        }
        @media (max-width: 992px) {
          left: 67px;
          width: 84%;
        }
        @media (max-width: 768px) {
          left: 45px;
          width: 70%;
        }
        @media (max-width: 574px) {
          left: 27px;
          width: 86%;
          bottom: 30px;
        }
        h1 {
          color: var(--white-color);
          font-size: 50px;
          line-height: 60px;
          @media (max-width: 1360px) {
            font-size: 37px;
            line-height: 52px;
          }
          @media (max-width: 1200px) {
            font-size: 38px;
            line-height: 45px;
          }
          @media (max-width: 992px) {
            font-size: 34px;
            line-height: 42px;
          }
          @media (max-width: 768px) {
            font-size: 30px;
            line-height: 35px;
          }
        }
        p {
          color: var(--white-color);
          opacity: 0.8;
          margin: 10px 0;
        }
      }
    }
  }
}
.TravelBanner {
  height: 100vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }
  .Banner_title {
    text-align: center;
    color: var(--white-color);
    position: relative;
    z-index: 99;
    h2 {
      font-size: 50px;
      font-weight: 500;
      font-family: "Kurale", serif;
      letter-spacing: -0.5px;
      @media (max-width: 1333px) {
        font-size: 40px;
      }
      @media (max-width: 992px) {
        font-size: 38px;
      }
      @media (max-width: 768px) {
        font-size: 32px;
      }
      @media (max-width: 576px) {
        font-size: 25px;
      }
    }
    h1 {
      font-size: 200px;
      font-weight: 700;
      line-height: 174px;
      letter-spacing: -1.5px;
      @media (max-width: 1333px) {
        font-size: 170px;
        line-height: 160px;
      }
      @media (max-width: 1024px) {
        font-size: 150px;
        line-height: 140px;
      }
      @media (max-width: 992px) {
        font-size: 130px;
        line-height: 120px;
      }
      @media (max-width: 768px) {
        font-size: 90px;
        line-height: 70px;
      }
      @media (max-width: 576px) {
        font-size: 60px;
        line-height: 45px;
      }
    }
  }
  .Banner_Des {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 99;
    width: 100%;
    .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      @media (max-width: 576px) {
        flex-direction: column;
        gap: 20px;
      }
      p {
        color: var(--white-color);
        max-width: 430px;
        @media (max-width: 768px) {
          max-width: 310px;
        }
        @media (max-width: 576px) {
          max-width: 100%;
          text-align: center;
        }
      }
    }
  }
}
.VisaDetailsBanner {
  .Title {
    p {
      margin-bottom: 20px;
      max-width: 800px !important;

      @media (max-width: 992px) {
        margin: 0 auto 20px;
      }
      @media (max-width: 768px) {
        max-width: 100% !important;
      }
    }
  }
}
/* VISA STATUS BANNER */
.VisaBanner {
  text-align: center;
  padding-top: 130px;

  @media (max-width: 992px) {
    padding-top: 110px;
  }

  @media (max-width: 768px) {
    padding-top: 90px;
  }

  @media (max-width: 574px) {
    padding-top: 80px;
  }

  .Title {
    h2 {
      @media (max-width: 574px) {
        br {
          display: contents;
        }
      }
    }
    p {
      max-width: 650px;
      margin: 0 auto;

      @media (max-width: 768px) {
        max-width: 90%;
      }

      @media (max-width: 574px) {
        font-size: 14px;
        line-height: 1.6;
      }
    }
  }

  img {
    border-radius: 18px;
    margin-top: 50px;
    width: 100%;
    height: auto;

    @media (max-width: 768px) {
      margin-top: 30px;
      border-radius: 14px;
    }

    @media (max-width: 574px) {
      margin-top: 30px;
      border-radius: 10px;
    }
  }
}
/* FLIGHT TICKETS BOOKING BANNER */
.FlightTicketsBanner {
  padding-top: 130px;

  @media (max-width: 992px) {
    padding-top: 110px;
  }

  @media (max-width: 768px) {
    padding-top: 90px;
  }

  @media (max-width: 574px) {
    padding-top: 80px;
  }

  .Sectionwrap {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    @media (max-width: 992px) {
      flex-direction: column;
      gap: 30px;
    }

    .Title {
      width: calc(50% - 12px);

      @media (max-width: 992px) {
        width: 100%;
        text-align: center;
      }

      p {
        margin-bottom: 20px;
        max-width: 500px;

        @media (max-width: 992px) {
          margin: 0 auto 20px;
        }
      }

      ul {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;

        @media (max-width: 992px) {
          justify-content: center;
        }

        @media (max-width: 574px) {
          gap: 10px;
        }

        li {
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 14px;
          font-weight: 500;
          color: var(--black-color);
          background-color: rgba(212, 46, 85, 0.1);
          padding: 10px 18px;
          border-radius: 7px;

          @media (max-width: 574px) {
            font-size: 13px;
            padding: 8px 14px;
          }

          i {
            color: var(--primary-color);
            font-size: 18px;
          }
        }
      }
    }

    .Image {
      width: calc(50% - 12px);

      @media (max-width: 992px) {
        width: 100%;
      }

      img {
        width: 100%;
        height: auto;
        border-radius: 18px;
        display: block;
      }
    }
  }
}
/* VISA CHANGES BANNER */
.VisaChangesBanner {
  padding-top: 130px;

  @media (max-width: 992px) {
    padding-top: 110px;
  }

  @media (max-width: 768px) {
    padding-top: 90px;
  }

  @media (max-width: 574px) {
    padding-top: 80px;
  }

  .Flex {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;

    @media (max-width: 992px) {
      flex-direction: column;
      gap: 30px;
    }

    .Image {
      width: calc(55% - 12px);

      @media (max-width: 992px) {
        width: 100%;
        order: 1;
      }

      img {
        width: 100%;
        height: auto;
        border-radius: 18px;
        display: block;
      }
    }

    .Title {
      width: calc(45% - 12px);
      padding-left: 50px;

      @media (max-width: 992px) {
        width: 100%;
        padding-left: 0;
        text-align: center;
        order: 2;
      }

      p {
        @media (max-width: 992px) {
          max-width: 600px;
          margin: 0 auto;
        }
      }

      .Primary_btn {
        margin-top: 20px;
        @media (max-width: 992px) {
          margin: 20px auto 0;
        }
      }
    }
  }
}
.TravelPackageBanner {
  padding-top: 130px;

  @media (max-width: 992px) {
    padding-top: 110px;
  }

  @media (max-width: 576px) {
    padding-top: 90px;
  }

  .Image {
    aspect-ratio: 1295/504;
    width: 100%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    position: relative;

    @media (max-width: 768px) {
      border-radius: 16px;
    }

    @media (max-width: 576px) {
      aspect-ratio: 1/1;
    }

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
      );
      z-index: 2;
      pointer-events: none;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 1;
    }

    .Content {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      width: 92%;
      display: flex;
      align-items: end;
      justify-content: space-between;

      @media (max-width: 768px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        bottom: 20px;
      }

      @media (max-width: 576px) {
        bottom: 15px;
        width: 90%;
      }

      .Titles {
        h6 {
          color: var(--white-color);
          font-weight: 400;
          font-size: 16px;
          background-color: var(--primary-color);
          padding: 4px 20px;
          border-radius: 50px;
          display: inline-block;
          text-transform: capitalize;
          margin-bottom: 10px;

          @media (max-width: 576px) {
            font-size: 12px;
            padding: 3px 14px;
          }
        }

        h1 {
          color: var(--white-color);
          font-size: 40px;
          font-weight: 600;

          @media (max-width: 992px) {
            font-size: 32px;
          }

          @media (max-width: 576px) {
            font-size: 22px;
          }
        }
      }

      .Price {
        display: flex;
        align-items: center;
        gap: 20px;

        @media (max-width: 768px) {
          gap: 12px;
        }

        h2 {
          color: var(--primary-color);
          font-size: 20px;
          font-weight: 700;

          @media (max-width: 576px) {
            font-size: 16px;
          }
        }

        span {
          display: flex;
          align-items: center;
          gap: 10px;
          color: var(--white-color);
          font-size: 20px;
          font-weight: 600;
          border-right: 1px solid var(--white-color);
          padding-right: 20px;

          @media (max-width: 576px) {
            font-size: 14px;
            padding-right: 12px;
            gap: 6px;
          }
        }
      }
    }
  }
}
.BlogBanner {
  padding: 130px 0 80px;

  @media (max-width: 992px) {
    padding: 110px 0 60px;
  }

  @media (max-width: 576px) {
    padding: 90px 0 40px;
  }

  .HeaderFlex {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 30px;

    @media (max-width: 768px) {
      flex-direction: column;
      align-items: start;
      gap: 15px;
    }

    h1 {
      width: 75%;
      font-size: 40px;
      @media (max-width: 576px) {
        br {
          display: contents;
        }
      }

      @media (max-width: 992px) {
        font-size: 32px;
        width: 100%;
      }

      @media (max-width: 576px) {
        font-size: 26px;
      }
    }

    p {
      max-width: 400px;

      @media (max-width: 992px) {
        max-width: 100%;
      }

      @media (max-width: 576px) {
        font-size: 14px;
      }
    }
  }

  img {
    border-radius: 16px;

    @media (max-width: 576px) {
      border-radius: 10px;
    }
  }
}
.Blog_DetailsBanner {
  padding-top: 130px;

  @media (max-width: 992px) {
    padding-top: 110px;
  }

  @media (max-width: 574px) {
    padding-top: 90px;
  }

  .Image {
    aspect-ratio: 1295/542;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      aspect-ratio: 16/9;
    }

    @media (max-width: 576px) {
      aspect-ratio: auto;
      height: 300px;
    }

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
      );
      z-index: 2;
      pointer-events: none;
    }

    .HeaderFlex {
      display: flex;
      align-items: end;
      justify-content: space-between;
      width: 90%;
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9;

      @media (max-width: 768px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      @media (max-width: 576px) {
        bottom: 20px;
      }

      h1 {
        font-size: 40px;
        width: calc(65%);
        color: var(--white-color);

        @media (max-width: 991px) {
          font-size: 32px;
          width: 100%;
        }

        @media (max-width: 576px) {
          font-size: 22px;
        }
      }

      .PublishDate {
        color: var(--white-color);

        @media (max-width: 768px) {
          width: 100%;
        }

        p {
          font-size: 16px;
          opacity: 0.9;

          @media (max-width: 576px) {
            font-size: 14px;
          }
        }

        span {
          font-size: 14px;
          opacity: 0.6;

          @media (max-width: 576px) {
            font-size: 12px;
          }
        }
      }
    }
  }
}
.ServiceBanner {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  

  @media (max-width: 767px) {
    height: 100vh;
  }

  &:after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
  }

  .Title {
    color: var(--white-color);
    text-align: center;
    z-index: 99;
    position: relative;

    @media (max-width: 767px) {
      width: 90%;
    }

    h2 {
      font-family: "Kurale", serif;
      font-weight: 400;

      @media (max-width: 767px) {
        font-size: 18px;
      }
    }

    h1 {
      font-size: 64px;
      letter-spacing: -1px;
      font-weight: 600;
      line-height: 65px;

      @media (max-width: 991px) {
        font-size: 48px;
        line-height: 52px;
      }

      @media (max-width: 767px) {
        font-size: 36px;
        line-height: 40px;
      }

      @media (max-width: 480px) {
        font-size: 32px;
        line-height: 34px;
      }
    }
  }

  .Cnt {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;

    @media (max-width: 767px) {
      bottom: 50px;
    }

    .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;

      @media (max-width: 991px) {
        flex-direction: column;
        text-align: center;
      }

      @media (max-width: 767px) {
        gap: 10px;
      }
    }

    p {
      max-width: 400px;
      color: var(--white-color);
      opacity: 0.8;

      @media (max-width: 991px) {
        max-width: 100%;
      }

      @media (max-width: 767px) {
        font-size: 14px;
      }

      @media (max-width: 480px) {
        font-size: 13px;
      }
    }
  }
}
.ServiceListingBanner {
  padding-top: 130px;

  @media (max-width: 992px) {
    padding-top: 110px;
  }

  @media (max-width: 768px) {
    padding-top: 90px;
  }

  @media (max-width: 574px) {
    padding-top: 80px;
  }

  .HeaderFlex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 50px;

    @media (max-width: 992px) {
      gap: 20px;
      margin-bottom: 40px;
    }

    @media (max-width: 768px) {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 30px;
    }

    .Title {
      flex: 1;

      h1 {
        font-size: 43px;
        font-weight: 700;
        line-height: 1.2;
        color: #000;

        @media (max-width: 992px) {
          font-size: 36px;
        }

        @media (max-width: 768px) {
          font-size: 28px;
        }

        @media (max-width: 574px) {
          font-size: 24px;
        }
      }
    }

    p {
      flex: 1;
      max-width: 500px;

      @media (max-width: 768px) {
        max-width: 100%;
      }
    }
  }

  .Banner {
    width: 100%;
    height: 400px;
    overflow: hidden;

    @media (max-width: 992px) {
      height: 320px;
    }

    @media (max-width: 768px) {
      height: 260px;
    }

    @media (max-width: 574px) {
      height: 200px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }
}
