@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.inter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav {
  width: 100%;
  /* height: 65px; */
  position: fixed;
  /* line-height: 65px; */
  text-align: center;
}

.nav div.logo a {
  text-decoration: none;
  color: #000;
  font-size: 2.5rem;
}

.nav div.logo a:hover {
  color: #075bd4;
}

.nav div.main_list ul {
  width: 100%;
  /* height: 65px; */
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav div.main_list ul li {
  width: auto;
  /* height: 65px; */
  /* padding: 20px; */
}

.nav div.main_list ul li a {
  text-decoration: none;
  color: #000;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-style: normal;
  display: inline-block;
  padding: 20px;
}

.nav div.main_list ul li a:hover {
  color: #00e676;
}

/* Home section */

.navTrigger {
  display: none;
}

.nav {
  padding: 12px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: white;
  box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.5);
  z-index: 999;
}

.nav.affix {
  padding: 10px 0;
  background-color: rgb(255 255 255 / 80%);
}
.nav div.main_list ul li a {
  transition: 0.3s all ease-in-out;
}
.nav div.main_list ul li a:hover {
  color: #075bd4;
}
.nav div.main_list ul li a.btn-menu {
  color: white;
  background-color: black;
  padding: 21px 40px;
  border-radius: 100px;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  margin-left: 20px;
}
.nav div.main_list ul li a.btn-menu:hover {
  background-color: #075bd4;
}

.menu-btn {
  position: static;
  cursor: pointer;
  letter-spacing: 5px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn:hover span:nth-child(1) {
  width: 70px;
}
.menu-btn:hover span:nth-child(2) {
  width: 65px;
  margin-left: -10px;
}
.menu-btn span {
  display: block;
  margin: 5px 0;
  background: black;
  width: 65px;
  height: 5px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menu-btn span:nth-child(2) {
  width: 40px;
  transition-delay: 0.1s;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.98);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu span {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 48px;
  cursor: pointer;
}
.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}
.menu .links-container a {
  width: 100%;
  height: 400px;
  font-size: 48px;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}
.menu .links-container a:hover {
  color: #075bd4;
  font-size: 3.5em;
  margin-left: 10px;
}
.menu .links-container a:before {
  color: whitesmoke;
}
.menu .home:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542149624-8a12d5285934?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a91f847fdcc99b00a29d5a39a2b6f4b9&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -250%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .home:hover:after {
  visibility: visible;
  top: -275%;
}
.menu .home:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .places:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542140372-de3e121eb11e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6feeb58669ba6adbd2aacc9c89391713&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -350%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .places:hover:after {
  visibility: visible;
  top: -375%;
}
.menu .places:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .about:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1527402992-00b58e9a4edf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=24056e5c05fb23e069e2b1f47fdaf8f1&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -450%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .about:hover:after {
  visibility: visible;
  top: -475%;
}
.menu .about:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .contact:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=665f85219b6ad4ee4b274871593f3394&auto=format&fit=crop&w=1350&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -550%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .contact:hover:after {
  visibility: visible;
  top: -575%;
}
.menu .contact:hover:before {
  visibility: visible;
  right: -1375px;
}
.menu .menu-title {
  color: white;
  font-size: 1em;
  opacity: 0.4;
  letter-spacing: 10px;
}

/* Media qurey section */

@media screen and (max-width: 992px) {
  .nav div.main_list ul li a {
    padding: 10px;
  }
  .nav {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .nav div.show_list {
    height: auto;
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .logo a img {
    width: 160px;
  }
  .nav {
    padding: 12px 0;
  }
}

.logo-bar img {
  height: 100px;
}
.logo-bar {
  background: #fff;
  text-align: center;
  box-shadow: 0 0 80px 0 #00000026;
}
