@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap");

/* https://css-snippets.com/simple-horizontal-navigation/ */

/* navigation bar */
/* ul {
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  background: rgb(255, 255, 255);
  filter: opacity(80%);
  list-style-type: none;
  text-align: center;
  width: 500px;
  padding: 20px 0px;
  border-radius: 20px;
  margin-left: 120px;
  margin-top: 280px;
} */

.header-top {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  display: inline;
  position: absolute;
  width: 400px;
  margin-top: -880px;
  margin-left: 150px;
  padding: 20px 50px 20px 30px;
  text-align: center;
  background: rgb(206, 198, 184);
  border-radius: 0px 15px;
  box-shadow: -15px 15px rgb(188, 228, 255);
}

.header-top .Top-Destinations {
  color: rgb(53, 46, 46);
  padding: 10px;
  text-decoration: none;
  border-radius: 20px;
  transition: background 0.5s ease-in-out;
}

.header-top .Top-Destinations:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(161, 161, 161);
  padding: 10px;
  border-radius: 20px;
}

.header-top .Travel-Blog {
  color: rgb(53, 46, 46);
  padding: 10px;
  transition: background 0.5s ease-in-out;
  text-decoration: none;
  border-radius: 20px;
}

.header-top .Travel-Blog:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(161, 161, 161);
  padding: 10px;
  border-radius: 20px;
}

.header-top .Plan-Your-Trip {
  color: rgb(53, 46, 46);
  padding: 10px;
  transition: background 0.5s ease-in-out;
  text-decoration: none;
  border-radius: 20px;
}

.header-top .Plan-Your-Trip:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(161, 161, 161);
  padding: 10px;
  border-radius: 20px;
}
.logo {
  position: absolute;
  margin-left: 1050px;
  margin-top: -880px;
}
/* end of navigation bar */
/* top-page */

.container-nav img {
  width: 100%;
  border-radius: 50px 50px 50px 0px;
  width: 1200px;
  filter: opacity(70%);
  margin-left: -80px;
  box-shadow: 35px 35px rgb(255, 232, 189);
}

.container-nav {
  position: absolute;
  text-align: left;
  color: white;
  margin-left: 250px;
  margin-top: -780px;
}

.container-nav h1 {
  position: absolute;
  bottom: 520px;
  right: 140px;
  font-size: 55px;
  font-family: "Nunito", sans-serif;
  color: rgb(255, 255, 255);
  width: 1000px;
  text-shadow: 3px 2px rgb(76, 69, 69);
}

.container-nav .covid {
  position: absolute;
  bottom: 450px;
  left: -30px;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: rgb(255, 255, 255);
  background-color: rgb(83, 89, 104);
  padding: 18px;
  border-radius: 20px;
  transition: background 0.5s ease-in-out;
  text-decoration: none;
}

.container-nav .covid:hover {
  position: absolute;
  bottom: 450px;
  left: -30px;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: rgb(29, 27, 27);
  background-color: rgb(192, 192, 192);
  padding: 18px;
  border-radius: 20px;
  opacity: 70%;
}

.container-intro {
  font-family: "Nunito", sans-serif;
  background: rgb(230, 220, 212);
  width: 600px;
  margin-left: 600px;
  margin-top: 900px;
  padding: 50px;
  padding-right: 50px;
  border-radius: 30px 0px 30px 30px;
  text-align: left;
  box-shadow: 30px 30px rgb(188, 228, 255);
}

.container-intro h2 {
  font-size: 30px;
  color: rgb(78, 78, 78);
}

.container-intro hr {
  margin-left: -5px;
  width: 670px;
}

.container-intro p {
  font-size: 14px;
  color: rgb(119, 119, 119);
  margin-top: 15px;
  line-height: 1.5;
}

/* top destinations */

.Top-Destinations h3 {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  color: rgb(100, 100, 100);
  margin-top: 220px;
  margin-left: 150px;
}

.Top-Destinations hr {
  margin-bottom: 50px;
  color: rgb(153, 152, 152);
  margin-left: 150px;
  width: 1500px;
}

.destination-show {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
}

.one {
  margin-left: 200px;
  background-color: rgb(255, 250, 233);
  padding: 20px 20px 100px;
  width: 350px;
  height: 430px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s ease-in-out;
}

.one:hover {
  background: rgb(230, 220, 212);
}
.one img {
  border-radius: 20px;
  opacity: 80%;
}
.one h3 {
  color: rgb(100, 100, 100);
  margin-top: 10px;
  margin-bottom: 50px;
}

.one p {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(100, 100, 100);
  margin: 0px 10px 0px 10px;
}

.number-1 img {
  position: absolute;
  width: 15px;
  margin-top: -350px;
  margin-left: -220px;
  opacity: 100%;
}

.two {
  margin-left: 50px;
  background-color: rgb(255, 250, 233);
  padding: 20px 20px 100px;
  width: 350px;
  height: 430px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s ease-in-out;
}

.two:hover {
  background: rgb(230, 220, 212);
}
.two img {
  border-radius: 20px;
  opacity: 80%;
}
.two h3 {
  color: rgb(100, 100, 100);
  margin-top: 10px;
  margin-bottom: 50px;
  margin-right: 30px;
}

.two p {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(100, 100, 100);
  margin: 0px 10px 0px 10px;
}

.number-2 img {
  position: absolute;
  width: 15px;
  margin-top: -350px;
  margin-left: -220px;
  opacity: 100%;
}

.three {
  margin-left: 50px;
  background-color: rgb(255, 250, 233);
  padding: 20px 20px 100px;
  width: 350px;
  height: 430px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s ease-in-out;
}

.three:hover {
  background: rgb(230, 220, 212);
}
.three img {
  border-radius: 20px;
  opacity: 80%;
}
.three h3 {
  color: rgb(100, 100, 100);
  margin-top: 10px;
  margin-bottom: 50px;
  margin-right: 30px;
}

.three p {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(100, 100, 100);
  margin: 0px 10px 0px 10px;
}

.number-3 {
  position: absolute;
  width: 15px;
  margin-top: -360px;
  margin-left: -60px;
  opacity: 100%;
}

.Top-Destinations .top img {
  padding-left: 20px;
  padding-right: 15px;
  position: absolute;
  margin-top: 780px;
  margin-left: 800px;
  width: 60px;
}

.Top-Destinations .top:hover {
  opacity: 50%;
}

/* travel blog */

.Travel-Blog h3 {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  color: rgb(100, 100, 100);
  margin-top: 1000px;
  margin-left: 150px;
}
.Travel-Blog hr {
  margin-bottom: 50px;
  color: rgb(153, 152, 152);
  margin-left: 150px;
  width: 1500px;
}

.hashVanview {
  font-family: "Nunito", sans-serif;
  position: absolute;
  margin-top: -30px;
  margin-left: 150px;
  text-decoration: none;
  border: 2px solid rgb(175, 175, 175);
  color: rgb(96, 172, 202);
  border-radius: 20px;
  padding: 18px;
}

.hashVanview:hover {
  color: blanchedalmond;
  background: rgb(129, 128, 128);
  border: 2px solid rgb(255, 255, 255);
}
.hashrelax {
  font-family: "Nunito", sans-serif;
  position: absolute;
  margin-top: -30px;
  margin-left: 330px;
  text-decoration: none;
  border: 2px solid rgb(175, 175, 175);
  color: rgb(96, 172, 202);
  border-radius: 20px;
  padding: 18px;
}

.hashrelax:hover {
  color: blanchedalmond;
  background: rgb(129, 128, 128);
  border: 2px solid rgb(255, 255, 255);
}

.hashfoodie {
  font-family: "Nunito", sans-serif;
  position: absolute;
  margin-top: -30px;
  margin-left: 430px;
  text-decoration: none;
  border: 2px solid rgb(175, 175, 175);
  color: rgb(96, 172, 202);
  border-radius: 20px;
  padding: 18px;
}

.hashfoodie:hover {
  color: blanchedalmond;
  background: rgb(129, 128, 128);
  border: 2px solid rgb(255, 255, 255);
}

.hashcouple {
  font-family: "Nunito", sans-serif;
  position: absolute;
  margin-top: -30px;
  margin-left: 540px;
  text-decoration: none;
  border: 2px solid rgb(175, 175, 175);
  color: rgb(96, 172, 202);
  border-radius: 20px;
  padding: 18px;
}

.hashcouple:hover {
  color: blanchedalmond;
  background: rgb(129, 128, 128);
  border: 2px solid rgb(255, 255, 255);
}
.hashfamily {
  font-family: "Nunito", sans-serif;
  position: absolute;
  margin-top: -30px;
  margin-left: 650px;
  text-decoration: none;
  border: 2px solid rgb(175, 175, 175);
  color: rgb(96, 172, 202);
  border-radius: 20px;
  padding: 18px;
}

.hashfamily:hover {
  color: blanchedalmond;
  background: rgb(129, 128, 128);
  border: 2px solid rgb(255, 255, 255);
}
.blog1 {
  position: absolute;
  background: rgb(230, 220, 212);
  width: 1200px;
  margin-top: 50px;
  margin-left: 150px;
  padding-bottom: 35px;
  border-radius: 40px;
  text-decoration: none;
}

.blog1:hover {
  opacity: 70%;
}

.blog1 img {
  border-radius: 55px;
  padding: 25px;
  margin-left: 15px;
}

.blog1 h4 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  color: rgb(100, 100, 100);
  margin-left: 300px;
  margin-top: -230px;
  padding: 20px;
}

.blog1 p {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  margin-left: 320px;
  margin-top: 5px;
  margin-right: 80px;
  line-height: 1.5;
  color: rgb(100, 100, 100);
}

.blog2 {
  position: absolute;
  background: rgb(230, 220, 212);
  width: 1200px;
  margin-top: 360px;
  margin-left: 150px;
  padding-bottom: 35px;
  border-radius: 40px;
  text-decoration: none;
}

.blog2:hover {
  opacity: 70%;
}

.blog2 img {
  border-radius: 55px;
  padding: 25px;
  margin-left: 15px;
}
.blog2 h4 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  color: rgb(100, 100, 100);
  margin-left: 300px;
  margin-top: -230px;
  padding: 20px;
}

.blog2 p {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  margin-left: 320px;
  margin-top: 5px;
  margin-right: 80px;
  line-height: 1.5;
  color: rgb(100, 100, 100);
}

.Travel-Blog .see-more {
  position: absolute;
  width: 85px;
  text-decoration: none;
  color: rgb(214, 214, 214);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  background-color: rgb(88, 80, 70);
  padding: 15px 50px;
  border-radius: 20px;
  margin-left: 620px;
  margin-top: 680px;
  transition: background 0.5s ease-in-out;
}

.Travel-Blog .see-more:hover {
  color: black;
  background-color: rgb(170, 170, 170);
}

.Travel-Blog .top img {
  padding-left: 20px;
  padding-right: 15px;
  position: absolute;
  margin-top: 750px;
  margin-left: 800px;
  width: 60px;
}

.Travel-Blog .top:hover {
  opacity: 50%;
}

/* plan your trip */

.Plan-Your-Trip h3 {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  color: rgb(100, 100, 100);
  margin-top: 880px;
  margin-left: 150px;
}

.Plan-Your-Trip hr {
  margin-bottom: 50px;
  color: rgb(153, 152, 152);
  margin-left: 150px;
  width: 1500px;
}

.Plan-Your-Trip img {
  border-radius: 20px;
  opacity: 80%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.trip-container {
  text-align: center;
  display: flex;
  position: absolute;
  width: 500px;
  gap: 15px;
  margin-left: 150px;
}
.trip-container p {
  line-height: 1.2;
  margin-top: 15px;
  font-family: "Nunito", sans-serif;
  color: rgb(85, 85, 85);
  font-size: 12px;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

/* trip1 */
.trip1 {
  margin-left: 40px;
  background-color: rgb(255, 250, 233);
  padding: 30px 30px 100px;
  width: 350px;
  height: 430px;
  border-radius: 20px;
  transition: background 0.5s ease-in-out;
  text-decoration: none;
}

.oneday img {
  position: absolute;
  width: 15px;
  margin-top: -200px;
  margin-left: -220px;
  opacity: 100%;
}

.trip1 .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 200px;
  left: 230px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.trip1 .box {
  font-family: "Lora", serif;
  line-height: 1.5;
  width: 100px;
  background-color: #927c6a;
  color: rgb(12, 8, 8);
  font-size: 16px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: -15px 15px rgb(92, 92, 92);
}

.Plan-Your-Trip .trip1 img:hover {
  opacity: 0.3;
}

.Plan-Your-Trip .oneday img:hover {
  opacity: 1;
}
/* When we hover over the trip1 item, grab the .middle class and turn it’s opacity up */
.trip1:hover .middle {
  opacity: 1;
}

/* trip2  */
.trip2 {
  margin-left: 40px;
  background-color: rgb(255, 250, 233);
  padding: 30px 30px 100px;
  width: 350px;
  height: 430px;
  border-radius: 20px;
  transition: background 0.5s ease-in-out;
  text-decoration: none;
}

.threedays img {
  position: absolute;
  width: 15px;
  margin-top: -200px;
  margin-left: -220px;
  opacity: 100%;
}

.trip2 .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 200px;
  left: 660px;
  transform: translate(-50%, -50%);
  /* -ms-transform: translate(-50%, -50%); */
  text-align: center;
}

.trip2 .box {
  font-family: "Lora", serif;
  line-height: 1.5;
  width: 100px;
  background-color: #927c6a;
  color: rgb(12, 8, 8);
  font-size: 16px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: -15px 15px rgb(92, 92, 92);
}

.Plan-Your-Trip .trip2 img:hover {
  opacity: 0.3;
}

.Plan-Your-Trip .threedays img:hover {
  opacity: 1;
}

.trip2:hover .middle {
  opacity: 1;
}
/* trip3 */
.trip3 {
  font-size: 10px;
  margin-left: 40px;
  background-color: rgb(255, 250, 233);
  padding: 30px 30px 100px;
  width: 350px;
  height: 430px;
  border-radius: 20px;
  transition: background 0.5s ease-in-out;
  text-decoration: none;
}

.fivedays img {
  position: absolute;
  width: 15px;
  margin-top: -200px;
  margin-left: -220px;
  opacity: 100%;
}

.trip3 .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 200px;
  left: 1100px;
  transform: translate(-50%, -50%);
  /* -ms-transform: translate(-50%, -50%); */
  text-align: center;
}

.trip3 .box {
  font-family: "Lora", serif;
  line-height: 1.5;
  width: 100px;
  background-color: #927c6a;
  color: rgb(12, 8, 8);
  font-size: 16px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: -15px 15px rgb(92, 92, 92);
}

.Plan-Your-Trip .trip3 img:hover {
  opacity: 0.3;
}

.Plan-Your-Trip .fivedays img:hover {
  opacity: 1;
}

.trip3:hover .middle {
  opacity: 1;
}

.Plan-Your-Trip .top img {
  padding-left: 20px;
  padding-right: 15px;
  position: absolute;
  margin-top: 700px;
  margin-left: 800px;
  width: 60px;
}

.Plan-Your-Trip .top:hover {
  opacity: 50%;
}

/* footer */
.footer {
  margin-top: 900px;
  margin-bottom: 40px;
  margin-left: 780px;
  width: 500px;
  position: absolute;
}

.footer a {
  text-decoration: none;
}
.footer-links {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 1000px;
  margin-left: 600px;
  width: 500px;
  position: absolute;
}
.footer-links p {
  margin-top: 18px;
}
.footer-links .Contact {
  text-decoration: none;
  color: rgb(7, 0, 0);
  padding: 15px;
}

.footer-links .Contact:hover {
  opacity: 40%;
}

.footer-links .Feedback {
  text-decoration: none;
  color: black;
  padding: 15px;
}

.footer-links .Feedback:hover {
  opacity: 40%;
}

.footer-links .Privacy {
  text-decoration: none;
  color: black;
  padding: 15px;
}

.footer-links .Privacy:hover {
  opacity: 40%;
}
