@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap");
* {
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #120f10;
  color: #f2f2f2;
}

.top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.5rem);
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  position: fixed;
  z-index: 2;
}

#logo,
#dropdown-menu-icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.75rem;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}
#logo:hover,
#dropdown-menu-icon:hover {
  color: #dcdcdc;
}

#chevron-to-show-social-menu {
  display: none;
}

.nav-desktop {
  display: none;
}

.toggle-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #120f10;
  transform: translateY(3.5rem);
  color: #dcdcdc;
  border-radius: 0 0 5% 5%;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.toggle-menu.active {
  transition: 0.2s ease-in-out;
  opacity: 1;
  display: block;
  z-index: 3;
}

.all-inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  padding: 1rem;
}

.toggle_menu-a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 800;
}

.nav-a-toggle-menu {
  text-decoration: none;
  color: #85ab7b;
  transition: 0.1s ease-in-out;
}
.nav-a-toggle-menu:hover {
  transform: scale(1.05);
  color: #8d8c8c;
}

.toggle-column-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
  gap: 0.5rem;
}

#toggle-menu-a-1,
#toggle-menu-a-2,
#toggle-menu-a-3,
#toggle-menu-a-4,
#toggle-menu-a-5,
#toggle-menu-a-6,
#toggle-menu-a-7,
#toggle-menu-a-8,
#toggle-menu-a-9 {
  color: #f2f2f2;
  font-size: 1.75rem;
  transition: 0.1s ease-in-out;
}
#toggle-menu-a-1:hover,
#toggle-menu-a-2:hover,
#toggle-menu-a-3:hover,
#toggle-menu-a-4:hover,
#toggle-menu-a-5:hover,
#toggle-menu-a-6:hover,
#toggle-menu-a-7:hover,
#toggle-menu-a-8:hover,
#toggle-menu-a-9:hover {
  transform: scale(1.2);
  color: #dcdcdc;
}

.bottom-navigation-only {
  height: 49.8%;
  width: 100vw;
}

.bottom-nav-ul {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  list-style: none;
  font-size: 0.9rem;
  padding: 0 1.5rem;
  width: 100vw;
  height: auto;
}

.bottom-li-nav {
  margin: 1rem;
  gap: 1.5rem;
}

#bottom-li-nav-about,
#bottom-li-nav-jobs,
#bottom-li-nav-appren {
  cursor: pointer;
}

#bottom-li-nav-about {
  color: #85ab7b;
}

.nav-a-social {
  display: none;
}

.section-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 4rem 0.5rem 0 0.5rem;
}

.section-1-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  background-color: rgba(30, 29, 29, 0.6);
  border-radius: 1rem;
}

.link-to-story {
  text-decoration: none;
  color: #f2f2f2;
  cursor: pointer;
}

.name-and-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  height: auto;
  gap: 1.3rem;
  line-height: 3.8rem;
}

.h1-main-name {
  color: #f2f2f2;
  font-weight: 800;
  width: auto;
  font-size: 1.9rem;
}
.h1-main-name:hover,
.h1-main-name :focus,
.h1-main-name :active {
  color: #26acac;
}

.img-square-section {
  width: 1.9rem;
  height: 1.9rem;
}

.dot-and-introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
  line-height: 1.6rem;
}

.p_introduction {
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 0.8rem;
  color: #8d8c8c;
}

#dot-introduction {
  color: #85ab7b;
  font-size: 0.6rem;
}

.p_description {
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 500;
}

.hr-line-to-p {
  border: none;
  width: 100%;
  background-color: #3e3c3c;
  height: 0.05rem;
  opacity: 0.1;
  margin: 0.5rem 0;
}

.h2_description {
  line-height: 2.8rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.name-in-p-green {
  color: #85ab7b;
  font-weight: 700;
}

.name-in-p-blue {
  color: #26acac;
  font-weight: 700;
}

.discover-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.btn-discover {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: #3e3c3c;
  color: #f2f2f2;
  width: 14rem;
  height: auto;
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.1s ease-in-out;
}
.btn-discover:hover,
.btn-discover :focus,
.btn-discover :active {
  outline: none;
  transform: scale(1.1);
  background-color: #8d8c8c;
  color: #120f10;
}

.hr-line-to-sections {
  border: none;
  width: 100%;
  background-color: #3e3c3c;
  height: 0.05rem;
  opacity: 0.1;
  margin-top: 0.5rem;
}

.section-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
}

.h-section {
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 700;
}

.logo-and-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.logo-strimz {
  width: 3rem;
  height: 3rem;
}

.description-strimz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.strimz-h3 {
  font-size: 1.5rem;
}

.strimz-p-description {
  background-color: transparent;
  font-size: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  gap: 0.2rem;
  color: transparent;
}

#first-strimz-p {
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid #26acac;
  animation: fadeInFirstText 8s infinite;
}

#second-strimz-p {
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid #85ab7b;
  animation: fadeInSecondText 8s infinite;
}

@keyframes fadeInFirstText {
  0% {
    opacity: 1;
    color: transparent;
  }
  25% {
    opacity: 1;
    color: #8d8c8c;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInSecondText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
    color: transparent;
  }
  75% {
    opacity: 1;
    color: #8d8c8c;
  }
  100% {
    opacity: 0;
  }
}
.story-strimz {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 2rem;
}

.story-strimz-h4 {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #26acac;
  font-weight: 700;
}

.story-strimz-p {
  font-size: 1rem;
  line-height: 2rem;
}

.album-link-styling {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #f2f2f2;
  transition: color 500ms;
  -webkit-background-clip: text;
  background-clip: text;
}
.album-link-styling:hover {
  color: #85ab7b;
}
.album-link-styling:hover::after {
  transform: scale(1);
}

.album-link-styling::before,
.album-link-styling::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 2px;
}

.album-link-styling::before {
  background-color: #85ab7b;
}

.album-link-styling::after {
  background-color: #26acac;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 600ms;
}

.section-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
}

.all-our-vision-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
  height: auto;
}

.visions-div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  height: 15rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #1c1b1b;
  border: #3e3c3c 0.1rem solid;
}

.number-of-vision {
  font-size: 1.8rem;
  line-height: 3.4rem;
  color: #f2f2f2;
  font-weight: 700;
  height: auto;
  width: 100%;
}

.name-of-vision-h4 {
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #26acac;
  font-weight: 700;
}

.p-vision-description {
  font-size: 1rem;
  line-height: 2rem;
  color: #f2f2f2;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.section-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
}

.img-background-div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
}

#img-backgorund-overview {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  border-radius: 5%;
}

.unsplash-img-link {
  text-decoration: none;
  color: #8d8c8c;
  font-size: 0.8rem;
}

#unsplash-img-margin {
  margin-left: 1rem;
  margin-top: 0.5rem;
  color: #8d8c8c;
}

.content-overview-div {
  margin-top: 2rem;
}

.h-content-overview {
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #26acac;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-content-overview {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  color: #f2f2f2;
}

.three-stats-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.5rem;
  margin-top: 2rem;
  padding-bottom: 0;
  max-width: 100rem;
}

.three-stats-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.stats-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 1.5rem;
  padding-bottom: 0.5rem;
}

.quantity-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem;
}

.border-for-stats {
  padding: 0.5rem;
  border: 0.2rem solid #85ab7b;
  animation: wind 6s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
}

@keyframes wind {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.p-description-stats {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #dcdcdc;
}

.bottom-p-content-div {
  padding: 0.5rem;
}

.section-5 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
}

#img-backgorund-office {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  border-radius: 5%;
}

.office-div,
.join-div {
  margin-top: 2rem;
}

.h-office-and-join {
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #26acac;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-office-and-join {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  color: #f2f2f2;
}

.div-for-contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  font-size: 1rem;
  line-height: 2rem;
}

.ul-contact-list {
  padding: 0rem;
  list-style-type: none;
}

.li-into-ul::before {
  content: "•";
  color: #26acac;
  margin-right: 1rem;
}

.li-into-ul {
  color: #f2f2f2;
  font-weight: 700;
}

.border-bottom-line {
  padding: 1rem 0;
  border-bottom: 0.1rem solid #3e3c3c;
}

.without-border-bottom-line {
  padding: 1rem 0;
}

.li-content {
  color: #8d8c8c;
  font-weight: 500;
}

.form-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
  height: auto;
}

.main-form {
  border-radius: 1rem;
  border: 0.4rem solid #3e3c3c;
  background-color: #1c1b1b;
  padding: 0 1rem;
}

#form-h {
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin: 1rem 0;
  font-weight: 700;
  text-transform: uppercase;
}

.label-title-main {
  font-size: 1.1rem;
  line-height: 2.2rem;
  color: #f2f2f2;
  font-weight: 700;
}

.main-inputs {
  border-radius: 0.5rem;
  width: 80%;
  height: auto;
  line-height: 2rem;
  font-size: 1rem;
  background-color: #120f10;
  color: #f2f2f2;
  border: 0.1rem solid #3e3c3c;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.main-inputs:focus {
  outline: none;
}

.file-input-container {
  display: inline-flex;
  position: relative;
  align-items: center;
}

#upload-icon {
  display: inline-block;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 0.9rem;
}

#label-demo-portf {
  line-height: 2rem;
  font-size: 1rem;
  color: #f2f2f2;
  font-weight: 700;
}

.choose-file::-webkit-file-upload-button {
  visibility: hidden;
}

.choose-file {
  display: flex;
  font-family: inherit;
  margin: 1rem 0;
  width: 100%;
  height: auto;
}

.choose-file::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Upload Your File";
  background-color: #3e3c3c;
  border: 0.1rem solid #8d8c8c;
  padding: 0.5rem;
  outline: none;
  color: #f2f2f2;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  width: 7rem;
  border-radius: 0.5rem;
}

#demo {
  padding: 0.5rem;
  background-color: transparent;
}

.label-title-inner {
  font-size: 1.1rem;
  line-height: 2.2rem;
  color: #f2f2f2;
  font-weight: 700;
}

.inner-checkboxes {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  height: auto;
  border-radius: 0.5rem;
  background-color: #120f10;
  border: 0.2rem solid #3e3c3c;
}

#label-preffered {
  margin-bottom: 1rem;
  color: #26acac;
}

.checkbox-label {
  padding-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 2rem;
  gap: 0.5rem;
}
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-label .checkmark {
  background-color: #85ab7b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  transition: background-color 200ms;
  margin-right: 0.5rem;
  margin-left: 1rem;
}
.checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-label .checkmark:focus {
  display: none;
  outline: none;
}
.checkbox-label input:checked ~ .checkmark {
  background-color: #85ab7b;
  border-radius: 0.5rem;
  animation: clicked-checkbox 400ms ease-in-out;
}
.checkbox-label input:checked ~ .checkmark::after {
  display: block;
  left: 0.5rem;
  top: 0.25rem;
  width: 0.25rem;
  height: 0.6rem;
  border: solid #f2f2f2;
  border-width: 0 0.15rem 0.15rem 0;
  transform: rotate(45deg);
}

.user-is-tabbing .checkbox-label:focus-within {
  outline: 0.2rem solid #26acac;
}

#label-genre-custom {
  padding-left: 1rem;
}

@keyframes clicked-checkbox {
  0% {
    box-shadow: 0 0 0 #a7c89f;
    rotate: 25deg;
  }
  50% {
    rotate: -25deg;
  }
  75% {
    box-shadow: 0 0 0 10px #51634b;
  }
  100% {
    box-shadow: 0 0 0 13px #35482f;
    rotate: 0;
  }
}
.reset-submit-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 2rem;
}

#reset {
  border-radius: 0.5rem;
  width: 5rem;
  height: 2.5rem;
  background-color: transparent;
  color: #f2f2f2;
  border: 0.1rem solid #8d8c8c;
  outline: none;
  cursor: pointer;
}
#reset:hover, #reset:active {
  background-color: #f14343;
  border-color: #cd3737;
  color: #120f10;
}
#reset:focus {
  outline: 0.2rem solid #cd3737;
}

#submit {
  border-radius: 0.5rem;
  width: 5rem;
  height: 2.5rem;
  color: #120f10;
  background-color: #f2f2f2;
  border: 0.1rem solid #8d8c8c;
  outline: none;
  cursor: pointer;
}
#submit:hover, #submit:active {
  background-color: #85ab7b;
  border-color: #85ab7b;
  color: #120f10;
}
#submit:focus {
  outline: 0.2rem solid #85ab7b;
}

.div-conditions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

#p-conditions {
  font-size: 0.8rem;
  color: #dcdcdc;
}

.hr-line-footer {
  width: 100%;
  border: none;
  background-color: #8d8c8c;
  height: 0.05rem;
  opacity: 0.1;
}

footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0rem 1rem;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 1rem;
}

.footer-a-1,
.footer-a-2 {
  display: flex;
  flex-direction: column;
  width: auto;
}

.nav-a-footer {
  color: #85ab7b;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  padding: 0.5rem;
}
.nav-a-footer:hover {
  transform: scale(1.05);
  color: #8d8c8c;
}

.description-and-email-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  height: auto;
  gap: 0.5rem;
  width: 100%;
  height: auto;
}

.email-input-description {
  padding: 2rem 0 1rem 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #8d8c8c;
}

.input-wth-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: auto;
  border-bottom: 0.1rem solid #f2f2f2;
}

.input-email {
  width: 80%;
  height: auto;
  line-height: 2rem;
  font-size: 1.4rem;
  background-color: transparent;
  color: #f2f2f2;
  border: none;
  margin-right: 0;
  padding: 1rem 0;
}
.input-email:focus {
  outline: none;
}

.send-btn {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.1rem solid;
  background-color: transparent;
  color: #26acac;
  padding: 0;
  margin-left: 0;
  width: auto;
  height: auto;
  transition: 0.2s ease-in-out;
  font-size: 1.4rem;
  padding: 0.5rem;
  z-index: 1;
  cursor: pointer;
}
.send-btn:hover {
  transform: scale(1.1);
  color: #dcdcdc;
}
.send-btn:focus {
  transform: scale(1.1);
  color: #85ab7b;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.footer-p-and-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 1rem;
  padding-top: 1rem;
}

.nav-a-footer-social {
  padding: 0 0.5rem;
}

#bottom-footer-social-1,
#bottom-footer-social-2,
#bottom-footer-social-3,
#bottom-footer-social-4,
#bottom-footer-social-5,
#bottom-footer-social-6,
#bottom-footer-social-7,
#bottom-footer-social-8,
#bottom-footer-social-9 {
  font-size: 1.4rem;
  color: #dcdcdc;
  cursor: pointer;
}
#bottom-footer-social-1:hover,
#bottom-footer-social-2:hover,
#bottom-footer-social-3:hover,
#bottom-footer-social-4:hover,
#bottom-footer-social-5:hover,
#bottom-footer-social-6:hover,
#bottom-footer-social-7:hover,
#bottom-footer-social-8:hover,
#bottom-footer-social-9:hover {
  transition: 0.1s ease-in-out;
  transform: scale(1.2);
  color: #85ab7b;
}

.time-and-rights {
  font-size: 1rem;
  color: #dcdcdc;
  font-size: 600;
}

.about-me {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 2rem;
}

#description-about-me {
  font-size: 1rem;
  width: 80%;
  padding-bottom: 1rem;
}

#anchor-description-about-me {
  text-decoration: none;
  color: #dcdcdc;
  font-weight: 800;
  transition: 0.1s ease-in-out;
}
#anchor-description-about-me:hover {
  color: #26acac;
}

#my-name-is {
  font-size: 1.5rem;
  padding: 0.5rem 0;
}

.my-social {
  font-size: 3rem;
  color: #367983;
  transition: 0.1s ease-in-out;
}
.my-social:hover {
  color: #85ab7b;
}

@media (min-width: 375px) {
  .name-and-logo {
    gap: 2rem;
    line-height: 4.2rem;
  }
  .h1-main-name {
    font-size: 2.1rem;
  }
  .img-square-section {
    width: 2.1rem;
    height: 2.1rem;
  }
}
@media (min-width: 425px) {
  .all-inside {
    padding: 2rem;
  }
  .toggle_menu-a {
    font-size: 1.4rem;
  }
  .link-to-story {
    text-decoration: none;
    color: #f2f2f2;
    cursor: pointer;
  }
  .name-and-logo {
    gap: 2.2rem;
    line-height: 4.6rem;
  }
  .h1-main-name {
    font-size: 2.3rem;
  }
  .img-square-section {
    width: 2.3rem;
    height: 2.3rem;
  }
  .p_description {
    line-height: 2.2rem;
    font-size: 1.1rem;
    max-width: 36rem;
  }
  .hr-line-to-p {
    height: 0.1rem;
    margin: 1rem 0;
  }
  .h2_description {
    line-height: 3.2rem;
    font-size: 1.6rem;
  }
  .section-2 {
    padding: 2rem;
  }
  .h-section {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .story-strimz {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 2rem;
  }
  .story-strimz-h4 {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .story-strimz-p {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  .section-3 {
    padding: 2rem;
  }
  .section-4 {
    padding: 2rem;
  }
  .img-background-div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
  }
  /* content overview */
  .h-content-overview {
    height: auto;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .p-content-overview {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  .quantity-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
  .p-description-stats {
    font-size: 1.1rem;
  }
  .section-5 {
    padding: 2rem;
  }
  .h-office-and-join {
    font-size: 1.3rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
  .p-office-and-join {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  .div-for-contact-list {
    margin: 2.5rem 0;
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  .form-div {
    margin-top: 2.5rem;
  }
  .main-form {
    padding: 0 2rem;
  }
  #form-h {
    font-size: 1.3rem;
    line-height: 2.6rem;
    margin: 1.5rem 0;
  }
  .label-title-main {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .main-inputs {
    border-radius: 0.5rem;
    width: 80%;
    max-width: 20rem;
    height: auto;
    line-height: 2.2rem;
    font-size: 1.1rem;
  }
  #label-demo-portf {
    line-height: 2.4rem;
    font-size: 1.2rem;
  }
  .choose-file {
    margin: 2rem 0;
    max-width: 20rem;
  }
  .choose-file::before {
    padding: 1rem;
    font-size: 0.9rem;
  }
  .label-title-inner {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  #label-preffered {
    margin-bottom: 1.5rem;
  }
  .checkbox-label {
    font-size: 1.1rem;
    line-height: 2.2rem;
    gap: 1rem;
  }
  .checkbox-label .checkmark {
    height: 1.5rem;
    width: 1.5rem;
    transition: background-color 200ms;
    margin-right: 1rem;
    margin-left: 1.5rem;
  }
  .checkbox-label input:checked ~ .checkmark::after {
    left: 0.5rem;
    top: 0.2rem;
    width: 0.3rem;
    height: 0.7rem;
  }
  #label-genre-custom {
    padding-left: 1.5rem;
  }
  .reset-submit-div {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  #reset {
    width: 7rem;
  }
  #submit {
    width: 7rem;
  }
  footer {
    padding: 0rem 2rem;
  }
  .nav-a-footer {
    font-size: 1.6rem;
  }
  #bottom-footer-social-1,
  #bottom-footer-social-2,
  #bottom-footer-social-3,
  #bottom-footer-social-4,
  #bottom-footer-social-5,
  #bottom-footer-social-6,
  #bottom-footer-social-7,
  #bottom-footer-social-8,
  #bottom-footer-social-9 {
    font-size: 1.8rem;
  }
  .time-and-rights {
    font-size: 1.2rem;
  }
  #description-about-me {
    font-size: 1.2rem;
    width: 80%;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .toggle-menu {
    width: 60%;
    right: 0;
  }
  .section-1-card {
    padding: 3rem 2rem;
  }
  .name-and-logo {
    gap: 2.4rem;
    line-height: 5rem;
  }
  .h1-main-name {
    font-size: 2.5rem;
  }
  .img-square-section {
    width: 2.5rem;
    height: 2.5rem;
  }
  .dot-and-introduction {
    gap: 1rem;
    line-height: 2rem;
  }
  .p_introduction {
    font-size: 1rem;
  }
  #dot-introduction {
    font-size: 0.8rem;
  }
  .p_description {
    line-height: 2.6rem;
    font-size: 1.3rem;
    max-width: 44rem;
  }
  .hr-line-to-p {
    height: 0.1rem;
    margin: 1.5rem 0;
  }
  .section-2 {
    padding: 3rem;
  }
  .h-section {
    font-size: 1.8rem;
    line-height: 3.6rem;
    margin-bottom: 1rem;
  }
  .logo-and-description {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .logo-strimz {
    width: 3.5rem;
    height: 3.5rem;
  }
  .description-strimz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .strimz-h3 {
    font-size: 1.7rem;
  }
  .strimz-p-description {
    font-size: 1.1rem;
  }
  .story-strimz {
    gap: 2.5rem;
  }
  .story-strimz-h4 {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .story-strimz-p {
    font-size: 1.3rem;
    line-height: 2.6rem;
    max-width: 44rem;
  }
  .section-3 {
    padding: 3rem;
  }
  .section-4 {
    padding: 3rem;
  }
  .img-background-div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
  }
  /* content overview */
  .h-content-overview {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .p-content-overview {
    font-size: 1.3rem;
    line-height: 2.6rem;
    max-width: 44rem;
  }
  .three-stats-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .bottom-p-content-div {
    padding: 1rem;
  }
  .quantity-stats {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.6rem;
  }
  .border-for-stats {
    padding: 2rem;
  }
  .p-description-stats {
    font-size: 1.2rem;
  }
  .section-5 {
    padding: 3rem;
  }
  .h-office-and-join {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .p-office-and-join {
    font-size: 1.3rem;
    line-height: 2.6rem;
    max-width: 44rem;
  }
  .div-for-contact-list {
    margin: 3rem 0;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .border-bottom-line {
    padding: 1.5rem 0;
  }
  .without-border-bottom-line {
    padding: 1.5rem 0;
  }
  .form-div {
    margin-top: 3rem;
  }
  #form-h {
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 2rem 0;
  }
  .label-title-main {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .main-inputs {
    max-width: 20rem;
    line-height: 2.4rem;
    font-size: 1.2rem;
  }
  #label-demo-portf {
    line-height: 2.6rem;
    font-size: 1.3rem;
  }
  .choose-file {
    margin: 2rem 0;
    max-width: 20rem;
  }
  .choose-file::before {
    padding: 1.2rem;
    font-size: 1rem;
  }
  .label-title-inner {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  #label-preffered {
    margin-bottom: 1.5rem;
  }
  .checkbox-label {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .checkbox-label .checkmark {
    height: 1.7rem;
    width: 1.7rem;
    margin-right: 1.5rem;
    margin-left: 2rem;
  }
  .checkbox-label input:checked ~ .checkmark::after {
    left: 0.6rem;
    top: 0.3rem;
    width: 0.3rem;
    height: 0.7rem;
  }
  .reset-submit-div {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  #reset {
    width: 8rem;
  }
  #submit {
    width: 8rem;
  }
}
@media (min-width: 1024px) {
  .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.5rem);
    width: 100%;
    height: 3.5rem;
    padding: 0 2rem;
    position: fixed;
    z-index: 2;
  }
  #logo {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.75rem;
    transition: ease-in-out 0.2s;
    cursor: pointer;
  }
  #chevron-to-show-social-menu {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.75rem;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    border-radius: 50%;
  }
  #chevron-to-show-social-menu:hover {
    color: #dcdcdc;
    background-color: #120f10;
    border-radius: 50%;
  }
  #chevron-to-show-social-menu.rotate {
    transform: rotate(180deg);
  }
  #dropdown-menu-icon {
    display: none;
  }
  .nav-desktop {
    display: block;
    width: 80%;
  }
  .desktop_menu-a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
    padding: 1rem 0rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
  }
  .nav-a-desktop-menu {
    text-decoration: none;
    color: #dcdcdc;
    transition: 0.1s ease-in-out;
  }
  .nav-a-desktop-menu:hover {
    transform: scale(1.05);
    color: #8d8c8c;
  }
  .toggle-menu {
    display: none;
  }
  .toggle-column-right {
    display: none;
  }
  .top-nav-desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    margin: 5rem 2rem;
    right: 0;
    gap: 0.5rem;
    position: fixed;
    z-index: 1;
  }
  .top-nav-desktop-hidden {
    display: none;
  }
  .nav-a-social {
    display: block;
    text-decoration: none;
    color: #f2f2f2;
    margin: 0.2rem 0;
    cursor: pointer;
  }
  #nav-a-1,
  #nav-a-2,
  #nav-a-3,
  #nav-a-4,
  #nav-a-5,
  #nav-a-6,
  #nav-a-7,
  #nav-a-8,
  #nav-a-9 {
    font-size: 1.75rem;
    transition: 0.1s ease-in-out;
  }
  #nav-a-1:hover,
  #nav-a-2:hover,
  #nav-a-3:hover,
  #nav-a-4:hover,
  #nav-a-5:hover,
  #nav-a-6:hover,
  #nav-a-7:hover,
  #nav-a-8:hover,
  #nav-a-9:hover {
    transform: scale(1.2);
    color: #dcdcdc;
  }
  .section-1 {
    padding: 5rem 1rem 0 1rem;
  }
  .section-1-card {
    padding: 4rem 3rem;
  }
  .name-and-logo {
    gap: 2.6rem;
    line-height: 5.4rem;
  }
  .h1-main-name {
    font-size: 2.7rem;
  }
  .img-square-section {
    width: 2.7rem;
    height: 2.7rem;
  }
  .dot-and-introduction {
    gap: 1.2rem;
    line-height: 2.4rem;
  }
  .p_introduction {
    font-size: 1.2rem;
  }
  #dot-introduction {
    display: flex;
    font-size: 0.8rem;
  }
  .p_description {
    line-height: 2.8rem;
    font-size: 1.4rem;
    max-width: 46rem;
  }
  .hr-line-to-p {
    height: 0.1rem;
    margin: 2rem 0;
  }
  .h2_description {
    line-height: 3.8rem;
    font-size: 1.9rem;
  }
  .section-2 {
    padding: 4rem 4.5rem;
  }
  .h-section {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 1.2rem;
  }
  .logo-and-description {
    margin-bottom: 3rem;
  }
  .story-strimz {
    gap: 3rem;
  }
  .story-strimz-h4 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 1.2rem;
  }
  .story-strimz-p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    max-width: 46rem;
  }
  .section-3 {
    padding: 4rem 4.5rem;
  }
  .all-our-vision-div {
    gap: 2rem;
  }
  .section-4 {
    padding: 4rem 4.5rem;
  }
  .wrapper-for-img-to-1024 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-width: 56rem;
  }
  .img-background-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .h-content-overview {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 1.2rem;
  }
  .p-content-overview {
    font-size: 1.4rem;
    line-height: 2.8rem;
    max-width: 46rem;
  }
  .three-stats-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 3rem 3rem 0 3rem;
  }
  .quantity-stats {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.7rem;
  }
  .border-for-stats {
    padding: 1.5rem;
  }
  .p-description-stats {
    font-size: 1.3rem;
  }
  .section-5 {
    padding: 4rem 4.5rem;
  }
  .only-img-office {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrapper-for-img-office-to-1024 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-width: 56rem;
  }
  .h-office-and-join {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 1.2rem;
  }
  .p-office-and-join {
    font-size: 1.4rem;
    line-height: 2.8rem;
    max-width: 46rem;
  }
  .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem;
    padding: 4rem;
  }
  .footer-a-1,
  .footer-a-2 {
    gap: 1rem;
  }
  .description-and-email-input {
    width: 40%;
    gap: 1rem;
  }
  .footer-p-and-nav {
    padding-top: 2rem;
  }
  .nav-a-footer-social {
    padding: 0 1rem;
  }
}
@media (min-width: 1440px) {
  #nav-a-1,
  #nav-a-2,
  #nav-a-3,
  #nav-a-4,
  #nav-a-5,
  #nav-a-6,
  #nav-a-7,
  #nav-a-8,
  #nav-a-9 {
    font-size: 2rem;
  }
  .toggle-menu {
    width: 20%;
    transform: translateY(4rem);
  }
  .toggle_menu-a {
    font-size: 1.6rem;
  }
  .top-content {
    width: 100%;
    height: 4rem;
  }
  #logo,
  #chevron-to-show-social-menu {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
  }
  .desktop_menu-a {
    gap: 2rem;
    font-size: 1.2rem;
  }
  .section-1 {
    padding: 5rem 1.5rem 0 1.5rem;
  }
  .section-1-card {
    padding: 4rem 6rem;
  }
  .p_description {
    max-width: 52rem;
  }
  .section-2 {
    padding: 4rem 8rem;
  }
  .h-section {
    margin-bottom: 1.5rem;
  }
  .story-strimz-h4 {
    margin-bottom: 1.5rem;
  }
  .story-strimz-p {
    max-width: 52rem;
  }
  .section-3 {
    padding: 4rem 8rem;
  }
  .section-4 {
    padding: 4rem 8rem;
  }
  .h-content-overview {
    margin-bottom: 1.5rem;
  }
  .p-content-overview {
    max-width: 52rem;
  }
  .section-5 {
    padding: 4rem 8rem;
  }
  .h-office-and-join {
    margin-bottom: 1.5rem;
  }
  .p-office-and-join {
    max-width: 52rem;
  }
  .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 6rem;
    padding: 6rem;
  }
  .description-and-email-input {
    gap: 2rem;
  }
  .footer-bottom {
    padding: 0 6rem;
  }
  .footer-p-and-nav {
    padding-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 2rem;
  }
  .nav-a-footer-social {
    padding: 0 2rem;
  }
  #bottom-nav-a-1,
  #bottom-nav-a-2,
  #bottom-nav-a-3,
  #bottom-nav-a-4,
  #bottom-nav-a-5,
  #bottom-nav-a-6,
  #bottom-nav-a-7,
  #bottom-nav-a-8,
  #bottom-nav-a-9 {
    font-size: 2.5rem;
  }
  .time-and-rights {
    font-size: 1.2rem;
  }
  .about-me {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 2rem;
  }
  #description-about-me {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6rem;
    gap: 0.5rem;
    font-size: 1.2rem;
    width: 100%;
  }
  .my-name-and-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 6rem;
    width: 100%;
    gap: 1rem;
  }
  #my-name-is {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  .my-social {
    font-size: 3.2rem;
    color: #367983;
    transition: 0.1s ease-in-out;
  }
}/*# sourceMappingURL=about.css.map */