* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: rgb(240, 239, 239);
}

@keyframes animate {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bg {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  height: 100%;
  filter: blur(1px);
}

.nav-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 20px;
  height: 70px; 
  border-radius: 2px;
  transition: all 0.7s;
  position: relative;
  background: linear-gradient(135deg, rgba(248, 239, 239, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(120px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
}

.menu-top {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  color: white;
}

.getStarted_btn {
  width: 120px;
  height: 40px;
  background-color: rgb(46, 252, 46);
  border-radius: 10px;
  outline: none;
  border-style: none;
  cursor: pointer;
  transition: all 0.5s;
  font-family: 'Poppins', sans-serif;
}

.get {
  transition: all 0.5s;
}


.menu-top a {
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-size: small;
  transition: all 0.6s;
}

.menu-top a:hover {
  opacity: 0.8;
  transition: all 0.6s;
  transform: translateY(-2px);
}

.home-intro {
  border: solid red;
  width: 700px;
  height: fit-content;
  margin: auto;
  top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  background: linear-gradient(135deg, rgba(248, 239, 239, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(120px);
  border: 1px solid rgb(227, 253, 221);
  color: white;
  padding-bottom: 40px;
  animation: animate 1s ease-in-out;
}

.get_Started_Home {
  width: 120px;
  height: 40px;
  background-color: rgb(46, 252, 46);
  border-radius: 10px;
  outline: none;
  border-style: none;
  cursor: pointer;
  transition: all 0.5s;
  font-family: 'Poppins', sans-serif;
}

.search_input_field {
  width: 500px;
  height: 50px;
  border-radius: 30px;
  outline: none;
  border-style: none;
  text-align: center;
  opacity: 0.8;
  transition: all 0.5s;
}

.search_input_field:focus {
  opacity: 1;
}

.trendingSearches_div {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: fit-content;
  height: 50px;
  position: relative;
  margin: auto;
  margin-top: 40px;
  color: white;
  align-items: center;
  animation: animate 1s ease-in-out;
}

.trending {
  width: 120px;
  height: 40px;
  border-radius: 10px;
  outline: none;
  border: 1px solid rgb(227, 253, 221);
  background-color: transparent;
  color: white;
  cursor: pointer;
  transition: all 0.5s;
  font-family: 'Poppins', sans-serif;
}

.trending:hover {
  border: 1px solid rgb(80, 253, 41);
}

.screen-1 {
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  align-items: center;
  height: fit-content;
  background-color: rgb(227, 253, 221);
  margin: 0;
  margin-bottom: 30px;
  box-shadow: 3px 3px 3px 3px rgb(216, 213, 213);
}

.inside-1 {
  height: 300px;
  width: 400px;
}

.subtitle {
  margin-top: 10px;
}


.screen-2 {
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  align-items: center;
  height: fit-content;
  background-color: rgb(221, 224, 253);
  margin: 0;
  margin-bottom: 30px;
  box-shadow: 3px 3px 3px 3px rgb(216, 213, 213);
}

.inside-2 {
  height: 300px;
  width: 400px;
}

.screen-3 {
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  align-items: center;
  height: fit-content;
  background-color: rgb(253, 252, 221);
  margin: 0;
  margin-bottom: 30px;
  box-shadow: 3px 3px 3px 3px rgb(216, 213, 213);
}

.inside-3 {
  height: 300px;
  width: 400px;
}

.screen-4 {
  padding: 40px;
  background-color: rgb(253, 221, 221);
  margin: 0;
  margin-bottom: 30px;
  box-shadow: 3px 3px 3px 3px rgb(216, 213, 213);
}

.patners_div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

.patners {
  width: 50px;
}


.footer {
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(236, 234, 234);
  height: 500px;
  justify-content: center;
  align-items: center;
}

.footer_links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.footer_links a {
  color: black;
  text-decoration: none;
  transition: all 0.5s;
}

.footer_links a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.socials a {
  transition: all 0.5s;
}

.socials a:hover {
  opacity: 0.5;
}