/*GLOBAL*/
html, head, body {
  margin: 0;
  padding: 0;
}
/*-------------------------*/

/*FONTS*/
@font-face {
    font-family: "ChakraPetch";
    src: url("ChakraPetch/Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ChakraPetch";
    src: url("ChakraPetch/Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "ChakraPetch";
    src: url("ChakraPetch/Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
/*-------------------------*/

/*OVERALL*/
.svgIcon {
    width: 32px;
    height: 32px;
    fill: white;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
/*-------------------------*/

/*BACKGROUND*/
.hexagonBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.32 20" width="17.32" height="20"><path d="M 8.66 0 L 17.32 5 L 17.32 15 L 8.66 20 L 0 15 L 0 5 Z" fill="none" stroke="%23cccccc" stroke-width="0.5"/></svg>');
    background-size: 34.64px 60px;
    background-repeat: repeat;
    z-index: 0;
}
.hexagonBackground::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.32 20" width="17.32" height="20"><path d="M 8.66 0 L 17.32 5 L 17.32 15 L 8.66 20 L 0 15 L 0 5 Z" fill="none" stroke="%23cccccc" stroke-width="0.5"/></svg>');
    background-size: 34.64px 60px;
    background-repeat: repeat;
    background-position: -8.66px 15px;
    transform: translateX(-50%);
    z-index: -1;
}

/*SECTIONS*/
/*<RED>*/
.hexSectionFF715B {
    position: relative;
    background-color: #FF715B;
    color: white;
    padding: 20px;
    width: 100%;
    margin: 25px auto;
    box-sizing: border-box;
    z-index: 2;
}
.hexSectionFF715B::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 2.5" preserveAspectRatio="xMidYMid slice"><path d="M 0 0 L 5 0 C 6 0 9 2.5 10 2.5 L 15 2.5 C 16 2.5 19 0 20 0 L 25 0 L 25 3 L 0 3 Z" fill="%23FF715B"/></svg>') repeat-x;
    background-size: auto 100%;
    background-position: center;
    z-index: 2;
}
.hexSectionFF715B::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 2.5" preserveAspectRatio="xMidYMid slice"><path d="M 0 0 L 5 0 C 6 0 9 2.5 10 2.5 L 15 2.5 C 16 2.5 19 0 20 0 L 25 0 L 25 3 L 0 3 Z" fill="%23FF715B" transform="scale(1,-1) translate(0,-2.5)"/></svg>') repeat-x;
    background-size: auto 100%;
    background-position: center;
    z-index: 2;
}
/*<BLUE>*/
.hexSection007BFF {
    position: relative;
    background-color: #007BFF;
    color: white;
    padding: 20px;
    width: 100%;
    margin: 25px auto;
    box-sizing: border-box;
    z-index: 2;
}
.hexSection007BFF::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 2.5" preserveAspectRatio="xMidYMid slice"><path d="M 0 0 L 5 0 C 6 0 9 2.5 10 2.5 L 15 2.5 C 16 2.5 19 0 20 0 L 25 0 L 25 3 L 0 3 Z" fill="%23007BFF"/></svg>') repeat-x;
    background-size: auto 100%;
    background-position: center;
    z-index: 2;
}
.hexSection007BFF::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 2.5" preserveAspectRatio="xMidYMid slice"><path d="M 0 0 L 5 0 C 6 0 9 2.5 10 2.5 L 15 2.5 C 16 2.5 19 0 20 0 L 25 0 L 25 3 L 0 3 Z" fill="%23007BFF" transform="scale(1,-1) translate(0,-2.5)"/></svg>') repeat-x;
    background-size: auto 100%;
    background-position: center;
    z-index: 2;
}
.hexSection007BFF .applicationFeature {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    gap: 40px;
    flex-wrap: wrap;
    font-family: 'chakraPetch', sans-serif;
}
.hexSection007BFF .featureImageContainer {
    flex-basis: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hexSection007BFF .featureImage {
    width: auto;
    max-width: 350px;
    height: auto;
    border-radius: 0;
}
.hexSection007BFF .featureDetails {
    flex-basis: 55%;
    text-align: right;
    padding-right: 20px;
}
.hexSection007BFF .featureDetails h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.hexSection007BFF .featureDetails p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f5f5f5;
}
.hexSection007BFF .btnCheckItOut {
    background-color: white;
    color: #007BFF;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: 'chakraPetch', sans-serif;
    margin-bottom: 50px;
}
.hexSection007BFF .btnCheckItOut:hover {
    background-color: #007BFF;
    color: white;
}
/*-------------------------*/

/*BUTTONS*/
.roundedButton {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-family: "ChakraPetch", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.roundedButton:hover {
  transform: scale(1.05);
}
.roundedButton:active {
  transform: scale(0.95);
}
.roundedButtonF97316 {
  background-color: #F97316;
}
.roundedButtonF97316:hover {
  background-color: #FB923C;
}
/*-------------------------*/

/*DIVIDERS*/
.horizontalDivider {
    width: 95%;
    height: 2px;
    background-color: white;
    border-radius: 1px;
    margin: 20px auto;
}
.verticalDivider {
    width: 2px;
    height: 30px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
/*-------------------------*/

/*INTRO*/
.introSection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80vh;
    background-color: white;
    padding: 0 100px;
    position: relative;
    overflow: hidden;
    gap: 40px;
}
.introText {
    max-width: 50%;
    text-align: left;
    font-family: 'chakraPetch', sans-serif;
}
.introButtons {
    display: flex;
    gap: 20px;
}
.introImage {
    flex: 1;
}
/*-------------------------*/