﻿@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans-ExtraBold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family:"Plus Jakarta Sans";
    font-weight:400;
    margin-top:206px;
}

header {
    width: 100%;
    background: #1F004A;
    padding: 28px 0;
    position:fixed;
    top:0;
    z-index:10;
}

.anchor-link{
    position:absolute;
    top:-208px;
}

h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 62px;
    text-align: center;
    color: #18181B;
}

    header .container {
        display: flex;
        justify-content: space-between;
    }

header .logo{
    width:100%;
    max-width:156px;
}

header .logo-wrapper{
    width:350px;
}

header .main-nav, header .right-nav{
    display:flex;
    align-items:center;
}

header .right-nav{
    width:350px;
    justify-content:flex-end;
}

header .main-nav a, header .right-nav a{
    color:#fff;
    text-decoration:none;
    line-height:24px;
    font-size:16px;
    padding: 0 25px;
    font-weight:500;
    position:relative;
}

.main-nav a{
    transition: ease all 0.4s;
}

    .main-nav a:hover::after, .right-nav a:hover::after {
        content: '';
        width: calc(100% - 50px);
        height: 5px;
        background: linear-gradient(0.25turn, #B7972F, #DDCA60, #D5BE3A);
        display: block;
        position: absolute;
        bottom: -51px;
        left: 25px;
    }

    .header-cta:hover::after{
        display:none !important;
    }

.header-cta {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 16px 25px !important;
    margin-left: 25px;
    transition:0.4s ease all;
}

    .header-cta:hover {
        background: #fff;
        color: #1F004A;
    }

.ultimate {
    margin: 0 auto 25px auto;
    font-size: 16px;
    font-weight: 500;
    color: #18181B;
    border: 1px solid #e4e4e7;
    line-height:20px;
    width:330px;
    padding: 10px 0;
    text-align:center;
    border-radius:60px;
}

.gold-gradient {
    background: -webkit-linear-gradient(0.25turn, #f1e7c9, #DDCA60, #e6cf4c) !important;
    background: linear-gradient(0.25turn, #f1e7c9, #DDCA60, #e6cf4c) !important;
}

.gold-gradient-text {
    background: -webkit-linear-gradient(0.25turn, #B7972F, #DDCA60, #D5BE3A);
    background: linear-gradient(0.25turn, #B7972F, #DDCA60, #D5BE3A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-underline{
    position:relative;
}

    .gold-underline::after {
        content: '';
        width: 144px;
        display: block;
        left: calc(50% - 72px);
        bottom: -13px;
        position: absolute;
        background: url(../images/gold-underline.png);
        background-size: 100% 100%;
        height: 9px;
    }

p.sub-heading {
    font-weight: 400;
    font-size: 16px;
    color: #52525B;
    text-align: center;
    max-width: 860px;
    margin: 35px auto 15px auto;
}

.tools-intro h3 {
    font-size: 1.5em;
    max-width: 400px;
    margin: 35px auto;
    text-align: center;
    color: #6f4299;
}

.pricing-section .two-columns {
    background: none;
    margin-bottom: 0;
}

.pricing-intro h2 {
    max-width: 860px;
    margin: 35px auto;
    text-align: center;
}

.pricing-section .large-text {
    font-size: 1.8em;
    font-weight: 700;
    margin-right: .2em;
}

.pricing-section .three-columns {
    text-align: center;
    margin: 50px auto 100px auto;
}

.footer-wrapper {
    background: #FAFAFA;
    padding: 40px 0 40px 0;
}

.pre-heading {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color:rgba(82, 82, 91, 1);
}

footer {
    margin-top: 0px;
}

.footer-nav {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #D4D4D8;
}

.footer-nav .footer-home{
    font-size:16px;
    letter-spacing:3px;
    font-weight:700;
    margin-right:auto;
    padding:0;
}

.container{
    position:relative;
}

.footer-nav a{
    color:#18181B;
    font-weight:500;
    font-size:18px;
    line-height:30px;
    padding: 0 30px;
    text-decoration:none;
}

.mobile-overlay {
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s;
    display: flex;
    position: fixed;
    height: calc(100vh - 88px);
    top: 88px;
    width: 100%;
    backdrop-filter: blur(6px);
    background: #06092Fbb;
    z-index: 10;
}

.menu-open .mobile-overlay {
    opacity: 1;
    visibility: visible;
}

.footer-nav a:last-child{
    padding-right:0;
}

.footer-copyright{
    display:flex;
    justify-content:space-between;
    padding-top:20px;
}

    .footer-copyright div {
        color: #52525B;
        font-size:16px;
        font-weight:400;
        line-height:26px;
    }

    .footer-copyright a {
        text-decoration: none;
        color: #52525B;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

.cta-btn-shadow {
    margin: -60px auto 0 auto;
    text-align: center;
    width: 408px;
    height: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/shadow-button.png);
    background-size: 100% 100%;
    background-position: center center;
}

.dark-wrapper {
    padding:100px 0 50px 0;
    background: #FAFAFA;
}

.light-wrapper {
    padding: 100px 0 50px 0;
    background:#fff;
}

h2 {
    color: #18181B;
    text-align: center;
    font-weight: 700;
    line-height: 58px;
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-btn {
    background: linear-gradient(to left, #000 0%, #000 50%, #D5BE3A 50%, #DDCA60 75%, #B7972F 100%) right;
    background-size: 200%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    padding: 10px 21px;
    min-width: 245px;
    border-radius: 10px;
    border: none;
    transition: all ease 0.35s;
}

    .cta-btn:hover {
       color:#fff;
       background-position:left;
    }
    
.pricing-section .cta-btn {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
}    
    
.hero-wrapper {
    max-width: 1365px;
    margin: -120px 0 0 0;
}

.hero-bg {
    background: url(../images/shadow-large.webp);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-inner {
    padding: 120px 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width:1056px;
}

.hero-video {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
}

.hero-img-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    max-width: 1060px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F004A;
}

.hero-inner img {
  max-width:80%;
}

.three-columns {
    display: flex;
    column-gap: 70px;
    margin: 70px auto 50px auto;
}

.three-columns > div {
    width:33.3%;
}

.two-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 30px;
    margin: 30px auto 30px auto;
    justify-content: center;
    background: url(../images/shadow-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.two-columns > div {
    margin-bottom: 30px;
    width: 35%;
}

.pricing-section .two-columns > div {
    width: 25%;
}

.preview-wrapper {
    margin-top: 35px;
    background: #fff !important;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #ccc;
}

.preview-wrapper img{
    max-width:100%;
}

.three-columns h3{
    text-align:left;
    font-size:24px;
    line-height:34px;
    margin-bottom:25px;
    font-weight:700;
}

.three-columns p{
    font-size:16px;
    line-height:26px;
    margin:0;
}

.preview-outer{
    margin:-20px;
    padding:20px;
    background:url(../images/shadow-large.webp);
    background-size:100% 100%;
}

.mobile-only{
    display:none;
}

.category-panel {
    border: 1px solid #80808036;
    border-radius: 20px;
    padding: 30px;
    background: #ffffffb5;
}
.category-panel .panel-image {
    background-color: beige;
    height: 120px;
    border-radius: 20px;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-panel .panel-image img {
    width: 80px;
}
.category-panel .panel-image-left, 
.category-panel .panel-image-left img {
    width: 120px;
}
.panel-bullet-offset {
    background: url(../images/icons/star-bullet.png);
    background-size: 100% 100%;
    background-position: center center;
    width: 20px;
    height: 19px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.pricing-section .panel-bullet-offset {
    background: none;
    margin: 0;
}
.category-panel .panel-bullet-heading {
    font-weight: bold;
}

.category-panel .panel-bullet-text {
    margin: 0 0 1rem 25px;
}

.category-panel.other-tools {
    max-width: 950px;
    margin: auto auto 70px auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.pricing-section .category-panel.full {
    max-width: 680px;
    margin: 0 auto 4em auto;
    padding: 10px;
}
.pricing-section .category-panel.full p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-align: center;
}
@media only screen and (max-width:1199px){
    header .logo-wrapper {
        width: auto;
    }
}

@media only screen and (max-width:991px){
    
    .header-cta {
        padding:16px 15px !important;
        margin-left:5px;
    }

    header .right-nav{
        width:auto;
    }
    
    .three-columns{
        flex-wrap:wrap;
        row-gap:40px;
        margin: 40px auto;
        max-width:570px;
    }

    .three-columns > div{
        width:100%;
    }

    .pricing-section .two-columns > div,
    .two-columns > div {
        width: 45%;
    }
}

@media only screen and (max-width:768px){

    .main-nav a:hover::after, .right-nav a:hover::after {
        display:none;
    }

    header{
        margin-bottom:40px;
    }

    .desktop-only{
        display:none;
    }

    .mobile-only{
        display:block;
    }

    .ultimate{
        font-size:14px;
        width:280px;
    }

    h1{
        font-size:24px;
        line-height:28px;
    }

    p.sub-heading{
        font-size:14px;
        line-height:20px;
        width:auto;
    }

    .cta-btn-shadow{
        width:100%;
    }

    .hero-bg{
        background:none;
    }

    .hero-inner{
        padding:70px 0 50px 0;
    }

    .dark-wrapper{
        padding:50px 0;
    }

    h2{
        font-size:24px;
        line-height:28px;
    }

    .three-columns h3 {
        font-size:18px;
        line-height:30px;
        margin-bottom:5px;
    }

    .three-columns p{
        font-size:14px;
        line-height:18px;
    }

    .preview-wrapper{
        margin-top:20px;
    }

    .footer-nav .footer-home {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-nav a{
        padding:0;
    }

    .footer-nav{
        flex-wrap:wrap;
        justify-content:space-evenly;
    }

    .footer-copyright {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 10px;
    }
    
    .light-wrapper{
        padding: 50px 0 0 0;
    }
    
    header {
        padding: 15px 0;
    }

    header .main-nav{
        display:none;
    }

    .header-cta{
        display:none;
    }

    header .logo-wrapper{
        max-width:130px;
    }

    header .right-nav{
        width:auto;
    }

    .close{
        display:none;
        filter:invert(1);
    }

    .menu-open .hamburger{
        display:none;
    }

    .menu-open .close{
        display:block;
        width:24px;
        height:20px;
        padding: 1px 3px;
        margin-top:3px;
    }

    header{
        position:fixed;
        top:0;
        z-index:10;
    }

    body{
        margin-top:118px;
    }

    .preview-outer{
        margin:0;
        padding:0;
    }

    .anchor-link{
        top:-128px;
    }

    header .right-nav a{
        padding:0;
        margin: 0 25px;
    }

    .menu-toggle {
        margin-top: -3px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 10px !Important;
    }

    .overlay-inner{
        margin:30px 25px;
        display:flex;
        flex-direction:column;
        width:100%;
    }

    .overlay-inner a{
        color:#fff;
        text-decoration:none;
        font-size:18px;
        font-weight:400;
        padding:15px 0;
        border-bottom: 1px solid #ffffff33;
    }

    .overlay-inner .mobile-cta{
        width:100%;
        background:#fff;
        border-radius:12px;
        height:40px;
        text-align:center;
        font-size:16px;
        padding:0;
        margin-top:auto;
        line-height:40px;
        color:#000;
        font-weight:700;
        margin-bottom:20px;
    }

    .two-columns {
        flex-direction: column;
        row-gap: 30px;
        width: 100%;
        padding: 0 20px;
    }

    .pricing-section .two-columns > div,
    .two-columns > div {
        width: 100%;
    }

    .category-panel.other-tools {
        flex-direction: column;
        align-items: center;
    }
}

/* Homepage Carousel */
.carousel-container {
    background: url(../images/testimonial-bg.webp);
    background-size: 100% 100%;
    margin: 2rem auto;
    border-radius: 1rem;
    padding: 2rem 4rem 3.5rem 4rem;
    position: relative;
    overflow: hidden;
}
.carousel-viewport {
    overflow: hidden;
    width: 100%;
}
.carousel-track {
    display: flex;
    transition: transform 0.3s cubic-bezier(.77,0,.18,1);
    gap: 1rem;
}
.carousel-panel {
    border-radius: 1rem;
    flex: 0 0 calc((100% - 2rem) / 3);
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    transition: background .2s;
}
@media (max-width: 640px) {
    .carousel-panel { flex: 0 0 100%; }
    .carousel-container { padding: 1rem 1rem 3rem 1rem; }
    .carousel-track { gap: 0.5rem; }
}
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    z-index: 10;
    border: none;
}
.carousel-arrow.left { left: 0.5rem; }
.carousel-arrow.right { right: 0.5rem; }
.carousel-dots {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    width: 100%;
    left: 0;
}
.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ae8dcd;
    border: none;
    cursor: pointer;
    transition: background .2s;
}
.carousel-dot.active {
    background: #7a51a1
}

.testimonial {
    background: #fff;
    border-radius: 0;
    display: flex;
    position: relative;
    color: #fff;
    padding: 20px;
    align-items: center;
    column-gap: 5px;
    height: 100%;
}

.testimonial span {
    display:block;
}

.testimonial .quote {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color:rgba(24, 24, 27, 1);
}

.testimonial > div {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    height: 100%;
    gap: 1em;
}

.testimonial img {
    width: 60px;
    height: 60px;
}

.testimonial .attribution {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color:rgba(24, 24, 27, 1);
}

.testimonial .association {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(82, 82, 91, 1);
}

.testimonial-source {
    display: flex;
    column-gap: 5px;
    margin-top: auto;
}

.testimonial > div > span:first-child{
    margin-bottom: 15px;
}

#testimonials h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    max-width: 550px;
    color: #18181B;
    margin:auto;
}
@media only screen and (max-width:768px) {
    .testimonial {
        flex-direction: column;
        align-items: center;
        padding: 12px;
        width: 80%;
    }

    #testimonials h2 {
        font-size: 24px;
        line-height: 28px;
    }
}