@font-face {
  font-family: 'Poppins';
  src: url('../poppins/Poppins-Regular.woff2');
}

html {
  scrollbar-width: none;
}

/* Firefox */
body {
  -ms-overflow-style: none;
}

/* IE and Edge */
body::-webkit-scrollbar,
body::-webkit-scrollbar-button {
  display: none;
}

/* Chrome */

/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: 'Poppins';
}

.page {
  /* scrollbar-color: #25292D #606443;
  scrollbar-width: thin; */
  height: 100%;

}

/* .page::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #606443;
}

.page::-webkit-scrollbar {
  width: 10px;
  background-color: #606443;
}

.page::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #25292D;
} */

nav {
  width: 100%;
  background-color: #20232c;
  line-height: 2;
}

nav .navbar-brand {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #c4c4c7 !important;
}

nav img {
  max-height: 30px;
}

nav span {
  color: white;
  margin: 5px 10px 0px 10px;
}

.freepick {
  float: right;
  font-size: 0.70em;
}

#boxidioma {
  display: inline-block;
}

#idioma {
  padding: 23px 20px;
  cursor: pointer;
}

#boxidioma>a:first-of-type {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #c4c4c7 !important;
}

#idiomasdisponibles {
  display: none;
  position: absolute;
  background-color: #F2F2F2;
  z-index: 1;
  margin-top: 18px;
}

#idiomasdisponibles a {
  text-decoration: none;
  display: block;
  color: #5f5f5f;
  padding: 10px 20px;
  font-size: 13px;
}

#idiomasdisponibles a:hover {
  background-color: rgba(0, 0, 0, .06);
}

#boxidioma:hover #idiomasdisponibles {
  display: block;
}

#idiomasdisponibles>a:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact_btn {
  background: rgb(193, 255, 114);
  border: none;
  border-radius: 18px;
  position: absolute;
  right: 5%;
  top: 90%;
  padding: 0.3vw;
}

.contact_btn a {
  margin: 0px 10px 0px 10px;
  font-weight: lighter;
  letter-spacing: 0px;
  color: #0c0c0c;
  line-height: 30px;
  /* font-size: 18px; */
  font-size: clamp(18px, .85vw, .85vw);
  font-weight: bold;
  text-decoration: none;
}

footer {
  padding-top: 55px;
  color: #97989d;
  font-family: "Poppins";
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #ebedf3;
}

footer a {
  color: #97989d;
}

.footer_container {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer_container_column {
  max-width: 20%;
  margin: 0px 25px;

  ul {
    padding-left: 0px;
  }
}

footer li {
  list-style: none;
}

.logosFooter {
  height: 90px;
}

.efr_img {
  margin-top: 1rem;
}

#section1 {
  min-height: 15%;
  /* o 45 */
  padding: 40px 0px 30px 0px;
}

#section1 p {
  font-size: 22px;
  color: #737479;
  letter-spacing: 0.02em;
}

#section1 h1 {
  font-size: 18px;
  color: #737479;
  text-wrap: balance;
}

#section1 img {
  width: 115px;
  height: 115px;
  margin-bottom: 15px;
  border-radius: 5px;
}

#section3 {
  position: relative;
  display: block;
  padding: 40px 0px 40px 0px;
}

#section3 h4 {
  color: #63683E;
  letter-spacing: 0.02em;
}

#section4 {
  padding-bottom: 40px;
}

#section4 img {
  width: 100px;
  height: 100px;
}

#section4 h1 {
  font-size: 19px;
}

#section5 {
  background-color: rgb(217, 217, 217);
}

#section5 h3 {
  text-align: left;
  padding: 25px 0px 25px 0px;
  color: white;
  margin-left: 450px;
}

#section6 {
  padding: 5rem 6.75%;
  background-color: rgb(39, 39, 39);
}

#section6 h1 {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  display: block;
  margin-bottom: 25px;
}

#section6 label {
  font-size: 19px;
  color: #737479;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

#section6 input {
  border-radius: 8px;
  border: 1px solid black;
  width: 100%;
  box-shadow: 0 0 1px black;
  padding-left: 7px;
}

#section6 textarea {
  border-radius: 12px;
  border: 1px solid black;
  width: 100%;
  box-shadow: 0 0 1px black;
  padding-left: 7px;
  height: 191px;
  resize: none;
}

#section6 button {
  font-weight: 500;
  letter-spacing: .25px;
  line-height: 36px;
  border-radius: 4px;
  border: 4px;
  background-color: rgb(48, 48, 48);
  color: white;
  margin-top: 8px;
  padding: 8px 22px;
  font-size: 23px;
}

#section6 #refresh {
  font-weight: 500;
  letter-spacing: .25px;
  line-height: 28px;
  background-color: #F2F3F4;
  box-shadow: 0 0 1px #f2f3f4;
  border: 1px solid #F2F3F4;
  color: black;
  font-size: 17px;
}

#botonsend {
  display: none;
}

#labelrefresh {
  position: absolute;
  margin-top: 16px;
  margin-left: 10px;
}

#captcha {
  border-radius: 8px;
  border: 1px solid black;
}

#sizeiconos {
  padding-top: 20px;
}

#sizeiconos img {
  width: 90px;
  height: 90px;
}

#sizeiconos h1 {
  font-size: 19px;
}

.filtroimagen::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0px;
}

#section0 {
  background-color: rgb(39, 39, 39);
}

/* Create a Parallax Effect */
.imgSection0 {
  width: 100%;
  position: relative;
  object-fit: cover;
  height: 100dvh;
}

/* Create a Parallax Effect */
.imgSection01 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65%;
}

/* First image (Logo. Full height) */
.imgSection01 {
  background-image: url('../img/streetia.png');
  min-height: 65%;
}

/* First image (Logo. Full height) */
.imgSection1 {
  background-image: url('../img/streettree.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

footer li {
  list-style: none;
}

#titulo1 {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  /* font-size: 65.7; */
  font-size: clamp(45.7px, 3.08vw, 3.08vw);
  font-family: 'Poppins';
  text-align: start;
  padding-left: 5rem !important;
  width: 50%;
}

#cookie {
  background-color: rgb(32, 32, 32);
  bottom: 0px;
  position: fixed;
  display: block;
  border: 0;
  font-size: 12pt;
  margin: 0 auto;
  padding: 13px 10px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, .5) 0px 5px 50px;
  left: 0px;
}

#cookie span {
  color: rgb(255, 255, 255);
  font-family: "Poppins";
  font-size: 12pt;
  text-align: center;
  font-weight: 300;
}

#cookie-again {
  background-color: rgb(32, 32, 32);
  color: rgb(255, 255, 255);
  position: fixed;
  font-family: "Poppins";
  width: auto;
  bottom: 0px;
  right: 100px;
  display: block;
  font-size: 10pt;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: #161616 2px 2px 5px 2px;
  letter-spacing: 1px;
}

#cookie a {
  display: inline-block;
  color: rgb(255, 255, 255);
}

#cookie button {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(169, 170, 172);
  line-height: 1;
  padding: 10px 16px 10px;
  border: none
}

.animacionguay2 {
  content: '';
  opacity: 0;
  animation: 2s fadeIn;
  animation-fill-mode: forwards;
  transition: opacity 1.5s;
  animation-delay: 500ms;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.flecha {
  margin-top: 43px;
  width: 50px;
  height: 51px;
  border-top: 4px solid #555;
  border-right: 4px solid #555;
  -webkit-transform: rotate(45deg) skew(25deg, 25deg);
  -moz-transform: rotate(45deg) skew(25deg, 25deg);
  -ms-transform: rotate(45deg) skew(25deg, 25deg);
  -o-transform: rotate(45deg) skew(25deg, 25deg);
  transform: rotate(45deg) skew(25deg, 25deg);
}

.section1container {
  background-color: rgb(39, 39, 39);
  /* padding: 0 2%; */
}

.parent {
  display: grid;
  /* grid-template-columns: repeat(8, 1fr); */
  /* grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(5, 1fr); */
  grid-template-columns: repeat(99, 1fr);
  grid-template-rows: repeat(99, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  /* height: 100%; */
  height: clamp(70vh, 45vw, 45vw);
}

.div1 {
  grid-area: 1 / 1 / 35 / 38;
  text-align: left;
  padding: 1.5vw 1.5vw 1.5vw 3vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: clamp(35vh, 15vw, 15vw);


  p {
    margin: 0px;
  }
}

.extra_margin {
  padding-left: 19%;
}

.div2 {
  grid-area: 1 / 32 / 35 / 65;
  background-color: rgb(21, 43, 29);
  text-align: left;
  padding: 1.5vw;
  padding-left: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: clamp(35vh, 15vw, 15vw);

  p {
    margin: 0px;
  }
}

.div3 {
  grid-area: 1 / 65 / 100 / 100;
}

.div4 {
  grid-area: 100 / 1 / 34 / 65;
}

.s1_img {
  width: 100%;
  height: 100%;
}

.section0_subtitle {
  /* font-size: clamp(20px, 1.27vw, 1.27vw); */
  font-size: clamp(27px, 1.85vw, 1.85vw);
  color: whitesmoke;
}

.section0_text {
  /* font-size: 17.9px; */
  font-size: clamp(13.9px, .84vw, .84vw);
  color: whitesmoke;
  width: 85%;
}

.parent2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div5 {
  grid-area: 1 / 1 / 2 / 2;
  background-color: rgb(21, 43, 29);
  padding: 4% 20px 0px 9%;
  width: 31.35%;
}

.div6 {
  grid-area: 1 / 2 / 2 / 4;
  max-width: 66%;
}

.img_2 {
  width: 100%;
  height: 100%;
}

.s1_image_1 {
  background-image: url("../img/3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: -webkit-fill-available;
  /* min-height: 300px; */
  height: clamp(20vh, 15vw, 15vw);
}

.s1_image_2 {
  background-image: url("../img/12.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: -webkit-fill-available;
  /* min-height: 300px; */
  height: clamp(20vh, 15vw, 15vw);
}

.s1_image_3 {
  background-image: url("../img/interfaz.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: -webkit-fill-available;
  /* min-height: 300px; */
  height: clamp(20vh, 15vw, 15vw);
}

.section1_subtitle {
  /* font-size: clamp(20px, 1.27vw, 1.27vw); */
  font-size: clamp(27px, 1.85vw, 1.85vw);
  color: whitesmoke;
}

.section1_text {
  /* font-size: 17.9px; */
  font-size: clamp(14.9px, .84vw, .84vw);
  color: whitesmoke;
}

.section1_row {
  flex-wrap: nowrap;
  margin-left: 2%;
  margin-right: 0px;
  padding-right: 6.5%;
  padding-top: 4%;
}

.section1_col {
  max-width: 32%;
  padding-bottom: 4%;
}

.section1_container {
  text-align: left;
  padding: 3% 1%;
}

.section5container {
  height: fit-content;
  padding-bottom: 1%;
}

.section5container .row {
  /* height: 100%; */
  height: 38.5vw;
}

.section5_col1 {
  width: 40%;
  text-align: left;
  padding: 3% 4% 3% 9%;
}

.section5_col2 {
  width: 60%;
  height: 100%;
  padding-right: 10%;
}

.section5_title {
  font-style: italic;
  /* font-size: 48px; */
  font-size: clamp(34px, 2.25vw, 2.25vw);
  color: rgb(40, 55, 40);
  line-height: 1;
}

.section5_text {
  /* font-size: 27px; */
  font-size: clamp(20px, 1.27vw, 1.27vw);
  color: rgb(40, 55, 40);
  line-height: normal;
}

.section5_textcontainer {
  padding-top: 1.5em;
  width: 65%;
}

.hex img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* .hexagon-gallery {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 75px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 200px;
  grid-gap: 5px;
  padding-bottom: 50px;
} */

.hexagon-gallery {
  margin: auto;
  /* margin-top: 50px;
  margin-bottom: 75px; */
  margin-top: 2.35vw;
  margin-bottom: 3.52vw;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  /* grid-auto-rows: 300px; */
  grid-auto-rows: 14.07vw;
  /* grid-gap: 10px; */
  grid-gap: 0.47vw;
  /* padding-bottom: 50px; */
  padding-bottom: 2.35vw;
}

.hex {
  display: flex;
  position: relative;
  /* width: 240px;
  height: 265px; */
  /* width: 375px; */
  /* height: 400px; */
  width: 17.58vw;
  height: 18.75vw;
  background-color: #424242;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hex:first-child {
  grid-row-start: 1;
  grid-column: 2 / span 2;
}

.hex:nth-child(2) {
  grid-row-start: 1;
  grid-column: 4 / span 2;
}

.hex:nth-child(3) {
  grid-row-start: 2;
  grid-column: 3 / span 2;
}

.hex:nth-child(4) {
  grid-row-start: 2;
  grid-column: 5 / span 2;
}

.hex:nth-child(7) {
  grid-row-start: 2;
  grid-column: 7 / span 2;
}

.hex:nth-child(8) {
  grid-row-start: 3;
  grid-column: 2 / span 2;
}

.hex:nth-child(9) {
  grid-row-start: 3;
  grid-column: 4 / span 2;
}

.hex:nth-child(10) {
  grid-row-start: 3;
  grid-column: 6 / span 2;
}

.hex_text {
  /* font-size: 23px; */
  font-size: clamp(16px, 1.08vw, 1.08vw);
  font-weight: bold;
  color: white;
  position: absolute;
  top: 40%;
  width: 100%;
  padding: 0px 15%;
  text-align: center;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.no_margin {
  margin: 0 !important;
}

.s6_row_title_1 {
  /* font-size: 48px; */
  font-size: clamp(48px, 2.25vw, 2.25vw);
  font-style: italic;
  color: white;
}

.s6_row_title_2 {
  /* font-size: 48px; */
  font-size: clamp(48px, 2.25vw, 2.25vw);
  font-weight: bold;
  font-style: italic;
  color: rgb(193, 255, 114);
}

.s6_row_text {
  /* font-size: 27px; */
  font-size: clamp(27px, 1.27vw, 1.27vw);
  color: white;
  margin-bottom: 2.5rem;
}

.s6_container {
  display: block;
  text-align: -webkit-center;
}

.s6_row_1 {
  text-align: center;
  justify-content: center;
  margin: 0px;
}

.s6_row_2 {
  padding-top: 1.5rem;
  text-align: center;
  justify-content: center;
  max-width: 50%;
  margin: 0px;
}

.s6_row_3 {
  justify-content: center;
  /* height: 55%; */
  height: 20vw;
  margin: 0px;
}

.s6_row_3_container {
  max-width: 25%;
}

.s6_row_3_text {
  /* font-size: 23px; */
  font-size: clamp(16px, 1.08vw, 1.08vw);
  color: white;
  font-weight: bold;
  text-align: left;
  /* text-align: center; */
  align-self: center;
  z-index: 1;
}

.s6_row_3_text_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  align-self: center;
  width: 66%;
  bottom: clamp(2.75rem, 6vw, 3.25rem);
}

.s6_row_3_footer {
  /* font-size: 24px; */
  font-size: clamp(15px, 1.13vw, 1.13vw);
  color: white;
  font-weight: bold;
  text-align: center;
  /* position: absolute; */
  align-self: center;
  z-index: 1;
  padding: 0px 10px;
}

.s6_row_3_footer_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  align-self: center;
}

/* .s6_row_3_footer_o {
  font-size: 48px;
  color: white;
  font-weight: bold;
  text-align: center;
  align-self: center;
  z-index: 1;
} */

.s6_row_3_footer_o {
  /* width: 48px;
  height: 52px; */
  /* width: 2.25vw; */
  height: clamp(40px, 2.5vw, 2.5vw);
  align-self: center;
  padding-bottom: 5px;
  z-index: 1;
}

.s6_row_3_2 {
  margin-left: 1rem;
}

.s6_row_3_3 {
  margin-left: 1rem;
}

.s6_row_3_image {
  height: 100%;
  width: 100%;
  z-index: 0;
}

.s6_row_3_1_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.s6_row_3_2_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.s6_row_3_3_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.s6_row_3_container:before {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 1) 110%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.s6_c2_container {
  text-align: left;
  padding-top: 8.5rem;
  margin-left: 3%;
}

.s6_c2_simbol {
  font-size: 38px;
  color: white;
  font-weight: bold;
}

.s6_c2_title {
  font-size: 48px;
  color: white;
  font-style: italic;
  font-weight: bold;
  padding-left: 1rem;
  letter-spacing: 1.5px;
}

.s6_c2_video {
  max-width: -webkit-fill-available;
  border-radius: 20px;
  width: 100%;
  margin: 1% 3%;
  margin-top: 6%;
}

.s1_p_container {
  display: flex;
  flex-direction: row;
  min-height: fit-content;
}

@media screen and (min-width: 2559px) {
  .s6_row_3_text_container {
    bottom: clamp(3.75rem, 3vw, 3vw);
  }
}

@media screen and (max-height: 500px) {
  .parent {
    height: clamp(75vh, 45vw, 45vw);
  }

  .div1 {
    height: clamp(45vh, 15vw, 15vw);
  }

  .div2 {
    height: clamp(45vh, 15vw, 15vw);
  }

  .s6_row_3 {
    height: clamp(150vh, 150vh, 3vw);
  }
}

@media screen and (max-width: 1080px) {
  .div2 {
    grid-area: 1 / 34 / 35 / 65;
  }

  .section0_subtitle{
    width: min-content;
  }

  .s1_p_container {
    flex-direction: column;
  }

  .div5 {
    width: 100%;
    padding-bottom: 4%;
    text-align: center;
    padding-left: 8%;
    padding-right: 10%;
  }

  .div6 {
    max-width: 100%;
    justify-content: center;
  }

  .section1_col {
    max-width: 29%;
  }

  .section1_row {
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 0px;
  }

  .s1_image_1 {
    height: clamp(20vh, 25vw, 25vw);
  }

  .s1_image_2 {
    height: clamp(20vh, 25vw, 25vw);
  }

  .s1_image_3 {
    height: clamp(20vh, 25vw, 25vw);
  }

  /* .section1_col {
    max-width: 33%;
  }

  .section1_row {
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 3.5rem;
  } */

  .section5container {
    padding-bottom: 4%;
  }

  .section5_col1 {
    width: 100%;
    padding-bottom: 0px;
  }

  .section5_col2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 10%;
  }

  .section5container .row {
    height: clamp(100%, 38.5vw, 38.5vw);
  }

  .hexagon-gallery {
    grid-auto-rows: clamp(170px, 13.07vw, 13.07vw);
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 1vw;
  }

  .hex {
    width: clamp(225px, 17.58vw, 17.58vw);
    height: clamp(225px, 18.75vw, 18.75vw);
  }

  .s6_row_3 {
    height: 25vw;
  }

  .s6_row_3_container {
    max-width: 30%;
  }

}

@media screen and (max-width: 959px) {
  .footer_container {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .logosFooter {
    height: 50px;
  }
}

@media screen and (max-width: 720px) {
  .parent {
    height: clamp(55vh, 45vw, 45vw);
  }

  #titulo1 {
    font-size: clamp(35.7px, 3.08vw, 3.08vw);
    width: 70%;
  }

  .contact_btn a {
    font-size: clamp(16px, .85vw, .85vw);
  }

  .div1 {
    grid-area: 1 / 1 / 35 / 38;
    height: clamp(30vh, 15vw, 15vw);

    h2 {
      width: 90%;
    }
  }

  .div2 {
    grid-area: 1 / 35 / 35 / 65;
    height: clamp(30vh, 15vw, 15vw);
    padding-left: 1rem;
  }

  .section0_subtitle {
    font-size: clamp(18px, 1.27vw, 1.27vw);
  }

  .section0_text {
    font-size: clamp(10.9px, .84vw, .84vw);
    width: 90%;
  }

  .section1_subtitle {
    font-size: clamp(18px, 1.85vw, 1.85vw);
  }

  .s1_p_container {
    flex-direction: column;
  }

  .div5 {
    width: 100%;
    padding: 4% 20px 0px 9%;
    text-align: left;
    padding-bottom: 4%;
  }

  .div6 {
    max-width: 100%;
  }

  .section1_col {
    max-width: 33%;
  }

  .section1_row {
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 0px;
  }

  .section1_text {
    font-size: clamp(12.9px, .84vw, .84vw);
  }

  .section5container {
    padding-bottom: 8%;
  }

  .section5_col2 {
    padding-left: 5%;
  }

  .hexagon-gallery {
    grid-auto-rows: clamp(132px, 13.07vw, 13.07vw);
  }

  .hex {
    width: clamp(175px, 17.58vw, 17.58vw);
    height: clamp(175px, 18.75vw, 18.75vw);
  }

  .hex_text {
    margin-block-start: 0px;
  }

  .s6_row_2 {
    max-width: 90%;
  }

  .s6_row_3 {
    height: clamp(100vw, 100vw, 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 65%;
    margin-bottom: 5%;
  }

  .s6_row_3_container {
    max-width: 80%;
    margin-bottom: 5%;
  }

  .s6_row_3_2 {
    margin-left: 0px;
  }

  .s6_row_3_3 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 400px) {
  .parent {
    height: clamp(30vh, 45vw, 45vw);
  }

  .div1 {
    height: clamp(15vh, 15vw, 15vw);
  }

  .div2 {
    height: clamp(15vh, 15vw, 15vw);
  }
}

@media screen and (min-height: 2560px) {
  .parent {
    height: clamp(25vh, 45vw, 45vw);
  }

  .div1 {
    height: clamp(12vh, 15vw, 15vw);
  }

  .div2 {
    height: clamp(12vh, 15vw, 15vw);
  }

  .s1_image_1 {
    height: clamp(8vh, 15vw, 15vw);
  }

  .s1_image_2 {
    height: clamp(8vh, 15vw, 15vw);
  }

  .s1_image_3 {
    height: clamp(8vh, 15vw, 15vw);
  }
}

@media screen and (min-height: 1401px) and (max-height:2559px) {
  .parent {
    height: clamp(25vh, 45vw, 45vw);
  }

  .div1 {
    height: clamp(12vh, 15vw, 15vw);
  }

  .div2 {
    height: clamp(12vh, 15vw, 15vw);
  }

  .s1_image_1 {
    height: clamp(8vh, 15vw, 15vw);
  }

  .s1_image_2 {
    height: clamp(8vh, 15vw, 15vw);
  }

  .s1_image_3 {
    height: clamp(8vh, 15vw, 15vw);
  }
}

@media screen and (min-height: 1120px) and (max-height: 1401px) {
  .parent {
    height: clamp(30vh, 45vw, 45vw);
  }

  .div1 {
    height: clamp(15vh, 15vw, 15vw);
  }

  .div2 {
    height: clamp(15vh, 15vw, 15vw);
  }
}

@media screen and (max-height: 400px) {
  .parent {
    height: clamp(90vh, 45vw, 45vw);
  }

  .div1 {
    height: clamp(55vh, 15vw, 15vw);
  }

  .div2 {
    height: clamp(55vh, 15vw, 15vw);
  }
}