body {
  overflow-x: hidden !important;
}

@font-face {
  font-family: Helvs;
  src: url("../fonts/Helvetica.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

footer > *,
.menu_items > * {
  font-family: Helvs;
}

body {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}

section {
  scroll-snap-align: start;
}

footer {
  padding-top: 20px;
  z-index: 1;
  position: relative;
}

.content2 {
  display: flex;
}

.social_text,
.page_text,
.footer1 {
  position: relative;
  z-index: 1;
}

.footer_section {
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  padding: 0;
  z-index: 1;
}

.footer_main {
  margin: 2% 5%;
}

.footer1 {
  display: flex;
}

.footer2 {
  display: flex;
  justify-content: space-between;
}

#letstalk {
  font-family: Helvs;
  font-size: clamp(3em, 10vw, 7em);

  color: white;
  font-weight: bolder;
  align-self: end;
  margin-bottom: 0;
}

.divRight,
.divLeft {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  width: max-content;
  flex-wrap: wrap;
}

.divRight > * {
  font-family: Helvs;
}

.page_links {
  flex-wrap: wrap;
  align-content: start;
}

.social,
.page_link,
#letstalk,
.div_email {
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.social.show,
.page_link.show,
#letstalk.show,
.div_email.show,
.word.show {
  transform: translateY(0%);
}

.social_link_container,
.page_link_container,
.letstalkcontainer,
.div_email_container {
  overflow: hidden;
}

.letstalkcontainer {
  margin-bottom: 1%;
  display: flex;
}

.divLeft {
  align-self: flex-start;
}

.marginLeft {
  margin-left: auto;
}

.google_icon {
  color: white;
  font-size: clamp(4em, 15vw, 9em);
  font-weight: bolder;
  transition: font-size 0.2s ease, transform 0.4s ease;
  -webkit-transition: font-size 0.2s ease, transform 0.4s ease;
}

.icon,
.social_text,
.page_text {
  color: white;
  z-index: 1;
}

.social_text,
.page_text {
  font-size: 1.2em;
  font-weight: bold;
}

.div_email {
  color: white;
}

.div_email,
.social,
.page_link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_links {
  margin-top: 70px;
  margin-right: 5%;
}

.page_link {
  justify-content: end;
}

.page_link:hover .icon,
.page_link:hover .social_text,
.page_link:hover .page_text,
.social:hover .icon,
.social:hover .social_text,
.social:hover .social_icon,
.div_email:hover .icon,
.div_email:hover .mail_text,
.social:hover .social_icon,
.page_link:hover .page_icon {
  color: #00bbff !important;
}

@keyframes scaleIcon {
  0% {
    font-size: 1em;
  }

  50% {
    font-size: 1em;
  }

  100% {
    font-size: 1em;
  }
}

.page_text {
  text-align: end;
}

.text_oustide_footer {
  width: 100%;
  text-align: center;
}

.copyright {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #616161;
}

.footer_bottom_name {
  /* padding-top: 50px; */
  /* margin-top: 10px; */
  color: white;
  font-size: clamp(0.5em, 14vw, 15em);
  font-weight: bolder;
  font-family: Helvs;
  z-index: 1;
  position: relative;
}

.footer_hr {
  background-color: white;
  width: 100%;
}

.bottom_name_container {
  display: flex;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.word {
  width: max-content;
  height: fit-content;
  display: flex;
  overflow: hidden;
  /* margin-bottom: -2 0px; */
  transform: translateY(50%);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.word span {
  width: 100%;
  transition: 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: bottom;
  background-color: transparent;
}

/* !marquee */

.marquee__inner .marquee__part.outline_text {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

.marquee__group span.no_outline_text {
  color: white;
}

.marquee {
  width: 100%;
  overflow: hidden;
  height: fit-content;
  user-select: none;
  gap: 2rem;
  margin: 2% 0;
  white-space: nowrap;
  z-index: 1;
}

.marquee__inner {
  display: flex;
  width: fit-content;
  flex: auto;
  flex-direction: row;
}

@font-face {
  font-display: swap;
  font-family: Akira;
  src: url("../fonts/Akira.ttf") format("truetype");
}

.marquee__part {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 4px;
  font-size: 3em;
  font-family: Akira;
  color: white;
}

/* ! marquee end */

/* ! Responsiveness */

@media only screen and (max-width: 600px) {
  .div_nav_menu_image {
    display: none;
  }

  .marquee__part {
    font-size: 2em;
  }
  .div_email {
    margin-bottom: 0px;
  }

  .bottom_name_container {
    gap: 0.15em;
  }

  .social_icon,
  .page_icon,
  .page_icon_open,
  .icon {
    font-size: 0.8em;
  }

  .social_text,
  .page_text {
    font-size: 0.9em;
    font-weight: normal;
  }

  .copyright {
    font-size: 0.7em;
    margin-bottom: -50%;
  }

  .text_oustide_footer {
    margin-top: 5%;
  }

  .footer2 {
    margin-top: 7%;
  }
}

.social a,
.page_link a {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.social_icon,
.page_icon {
  color: white !important;
  font-size: 1.2em;
  z-index: 1;
}

.page_icon_open {
  transition: font-size 0.5s ease !important;
  -webkit-transition: font-size 0.5s ease !important;
}

.mail_text {
  z-index: 1;
  position: relative;
  color: white;
  font-size: clamp(1.3em, 4vw, 3em);
  text-decoration: underline !important;
}

.mail_icon {
  font-size: clamp(1.3em, 6vw, 3em);
}
