/*!
Theme Name: hypersharp
Theme URI: #
Author: #
Author URI: #
Description: #
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hypersharp
Tags: Custom build WP Theme
*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 1.1;
}

.fancy-button {
    padding: 20px 37px;
    font-size: 18px;
    border: none;
    border-radius: 9999px;
    background: linear-gradient(135deg, #00002C, #256BF2);
    color: white;
    cursor: pointer;
    font-family: sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 210px;
    justify-content: center;
}

.gradient-text {
    background: linear-gradient(90deg, #00002C, #256BF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-custom {
    padding: 80px 60px;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    position: relative;
}


.card-small.first {
    background: transparent;
}

.card-small.h-auto {
    max-height: 100% !important;
}

.card-small.h-auto:hover {
    background: #13377c !important;
}

.card-small {
    max-height: 130px;
    overflow: hidden;
    border-radius: 10px;
    background: #13377c;
    color: #fff;
    padding: 40px 30px;
    transition: all 0.3s ease;
    border: 2px solid #13377c;
    margin-bottom: 15px;
}

.accordion-button {
    box-shadow: none;
    font-size: 20px;
    color: #F0F8FF;
    font-weight: 700;
    background-color: #13377c;
    border: 0;
    border-radius: 10px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    border: none;
    padding: 20px 35px;
}

.accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 12px;
}

.accordion-button::after {
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.94922 1V10.8995' stroke='%23F0F8FF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 5.94922H10.8995' stroke='%23F0F8FF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.94971H10.8995' stroke='%23F0F8FF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.accordion-item {
    background: linear-gradient(165deg, #00002C, #256BF2);
    border: none;
    color: #F0F8FF;
}

.accordion-body {
    padding: 0px 35px 40px 35px;
    font-size: 18px;
    color: #F0F8FF;
    font-weight: 400;
}

.card-small .card-title {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    border: 0;
    box-shadow: none;
}

.card-small:not(.first):hover .card-title {

    color: #00002C;
}

.card-small .card-text {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #00002C;
    opacity: 0;
}

.card-small:not(.first):hover {
    max-height: 300px;
    transition: all 0.3s ease;
    background: #fff;

}

.card-small:not(.first):hover .card-text {
    transition: all 0.3s ease;
    opacity: 1;
}

.card-custom::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    content: ' ';
    background: linear-gradient(124deg, #00002C -12.14%, #256BF2 65.54%);
    height: 5px;
}

.card-text {
    font-size: 16px;
    color: #00002C;
}

.card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #00002C;
    margin-bottom: 24px;
}

.card-small.first:hover {
    background: linear-gradient(135deg, #00002C, #256BF2);

}

.card-small.first:hover .gradient-text {
    background: linear-gradient(90deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #00002C;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 44, 1) 36%, rgba(0, 0, 44, 0.52) 71%, rgba(0, 0, 44, 0.36) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 44, 1) 36%, rgba(0, 0, 44, 0.52) 71%, rgba(0, 0, 44, 0.36) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 44, 1) 36%, rgba(0, 0, 44, 0.52) 71%, rgba(0, 0, 44, 0.36) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00002C", endColorstr="#00002C", GradientType=0);
}

.pb-40 {
    padding-bottom: 40px !important;
}

.fancy-button svg {
    width: 20px;
    height: 20px;
    fill: white;
    transition: transform 0.3s ease;
}

.fancy-button:hover {
    background: #2c2d4d;

    color: white;
}

.fancy-button.transparent {
    border: 2px solid;
}

.fancy-button.transparent:hover {
    background: transparent;
    color: #00002C;
    border: 2px solid #256BF2;
}

.fancy-button.transparent:hover svg path {
    stroke: #00002C;
}

.fancy-button:hover svg {
    transform: translateX(4px);
}

.section {
    height: 230px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.timeline {
    position: relative;
    width: 100vw;
    height: 100px;
}

.line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background: #13377c;
    width: 0;
    transition: width 1s ease;
    z-index: 0;
}

.dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
    background: #13377c;
    border-radius: 50%;
    z-index: 1;
}

.dot-text {
    position: absolute;
    top: 100%;
    /* transform: translateX(-50%); */
    opacity: 0;
    transition: opacity 0.3s;

    color: #00002C;
    max-width: 276px;
    width: 30vw;
}

.dot-text span {
    display: block;
}

.big-dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: left 1s ease;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='url(%23paint0_linear_122_1759)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_122_1759' x1='-3.44233' y1='-3.93617' x2='23.3311' y2='14.2698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300002C'/%3E%3Cstop offset='1' stop-color='%23256BF2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
}

.fs-55 {
    font-size: 55px;
    color: #00002C;
    font-weight: 700;

}

.py-100 {
    padding: 120px 0 !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.dark-blue {
    color: #00002C;
}

.lead {
    font-size: 32px;
}

.fw-700 {
    font-weight: 700;
}

.hero {
    position: relative;
    height: 100vh;
    max-height: 755px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

header a {
    margin: 0 1%;
    font-size: 18px;
    font-weight: 500;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    width: auto;

    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

@media (max-width: 1400px) {

    header .gap-5 {
        gap: 2rem !important;
    }

    header a {

        font-size: 15px;

    }

    .fs-55 {
        font-size: 45px;
    }

    .fancy-button {
        padding: 15px 27px;
        font-size: 15px;

        min-width: 190px;

    }

    body {
        font-size: 20px;

    }

    .card-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .card-text {
        font-size: 14px;
    }

    .py-60 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .fs-16 {
        font-size: 14px;
    }

    .card-small .card-title {
        font-size: 18px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .card-small.h-auto {
        padding: 35px 40px !important;
    }

    .accordion-body {
        font-size: 16px;
    }

    .accordion-button {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .logo {
        padding-bottom: 1.5rem !important;
        justify-content: start !important;
        padding-left: 20px;
    }

    header {
        background-color: #00002C;
    }

    h1 {
        font-size: 48px !important;
    }

    .hero .lead {
        font-size: 15px;
        padding-bottom: 20px !important;
    }

    body {
        font-size: 14px;
    }

    .fs-55 {
        font-size: 30px;
    }

    .py-60 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .card-custom {
        padding: 41px 36px;
        max-width: 280px;
        margin: 0 auto;
    }

    .py-100 {
        padding: 60px 0 !important;
    }

    .fs-16 {
        font-size: 12px;
    }

    .line {
        height: 4px !important;
    }

    #text1 {
        left: 3% !important;
    }

    #text2 {
        left: 35% !important;
    }

    #text3 {
        left: 70% !important;
    }

    .dot-text {
        top: 80%;
    }

    #dot1 {
        left: 10% !important;
    }

    #dot2 {
        left: 40% !important;
    }

    #dot3 {
        left: 75% !important;
    }

    .dot {
        width: 15px;
        height: 15px;
        top: 51%;
    }

    .big-dot {

        width: 25px;
        height: 25px;
    }

    .card-small .card-title {
        font-size: 16px;
    }

    .card-small {
        max-height: 43px;
        padding: 10px 15px;
        margin-bottom: 12px;
    }

    #section5 {
        text-align: center;
    }

    #section5 h2 {
        padding-bottom: 20px;
    }

    #section6 {
        text-align: center;
        background-position-x: 37%!important;
    }

    .card-small.h-auto {
        padding: 19px 6px !important;
        max-width: 240px;
        margin: 0 auto;
    }

    .fs-12-m {
        font-size: 12px;
    }
        .fs-18 {
        font-size: 14px;
    }
    footer {text-align: center;}
}