*,
*::before,
* *::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background-color: #d9d9d9;
  overflow-x: hidden;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;

}
/* section {
  /* padding-left: 1.188rem;
  padding-right: 1.188rem; */

header {
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
  padding-left: 1.188rem;
  padding-right: 1.188rem;
  background-color: black;
  background-image: linear-gradient(
      172deg,
      rgba(0, 0, 0, 0.76) 0%,

      rgba(0, 0, 0, 0.66) 10%,
      rgba(0, 0, 0, 0.41) 30%,
      rgba(0, 0, 0, 0) 44%,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, 0) 100%
    ),
    url(../images/gerassimos/GERASSIMOS\ GOLDEN\ HOUR.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.flex-rows {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}

.svg-row > :hover {
  opacity: 75%;
  transition: opacity 300ms;
  cursor: pointer;
}

.hover95, .hover75 {
  transition: opacity 300ms;
}

.hover95:hover {
  opacity: 75%;
  transition: opacity 300ms;
}
.hover75:hover {
  opacity: 55%;
  transition: opacity 300ms;
}

.handcursor {
  cursor: pointer;
}

.flex-rows svg,
.flex-rows h1 {
	opacity: 80%;
}

.flex-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rev-demargin {
  justify-content: center;
  gap: 1rem;
}

.flex-center {
  justify-content: center;
}

.vertical-text-flex {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

section:first-of-type {
  padding-top: 1.5rem;
  padding-bottom: 2.938rem;
  background-color: white;

  /* padding-left: 2.8125rem;
  padding-right: 2.8125rem; */
}

.horizontal-text-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.horizontal-text-flex > h2 {
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(91, 30, 61, 0.58) 50%,
    rgba(0, 0, 0, 0.42) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vertical-text-flex h3:first-of-type,
.vertical-text-flex h3:last-of-type {
  opacity: 40%;
}

section iframe {
}

.video-container {
  padding-top: 2.75rem;
  margin: auto;
  display: flex;
  justify-content: center;
}

.menu-popup {
  position: fixed;
  bottom: 0px;
  height: 125px;
  transition: opacity 300ms;
  opacity: 85%;
}
.cookies {
  height: auto;
  bottom: 125px;
}

.menu-popup:hover path:first-of-type {
  fill: rgb(22, 22, 22);
  transition: fill 300ms;

}
.menu-popup:hover path:last-of-type {
  fill: rgb(108, 72, 72);
  transition: fill 300ms;
}
.menu-popup:hover path:nth-of-type(2) {
  fill: rgb(190, 190, 190);
  transition: fill 300ms;
}

.streaming-outer {
  width: max-content;
  flex-wrap: nowrap;
  overflow: hidden;
  background-color: #d9d9d9;

  /* -webkit-mask: linear-gradient(transparent, white);
  mask: linear-gradient(transparent, white); */

  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    transparent
  );
  mask: linear-gradient(
    90deg,
    transparent,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    white,
    transparent
  );
}
.streaming {
  display: flex;
  gap: 2rem;
  background-color: #d9d9d9;
  white-space: nowrap;

  animation: 15s streaming-animation infinite linear;
}

.streaming:hover {
  animation-play-state: paused;
}

@keyframes streaming-animation {
  to {
    transform: translate(calc(-50% - 1rem));
  }
}

.galaxy {
  background-color: #322525;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.galaxy img,
.meet-section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galaxy-text {
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.523%; /* 25.305px */

  background: linear-gradient(
    337deg,
    rgba(255, 255, 255, 0.29) 12.8%,
    #fff 54.94%,
    rgba(255, 255, 255, 0.23) 115.8%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.galaxy-text-revolution {
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(
    337deg,
    rgba(244, 118, 118, 0.29) 12.8%,
    #fff 54.94%,
    rgba(255, 255, 255, 0.23) 115.8%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.galaxy-text-gerassimos {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.19) 8.72%,
    rgba(255, 255, 255, 0.31) 28.22%,
    rgba(255, 255, 255, 0.31) 46.25%,
    rgba(255, 171, 171, 0.19) 74.5%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.waitlist-button {
  background-color: #130e0e;
  color: white;
  width: 136px;
  height: 35px;
}

.form-section {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.form-section > form {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.form-section > form > label {
  display: flex;
  gap: 8px;
}
input {
  border: none;
  outline: none;
}
form input[type="text"],
form input[type="email"] {
  width: 100%;
  height: 23px;
  border-radius: 1.063rem;
  font-size: 1rem;
}

.form-section-form {
  display: flex;
}

.form-section-submit-button {
  align-self: end;
}

.meet-section {
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.meet-text {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.19) 8.72%,
    rgba(255, 255, 255, 0.31) 28.22%,
    rgba(255, 255, 255, 0.31) 46.25%,
    rgba(255, 171, 171, 0.19) 74.5%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow-wrap: anywhere;
  text-align: justify;
  /* width: 167px; */
  /* height: 172px; */

  width: 1fr;
}
.svg-row {
  display: flex;
  justify-content: space-around;
}

.meet-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.email-section {
  display: flex;
  justify-content: center;
  padding-top: 19px;
  padding-bottom: 19px;
}

.black-background-white-text {
  background-color: black;
  color: white;
}

.image-round {
  border-radius: 0px 0px 384px 0px;
  background: url(../images/gerassimos/Gerassimos_Pose.jpg),
    lightgray -98.331px -88.861px / 190.176% 189.74% no-repeat;
  background-size: 200%;
  background-position: 50%;
}

.round-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bio-text {
  text-align: right;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.523%; /* 25.305px */
  background: linear-gradient(
    337deg,
    rgba(255, 255, 255, 0.29) 12.8%,
    #fff 54.94%,
    rgba(255, 255, 255, 0.23) 115.8%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.explore-aside {
  background-color: black;
  padding-top: 12px;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}

.explore-aside > button {
  width: 300px;
  height: 30px;
  border-radius: 120px;
}

.navigation-nav {
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 22px;
}
ul {
  list-style: none;
}
ul > .nav-text {
  font-size: 1.25rem;
  font-weight: 800;
}
.navigation-nav > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navigation-nav > ul > li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  transition: opacity 300ms;
}
.navigation-nav > ul > li:hover {
  opacity: 50%;
  transition: opacity 300ms;
}

footer {
  padding-left: 32px;
  padding-right: 32px;

  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.footer-div-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.video-iframe {
  width: 260px;
  height: 144px;
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
h1 {
  font-weight: 700;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  color: white;
  font-size: 2.25rem;
}

header button {
  margin-top: 88%;
  margin-left: 11.3rem;
  opacity: 75%;
}

button,
button:hover {
  border: transparent;
}
button {
  fill: white;
  font-weight: 600;
  color: black;
  transition: opacity 300ms;
  border-radius: 1.063rem;

  width: 8.5rem;
  height: 2.188rem;
  text-transform: uppercase;
  cursor: pointer;
}
button:hover {
  opacity: 85%;
}

header button:hover {
  opacity: 55%;
}

.logo {
  fill: white;
  width: 3.125rem;
  height: 3.625rem;
}
.revolution-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.galaxy-text-revolution {
  margin: 0;
}
@media screen and (min-width: 448px) {
  .video-iframe {
    width: 300px;
    height: 166px;
  }
  h3 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h1 {
    font-size: 2.75rem;
  }
  header button {
    margin-top: 88%;
    margin-left: 14.7rem;
  }
  button {
    width: 9rem;
    height: 2.5rem;
    border-radius: 1.25rem;
  }
  .logo {
    width: 3.75rem;
    height: 4.35rem;
  }

  .galaxy-text {
    font-size: 1.5rem;
  }
  .galaxy-text-gerassimos {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.2rem;
  }
  .meet-text {
    font-size: 2rem;
  }
  .video-iframe {
    width: 377px;
    height: 210px;
  }
  .mail-section-h3 {
    font-size: 1.5rem;
  }
  .bio-text {
    font-size: 1.75rem;
  }
  ul > .nav-text {
    font-size: 2rem;
    font-weight: 800;
  }
  .navigation-nav > ul > li {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
  .galaxy-text-revolution {
    font-size: 1.9rem;
  }
  .explore-aside > button {
    width: 350px;
    height: 35px;
    border-radius: 140px;
  }
}

@media screen and (min-width: 550px) {
  h1 {
    font-size: 3.5rem;
  }
  header button {
    margin-left: 20rem;
  }
  .logo {
    width: 4rem;
    height: 4.64rem;
  }

  .galaxy-text {
    font-size: 1.75rem;
  }
  .galaxy-text-gerassimos {
    font-size: 2rem;
  }
  .galaxy-text-revolution {
    font-size: 2.5rem;
  }
  .form-text {
    font-size: 1.5rem;
  }
  form input[type="text"],
  form input[type="email"] {
    font-size: 1.5rem;
  }
  .meet-text {
    font-size: 3rem;
  }
  ul > .nav-text {
    font-size: 2.5rem;
    font-weight: 800;
  }
  .navigation-nav > ul > li {
    font-size: 1.75rem;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .image-round {
    border-radius: 0px 0px 384px 0px;
    background: url(../images/gerassimos/Gerassimos_Pose.jpg),
      lightgray -98.331px -88.861px / 190.176% 189.74% no-repeat;
    background-size: 150%;
    background-position: 50%;
    width: 100%;
    height: 400px;
  }
  .waitlist {
  }
  .explore-aside > button {
    width: auto;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 4rem;
    font-size: 1rem;
  }
  .bio-text {
    font-size: 2rem;
  }
  .svg-row > a > svg {
    width: 40px;
    height: auto;
  }
}

@media screen and (min-width: 700px) {
  .galaxy-text {
    font-size: 2.3rem;
  }

  .galaxy-text-revolution {
    font-size: 3rem;
  }
  .galaxy-text-gerassimos {
    font-size: 3rem;
  }
  h1 {
    font-size: 3.7rem;
  }

  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2rem;
  }
  .st-links {
    font-size: 3rem;
  }

  .video-iframe {
    width: 598px;
    height: 330px;
  }

  header button {
    margin-top: 65%;
    margin-left: 13.74rem;
  }
  .logo {
    width: 4.5rem;
    height: 5.22rem;
  }
  button {
    width: 17rem;
    height: 4rem;
    font-size: 1.5rem;

    border-radius: 2rem;
  }
  .streaming {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .waitlist {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-popup-svg {
    width: 40px;
    height: auto;
    position: fixed;
    bottom: 0px;
  }
  .menu-popup {
  }

  .cookies-popup-svg {
    bottom: 163px;
  }
  footer {
    padding-left: 40px;
    padding-right: 40px;

    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .navigation-nav > ul {
    gap: 2rem;
  }
  .navigation-nav {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .navsvg {
    width: 5rem;
    height: auto;
  }
  .waitlist-button {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 3rem;

    height: auto;
    width: auto;
  }
  .bio-text {
    font-size: 2.5rem;
  }
  .form-text {
    font-size: 2rem;
  }
  form input[type="text"],
  form input[type="email"] {
    font-size: 2rem;
  }
  form input[type="text"],
  form input[type="email"] {
    width: 100%;
    height: 100%;
    border-radius: 1.063rem;
  }
  .form-section > form {
    gap: 50px;
  }
  .svg-row > a > svg {
    width: 45px;
    height: auto;
  }
  .mail-section-h3 {
    font-size: 2.5rem;
  }
  footer > div > p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 950px) {
  header button {
    margin-top: 60%;
    margin-left: 11.3rem;
    margin-left: 0;
  }

  header {
    padding-top: 0.5rem;
    padding-bottom: 3.9rem;
    padding-left: 1.188rem;
    padding-right: 1.188rem;
    background-color: black;
    background-image: linear-gradient(
        172deg,
        rgba(0, 0, 0, 0.76) 0%,

        rgba(0, 0, 0, 0.66) 25%,
        rgba(0, 0, 0, 0.41) 30%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 15) 99%,
        rgba(0, 0, 0, 10) 100%
      ),
      url(../images/gerassimos/GERASSIMOS\ GOLDEN\ HOUR.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    background-position: 50%;
  }

  .image-round {
    border-radius: 0px 0px 384px 0px;
    background: url(../images/gerassimos/Gerassimos_Pose.jpg),
      lightgray -98.331px -88.861px / 190.176% 189.74% no-repeat;
    background-size: 150%;
    background-position: 50%;
    width: 100%;
    height: 600px;
  }
}

@media screen and (min-width: 1200px) {
  .mail-section-h3 {
    font-size: 3rem;
  }

  header button {
    margin-top: 50%;
  }
  .vertical-text-flex > h3 {
    font-size: 2.5rem;
  }
  .horizontal-text-flex > h2 {
    font-size: 5rem;
  }
  .video-iframe {
    width: 750px;
    height: 430px;
  }
  .galaxy-text {
    font-size: 3.5rem;
  }
  .galaxy-text-revolution {
    font-size: 5rem;
  }
  .galaxy-text-gerassimos {
    font-size: 5rem;
  }
  .meet-text {
    font-size: 5rem;
  }
  .bio-text {
    font-size: 5rem;
  }
  .image-round {
    height: 800px;
  }
  .form-text {
    font-size: 3rem;
  }
  form input[type="text"],
  form input[type="email"] {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1400px) {
  header button {
    margin-top: 40%;
  }
  .mail-section-h3 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1700px) {
  header button {
    margin-top: 37%;
  }

  header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 52%;
  }
  .streaming {
    gap: 5rem;
  }

  @keyframes streaming-animation {
    to {
      transform: translate(calc(-50% - 2.5rem));
    }
  }
}

.external-link-icon {
  width: 15px;
  height: 16.8px;
}
@media screen and (min-width: 448px) {
  .external-link-icon {
    width: 20px;
    height: 22.4px;
  }
}

/* GALLERY */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.gallery-grid > img {
  justify-self: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 700px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .gallery-grid > img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
