@import "./global.css";

/* Hero Block */

.hero__content-container--full {
  display: grid;
  grid-template-columns: 34% 1fr;
  position: absolute;
  top: 9vw;
  left: 0;
  padding-left: 11vw;
  gap: 3.5vw;
}

.hero__bottom-background {
  margin-top: -1px;
  width: 100%;
}
.hero__image {
  width: 100%;
  height: 35vw;
  object-fit: cover;
  /* position: absolute; */
  z-index: -1;
}

.hero__image-preview {
  width: 34.2vw;
  padding-top: 0.5vw;
}

.hero__image-logo {
  width: 30.3vw;
  padding-top: 0.7vw;
  padding-left: 1.4vw;
}

.hero__image-slogan {
  width: 26.5vw;
  padding-left: 2.7vw;
}

.hero__box {
  display: flex;
  flex-direction: column;
}

.hero__box > p,
.hero__icons {
  padding-left: 4vw;
}

.hero__box > p {
  width: 59%;
}

.hero__sub-title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--black);
  padding-top: 0.5vw;
}

.hero__box-text {
  font-weight: var(--font-medium);
  color: var(--black);
  font-size: var(--text-base);
  width: 79%;
  padding: 1vw 0;
}

.hero__box-text > span {
  /* color: var(--orange); */
  font-weight: var(--font-black);
}

.hero__icons {
  display: grid;
  grid-template-columns: repeat(3, 7.3%);
  gap: 0.8vw;
  /* padding-left: 4vw; */
}

.hero_icon-image {
  width: 3.3vw;
}

.hero__container--sm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-top: clamp(10px, 5.27vw, 110px);
  padding-bottom: 3vw;
}

.hero__container--full {
  background-color: var(--tosca-light);
  color: white;
}

.hero__section {
  display: flex;
  flex-direction: column;
}

.hero__card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 0.5vw, 10px);
  width: fit-content;
  place-self: center end;
}

.hero__card-item > img {
  height: clamp(40px, 4vw, 77px);
  width: clamp(70px, 7vw, 130px);
  object-fit: contain;
  padding: 1.3vw 0;
  box-sizing: content-box;
  background-color: var(--tosca-dark);
}

.hero__card-item > p {
  text-align: center;
  font-size: var(--text-xs);
  font-family: var(--grandstander);
  font-weight: 800;
  color: #a1edef;
  margin-top: 0.5vw;
}
.hero__text {
  font-family: var(--nunito);
  font-size: var(--text-base);
  display: block;
}

.hero__cta {
  background-image: url("/assets/home/button-cta.png") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  padding: 1vw 2vw;
  font-weight: var(--font-bold);
  font-size: var(--button);
}
.hero__cta-container {
  place-self: center end;
}
#hero__cta-desktop {
  display: inline-block;
}
#hero__cta-mobile {
  display: none;
}
/* Background Block */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}
.background__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.background__container--base {
  background-color: white;
  height: 100%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
}

/*About Us*/
.about-us__wrapper {
  width: 100%;
  margin-top: 10vh;
  position: relative;
}

.about-us__content:last-child {
  position: absolute;
  right: 7.3vw;
  top: 15.3vw;
}

.about-us__content:last-child img {
  width: 10vw;
}

/* Preview Block */
.preview__cta {
  background-image: url("/assets/home/button-cta.png") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  padding: 1vw 2vw;
  font-weight: var(--font-bold);
  font-size: var(--button);
  margin: 2.5vw auto;
  margin-bottom: 1vw;
}
.preview__background-bottom {
  margin-top: -1px;
}
.preview__background-top {
  margin-bottom: -1px;
}
#preview__section {
  display: flex;
  flex-direction: column;
}
.preview__background-top {
  width: 100%;
}
.preview__container--full {
  background-color: var(--tosca-light);
  padding-top: 4vw;
  padding-bottom: 2vw;
  position: relative;
}
.preview__container--sm {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.preview__video-container {
  width: 100%;
}
.preview__background-motive-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.preview__background-motives {
  width: 100%;
}
.preview__video {
  width: 100%;
  aspect-ratio: 16/9;
}
.preview__content-title {
  text-align: center;
  font-family: var(--grandstander);
  font-size: var(--text-3xl);
  color: white;
  margin-bottom: 2vw;
}

/* Collaboration Block */
.collaboration__container--sm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.collaboration__content-title {
  font-size: var(--text-3xl);
  font-family: var(--grandstander);
  font-weight: var(--font-bold);
  color: var(--black);
}
.collaboration__content-text {
  font-family: var(--nunito);
  font-weight: var(--font-medium);
  font-size: var(--text-md);
  margin-top: 1.6vw;
  margin-bottom: 3.6vw;
}
.collaboration__content-image {
  width: 20vw;
  place-self: start center;
}
.collaboration__involved-button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: var(--button);
  font-family: var(--nunito);
  font-weight: var(--font-bold);
  color: var(--black);
  background-image: url("/assets/button-background.png") !important;
  padding: 1vw 1.8vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#collaboration__section {
  margin-top: 6.35vw;
  margin-bottom: 10.5vw;
}

/*  */
.about__navigation-button {
  display: flex;
}
.about__button--outline {
  background-image: url("../assets/button-background.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 1.1% 4%;
  font-size: var(--button);
  font-family: var(--nunito);
  color: var(--black);
  text-transform: uppercase;
  font-weight: var(--font-bold);
  height: 55%;
  margin-top: 6.5%;
  display: flex;
}

@media (max-width: 641px) {
  /* Hero Block */
  .hero__box-text,
  .hero__icons {
    display: none;
  }
  #hero__cta-desktop {
    display: none;
  }
  #hero__cta-mobile {
    display: inline-block;
  }

  .hero__content-container--full {
    display: flex;
    flex-direction: column-reverse;
    top: 0;
    left: 0;
    padding-top: 31.9vw;
  }

  .hero__content-container--full > picture {
    display: grid;
  }

  .hero__image-preview {
    width: 82.7vw;
    padding-top: 4.5vw;
    place-self: center;
  }

  .hero__image-logo {
    width: 65.2vw;
    place-self: center;
  }
  .hero__image {
    height: 123.8vw;
  }
  .hero__container--sm {
    grid-template-columns: 1fr;
  }
  .hero__text {
    display: block;
    font-size: var(--text-sm);
    font-family: var(--nunito);
    font-weight: var(--font-medium);
    color: white;
    text-align: center;
  }
  .hero__card-container {
    width: 100%;
    margin-top: 11.8vw;
    padding-bottom: 10vw;
  }
  .hero__card-item > img {
    height: 10.2vw;
    width: 100%;
    padding: 5vw 0;
  }
  .hero__card-item > p {
    margin-top: 6.6vw;
  }
  .hero__cta-container {
    place-self: center;
  }
  .hero__container--sm {
    gap: 8vw;
    margin-bottom: 8vw;
  }
  .hero__cta {
    font-size: var(--text-xs);
    padding: 2.3vw 6vw;
  }

  /* Preview Block */
  .preview__cta {
    font-size: var(--text-xs);
    padding: 2.2vw 5vw;
  }
  .preview__content-title {
    font-size: var(--text-xl);
    margin-bottom: 7vw;
  }
  .preview__container--sm {
    width: 100%;
  }
  .preview__content-title {
    width: 82vw;
    margin-right: auto;
    margin-left: auto;
  }

  .preview__container--full {
    padding: 12vw 0 4vw;
    /*padding-top: 12vw;*/
  }
  /* Collaboration Block */
  .collaboration__container--sm {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13.8vw;
  }
  .collaboration__content-text > br {
    display: none;
  }
  .collaboration__content-text,
  .collaboration__content-title {
    text-align: center;
  }
  .collaboration__content-title {
    font-size: var(--text-xl);
  }
  .collaboration__content-text {
    font-size: var(--text-base);
  }
  .collaboration__container--sm > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .collaboration__content-text {
    margin: 7vw 0;
  }
  #collaboration__section {
    margin: 13.8vw 0;
  }
  .collaboration__content-image {
    width: 80%;
  }
  .collaboration__involved-button {
    padding: 2.2vw 5vw;
    font-size: var(--text-xs);
  }
  /*  */
  .about__button--outline {
    padding: 2.3vw 6vw;
    font-size: var(--text-xs);
    display: block;
    width: fit-content;
    background-size: 100% 100%;
  }
}

/* OLD */

.img-herobanner {
  width: 100%;
  position: relative;
  margin-bottom: -1%;
}

.blue-background {
  background-image: url("../assets/blue-background.png");
  padding: 5% 0 13.8%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2%;
}
.blue-background-contact {
  background-image: url("../assets/blue-background.png");
  padding: 5% 0 13.8%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2%;
}

.steam-section {
  display: flex;
}

.steam-description p {
  font-size: var(--text-banner);
  color: var(--white);
  width: 100%;
  margin-top: 3%;
  line-height: 1.5;
}

.box-steam,
.steam-description {
  width: 100%;
}

.quotes {
  margin: 0 auto;
  width: 81.666%;
  position: relative;
  margin-top: 5%;
  margin-left: 9%;
}

.quotes img {
  position: absolute;
  width: 12%;
  right: 17%;
  bottom: -51%;
  float: right;
}

.text-quotes {
  font-size: var(--text-quotes);
  font-family: var(--mochi-pop-one);
  color: var(--black);
  text-align: center;
  margin: 0 auto;
}

/*Quotes Site*/
.quotes-site__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.2vw;
}

.quotes-site__content {
  width: 100%;
  align-self: center;
}

.quotes-site__content img {
  width: 27.6vw;
}

.quotes-site,
.quotes-site-games {
  display: flex;
  justify-content: space-between;
  margin-top: 7%;
  gap: 6%;
}

.box-quotes,
.box-footer,
.box-mockup {
  width: 50%;
}

.box-quotes:first-child {
  width: 80%;
}

.quotes-site img {
  /*width: 88%;*/
  margin-top: -17%;
  margin-left: 6%;
}
.quotes-site-games img {
  width: 95%;
  margin-top: -8%;
  margin-left: 6%;
}
.title-video {
  margin-bottom: 4%;
  font-size: var(--title-section);
  font-family: var(--grandstander);
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.quotes-site__title {
  font-size: var(--title-section);
  font-family: var(--grandstander);
  color: var(--black);
  font-weight: 800;
  text-transform: uppercase;
}

.quotes-site__desc {
  font-size: var(--text-md);
  font-family: var(--nunito);
  font-weight: 500;
  color: var(--gray);
  margin-top: 5%;
  margin-bottom: 10%;
  width: 88%;
}
.video-section {
  margin: 10% 0 6.35vw;
  padding: 11% 0 8%;
  background-image: url("../assets/video_background.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-img {
  margin-bottom: 2%;
  width: 100%;
  aspect-ratio: 16/9;
}

.mockup {
  display: flex;
  gap: 1%;
}

.mockup-title {
  font-size: var(--title-section);
  font-family: var(--grandstander);
  color: var(--black);
  font-weight: 800;
  text-transform: uppercase;
  width: 90%;
  margin-bottom: 5%;
}

.mockup img {
  width: 128%;
  margin-top: -33%;
  margin-left: -8%;
}

/* games page */

/* contact page */

.contact-title {
  margin-top: 5%;
  font-size: var(--title-section);
  font-family: var(--grandstander);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 800;
}

.contact-section {
  width: 50%;
}
.contact-description {
  margin-left: -8%;
  font-size: var(--text-banner);
  font-weight: 500;
  font-family: var(--nunito);
  color: var(--white);
  margin-top: 2%;
  padding-bottom: 3%;
}

.contact-content {
  margin-top: 6%;
  display: flex;
  justify-content: space-between;
}

.box-contact {
  width: 50%;
  text-align: center;
  padding: 3% 0;
}

.box-contact:nth-last-child(1) {
  border-left: 3px solid rgba(249, 125, 47, 0.2);
}

.box-contact:nth-last-child(1) img {
  margin-left: 9%;
  margin-top: 2%;
  width: 25%;
}
.box-contact:nth-last-child(2) img {
  margin-left: -9%;
  width: 27%;
}
.box-contact:nth-last-child(1) .title-contact-content {
  margin-left: 5%;
  margin-top: 2%;
}
.box-contact:nth-last-child(2) .title-contact-content {
  margin-left: -10%;
  margin-top: 2%;
}
.title-contact-content {
  font-size: var(--title-content);
  font-family: var(--grandstander);
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
.text-contact-content {
  margin: 0 auto;
  font-size: var(--text-description);
  font-weight: 500;
  width: 88%;
  margin-top: 5%;
  margin-bottom: 9%;
}

.img-map {
  margin-top: 9%;
  width: 100%;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  margin: 10% 0 18%;
}

.title-form {
  font-size: var(--title-section);
  font-family: var(--grandstander);
  color: var(--black);
  text-transform: uppercase;
  font-weight: 800;
  width: 70%;
}

.text-form {
  margin-top: 4%;
  width: 85%;
}
.sosmed {
  margin-top: 13%;
  display: flex;
  gap: 4.5%;
}

.sosmed img {
  width: 11%;
}
.contact-form-content {
  width: 50%;
}

.email-input {
  margin-top: 2.5%;
  width: 92%;
  margin-left: 8%;
  margin-bottom: 5.45%;
}

.text-area {
  width: 92%;
  margin-left: 8%;
  margin-top: -1%;
}

.text-area textarea {
  width: 100%;
  padding: 4%;
  border: 2px solid #707070;
  box-sizing: border-box;
  resize: none;
  font-family: "Montserrat", sans-serif;
  height: 12vw;
  border-radius: 2px;
  max-height: 228px;
}

.input-text {
  padding: 4% 4%;
  border: 2px solid #707070;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.2vw, 24px);
  border-radius: 2px;
  width: 100%;
}
.text-area-desc {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.2vw, 24px);
  font-weight: 500;
  color: #707070;
}
.form {
  margin-top: -2%;
}

.line-left {
  border-right: 3px solid var(--orange);
  height: 12vw;
  max-height: 232px;
  width: 50%;
  margin-top: 8.3%;
}
.form-input {
  margin-top: 5%;
  display: flex;
  gap: 2%;
}
.form-input input {
  padding: 3% 3%;
  width: 80%;
  color: #d7d7d7;
  font-size: var(--icon-text);
  font-weight: 500;
}
.form-input img {
  margin-top: 1.5%;
  width: 8%;
  height: 100%;
  align-items: center;
}

@media (min-width: 360px) and (max-width: 640px) {
  /*ABOUT US*/
  .about-us__wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 3vh;
  }
  .about-us__content:last-child {
    position: relative;
    right: 0;
    top: 0;
    align-self: center;
    margin-bottom: 3.4vw;
    width: 40%;
  }

  .about-us__content:last-child img {
    width: 27.7vw;
  }

  .text-quotes {
    width: 100%;
  }

  /*QUOTES SITE*/
  .quotes-site__wrapper {
    margin-top: 13.8vw;
    gap: 0;
  }

  .quotes-site__content {
    text-align: center;
  }

  .quotes-site__desc {
    width: 100%;
  }
  .quotes-site__wrapper img {
    width: 55.5vw;
    margin: 0 auto;
  }
  .quotes-site__wrapper:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .quotes img {
    position: absolute;
    width: 18%;
    right: 0;
    top: 0;
    left: 0;
  }

  .mockup {
    flex-direction: column;
    gap: 30px;
  }
  .box-footer,
  .box-quotes,
  .box-mockup {
    width: 100%;
  }
  .sosmed-site > div > img {
    width: fit-content;
    height: 2.5rem;
  }
  .button-call {
    width: 40%;
    height: 55%;
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 6.3%;
  }
  .mockup img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .mockup-title,
  .box-mockup p {
    text-align: center;
    margin: 0 auto;
  }
  p.mockup-title {
    margin-bottom: 6.8vw;
  }
  .box-mockup > p:not([class="mockup-title"]) {
    max-width: 90%;
  }
  .video-section {
    margin: 16% 0 7.5%;
    padding: 13% 0 14%;
    background-image: url("../assets/Mobile/video-background-mobile.png");
  }
  .button-video {
    background-image: url("../assets/background-btn.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 45%;
    padding: 3.5% 3%;
  }
  .line-left {
    border-bottom: 3px solid var(--orange);
    border-right: transparent;
    width: 28%;
    margin-top: 8.3%;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 10%;
    margin-bottom: 15%;
  }
  .blue-background {
    background-image: url("../assets/Mobile/blue-background-mobile.png");
    padding: 3% 0 21%;
  }
}
