@import url("https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.13.1/css/all.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #F4F4F4;
  margin: 0px;
  padding: 0px;
  font-family: 'Akaya Telivigala', cursive;
  font-size: x-large;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  text-align: center;
  padding: 2rem 4rem;
}

header .logo {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 1000em;
  color: #0ef2f2;
  margin-top: 1em;
}

.account-status a {
  color: aqua;
  float: right;
  margin: 0;
}

.account-status a:hover {
  color: red;
}

header nav {
  background: transparent !important;
  text-align: center;
  padding-top: 1em;
}

.header-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
}

.main-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr;
      grid-template-columns: 1fr 1.5fr;
  grid-gap: 4rem;
  height: 45rem;
}

a {
  transition: .3s all ease, -webkit-transition;
  text-decoration: none;
}

.flight .button {
  width: 10rem;
  font-size: small;
}

.main-page .button {
  width: 30%;
  font-size: small;
}

.introduce {
  background: url("../images/YF5sBZ.jpeg");
  background-size: cover;
  height: 100vh;
}

.introduces {
  position: absolute;
  width: 100%;
  height: 100vh;
  text-align: center !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  z-index: 2;
}

.introduces h1 {
  font-size: 3em;
  color: #0ef2f2;
}

.introduces p {
  font-size: 1.4em;
  padding-bottom: 2rem;
}

.introduce:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-padding {
  padding: 4em 2em;
}

.tips {
  background-color: #ced4da;
}

.tips .sub-heading {
  color: red;
  text-align: center;
  font-size: 40px;
  padding-top: 3rem;
}

.tips .title {
  color: #48bdad;
  text-align: center;
  font-size: xx-large;
}

.tips .img-side {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 4rem;
  margin-bottom: 1rem;
}

.sub-heading {
  -webkit-transform: uppercase;
          transform: uppercase;
  font-size: larger;
  color: #48bdad;
  letter-spacing: .1em;
}

.heading {
  font-size: 50px;
  margin-bottom: 30px;
}

.button {
  background-color: #40d3d5;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding: 12px 30px;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fff;
  border: 1px solid #697e83;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  border-radius: 20%;
}

.button:hover {
  color: #40d3d5;
  background-color: #fff;
}

.bg-color {
  background-color: #F8F9FA !important;
}

.feature {
  text-align: center;
  padding: 1em;
}

.feature-image {
  position: relative;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.feature-image h4 {
  color: #a86767e1;
  font-size: larger;
}

.feature-image img {
  width: 250px;
  height: 300px;
  margin: 1em;
  border-radius: 50% 20% / 10% 40%;
}

.flight a {
  border: 1px solid #ced4da;
  font-size: large;
  padding: 0.5em;
}

.footer {
  text-align: center;
  margin-bottom: 4em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer {
  padding: 1em 0em 0.9em 0em;
  background: #fff;
}

.copyright {
  text-align: center;
}

.plans {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.plans-pic-1 {
  margin: 1rem;
  position: relative;
  overflow: hidden;
  padding: 0 1em;
  font-size: 17px;
}

.plans-body {
  background: #fff !important;
  padding: 30px;
  border: 1px solid #E6E6E6;
  border-top: none;
  margin-top: -15px;
  border-bottom-left-radius: 30%;
  border-bottom-right-radius: 30%;
}

.plans-body .button {
  font-size: 15px;
}

figure .img {
  max-width: 100%;
  height: 30vh;
  border-top-left-radius: 30%;
  border-top-right-radius: 30%;
}

.contactform input[type="text"], .contactform input[type="email"], .contactform textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.contactform {
  width: 80%;
  padding-bottom: 4em;
  margin: auto;
}

nav ul {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

nav li {
  list-style: none;
  padding: 1em 0;
}

nav a {
  color: #fff;
  font-weight: 300;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

nav a:hover {
  opacity: 0.6;
  color: #fff;
}

button {
  margin-top: 0 !important;
}

#toggle {
  display: none;
}

.label {
  font-size: 26px;
  line-height: 70px;
  display: none;
  width: 30px;
  float: right;
  color: #fff;
}

.container-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columms: repeat(auto-fill, minmax(250px, 1fr));
  justify-items: center;
  grid-gap: 20px;
  margin: 0.2em 2em 0.2em 2em;
}

.item > a > img {
  width: 100%;
  height: 100%;
  padding: 3px;
}

.item > a > img:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  -webkit-filter: property blur(2px) brightness 60%;
  filter: property blur(2px) brightness 60%;
}

.contact1 {
  height: 150vh;
  background-color: #97b6c5;
  background-size: cover;
  width: 80%;
  padding: 20px;
  margin-left: 10%;
  margin-bottom: 5%;
  text-align: center;
}

.plan-form label {
  color: #4e7182;
}

.plan-form input {
  width: 100%;
}

.plan-form textarea {
  width: 100%;
}

.sign-up {
  background-color: #ced4da;
  border: solid;
  width: 50%;
  margin-left: 20%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
}

.sign-up label {
  margin: 1rem;
}

.sign-in {
  background-color: #ced4da;
  border: solid;
  width: 50%;
  margin-left: 20%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
}

.sign-in label {
  margin: 1rem;
}

.acc {
  color: red;
  font-size: 3rem;
  margin-left: 10%;
}

.connect {
  color: red;
  margin-left: 60%;
  font-size: 2rem;
}

@media (max-width: 992px) {
  .plans {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 90%;
  }
  .label {
    display: block;
    cursor: pointer;
  }
  nav ul {
    text-align: center;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    top: 5.6em;
    width: 80%;
    left: 10%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 0;
    overflow: hidden;
  }
  .item > a > img {
    width: 100%;
    height: 100%;
  }
  nav a {
    opacity: 1;
  }
  #toggle:checked + .menu {
    max-height: 500px;
  }
  header > div .logo {
    float: left;
    padding: 1em 0.5em 0.5em 0.5em;
  }
  .menu a {
    display: block;
    margin: 0;
  }
  .contact1 {
    height: 150vh;
  }
  .introduces {
    height: 100vh;
  }
  .introduces h1 {
    font-size: 40px;
  }
  .sideleft, .sideright, .footer, .feature-image img, .contactform, button, .button, textarea, .plans-pic-1 {
    width: 100%;
    text-align: center;
    margin: 0.8em 0 0.8em 0;
  }
  .plans-pic-1 {
    max-width: 100%;
  }
  .sideleft {
    padding-bottom: 1em;
  }
  .sideleft img {
    width: 80%;
  }
  .main-padding {
    padding: 2em 0;
  }
  .introduces p {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .footer {
    margin-bottom: 1em;
  }
  button {
    margin-top: 1em !important;
  }
  .plans .button {
    width: 50%;
  }
  .main-grid {
    height: 50rem;
  }
}

@media (max-width: 650px) {
  .plans, .footer-grid, .main-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer-grid {
    display: block;
  }
  .main-grid {
    height: 87rem;
  }
  .contact1 {
    height: 220vh;
  }
}

@media (max-width: 480px) {
  .introduces h1 {
    font-size: 30px;
  }
  .introduces p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-link {
    font-size: small;
  }
}

@media (max-width: 992px) {
  .pagination {
    width: 50%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
  }
  .page-item {
    background-color: inherit;
    top: 0;
  }
}
