@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.ticket.search {
  max-width: 900px;
  background-color: #7d45e1;
}

.plane {
    height: 390px;
    width: 490px;
    position: relative;
    left: 950px;
    position: relative;
    bottom: 189px;
}

.logo {
    height: 70px;
    width: 320px;
}

.colorTicket {
    width: 1440px;
    background-color: #7d45e1;
    height: 490px;
    padding: 0 7px;
    border-radius: 10px;
    position: relative;
    bottom: 20px;
}

.colorTicket h1 {
  color: white;
  font-size: 48px;
  margin-bottom: 20px;
}

.search-tabs {
  margin-bottom: 30px;
}

.search-tabs button {
  background-color: #C4EBBE;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  width: 100px;
  height: 40px;
}

.search-tabs .active {
  background-color: #C4EBBE;
}

.search-form {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}

.trip-type {
  margin-bottom: 20px;
}

.trip-type label {
  margin-right: 20px;
  font-size: 14px;
}

.form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.form-fields label {
  display: flex;
  flex-direction: column;
  width: 160px;
}

.form-fields span {
  font-size: 12px;
  margin-bottom: 5px;
}

.form-fields input {
  padding: 10px;
  border: 1px solid white;
  border-radius: 10px;
}

.search-button {
  background-color: #39e600;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 20px;
  cursor: pointer;
}

.search-tabs .active {
    background-color: white;
}

h1 {
    font-size: 48px;
    color: white;
    font-family: sans-serif;
}

.popular-destinations {
    background-color: white;
    padding: 30px;
}

.popular-destinations h2 {
    font-size: 28px;
    color: black;
    font-family: sans-serif;
    margin-bottom: 20px;
}

.destinations-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.destination-card {
    width: 30%;
    background-color: white;
    border: 1px solid #1DD801;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 10px;
    box-sizing: border-box;
}

.destination-card img {
    width: 100%;
    border-radius: 10px;
}

.destination-card h3 {
    font-size: 20px;
    font-family: sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
}

.destination-card p {
    font-size: 14px;
    font-family: sans-serif;
    margin: 3px 0;
}

.discover {
  background-color: white;
  padding: 30px;
  font-family: sans-serif;
}

.discover h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.box {
  border: 2px solid #1DD801;
  border-radius: 37px;
  display: flex;
}

.text {
  width: 40%;
  padding: 30px;
}

.text h3 {
  font-size: 24px;
  color: #6a35d4;
  margin-bottom: 20px;
}

.text h1 {
    color: #39e600;
}

.text p {
  font-size: 18px;
}

.price {
  font-size: 40px;
  font-weight: 900;
  color: black;
}

.text button {
  padding: 12px 25px;
  border: 1px solid #1DD801;
  border-radius: 25px;
  background-color: white;
  font-size: 18px;
  cursor: pointer;
}

.image {
  width: 60%;
}

.image img {
  width: 100%;
  height: 100%;
  border-radius: 0 36px 36px 0;
}

.small {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
}

.header {
    display: flex;
    align-items: center;
    justify-items: space-between;
}

a {
  font-family: sans-serif;
  letter-spacing: -4%;
  font-style: medium;
  color: black;
  text-decoration: none;
  margin-right: 43px;
  font-size: 24px;
}

.podval {
  font-family: sans-serif;
  letter-spacing: -4%;
  font-style: medium;
  color: black;
  text-decoration: none;
  font-size: 35px;
}

.about {
  font-family: sans-serif;
  letter-spacing: -3%;
  font-style: normal;
  color: black;
  text-decoration: none;
  font-size: 24px;

}