body {
  margin: 0;
}

.background {
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(4px);
  width: 1440px;
  position: relative;
}

.background--hero {
  background-image: url(images/hero.png);
  height: 773px;
}

.background--location {
  background-image: url(images/location\ bg.png);
  height: 500px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.background--map {
  height: 1022px;
  background-image: url(images/map.png);
  box-sizing: border-box;
}

.background--package {
  background-image: url(images/pricing\ bg.png);
  height: 1120px;
}

nav {
  width: 1204px;
  height: 43.5px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30px;
  left: 118px;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  width: 392px;
  height: 22px;
  position: absolute;
  top: 11px;
  left: 408px;
}

a {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}

.language {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 24px;
  font-family: Inter;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 169px;
  left: 411.5px;
  text-align: center;
}

.hero__text-container :nth-child(1) {
  color: #e8edf2;
  height: 80px;
  font-family: Bebas Neue;
  font-size: 80px;
  opacity: 0.72;
}

.hero__text-container :nth-child(2) {
  color: #fdfdfe;
  height: 250px;
  font-family: Bebas Neue;
  font-size: 250px;
  opacity: 0.98;
}

.hero__text-container :nth-child(3) {
  color: #ffffff;
  height: 64px;
  font-family: Hanuman;
  font-size: 64px;
  font-weight: 900;
  opacity: 0.8;
}

.card--container {
  width: 1202px;
  display: flex;
  gap: 40px;
  position: absolute;
  top: 65px;
  left: 119px;
}

.card {
  width: 275.49px;
  height: 370px;
  background-size: cover;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 8px 8px rgba(41, 114, 139, 0.25),
    -8px -8px rgba(31, 114, 170, 0.46);
  position: relative;
}

.card:nth-child(1) {
  background-image: url(images/card1.png);
}

.card:nth-child(2) {
  background-image: url(images/card2.png);
}

.card:nth-child(3) {
  background-image: url(images/card3.png);
}

.card:nth-child(4) {
  background-image: url(images/card4.png);
}

.card--layer {
  background-color: rgba(41, 41, 41, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 40px;
  opacity: 0;
  transition: 300ms;
}

.card--text {
  z-index: 10;
  color: rgba(253, 253, 254, 0.8);
  font-size: 37px;
  font-family: "Bebas Neue";
  text-shadow: 0 4px 4.9px rgba(0, 0, 0, 0.65);
  transition: 300ms;
}

.card:hover .card--layer {
  opacity: 1;
}

.card:hover .card--text {
  color: white;
}

.map--pin {
  position: absolute;
  background-size: cover;
  background-image: url(images/pinmap.png);
  width: 34px;
  height: 34px;
  z-index: 1;
}

.map--pin-murun {
  top: 230px;
  left: 749px;
}

.map--pin-ub {
  top: 445px;
  left: 1165px;
}

.map--pin-erdenet {
  top: 306px;
  left: 952px;
}

.map--pin-baynhongor {
  top: 680px;
  left: 952px;
}

.map--pin-tsetserleg {
  top: 428px;
  left: 780px;
}
.pop-up-map {
  width: 1200px;
  height: 640px;
  position: absolute;
  top: 264px;
  left: 120px;
  display: flex;
  justify-content: space-between;
}

.destination--container {
  height: 640px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  column-count: 5;
  align-items: center;
  position: absolute;
  top: 264px;
  left: 120px;
}

.destination {
  width: 513px;
  height: 112px;
  border-radius: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 4px solid transparent;
  box-sizing: border-box;
}

.destination:nth-child(1) {
  background-color: rgba(238, 233, 217, 1);
}

.destination:nth-child(2) {
  background-color: rgba(139, 184, 193, 0.8);
}

.destination:nth-child(3) {
  background-color: rgba(170, 216, 215, 0.8);
}

.destination:nth-child(4) {
  background-color: rgba(139, 192, 189, 0.8);
}

.destination:nth-child(5) {
  background-color: rgba(151, 204, 224, 0.8);
}

.destination:hover {
  border: 4px solid rgba(255, 255, 255, 1);
}

.destination__text-container {
  width: 483px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 30px;
}

.destination__title {
  color: rgba(9, 9, 11, 1);
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.destination__subtitle {
  display: flex;
  gap: 12px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
}

.destination__subtitle::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(images/pintext.png);
  background-size: contain;
}

.destination__day {
  width: 52px;
  height: 52px;
  background-color: rgba(247, 246, 243, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
}

.destination--layer {
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  display: none;
}

.destination--layer-day1 {
  background-image: url(images/popup1.png);
  top: 70px;
  left: 900px;
}

.destination--layer-day2 {
  background-image: url(images/popup2.png);
  top: 95px;
  left: 585px;
}

.destination--layer-day3 {
  background-image: url(images/popup3.png);
  top: 346px;
  left: 703px;
}

.destination--layer-day4 {
  background-image: url(images/popup4.png);
  top: -85px;
  left: 550px;
}

.destination--layer-day5 {
  background-image: url(images/popup5.png);
  top: -35px;
  left: 725px;
}

.destination:hover .destination--layer {
  display: block;
}

.title {
  height: 51px;
  font-family: Inter;
  font-weight: 600;
  font-size: 42px;
  color: rgba(0, 0, 0, 1);
  position: absolute;
}

.title--map {
  top: 120px;
  left: 470px;
}

.title--package {
  top: 40px;
  left: 512.705px;
}

.subtitle {
  height: 24px;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  color: rgba(24, 24, 27, 0.7);
  position: absolute;
}

.subtitle--map {
  top: 181px;
  left: 581.22px;
}

.subtitle--package {
  top: 101px;
  left: 546.06px;
}

.package-container {
  width: 1200px;
  height: 527px;
  position: absolute;
  top: 204px;
  left: 120px;
  display: flex;
  gap: 24px;
}

.package {
  width: 384px;
  border-radius: 40px;
  background-color: rgba(250, 251, 252, 1);
  transition: 300ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Inter;
  position: relative;
}

.package:hover {
  box-shadow: 8px 8px rgba(41, 114, 139, 0.25), -8px -8px rgba(46, 65, 71, 0.4);
}

.package:hover button {
  background-color: rgba(24, 24, 27, 0.9);
  color: white;
}

.package__title {
  font-weight: 500;
  font-size: 18px;
  color: rgba(18, 19, 22, 1);
  position: absolute;
  left: 76px;
  top: 33px;
}

.package--loved-item {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(214, 216, 219, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 24px;
  top: 25px;
}

.package--loved-item {
  background-color: rgba(230, 232, 235, 0.4);
}

.package--price-title {
  position: absolute;
  top: 92px;
  left: 24px;
  font-family: Montserrat;
  height: 49px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 40px;
  color: rgba(48, 48, 48, 1);
}

.package--price-subtitle {
  position: absolute;
  top: 151px;
  left: 24px;
  height: 19px;
  font-family: Inter;
  font-weight: 500;
  color: rgba(145, 145, 145, 1);
}

.popular {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 27px;
  background-color: rgba(105, 114, 181, 1);
  border-radius: 13.5px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: rgba(250, 251, 252, 1);
  position: absolute;
  top: 145px;
  left: 240px;
}

.package--items {
  position: absolute;
  top: 215px;
  left: 24px;
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  color: rgba(18, 19, 22, 1);
}

.package--items-title {
  padding-left: 40px;
}

ul {
  width: 336px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

li {
  display: flex;
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  vertical-align: bottom;
  color: rgba(63, 65, 69, 1);
}

li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/check.png);
  background-size: contain;
}

.button--package {
  width: 336px;
  height: 48px;
  border-radius: 48px;
  background-color: rgba(164, 209, 226, 1);
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1%;
  justify-content: center;
  align-items: center;
  border: 0;
  transition: 300ms;
  position: absolute;
  top: 430px;
  left: 20px;
}

.button--contact {
  color: #6972b5;
  background-color: #fafbfc;
  padding: 11px 21.92px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: bold;
  font-size: 18px;
  border-radius: 48px;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 204px;
  position: absolute;
  top: 916px;

  padding: 0 120px;
}

.contact--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
