:root {
    --sticky-note-width: 23rem;
    --sticky-note-height: 20rem;
    --section-margin: 8.125rem;
}

html {
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.986rem;
    font-weight: 700;
    line-height: 4rem;
    margin: 1rem 0;
}

.h1-alt-color {
    color: #808184;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2.074rem;
    font-weight: 600;
    line-height: 2.063rem;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.563rem;
    margin: 2rem 0;
}

.p-alt-color {
    color: #58595B;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.25rem;

    border-radius: 3.125rem;

    width: 21.875rem;
    height: 3.875rem;
}

.btn-primary {
    background-color: #80C242;
    color: #FFF;
}

.btn-secondary {
    background-color: #4A92CE;
    color: #FFF;
}

.container {
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 1rem;
}

#intro {
    position: relative;
    background-color: #E94630;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    z-index: -2;
}

#intro header {
    padding-top: 6.25rem;
}

#intro .grid-col-two {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0rem;
}

#intro-contents p {
    width: 70%;
}

#intro-contents .col-one {
    margin-top: 20%;
}

#intro-contents .col-two {
    display: flex;
    justify-content: right;
}

#intro-contents {
    color: #FFF;
    z-index: 2;
    position: relative;
}

#shapes-background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -3;
}

#benefits {
    margin: var(--section-margin) 0;
    text-align: center;
}

#sticky-note-grid {
    display: flex;
    gap: 2rem;
    margin: 16rem 0 6rem 0;
    /* margin-bottom: 4rem; */
    justify-content: space-between;
}

.sticky-note {
    position: relative;
    z-index: 0;
    text-align: center;
    width: var(--sticky-note-width);
    height: var(--sticky-note-height);
}

#free-access::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--sticky-note-width);
    height: var(--sticky-note-height);
    background-color: #F6F6F6;
    border-radius: 2.313rem;
    box-shadow: -1px 0px 6.1px 0px rgba(0, 0, 0, 0.18);
    z-index: -1;
    transform: rotate(-2deg);
}

#invest::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--sticky-note-width);
    height: var(--sticky-note-height);
    background-color: #F6F6F6;
    border-radius: 2.313rem;
    box-shadow: -1px 0px 6.1px 0px rgba(0, 0, 0, 0.18);
    z-index: -1;
    transform: rotate(3deg);
}

#real-time::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--sticky-note-width);
    height: var(--sticky-note-height);
    background-color: #F6F6F6;
    border-radius: 2.313rem;
    box-shadow: -1px 0px 6.1px 0px rgba(0, 0, 0, 0.18);
    z-index: -1;
    transform: rotate(-5deg);
}

.shape {
    width: 60px;
    height: 60px;
    background-color: #3498db;
    margin-top: -30px;
    margin-bottom: 10px;
    position: relative;
}

.circle {
    border-radius: 50%;
}

.square {
    transform: rotate(-10deg);
}

.hexagon {
    clip-path: polygon(50% 0%,
            100% 25%,
            100% 75%,
            50% 100%,
            0% 75%,
            0% 25%);
    -webkit-clip-path: polygon(50% 0%,
            100% 25%,
            100% 75%,
            50% 100%,
            0% 75%,
            0% 25%);
    transform: rotate(5deg);
}

.circle {
    background-color: #E8BA2B;
}

.square {
    background-color: #80C242;
}

.hexagon {
    background-color: #DC3D25;
}

.sticky-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 4rem;
}

#free-access h2 {
    color: #80C242;
}

#invest h2 {
    color: #DC3D25;
}

#real-time h2 {
    color: #4A92CE;
}

#free-access h2,
#invest h2,
#real-time h2 {
    margin: 2rem 0 1rem 0;
}

.double-col-buttons {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    gap: 2rem;
}

.single-col-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

#mauritian-network {
    margin: var(--section-margin) 0;
    text-align: center;
}

#network-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 6rem 0;
}

#network-logos img {
    width: 8.125rem;
    height: 100%;
}

#tutorial {
    margin: var(--section-margin) 0;
    text-align: center;
}

#video-frame {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 44.448rem;
    height: 29.625rem;
    margin: 6rem auto 4rem auto;
    /* aspect-ratio: 16 / 9; */
    background: #000;
    border-radius: 4.125rem;
    overflow: hidden;
}

#custom-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
}

#custom-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#youtube-player {
    width: 100%;
    height: 100%;
    display: none;
}

#youtube-player.active {
    display: block;
}

#trusted-advertisers {
    margin: var(--section-margin) 0;
    text-align: center;
}

#level-up-marketing {
    margin: var(--section-margin) 0;
    text-align: center;
}

.advertisers-logo-wrapper {
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 60px 0;
}


.row-container {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.row-container:last-child {
    margin-bottom: 0;
}

.row {
    display: flex;
    gap: 40px;
    width: max-content;
}

.row.slide-left {
    animation: slideLeft 60s linear infinite;
}

.row.slide-right {
    animation: slideRight 70s linear infinite;
}

.logo-item {
    flex: 0 0 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s ease;
}

.logo-item:hover {
    transform: scale(1.05);
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    /* filter: grayscale(0%); */
    opacity: 1;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 15 - 40px * 15));
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(calc(-200px * 14 - 40px * 14));
    }

    100% {
        transform: translateX(0);
    }
}

/* Pause animation on hover */
.row-container:hover .row {
    animation-play-state: paused;
}

#level-up-marketing {
    background-image: url("../images/marketing-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
    background-size: 60%;
    height: 72rem;
}

#marketing-button-wrapper {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    width: 100%;
    z-index: 2;
    position: relative;
}

#marketing-button-wrapper> :nth-child(2n) {
    justify-self: end;
    margin-top: 6rem;
}

#marketing-button-wrapper p {
    max-width: 16rem;
    margin: 1rem 0;
}

.marketing-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer {
    height: 70rem;
    width: auto;
    margin-top: -50rem;
    position: relative;
    z-index: 0;
}

#footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;

    background-color: #9266AE;
    clip-path: polygon(0 0, 100% 46%, 100% 100%, 0 100%);

    z-index: -1;
}

#shapes-background-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: auto;
}

#footer-content {
    display: flex;
    justify-content: space-between;
    padding-top: 45%;
    margin-bottom: 6rem;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    color: #E8BA2B;
}

#footer-content a {
    text-decoration: none;
    color: #FFF;
    display: block;
    margin: 0.5rem 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.375rem;
}

#footer-content>img {
    width: 18.125rem;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 8rem;
}

#footer-inner>p {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 1.375rem;
    color: #FFF;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}




/* Background shapes container */
.bg-shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

/* Individual shape styles */
.bg-shape {
    position: absolute;
    opacity: 1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* Hexagon - Outline */
.bg-hexagon {
    width: 264.61px;
    height: 264.61px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='92' viewBox='0 0 80 92' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='40,3 77,26 77,66 40,89 3,66 3,26' fill='none' stroke='%2380C242' stroke-width='1'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Hexagon - Solid */
.bg-hexagon-solid {
    width: 264.61px;
    height: 264.61px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='92' viewBox='0 0 80 92' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='40,3 77,26 77,66 40,89 3,66 3,26' fill='%23E8BA2B'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Circle */
.bg-circle {
    width: 203px;
    height: 203px;
    background-color: #4A92CE;
    border-radius: 50%;
}

.bg-circle-green {
    width: 203px;
    height: 203px;
    background-color: #80C242;
    border-radius: 50%;
}

.bg-circle-outline {
    width: 160px;
    height: 160px;
    background-color: transparent;
    border: 3px solid #8255A1;
    border-radius: 50%;
}

/* Square (smaller rectangle) */
.bg-square-outline {
    width: 116.84px;
    height: 116.84px;
    background-color: transparent;
    border: 3px solid #E94630;
}

.bg-square-outline-purple {
    width: 183px;
    height: 183px;
    background-color: transparent;
    border: 3px solid #8255A1;
}

.bg-square {
    width: 40px;
    height: 40px;
    background-color: #80C242;
}

.bg-square-red {
    width: 40px;
    height: 40px;
    background-color: #E94630;
}


.bg-square-yellow {
    width: 40px;
    height: 40px;
    background-color: #E8BA2B;
}

.bg-square-outline-yellow {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 3px solid #E8BA2B;
}

.bg-hexagon-solid-blue {
    width: 264.61px;
    height: 264.61px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='92' viewBox='0 0 80 92' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='40,3 77,26 77,66 40,89 3,66 3,26' fill='%234A92CE'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Animation keyframes */
@keyframes float1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(30px, -50px) rotate(90deg);
    }

    50% {
        transform: translate(-20px, -100px) rotate(180deg);
    }

    75% {
        transform: translate(-50px, -50px) rotate(270deg);
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-40px, 60px) rotate(120deg);
    }

    66% {
        transform: translate(40px, 30px) rotate(240deg);
    }
}

@keyframes float3 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(20px, 80px) rotate(180deg);
    }
}

@keyframes float4 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-30px, 40px) rotate(-90deg);
    }

    50% {
        transform: translate(10px, 80px) rotate(-180deg);
    }

    75% {
        transform: translate(40px, 40px) rotate(-270deg);
    }
}

.generated-footer {
    display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}