* {
  font-family: Inter, sans-serif;
  /* font-family: Open Sans; */
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  /* background: linear-gradient(#fff157, #ffcce1); */
  /* background: #fff0c2; */
  background: #fffdf7;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 30px;

  /* font-size: 3rem;
  font-weight: 700;
  line-height: 3rem; */
  /* color: rgb(32, 32, 32); */
  /* color: #fff157; */
  /* -webkit-text-stroke: 1px rgba(0, 0, 0, 1); */
  /* background-color: #ffcce1; */
}

p {
  font-size: 1rem;
}

a {
  color: #33312b;
  text-decoration: none;
}

.container {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

header {
  padding-top: 0;
  margin-bottom: 40px;
}

.brandName {
  text-align: center;
}

.brandName span {
  font-family: Anonymous Pro;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #ffcce123;
}

.hero {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 50px;
}

.basic {
  color: #33312b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 20px;
}

.button {
  display: block;
  position: relative;
  overflow: auto;
  flex: none;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  margin-bottom: 0;
  padding: 15px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 20px;
  object-fit: fill;
  background-color: #33312b;
  border-radius: 40px;
  align-self: auto;
}

.buttonset {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.buttoncontent {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.tglogo {
  width: 32px !important;
  height: 32px !important;
  background-image: url("t_logo_sprite.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0%;
}

.buttonsubheader {
  color: rgba(242, 239, 230, 0.5);
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.buttonaction {
  color: #f2efe6;
  line-height: 20px;
  text-decoration: none;
}

.art {
  position: static;
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 60px;
}

.screens {
  width: 100%;
  max-height: none;
  max-width: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.screen {
  position: static;
  display: block;
  width: 50%;
  height: auto;
  max-width: none;
  max-height: none;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  flex: none;
  order: 1;
  box-shadow: 0 16px 40px rgba(51, 49, 43, 0.4);
}

.screen.up {
  margin-top: 20%;
  margin-left: -10%;
  margin-right: 0%;
  position: static;
  top: 10%;
  bottom: 0%;
  left: -10%;
  /* box-shadow: 0 20px 60px rgba(51, 49, 43, 0.5); */
}

.textsection {
  padding-top: 50px;
  padding-bottom: 50px;
}

.description {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.description.fullscreen {
  width: 100%;
}

.subheader {
  color: #33312b;
  background-color: #f2efe6;
  border-radius: 40px;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  font-size: 0.8rem;
  line-height: 16px;
}

.contentsection {
  padding-top: 50px;
  padding-bottom: 50px;
}

.reviewset {
  padding: 40px 0;
}

.review {
  margin-bottom: 20px;
}

.username {
  font-size: 1rem;
}
.usertext {
  background-color: #ffcce123;
  padding: 12px 18px;
  font-size: 0.9rem;
  border-radius: 0 20px 20px 20px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 40px;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.link.bottom {
  display: block;
  color: rgba(51, 49, 43, 0.5);
  padding-left: 0;
  padding-right: 0;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.basic.small.bottom {
  color: rgba(51, 49, 43, 0.5);
  margin-bottom: 0;
  text-align: center;
}

.basic.small {
  font-size: 1rem;
  line-height: 20px;
}

.logoblock {
  margin: 30px 0 0;
}

.brandNameSet {
  font-family: Anonymous Pro;
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.9rem;
  text-align: center;
  color: rgba(51, 49, 43, 0.4);
}

@media screen and (min-width: 640px) {
  .container {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .buttonset {
    flex-direction: row;
  }

  .button {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }

  .brandName {
    text-align: left;
  }

  .brandName span {
    font-size: 1.8rem;
  }

  .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .description {
    width: 36%;
    align-items: flex-start;
  }

  h1 {
    margin-bottom: 32px;
    font-size: 3.1rem;
    line-height: 3rem;
    text-align: left;
  }

  .basic {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .art {
    width: 60%;
    margin-bottom: 100px;
  }

  .buttonset {
    width: 100%;
    justify-content: center;
  }

  .button {
    width: 30%;
  }

  .reviewset {
    width: 50%;
  }
}
