:root {
  --primary: #027499;
  --secondary: #ff865f;
  --black: #000000;
  --gray: #7f7f7f;
  --grayOrange: #ffc4b0;
  --mainFont: "Tajawal", serif;
}

/* Font import start */
@font-face {
  font-family: "MyCustomFont";
  src: url("./font/SriLankan Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Font import end */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "mainFont", sans-serif;
  margin: 0;
  padding: 0;
}

/* Navbar section */
nav {
  background-color: var(--primary);
  height: 90px;
  display: flex;
  align-items: center;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.moreNavIcon {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 3px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  margin-right: 7px;
}
.navbarLastItem a {
  text-decoration: none;
}
.moreNavIcon i {
  margin-top: 2px;
}
.moreNav p {
  margin-left: 5px;
  margin-top: 3px;
}
.navbarLastItem {
  cursor: pointer !important;
}
.moreNav .moreNavIcon,
.moreNav p {
  color: #fff;
}
.moreNav .moreNavIcon:hover,
.moreNav p:hover {
  color: var(--secondary);
  border-color: var(--secondary);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.navItem {
  display: flex;
  align-items: center;
  justify-content: space-around !important;
  width: 100%;
}

.navItem span {
  width: 120px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navItem span:hover {
  color: var(--secondary) !important;
}
.navPara {
  margin-left: -8px !important;
}
.navPara2 {
  margin-left: -5px !important;
}
.navbarLastItem {
  margin-right: 0 !important;
}

.navItem span p a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.8px;
  cursor: pointer;
}

.navItem span p a:hover,
.navItem span p a:active {
  color: var(--secondary);
}

.logo {
  font-family: "MyCustomFont", sans-serif;
  cursor: pointer;
}
.logoImg {
  height: 50px;
}
.navItem span p i {
  margin-right: 10px;
  font-size: 20px;
}

.navItem span p .active {
  color: var(--secondary);
}

/* Header section */
header {
  height: 120px;
  margin-left: 140px;
  margin-right: 140px;
  text-align: center;
  margin-top: 110px;
  display: flex;
  justify-content: center;
}

.booking {
  height: 78px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 103px;
  color: #fff;
  cursor: pointer;
  margin-top: -50px;
}
.booking:hover {
  background-color: #064b63;
}
.booking h1 {
  font-family: "MyCustomFont", sans-serif;
  font-size: 35px;
}

#lessThenforBtn {
  position: relative;
  right: 70px;
  font-size: 24px;
}

.bookingHr {
  background-color: var(--secondary);
  border: none;
  height: 1px;
  margin-top: -50px;
}

/* Main section */
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.mainItem {
  width: 660px;
}
header a {
  text-decoration: none;
}
.fa-less-than {
  position: relative;
  left: -7%;
}

.btn-group {
  display: inline-flex;
  border: 2px solid #ccc;
  border-radius: 27px;
  overflow: hidden;
  background-color: var(--grayOrange);
}

.btn-group .btn {
  width: 220px;
  background-color: var(--grayOrange);
  border: none;
  padding: 10px 0;
  font-size: 14px;
  height: 60px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, border-radius 0.3s;
}

.btn-group .btn:first-child {
  border-left: none;
}

.btn-group .btn:hover {
  background-color: var(--secondary);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 27px;
}

.btn-group .btn:active {
  background-color: var(--secondary);
  border-color: #ccc;
}

.btn-group .btn.active {
  background-color: var(--secondary);
  color: white;
  border-radius: 27px;
}

.destination {
  height: 350px;
  width: 100%;
  border: 1px solid #00000040;
  margin-top: -170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form,
.to {
  width: 330px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form {
  border-right: 1px solid #00000040;
}

.destinationLeft h2,
.destinationRight h2 {
  color: #00000080;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.destinationLeft h1,
.destinationRight h1 {
  color: #027499;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
}

.destinationLeft {
  margin-right: 40px;
}

.destinationRight {
  margin-left: 40px;
}

.destinationLeft p,
.destinationRight p {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.destinationImg {
  position: relative;
  left: 37.5%;
  top: 95px;
}

.destinationImg img {
  background-color: #fff !important;
  height: 180px;
  width: 180px;
}

.Departure {
  width: 100%;
  height: 73px;
  background-color: #fff;
  margin-top: 15px;
  border: 1px solid #00000040;
  cursor: pointer;
}

.Departure p {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
}

.Departure:hover {
  background-color: rgb(248, 249, 251);
}

.promocode {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  color: #027499;
}

.promocode a {
  text-decoration: none;
}
#container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#content1,
#content2 {
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchSection {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.searchBtn {
  width: 220px;
  height: 42px;
  border-radius: 32px;
  background-color: var(--secondary);
  color: #fff;
  border: none;
  cursor: pointer;
}

.searchBtn p {
  font-size: 24px;
  font-weight: 800;
  margin-top: 5px;
}

.searchBtn:hover {
  background-color: var(--grayOrange);
}

.searchBtn:active {
  background-color: var(--secondary);
}

#toggleButton {
  width: 100%;
  height: 73px;
  background-color: #fff;
  margin-top: 15px;
  border: 1px solid #00000040;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

#toggleButton:hover {
  background-color: rgb(248, 249, 251);
}

/* calender Section Start  */

.calendar {
  width: 660px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  align-self: center;
  height: auto;
  margin-top: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.calendar-header {
  background: #fff;
  color: black;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  position: relative;
  margin-top: 20px;
  font-family: "mainFont", sans-serif;
  font-weight: 700;
  margin-top: 30px;
}

.calendar-header button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 30px;
  color: #ff865f;
  cursor: pointer;
  font-weight: 800;
}

.prev-button {
  left: 30px;
  font-size: 22px;
}

.next-button {
  right: 30px;
  font-size: 22px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.day-names {
  font-family: "mainFont", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 12px;
}

.calendar-grid div {
  padding: 10px;
  padding-top: 13px;
  font-size: 24px;
  color: #333;
  border-radius: 50%;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}

.calendar-days div {
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 50%;
  font-family: "mainFont", sans-serif;
  font-weight: 700;
}

.calendar-days div:hover {
  background: #ff865f;
  color: black;
  border-radius: 50%;
}

.hidden {
  visibility: hidden;
}

.prev-month,
.next-month {
  color: rgb(202, 202, 202) !important;
}
.calenderSection {
  margin-left: 36%;
}
.searchBtn {
  width: 250px;
  height: 42px;
  border-radius: 32px;
  background-color: var(--secondary);
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 40px;
}
.searchBtn p {
  font-size: 24px;
  font-family: "mainFont", sans-serif;
  font-weight: 800;
  margin-top: 5px;
}
.searchBtn:hover {
  background-color: var(--grayOrange);
}
.searchBtn:active {
  background-color: var(--secondary);
}
.selected {
  background-color: #28a745 !important;
  color: white !important;
}
.crossIcon {
  position: relative;
  left: 52%;
  top: -440px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: var(--secondary);
}
.crossIcon:hover {
  color: var(--grayOrange);
}
.crossIcon:active {
  color: var(--secondary);
}
.crossIcon i {
  font-size: 42px;
}
/* calender Section End  */

/* cabin and passenger section start  */

.cabin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinclass {
  margin-left: 140px;
  margin-right: 140px;
  margin-top: 80px;
}
.cabinclass h1 {
  font-family: "mainFont", sans-serif;
  font-size: 40px;
  line-height: 22px;
  color: #027499;
  text-align: center;
}
.cabinclassSection {
  width: 660px;
  height: auto;
  border: 1px solid #00000040;
  margin-top: 30px;
  padding: 15px;
  padding-left: 25px;
  padding-bottom: 50px;
}
.headingForcabon {
  padding-bottom: 50px;
}
/* radio button */
.container {
  display: block;
  position: relative;
  padding-left: 60px;
  margin-top: 40px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container:not(:first-child) {
  margin-top: 80px;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 52px;
  width: 52px;
  background-color: #f0f0f0;
  border: 3px solid #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.container:hover .checkmark {
  background-color: #e6e6e6;
  border-color: #bbb;
}

.container input:checked ~ .checkmark {
  background-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: 0 5px 10px rgba(76, 175, 80, 0.4);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
}
label p {
  font-family: "mainFont", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-left: 20px;
}
.passengerSectionLeft {
  padding: 15px;
  margin-top: 6px;
}
.passengerSectionLeft h1 {
  color: black;
  font: 24px;
  font-weight: 400;
  text-align: left;
  font-family: "mainFont", sans-serif;
  margin-bottom: 12px;
}
.passengerSectionLeft p {
  font: 18px;
  font-weight: 300;
  text-align: left;
  font-family: "mainFont", sans-serif;
  margin-top: 12px;
}
.passengerClassSection {
  height: auto;
  border: 1px solid #00000040;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.passengerSectionRight {
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}
.decriment,
.increment {
  height: 40px;
  width: 40px;
  border: 4px solid var(--secondary);
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center !important;
  padding: 17px;
  cursor: pointer;
}
.ageSection h1 {
  font-size: 50px;
  font-family: "mainFont", sans-serif;
  color: var(--secondary);
  margin-top: 15px;
}
.decriment i,
.increment i {
  font-size: 30px;
  color: var(--secondary);
  margin-top: 2px;
}

#booking {
  margin-top: -50px !important;
}
.passengerClassSection2 {
  margin-top: -100px !important;
}
.passengerClassSection3 {
  height: 80px;
  width: 660px;
  border: 1px solid #00000040;
  margin-top: 10px;
  padding: 15px;
  padding-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.passengerClassSection3P {
  font-weight: 300 !important;
  font-size: 18px;
  font-family: "mainFont", sans-serif;
  color: #636363;
  text-align: center;
  line-height: 22px;
}
.searchSection {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 50px !important;
  width: 660px;
}

.searchBtn {
  width: 220px;
  height: 42px;
  border-radius: 32px;
  background-color: var(--secondary);
  color: #fff;
  border: none;
  cursor: pointer;
}

.searchBtn p {
  font-size: 24px;
  font-weight: 800;
  margin-top: 5px;
}

.searchBtn:hover {
  background-color: var(--grayOrange);
}

.searchBtn:active {
  background-color: var(--secondary);
}
/* cabin and passenger section end  */

/* dates section start  */

.dates {
  margin-left: 140px;
  margin-right: 140px;
}
.datesSection {
  width: 660px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.dates h1 {
  font-family: "mainFont", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 50px;
}
.datesButton {
  width: 280px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--primary);
  border: none;
  border-radius: 8px;
  float: right;
  cursor: pointer;
  margin-top: 20px;
}
.datesButton p {
  margin-right: 7px;
  font-family: "mainFont", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.datesButton img {
  margin-left: 7px;
  height: 24px;
}

.datesButton:hover {
  background-color: #014a62;
}
.datesButton:active {
  background-color: var(--primary);
}
.depart {
  position: absolute;
  margin-top: 10px;
  display: flex;
  width: 100%;
}
.departLeft {
  height: 200px;
  width: 25%;
  border-right: 4px solid var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.departRight {
  height: 200px;
  width: 75%;
  display: flex;
  align-items: center;
}
.departRightInner {
  border: 4px solid var(--secondary);
  height: 150px;
  width: 95%;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.departRightInner h1 {
  margin-top: 10px;
}
#depart2 {
  margin-top: 200px;
}
#depart3 {
  margin-top: 400px;
}
#depart4 {
  margin-top: 600px;
}
.innerDivButtonDepart {
  width: 44%;
  height: 42px;
  text-align: center;
  margin-left: 26%;
  margin-top: 15px;
  font-family: "MyCustomFont", sans-serif;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: var(--primary);
  font-weight: 800;
}
.lowFare {
  margin-top: 60px !important;
}
.departLeftInner h2 {
  font-family: "mainFont", sans-serif;
  font-weight: 800;
  font-size: 26px;
  text-align: center;
}
.departLeftInner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #777777;
}
#lowFar {
  font-size: 32px;
  font-family: "mainFont", sans-serif;
  color: black;
  font-weight: 800;
}
.departSearchBtn {
  text-align: center;
  border: none;
  cursor: pointer;
  background-color: var(--secondary);
  color: #fff;
  border-radius: 27px;
  width: 240px;
  height: 46px;
  margin-left: 46%;
  margin-right: auto;
  margin-top: 800px;
  font-size: 20px;
  font-family: "mainFont", sans-serif;
  margin-bottom: 50px;
}
.departSearchBtn:hover {
  background-color: var(--grayOrange);
}
.departSearchBtn:active {
  background-color: var(--secondary);
}
#goBackButton2,
#goBackButton1 {
  margin-top: -50px !important;
}
#bookingHr {
  margin-top: -50px;
}
/* dates section end  */

/* second Section start  */

.ArrivalCityH {
  text-align: center;
  font-family: "mainFont", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-top: 50px;
}
.arrivalMainSection {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  height: auto;
}
.adultNav {
  float: right;
  width: 220px;
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: var(--secondary);
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
}
.adultNav p {
  font-family: "mainFont", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}
.adultNav img {
  height: 25px;
  width: 25px;
}
.adultNav:hover {
  background-color: var(--grayOrange);
}
.adultNav:active {
  background-color: var(--secondary);
}
.sriyankan1 {
  width: 500px;
  padding: 50px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
#sriyankanAirline {
  margin-top: 40px;
}
.sriyankan {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 150px;
}
.sriyankanAirline {
  border: 2px solid var(--primary);
  border-radius: 9px;
  width: 660px;
}
.sriyankanAirlineNav {
  height: 60px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  width: 100%;
}
.sriyankanAirlineNav img {
  height: 48px;
}
.routes {
  width: 100%;
  height: 120px;
  display: flex;

  justify-content: space-around;
}
.oneRoute {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 105px;
  margin-right: 40px !important;
}
.oneRoute p {
  font-family: "mainFont", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.twoRoute {
  width: 180px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.twoRoute p {
  font-family: "mainFont", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.twoRoute .topP {
  width: 70%;
  border-bottom: 4px solid var(--secondary);
}
.routesPlaneImg {
  position: relative;
  float: right;
  margin-top: -15px;
  margin-right: 25px;
  height: 25px;
  width: 25px;
}
.threeRoute {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 105px;
  margin-left: 20px;
}
.threeRoute p {
  font-family: "mainFont", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.threeRoute small,
.oneRoute small {
  font-family: "mainFont", sans-serif;
  font-size: 14px;
  font-weight: bolder;
  line-height: 14px;
}
.innderTwoRoutes {
  width: 180px;
}
.CMB {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
}
.cmb2 h1 {
  margin-right: 40px;
}
.CMBHr {
  margin-top: -10px;
  outline: 2px solid var(--secondary);
  border: none;
}
.CMB2 {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.cmb3 button {
  margin-right: 40px;
  width: 160px;
  height: 44px;
  background: none;
  cursor: pointer;
  border: 3px solid var(--secondary);
  border-radius: 5px;
  color: var(--secondary);
}
.cmb3 button:hover {
  background-color: var(--primary);
}
.cmb3 button:active {
  background-color: var(--secondary);
  color: #000000;
}

/* last section start */

.arrivalMainSection {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  height: auto;
}
#sriyankanAirline2 {
  margin-top: 40px;
}
.sriyankan2 {
  width: 500px;
  padding: 50px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.sriyankanAirline2 {
  border: 2px solid var(--primary);
  height: 400px;
}
.sriyankanAirlineNav2 {
  height: 70px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sriyankanAirlineNav2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}
.SINSpan {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 220px;
}
.rectangleImg {
  margin-bottom: 10px;
}
.whitePlane {
  margin-left: -10px;
  margin-top: -20px;
}
.SINSpan h1 {
  color: #fff;
}
.SINSpan div {
  margin-top: 10px;
}
.SINNavImg {
  height: 50px;
  width: 70px;
  margin-right: 10px;
}
.EconomyClass {
  margin: 10px;
}
.AdultOneH1 {
  margin-top: 15px;
}
.nonStop {
  display: flex;
  margin-top: 20px;
}
.nonStop p {
  margin-left: 15px;
  font-family: "mainFont", sans-serif;
  font-size: 16px;
  margin-top: 3px;
  color: rgb(40, 40, 40);
}
.nonStop img {
  height: 20px;
  width: 20px;
}
.EconomyLastClass {
  float: right;
  margin-top: 30px;
}
.EconomyLastClass h1 {
  text-align: right;
  line-height: 50px;
}
.checkboxDiv {
  display: flex;
  height: 200px;
  align-items: center;
  margin-top: 30px;
}
.checkboxLeft {
  width: 20%;
}
.checkboxRight {
  width: 80%;
}
.checkboxLeft input {
  height: 35px;
  width: 35px;
  float: right;
}
.checkboxRight {
  margin-left: 10px;
}
.checkboxRight .p1 {
  margin-top: -10px;
  font-family: "mainFont", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 19.5px;
  color: rgb(40, 40, 40);
}
.checkboxRight .p2 {
  margin-top: 20px;
  font-family: "mainFont", sans-serif;
  color: rgb(40, 40, 40);
  font-size: 18px;
  font-weight: 300;
  line-height: 19.5px;
}
.checkboxHr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.privectPolicy {
  text-decoration: none;
  color: var(--secondary);
  font-size: 20px;
  font-family: "mainFont", sans-serif;
  margin-top: 20px;
}
.privectPolicy i {
  font-size: 14px;
  margin-left: 5px;
}
.paymentBtn {
  width: 170px;
  height: 42px;
  border-radius: 10px;
  background-color: var(--secondary);
  color: #fff;
  font-size: 18px;
  font-family: "mainFont", sans-serif;
  border: none;
  margin-top: 30px;
  cursor: pointer;
}
.paymentBtn p {
  margin-top: -2px;
}
.paymentBtnDiv {
  display: flex;
  justify-content: center;
}
.paymentBtn:hover {
  background-color: var(--grayOrange);
}
.paymentBtn:active {
  background-color: var(--secondary);
}
/* first content start */

.arrivalMainSection {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  height: auto;
}
.search-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  padding-left: 30px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  height: 44px;
  margin-top: 25px;
  border-radius: 30px;
  background-color: var(--primary);
  color: #fff;
}
.search-container input {
}
.search-icon {
  margin-right: 8px;
  color: #d4d4d4;
  font-size: 20px;
  color: #e6e6e6;
}

.search-input {
  border: none;
  outline: none;
  flex: 1;
  padding-left: 15px;
  background-color: var(--primary);
  font-family: "mainFont", sans-serif;
  font-size: 20px;
  font-weight: 300 !important;
  color: #e6e6e6;
}
.search-input::placeholder {
  font-family: "mainFont", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #d4d4d4;
  margin-top: 1px;
}
.departSearchBtn2 {
  width: 160px;
  height: 40px;
  text-align: center;
  border: none;
  background-color: var(--secondary);
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  cursor: pointer;
}
.departSearchBtn2:hover {
  background-color: var(--grayOrange);
}
.departSearchBtn2:active {
  background-color: var(--secondary);
}
.SuggestedSearch {
  font-family: "mainFont", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  margin-top: 50px;
  margin-left: 20px;
  align-items: center;
  height: 60px !important;
  display: flex;
  align-items: center;
}
.SuggestedImg {
  height: 35px;
  width: 35px;
  position: relative;
  margin-left: 20px;
  margin-top: 5px;
}
.SuggestedSearch a {
  text-decoration: none;
  margin-top: 15px;
  color: #000000;
}
.SearchLocation {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.inputValueColoombo,
.inputValueColoombo2 {
  width: 100%;
  height: 42px;
  margin-top: 20px;
  padding-left: 20px;
  font-family: "mainFont", sans-serif;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  padding-top: 5px;
  outline: var(--secondary);
  border: 2px solid var(--secondary);
}
.searchHr {
  width: 468px;
}

.showSuggest {
  width: 100%;
  padding-left: 50px;
  padding-top: 10px;
  font-size: 42px;
  height: 50px;
  border: none;
  border-bottom: 2px solid var(--gray);
  outline: none;
}
.locationSpan {
  width: 220px !important;
  height: auto;
  padding: 15px;
  display: flex;
  cursor: pointer;
}
.locationSpan i {
  color: var(--secondary);
  font-size: 20px;
}
.locationSpan p {
  text-align: center;
  font-size: 20px;
  font-family: "mainFont", sans-serif;
  margin-left: 20px;
}
