@import url(/styles/common/common.css);
* {
  font-family: "Poppins";
  scroll-behavior: smooth;
  color: white;
}

body {
  background-color: #192033;
  background-image: url("https://cdn.discordapp.com/attachments/803157757984636949/1114605589385977936/background-big.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

h2 {
  margin: 0px;
}

p {
  font-size: 1.25rem;
}

.section {
  margin: 0rem 0rem 15rem 0rem;
}

.text-area {
  display: flex;
  flex-direction: row;
  margin: 3rem 5rem;
}

.inside-wrapper {
  display: flex;
  flex-direction: column;
}

.inside {
  display: block;
  position: relative;
}

.img-wrapper {
  height: 30vw;
}

.img-div-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  scale: 0.8;
}

.card img {
  display: block;
  margin: -15px auto -20px auto;
  scale: 0.5;
}
.card h3 {
  color: #192033;
  text-align: center;
  margin-bottom: 0px;
}
.card p {
  color: #192033;
  text-align: center;
}

#inside-1 {
  margin-top: 5rem;
}

#section-2 {
  margin: 30rem 0rem 3rem 0rem;
}

#inside-2 {
  width: 70%;
  text-align: right;
}

#card-wrapper {
  margin: 5rem auto;
  width: 85%;
  padding: 2.5rem 0rem 3rem 0rem;
  background: linear-gradient(120deg, #a2ffff 0%, #af73ff 100%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#card-wrapper div {
  flex: 1 1 30rem;
  margin: 2.25rem 2.25rem;
  min-height: 20rem;
  max-width: 18rem;
  border-radius: 10px;
  background: white;
  transition: 0.2s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#card-wrapper div:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  scale: 1.05;
  transition: 0.2s;
}

#text-area-4 {
  justify-content: center;
}

#inside-4-h1 {
  text-align: center;
}

#last {
  display: flex;
  justify-content: end;
  align-items: end;
}
#last h2 {
  margin-right: 20px;
}

#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
#myBtn i {
  color: #192033;
}

@media only screen and (max-width: 1600px) {
  body {
    background-image: url("https://cdn.discordapp.com/attachments/803157757984636949/1114606185077801000/background.png");
    background-size: cover;
  }
  #section-2 {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 1500px) {
  body {
    background-image: url("https://cdn.discordapp.com/attachments/803157757984636949/1114606185077801000/background.png");
    background-size: cover;
  }
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  .text-area {
    margin: 4rem;
  }
  #card-wrapper {
    width: 100%;
  }
  #card-wrapper div {
    margin: 2rem 1rem;
  }
}
@media only screen and (max-width: 808px) {
  body {
    background-image: url("https://cdn.discordapp.com/attachments/803157757984636949/1114605590015115355/background-small.png");
  }
  .text-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 1rem;
  }
  .inside {
    max-width: 100%;
  }
  #text-area-1,
  #text-area-3 {
    flex-direction: column-reverse;
  }
  #text-area-4 {
    flex-direction: row;
  }
  #inside-2 {
    width: 100%;
    text-align: center;
  }
  .btn-wrapper {
    display: flex;
    justify-content: center;
  }
  #section-1 {
    margin-top: 10rem;
    margin-bottom: 25rem;
  }
  #section-2 {
    margin-bottom: 250px;
  }
}/*# sourceMappingURL=home.css.map */