/*************************/
/*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: 0px;
    padding: 0px;
    overflow-x: hidden;

    /*****/

    /*
    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="M8.66 0L17.32 5L17.32 15L8.66 20L0 15L0 5Z" fill="none" stroke="%23e8e8e8" stroke-width="0.5"/></svg>'),
        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="M8.66 0L17.32 5L17.32 15L8.66 20L0 15L0 5Z" fill="none" stroke="%23e8e8e8" stroke-width="0.5"/></svg>');
    background-size: 17.32px 30px, 17.32px 30px;
    background-repeat: repeat, repeat;
    background-position: 0 0, -8.66px 15px;
    background-attachment: scroll, scroll;
    z-index: -1;
    position: relative;
    */
}

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: 17.32px 30px;
    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: 17.32px 30px;
    background-repeat: repeat;
    background-position: -8.66px 15px;
    transform: translateX(-50%);
    z-index: -1;
}

/*************************/
/*HEADER*/

.hexBar4C5454 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #4C5454;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.hexBar4C5454::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="M5 0C6 0 9 2.5 10 2.5L15 2.5C16 2.5 19 0 20 0" fill="%234C5454" transform="translate(0,0)"/></svg>') repeat-x;
    background-size: auto 100%; 
    background-position: center;
    z-index: 1000;
}

/*************************/
/*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: 0px;
}

.hexSection007BFF .featureDetails {
    flex-basis: 55%;
    text-align: right;
    padding-right: 20px; /* Add padding to match red section */
}

.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;
}

/*************************/
/*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: 0px 100px;
    position: relative;
    overflow: hidden;
    gap: 40px;
}

.introText {
    max-width: 50%;
    text-align: left;
    font-family: 'ChakraPetch', sans-serif;
    z-index: 1;
}

.introText h1 {
    font-size: 4.5vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.introText p {
    font-size: 1.5vw;
    color: #666;
    margin-bottom: 40px;
}

.introButtons {
    display: flex;
    gap: 20px;
}

.btnPrimary {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-family: 'ChakraPetch', sans-serif;
    font-size: 0.75vw;
}

.btnSecondary {
    background-color: transparent;
    color: black;
    padding: 10px 20px;
    border: 2px solid black;
    cursor: pointer;
    font-family: 'ChakraPetch', sans-serif;
    font-size: 0.75vw;
}

.introImage {
    max-width: 40%;
    text-align: right;
}

.introImage img {
    width: 100%;
    height: auto;
}

/*************************/
/*APPLICATION*/

#application {
    padding-top: 80px;
}

.applicationFeature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    gap: 40px;
    flex-wrap: wrap;
    font-family: 'ChakraPetch', sans-serif;
}

.featureImageContainer {
    flex-basis: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featureImage {
    width: auto;
    max-width: 350px;
    height: 100%;
    border-radius: 0px;
}

.featureDetails {
    flex-basis: 55%;
    text-align: left;
}

.featureDetails h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.featureDetails p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f5f5f5;
}

.btnCheckItOut {
    background-color: white;
    color: #FF715B;
    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;
}

.btnCheckItOut:hover {
    background-color: #FF715B;
    color: white;
}
