﻿
/**
    Homepage Banner & Graphic Features
*/

.card.card-hover:focus,
.card.card-hover:hover {
    box-shadow: 0 0 30px 15px rgb(204 255 255 /.3) !important;
}

.btn {
    margin: 0 2px;
    text-shadow: none;
}

.btn-red-gradient {
    --start-color: #d20707;
    --end-color: #e31837;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(145deg, var(--start-color), var(--start-color), var(--end-color), var(--end-color));
    background-size: 200%;
    background-position: left;
    transition: 300ms background-position cubic-bezier(0.04, 0.72, 0.09, 0.99);
    border: 0;
    text-shadow: none;
    box-shadow: none;
}

    .btn-red-gradient:active,
    .btn-red-gradient:focus,
    .btn-red-gradient:hover {
        background-image: linear-gradient(145deg, var(--start-color), var(--start-color), var(--end-color), var(--end-color));
        /*background: linear-gradient(145deg, rgb(195, 17, 46), rgb(195, 17, 46));*/
        background-position: right;
        color: rgb(255, 255, 255);
    }

.bg-dark-hex-pattern {
    background-color: #1b1e24;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23455a64' fill-opacity='0.17' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.cert-logo-hex {
    --width:125px;
    --aspect-ratio: 1/1;
    width: var(--width);
    aspect-ratio:var(--aspect-ratio);
    height: auto;
    margin: auto;
}

.cert-logo {
    width: 35vw;
    height: auto;
    margin: auto;
}

.cert-logo svg {
    fill: #fff;
    overflow: visible !important;
    margin: 30px auto 0;
}

.f2-cert-logo {
    width: 35vw;
    height: auto;
    margin: auto;
}

.l1-glow {
    filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.4)) drop-shadow(-5px -5px 10px rgba(255, 255, 255, 0.4));
    overflow: visible;
}

.f2-glow {
    filter: drop-shadow(5px 5px 10px rgba(235, 33, 39, 0.4)) drop-shadow(-5px -5px 10px rgba(235, 33, 39, 0.4));
    overflow: visible;
}

.g2-glow {
    filter: drop-shadow(5px 5px 10px rgba(56, 179, 74, 0.4)) drop-shadow(-5px -5px 10px rgba(56, 179, 74, 0.4));
    overflow: visible;
}

.m2-glow {
    filter: drop-shadow(5px 5px 10px rgba( 27, 117, 187, 0.4)) drop-shadow(-5px -5px 10px rgba( 27, 117, 187, 0.4));
    overflow: visible;
}

.j2-glow {
    filter: drop-shadow(5px 5px 10px rgba(246, 146, 30, 0.4)) drop-shadow(-5px -5px 10px rgba(246, 146, 30, 0.4));
    overflow: visible;
}

.p2-glow {
    filter: drop-shadow(5px 5px 10px rgba( 0, 0, 0, 0.4)) drop-shadow(-5px -5px 10px rgba( 0, 0, 0, 0.4));
    overflow: visible;
}

.white-glow {
    filter: drop-shadow(10px 10px 20px rgba(255, 255, 255, 0.7)) drop-shadow(-10px -10px 20px rgba(255, 255, 255, 0.7));
}
.svg-glow {
    --glow-color: rgb(255 255 255 / .7);
    filter: drop-shadow(10px 10px 20px var(--glow-color)) drop-shadow(-10px -10px 20px var(--glow-color));
}

.text-shadow-dark {
    text-shadow: #000000 0px 0px 20px, -1px -2px 6px rgba(0,0,0,.4);
}
/**
    Advanced 3d
*/
.adv3d-stack {
    height: 100%;
    width: 100%;
    position: relative;
}

.adv3d-stack .adv3d-bg {
    height: 100%;
    width: 100%;
}

.adv3d-stack .adv3d-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    /* z-index: -1; */
}

.adv3d-stack .adv3d-title {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.adv3d-stack .adv3d-title img {
    display:flex;
    align-self: center;
    width: clamp(200px, 80%,800px);
    margin: auto;
    object-fit: contain;
    aspect-ratio: 400 /207;
}
/**
    TPI Summit 2024
*/
/* Intro Card */
.summit-card {
    position: relative;
    z-index: 2;
    /* margin: 0.2rem 0 7rem; */
    margin: 2px;
    padding: 3rem;
    max-width: 660px;
    /* border: 1px solid hsl(176, 87%, 7%, 0.6); */
    border-radius: 1rem;
    overflow: visible;
    box-shadow: 10px 10px 60px 20px hsl(194, 100%, 9%, 0.5);
    background: hsl(27, 10%, 90%, 0.9);
    /* blurr bits */
    background: hsl(27, 10%, 90%, 0.5);
    -webkit-backdrop-filter: saturate(100%) brightness(220%) blur(25px);
    backdrop-filter: saturate(100%) brightness(220%) blur(25px);
    /* backdrop-filter: blur(25px) brightness(170%); */
}
    /* 🤩 gradient border */
    .summit-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 1rem;
        padding: 2px;
        background: linear-gradient(133deg, #FFF, transparent, transparent, #FFF);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
    /* .summit-card h1{
        font-size: 3.8rem;
        }
        .summit-card h3{
        font-size: 2.5rem;
        } */

    .summit-card .side-line:before,
    .summit-card .side-line:after {
        overflow: hidden;
        text-align: center;
        background-color: rgba(66, 165, 245, 0.9);
        height: 3px;
    }



.tpi_summit_24 .tpi_summit_24-tagline {
    /*width: 90%;
    max-width: 1170px;*/
    margin: 0 auto;
    text-align: center;
    /*color: #fff;*/
    --color1: rgb(0 255 255 / 61%);
    --color2: rgb(10 52 233 / 68%);
}

/*.tpi_summit_24-tagline {
    text-shadow: 0 0 5px var(--color1), 0 0 20px var(--color2);
}*/

.tpi_summit_24-tagline h1,
.tpi_summit_24-tagline h2,
.tpi_summit_24-tagline h3,
.tpi_summit_24-tagline h4,
.tpi_summit_24-tagline h5,
.tpi_summit_24-tagline h6 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    /*color: RGBA(255, 255, 255, .95);*/
    padding: 0;
    margin: 0;
}

.tpi_summit_24-tagline h1 {
    font-size: 6.5rem;
    font-size: clamp(2rem, 9vw, 5.5rem);
    line-height: .9;
}

.tpi_summit_24-tagline h2 {
    font-size: 9rem;
    font-size: clamp(2rem, 9vw, 9rem);
}

.tpi_summit_24-tagline h3 {
    font-size: 4rem;
    font-size: clamp(2rem, 9vw, 3.5rem);
}

.tpi_summit_24-tagline h4 {
    font-size: 3rem;
    font-size: clamp(1.5rem, 9vw, 3rem);
}

.tpi_summit_24-tagline h5 {
    font-size: 2.5rem;
    font-size: clamp(1rem, 9vw, 2.25rem);
}

.tpi_summit_24-tagline p {
    margin: 24px 0 12px;
}

.tpi_summit_24-tagline .sponsored-by-logo {
    margin: 0 auto;
    width: clamp(200px, 25%, 400px);
    /*30%;*/
}

.tpi_summit_24-tagline .s-line {
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
    width: 100%;
}

.tpi_summit_24-tagline .s-line:before,
.tpi_summit_24-tagline .s-line:after {
    background-color: rgba(66, 165, 245, 0.9);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

.tpi_summit_24-tagline .s-line:before {
    right: 0.5em;
    top: -3px;
    margin-left: -50%;
}

.tpi_summit_24-tagline .s-line:after {
    left: 0.5em;
    top: -3px;
    margin-right: -50%;
}
.sold-out-graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    z-index: 1;
    mix-blend-mode: color-burn;
    opacity: 0;
    display: none;
    pointer-events:none;
}

.carousel-cell.is-selected .sold-out-graphic {
    display: block;
    -webkit-animation: slide-in-bck-center 0.7s 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bck-center 0.7s 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-bck-center {
    -webkit-animation: slide-in-bck-center 0.7s 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bck-center 0.7s 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/**
    * ----------------------------------------
    * animation slide-in-bck-center
    * ----------------------------------------
    */
@-webkit-keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(4);
        transform: translate(-50%, -50%) rotate(0deg) scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(345deg) scale(2.3);
        transform: translate(-50%, -50%) rotate(345deg) scale(2.3);
        opacity: 1;
    }
}

@keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(4);
        transform: translate(-50%, -50%) rotate(0deg) scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(345deg) scale(2.3);
        transform: translate(-50%, -50%) rotate(345deg) scale(2.3);
        opacity: 1;
    }
}

.btn-blue {
    --primary: #0091EA;
    --primary-shade: #2979FF;
    --primary-shade-rgb: rgb(41, 121, 255);
    background-color: var(--primary);
    border-color: var(--primary);
    -webkit-box-shadow: 0 2px 0 0 var(--primary-shade);
    box-shadow: 0 2px 0 0 var(--primary-shade);
}
/**
    VIDEO Slide youTube Player
*/
.video-slide h1,
.video-slide h2,
.video-slide h3,
.video-slide h4,
.video-slide h5,
.video-slide h6 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: RGBA(255, 255, 255, .95);
    line-height: 1;
    padding: 0;
    margin: 0;
}

.video-slide h1 {
    font-size: clamp(2rem, 9vw, 5rem);
    letter-spacing: .025em;
}

.video-card {
    width: clamp(200px, 100%, 860px);
    background: #000;
    transition: all .3s ease-out;
    aspect-ratio: 16/9;
}

.youtube-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

:where(h1,h2,h3,h4,h5,h6) {
    text-wrap: balance;
}

/**
    Strength & Power
*/
.snp-slide-grid :where(h1,h2,h3,h4,h5,h6) {
    font-family: "Bebas Neue", sans-serif;
    text-wrap: balance;
}

.snp-slide-grid {
    font-family: "Bebas Neue", sans-serif;
    display: grid;
    grid-template-columns: 1rem 1fr 1rem;
    grid-template-rows: 50px auto 1rem auto 30px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: clamp(200px, 100%, 1000px);
    height: fit-content;
}

.snp-slide-grid .product-info {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    text-align: center;
}

.snp-slide-grid .feature {
    --shadow-strength: 10%;
    --shadow-color: 220 40% 2%;
    --shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));
    grid-area: 4 / 2 / 5 / 3;
    align-self: center;
}

.snp-slide-grid .feature .card.box-shadow {
    box-shadow: var(--shadow-6) !important;
}

@media (min-width: 576px) {
    .snp-slide-grid {
        grid-template-columns: 1fr 1rem 1fr 1rem;
        grid-template-rows: 1rem repeat(3, 1fr) 30px;
    }

    .snp-slide-grid .product-info {
        grid-area: 4 / 1 / 5 / 2;
        align-self: start;
        text-align: left;
    }

    .snp-slide-grid .feature {
        grid-area: 2 / 3 / 5 / 4;
    }
}

.hp-grid-stack {
    height: 100%;
    width: 100%;
    position: relative;
}

.hp-grid-stack {
    display: grid;
    grid-template-columns: 5% 1fr 5%;
    grid-template-rows: 5% repeat(3, 1fr) 5%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.hp-grid-stack .hp-bg-img {
    grid-area: 1 / 1 / 6 / 4;
}

.hp-grid-stack .hp-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hp-grid-stack .top-third {
    grid-area: 2 / 2 / 3 / 3;
}

.hp-grid-stack .mid-third {
    grid-area: 3 / 2 / 4 / 3;
}

.hp-grid-stack .bottom-third {
    grid-area: 4 / 2 / 5 / 3;
}
