@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Qwigley&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

a {
  color: #fff;
}

.getquote {
  position: fixed;
  top: auto;
  bottom: 100px;
  right: 20px;
  z-index: 800;

  display: flex;
}

.getquote a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.getquote img {
  width: 3vw;
  height: auto;
}

.getquote p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  background-color: #033d02;
  padding: 1px 5px;
  border-radius: 10px 1px;
}

.chatwithus {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  z-index: 800;
  display: flex;
}

.chatwithus a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.chatwithus img {
  width: 3vw;
  height: auto;
}

.chatwithus p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  background-color: #033d02;
  padding: 1px 5px;
  border-radius: 10px 1px;
}

.hero {
  background-image: url("../assets/packages/packages_bg.png");
  width: 100%;
  background-size: cover;
  min-height: 500px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  overflow: hidden;
}

.navi img {
  width: 9vw;
  height: auto;

  margin-left: 10vw;
}

.navi ul {
  display: flex;
  margin-right: 100px;
}

.navi ul li a {
  text-decoration: none;
  color: #ffffff;
}

.navi ul li a:hover {
  background-color: #ffffff;
  padding: 5px 10px;
  border: none;
  border-radius: 20px;
  color: #035080;
  transition: 0.5s;
}

.navi ul li {
  margin: 20px;
  margin-right: 3vw;

  font-family: "Poppins", sans-serif;
  font-size: 1.5vw;
  cursor: pointer;
}

.ham {
  display: none;
  font-size: 2.5vw;
  color: #fff;
}

.mob-menu {
  display: none;
}

.txt-content h1 {
  font-family: "Poppins";
  font-weight: 900;
  font-size: 15vw;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  margin: 0;
}

/* All Packages */

.all-packages {
  width: 100%;
  height: auto;
}

.packages-heading {
  padding: 3vw 15vw;
  text-align: center;
}

.packages-heading h2 {
  font-family: "Poppins";
  font-size: 5vw;
  font-weight: 400;
  color: #00436d;
}

.packages-heading p {
  color: rgb(54, 54, 54);
  font-family: "Poppins";
  font-size: 2vw;
  font-weight: 400;
}

/* Package 1 */
.package-1 {
  margin: 0;
  display: flex;
  flex-direction: row;
}

.package-1 img {
  width: 50%;
  height: auto;
}

.package-1-text {
  padding: 2vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Poppins";
}

.package-1-text h3 {
  font-size: 3vw;
  font-weight: 600;
}

.package-1-text h4 {
  font-size: 2vw;
  font-weight: 600;
  padding-top: 2vw;
}

.package-location {
  font-family: "Poppins", sans-serif;
  font-size: 2vw;
  margin-bottom: 1px;
  color: rgb(97, 96, 96);
}

.package-duration {
  font-family: "Poppins", sans-serif;
  font-size: 2vw;
  color: rgb(97, 96, 96);
}

.package-1-text ul li {
  font-size: 1.5vw;
  font-weight: 400;
}

.package-1-text p {
  font-size: 1.5vw;
  font-weight: 400;
}

.package-1 button {
  padding: 0.5vw 3vw;
  font-family: "Poppins", sans-serif;
  font-size: 1.5vw;
  background-color: #fff;
  border: 1px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  align-self: flex-end;
}

.package-section-ribbon {
  width: 100%;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-size: 1.5vw;
  background-color: #00436d;
  color: #027cc8;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.package-section-ribbon p {
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}

/* bottom-banner */

.bottom-banner {
  width: 100%;
  height: auto;
  padding: 2vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #00436d;
}

.bottom-banner-text-content p {
  color: #fff;
  font-family: "Poppins";
  font-size: 2vw;
  font-weight: 400;
  margin-right: 3vw;
}

.bottom-banner-cta-btn button {
  padding: 0.5vw 4vw;
  font-family: "Poppins";
  font-size: 2vw;
  font-weight: 400;
  border: none;
  border-radius: 30px;
}

/*FOOTER*/

.footer-social i {
  font-size: 2vw;
  text-decoration: none;
}
