html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background-color: #FAFCFD;
  width: 100%;
}

input,
textarea {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

a,
a:hover {
  text-decoration: none;
  color: #557FF2;
}

h1, h2, h3, p {
  margin: 0;
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}

.container {
  padding: 1rem;
}
@media (min-width: 40em) {
  .container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.overlayFlex {
  display: flex;
  flex-direction: row;
}

.overlayIcons {
  align-items: center;
  gap: 4px;
}

.engageCount {
  font-size: 10px;
  color: #8F95B2;
  font-weight: 500;
}

.button {
  width: 146px;
  height: 50px;
  border-radius: 6px;
  background-color: #557FF2;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 40px;
  line-height: 1.1;
  cursor: pointer;
}
.button:hover {
  background-color: #2952CC;
  color: #ffffff;
}
.button:active {
  background-color: #061E66;
  color: #ffffff;
}

@media (min-width: 40em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

.header {
  position: relative;
  z-index: 2;
  background-color: #FAFCFD;
  padding-top: 1px;
  margin-bottom: 179px;
}
@media (min-width: 40em) {
  .header {
    margin-bottom: 209.5px;
  }
}
.header nav {
  margin-top: 22.5px;
}
@media (min-width: 40em) {
  .header nav {
    height: 50px;
  }
}
.header__logo {
  width: 92px;
  height: 29px;
}
.header__btn {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.hero {
  display: flex;
}
.hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
  width: 12ch;
}
@media (min-width: 40em) {
  .hero__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
    width: 12ch;
  }
}
.hero .trial {
  width: 20.375rem;
}
.hero__text {
  margin-bottom: 24px;
  width: 20.375rem;
}
@media (min-width: 40em) {
  .hero__text {
    font-size: 1.5rem;
    font-weight: 400;
    width: 32rem;
  }
}
.hero__searchArea {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 40em) {
  .hero__searchArea {
    gap: 20px;
  }
}
.hero__inputBox {
  position: relative;
}
.hero__inSearch {
  position: relative;
}
.hero__search {
  width: 100%;
  height: 3.125rem;
  border-radius: 6px;
  border: 1px solid #D4DCF1;
}
@media (min-width: 40em) {
  .hero__search {
    width: 557px;
  }
}
.hero__search:focus {
  outline: none;
  border: 1px solid #557FF2;
}
.hero__search textarea::-moz-placeholder, .hero__search input::-moz-placeholder {
  color: #484851;
  font-size: 0.875rem;
}
.hero__search textarea::placeholder,
.hero__search input::placeholder {
  color: #484851;
  font-size: 0.875rem;
}
@media (min-width: 40em) {
  .hero__search textarea::-moz-placeholder, .hero__search input::-moz-placeholder {
    line-height: 18;
  }
  .hero__search textarea::placeholder,
  .hero__search input::placeholder {
    line-height: 18;
  }
}
.hero textarea, .hero input {
  padding-left: 2.375rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hero__searchIcon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.hero__cancelInput {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 40em) {
  .hero__cancelInput {
    position: absolute;
    right: -67%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
}
.hero .hero__searchError {
  display: none;
  color: #E95F5F;
  font-size: 10px;
  font-weight: 500;
  margin-top: 4px;
}
.hero .error-visible .hero__search {
  border: 1px solid #E95F5F;
}
.hero .error-visible .hero__searchError {
  display: block;
}
.hero__overlay {
  display: flex;
  position: absolute;
  right: 7.5%;
  top: -27%;
  justify-content: space-between;
  width: 511px;
  overflow: hidden;
  height: 255vh;
}
@media (max-width: 63.9375em) {
  .hero__overlay {
    display: none;
  }
}
.hero__overlayCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgb(250, 252, 253), rgba(250, 252, 253, 0.95), rgba(250, 252, 253, 0.1), rgba(250, 252, 253, 0.1), rgba(250, 252, 253, 0.1), rgba(250, 252, 253, 0.1), rgba(250, 252, 253, 0.5), rgb(250, 252, 253));
}
.hero__overlayContainer {
  width: calc(50% - 10px);
  padding: 0 5px;
}
.hero__overlayCard {
  display: flex;
  width: 239px;
  height: 265px;
  flex-direction: column;
  background-color: #FAFCFD;
  border-radius: 15px;
  padding: 16px;
  gap: 8px;
  margin-bottom: 24px;
  box-shadow: 16px 0 64px 0 rgba(0, 0, 0, 0.1);
}
.hero__overlayHeading {
  display: flex;
  justify-content: space-between;
}
.hero__overlayUser {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero__overlayUserName {
  font-weight: 500;
  font-size: 12px;
}
.hero__overlayTime {
  font-weight: 300;
  font-size: 8px;
}
.hero__overlayCity {
  font-weight: 500;
  font-size: 11px;
}
.hero__overlayText {
  font-weight: 400;
  font-size: 0.875rem;
}
.hero__overlayLike {
  align-items: start;
  gap: 4px;
}
.hero__overlayDislike {
  align-items: flex-end;
  gap: 4px;
}
.hero__overlayEngagement {
  gap: 8px;
}/*# sourceMappingURL=style.css.map */