:root {
  --primary: #027499;
  --secondary: #ff865f;
  --black: #000000;
  --gray: #7f7f7f;
  --grayOrange: #ffc4b0;
}

/* Font import start */
@font-face {
  font-family: "MyCustomFont";
  src: url("./font/SriLankan Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mainFont";
  src: url("./font/Tajawal-Black.ttf") format("truetype"),
    url("./font/Tajawal-Bold.ttf") format("truetype"),
    url("./font/Tajawal-ExtraBold.ttf") format("truetype"),
    url("./font/Tajawal-ExtraLight.ttf") format("truetype"),
    url("./font/Tajawal-Light.ttf") format("truetype"),
    url("./font/Tajawal-Medium.ttf") format("truetype"),
    url("./font/Tajawal-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Font import end */

/* Reset box model */
*,
*::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: 70px;
}

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

.navItem {
  display: flex;
  align-items: center;
}

.navItem span {
  margin-right: 100px;
}

.navbarLastItem {
  margin-right: 0 !important;
}

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

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

.logo {
  font-family: "MyCustomFont", sans-serif;
}

.navItem span p i {
  margin-right: 10px;
  font-size: 20px;
}

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

/* Header section */
header {
  height: 120px;
  margin: 35px 140px 0;
}

.booking {
  height: 78px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 103px;
  color: #fff;
}

.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;
}

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

.mainItem {
  width: 660px;
  height: 200px;
}
header a {
  text-decoration: none;
}
.fa-less-than {
  position: relative;
  left: -7%;
}
/* .booking h1 {
  margin-right: -200px;
} */
.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: 50%;
}

.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;
}

.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: 1.2rem;
  color: #ff865f;
  cursor: pointer;
}

.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  */
