@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

/* Universal */

h1 {
  font-size: 80px;
  color: #102e49;
}

h2 {
  font-size: 40px;
  font-weight: 400;
  color: #102e49;
}

p {
  font-size: 20px;
  color: #102e49;
}

.custom-shape-divider-top-1611450687 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(-180deg);
  z-index: -1;
}

.custom-shape-divider-top-1611450687 svg {
  position: relative;
  display: block;
  width: calc(400% + 1.3px);
  height: 1400px;
}

.custom-shape-divider-top-1611450687 .shape-fill {
  fill: #f8f8f8;
}

/* Navbar */

header {
  height: 100vh;
  margin: 0 150px;
}

.wave {
  position: absolute;
  z-index: -1;
}

nav {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #102e49;
  animation: right-slide 1s ease;
}

.navlinks {
  display: flex;
  flex-direction: row;
  animation: left-slide 1s ease;
}

.navlinks li {
  list-style: none;
  margin-right: 55px;
}

.navlinks li:last-child {
  margin: 0;
}

.navlinks li a {
  text-decoration: none;
  color: #102e49;
  font-size: 17px;
  font-weight: 500;
  transition: 0.2s ease;
}

.navlinks li span a {
  border-style: solid;
  border-color: #102e49;
  border-width: 1.7px;
  background-color: #102e49;
  border-radius: 10px;
  color: white;
  padding: 8px 10px;
}

.navlinks li i {
  color: #3cd6a3;
  border-width: 1.8px;
  border-style: solid;
  border-radius: 10px;
  color: #3cd6a3;
  padding: 5px;
  transition: 0.2s ease;
}

.navlinks li i:hover {
  color: #102e49;
  transition: 0.2s ease;
}

/* Main */

main {
  margin: 150px 0 0 0;
  display: flex;
  flex-direction: row;
}

main .container {
  animation: drop-back 1s ease;
}

main h1 span {
  color: #3cd6a3;
}

main p {
  font-weight: 500;
  line-height: 30px;
  padding: 15px 0;
}

main button {
  width: 240px;
  height: 60px;
  margin: 15px 0;
  background-color: #102e49;
  color: white;
  font-size: 20px;
  font-weight: 500;
  outline: none;
  border-color: #102e49;
  border-style: solid;
  border-radius: 30px;
  box-shadow: 0 5px 30px #cfcfcf;
  transition: 0.3s ease;
}

main button:hover {
  background-color: transparent;
  color: #102e49;
  border-style: solid;
  border-color: #3cd6a3;
  transition: 0.3s ease;
}

.hero-design {
  position: absolute;
  left: 750px;
  bottom: 80px;
  width: 640px;
  animation: drop 1s ease;
}

/* Our Products Section */

.products {
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0 150px;
}

.products h2 {
  text-align: center;
  padding: 30px 0 0 0;
  animation: drop-back 1s ease;
}

.products .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 130px;
}

.product {
  width: 350px;
  background-color: #ffffff;
  border-radius: 40px;
  color: #102e49;
  box-shadow: 1px 1px 50px #ebebeb;
  margin-right: 20px;
}

.product:last-of-type {
  margin: 0;
}

.card {
  padding: 170px 30px 50px 30px;
}

.card img {
  position: absolute;
  top: 900px;
  width: 280px;
}

.card .container {
  padding-top: 40px;
}

.card .container:first-of-type {
  padding: 0;
}

.card i {
  transition: 0.2s ease;
}

.card i:hover {
  color: #3cd6a3;
}

.card h3 {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}

.stars {
  color: #e8b736;
}

.card p {
  color: #102e49;
  font-weight: 600;
}

.product .card button {
  width: 130px;
  height: 40px;
  border: none;
  outline: none;
  background-color: #102e49;
  color: white;
  margin-top: 30px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

.products button {
  width: 400px;
  height: 50px;
  align-self: center;
  margin-top: 50px;
  background-color: #3cd6a3;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 50px;
  box-shadow: 0 5px 30px #cfcfcf;
  transition: 0.2s ease;
}

.products button:hover {
  background-color: #102e49;
  transition: 0.2s ease;
}

/* About Section */

.about {
  height: 100vh;
  margin: 0 150px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.about p {
  margin-top: 20px;
  line-height: 30px;
  font-weight: 500;
  width: 90%;
}

.about p:last-of-type {
  margin-top: 15px;
}

.about button {
  width: 200px;
  height: 50px;
  margin-top: 20px;
  background-color: #102e49;
  color: white;
  font-size: 17px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: 0.2s ease;
}

.about button:hover {
  background-color: #3cd6a3;
  color: #102e49;
  transition: 0.2s ease;
}

.about img {
  width: 640px;
  height: 450px;
  margin-right: 100px;
}

/* Contact Section */

.contact {
  background: url(../img/contact.png);
  background-size: cover;
  color: white;
  display: flex;
  height: 100vh;
  align-items: center;
  padding: 0 150px;
  justify-content: space-between;
}

.contact .container {
  display: flex;
  flex-direction: column;
}

.contact h2 {
  color: white;
  font-weight: 400;
  margin-top: 30px;
}

.contact .desc {
  margin-top: 30px;
  color: white;
  font-weight: 300;
  line-height: 30px;
}

.contacts {
  margin-top: 30px;
}

.contacts i {
  color: #3cd6a3;
}

.contacts p {
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin-left: 15px;
}

.email {
  display: flex;
  align-items: center;
}

.phone {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.address {
  display: flex;
  align-items: center;
  padding-top: 35px;
}

.contact input {
  font-size: 16px;
}

.mail {
  width: 300px;
  height: 50px;
  border: none;
  outline: none;
  color: white;
  background-color: transparent;
  border-bottom: 1px solid #3cd6a3;
}

.name {
  width: 300px;
  height: 50px;
  border: none;
  outline: none;
  color: white;
  background-color: transparent;
  border-bottom: 1px solid #3cd6a3;
}

.message {
  width: 500px;
  height: 50px;
  border: none;
  outline: none;
  color: white;
  background-color: transparent;
  border-bottom: 1px solid #3cd6a3;
  margin-top: 50px;
}

.contact button {
  margin-top: 40px;
  height: 50px;
  border: none;
  outline: none;
  color: white;
  background-color: #3cd6a3;
  border-radius: 30px;
  transition: 0.2s ease;
}

.contact button:hover {
  background-color: #102e49;
  transition: 0.2s ease;
}

.contact button i {
  margin-left: 5px;
}

/* Animations */

@keyframes drop {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes drop-back {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes right-slide {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes left-slide {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
