:root {
    --bs-body-font-size: 1.2rem;
    --bs-warning-rgb: 230, 92, 85;
    --cream: #FAF4EF;
    --navy: #1f2a44;
    --light-navy: #edeff5;
    --coral: #E65C55;
}

html {
    scroll-behavior: auto !important;
}

body {
    font-family: "Rubik", sans-serif;
    color: var(--navy);
}

.badge {
    --bs-badge-padding-x: 0.9em;
    --bs-badge-font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .badge {
        margin-top: .5rem;
    }
}

main {
    margin-bottom: 465px;
    background-color: white;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    main {
        margin-bottom: 381px;
    }
}


a.tn-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
}

a.tn-link:before, a.tn-link:after {
    vertical-align: middle;
    content: "\f138";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    width: 1.4rem;
    overflow: hidden;
    display: inline-block;
    transition: width .3s ease;
}

a.tn-link:before {
    text-align: left;
    width: 0;
}

a.tn-link:after {
    text-align: right;
}

a.tn-link:hover:before {
    width: 1.4rem;
}

a.tn-link:hover:after {
    width: 0;
}

.btn {
    border-radius: 5rem;
    letter-spacing: .06rem;
    font-weight: 500;
}

.btn-whatsapp {
    background-color: #25d366;
    border-color: #25d366;
    color: white;
}

.btn-whatsapp:hover {
    background-color: #2ecb69;
    border-color: #2ecb69;
    color: initial;
}

.bg-whatsapp {
    background-color: #2ecb69;
}

.bg-navy {
    background-color: var(--navy);
}

.btn-coral {
    background-color: var(--coral);
    border-color: var(--coral);
    color: white;
}

.btn-coral:hover {
    background-color: var(--coral);
    border-color: var(--coral);
    color: initial;
}

.bg-light-navy {
    background-color: var(--light-navy);
}

section {
    position: relative;
    scroll-margin-top: 110px;
}

@media (max-width: 767px) {
    section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.text-larger {
    font-size: 120%;
}

.text-smaller {
    font-size: 80%;
}

::selection {
    background-color: #e65c55;
    color: white;
}

.line {
    margin: 1.5rem 0;
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.line:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15%;
    top: 0;
    left: -50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.side-title-wrapper {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 50px;
    z-index: 0;
}

.side-title {
    position: sticky;
    font-size: 3rem;
    font-weight: 700;
    color: var(--navy);
    opacity: .2;
    line-height: 1;
    letter-spacing: .2rem;
    white-space: nowrap;
    margin: 0;
    top: 120px;
}

@media (min-width: 767px) {
    .side-title {
        font-size: 5rem;
    }

    .side-title-wrapper {
        left: 40px;
    }
}

@media (min-width: 1200px) {
    .side-title {
        font-size: 7rem;
    }
}

@media (min-width: 1400px) {
    .side-title {
        font-size: 8rem;
    }
}


@media (max-width: 991px) {
    .navbar {
        --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%231f2a44" viewBox="0 0 448 512"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"/></svg>');
        background-color: white;
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .5);
    }
    .btn-close, .ui-dialog .ui-dialog-titlebar-close {
        --bs-btn-close-opacity: 1;
        --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%231f2a44" viewBox="0 0 352 512"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"/></svg>');
    }

    .navbar .navbar-nav {
        margin-bottom: 20px;
    }

    .navbar .navbar-toggler {
        border: none;
    }

    .navbar .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }
    .navbar .offcanvas-header{
       border-bottom: 1px solid var(--light-navy);
    }
    .navbar .offcanvas-header .btn-close {
        padding: 15px 20px;
    }

    .navbar .offcanvas-body {
        text-align: center;
    }

    .navbar .offcanvas{
        --bs-offcanvas-title-line-height: 63px;
    }

    .navbar .navbar-brand {
        padding: 0;
    }

    .navbar svg {
        fill: var(--navy);
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 0;
        transition: all .3s ease;
    }

    .navbar .navbar-nav {
        border-right: 1px solid #dee2e6;
    }

    .navbar .navbar-brand {
        padding: 20px 0;
        transition: all .3s ease;
    }


    .navbar.scrolling .navbar-brand {
        padding: 10px 0;
    }

    .navbar, .navbar svg {
        transition: all .3s ease;
    }

    .navbar:hover, .navbar.scrolling {
        background-color: white;
    }

    .navbar.scrolling {
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .5);
    }

    .navbar:hover svg, .navbar.scrolling svg {
        fill: var(--navy);
    }

    .navbar.scrolling svg {
        height: 90px;
    }

    .navbar .nav-link {
        letter-spacing: -.05rem;
        font-size: 18px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
    }

    .navbar .nav-link {
        color: white;
    }

    .navbar:hover .nav-link, .navbar.scrolling .nav-link {
        color: rgba(31, 42, 42, .7);
    }

    .navbar .nav-item:not(:last-child) {
        margin-right: 1.5rem;
    }

    .navbar .nav-link:hover {
        color: var(--navy);
    }
}

.video-bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100svh - 96px);
    margin-top: 96px;
    z-index: 1;
}

.video-bg:before, .video-bg:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.video-bg:before {
    height: 100%;
    background-color: rgba(31, 42, 68, .7);
}

.video-bg:after {
    height: 50%;
    background-image: linear-gradient(to bottom, var(--navy), transparent);
}

.video-bg video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.banner-content .banner-item h3 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    color: transparent;
}

.banner-content .banner-item h3 span {
    color: white;
    font-size: 2.3rem;
    -webkit-text-stroke-width: 0px;
}

@media (max-width: 767px) {
    .banner-content {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .banner-content .banner-item h3 {
        font-size: 3.7rem;
    }

    .banner-content .banner-item h3 span {
        font-size: 4.3rem;
    }
}

@media (min-width: 992px) {
    .banner-content .banner-item h3 {
        font-size: 5.2rem;
        -webkit-text-stroke-width: 3px;
    }

    .banner-content .banner-item h3 span {
        font-size: 6rem;
    }

    .video-bg {
        height: 100vh;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .banner-content .banner-item h3 {
        font-size: 6rem;
    }

    .banner-content .banner-item h3 span {
        font-size: 6.9rem;
    }
}

.banner-content .banner-content .banner-item p {
    font-size: 1.2rem;
    font-weight: 100;
    color: white;
    margin-bottom: 0;
    position: relative;
    text-align: justify;
}

.banner-item .banner-item-content {
    color: white;
}


@keyframes drop {
    0% {
        left: -50%
    }

    100% {
        left: 110%
    }
}


@media (max-width: 767px) {
    .trigger {
        display: none;
    }
}

@media (min-width: 768px) {
    .trigger {
        position: absolute;
        bottom: 40px;
        right: 40px;
        text-align: center;
        cursor: pointer;
        padding: 18px 10px 12px;
        background-color: white;
        border-radius: 50rem;
        backdrop-filter: blur(7px);
        z-index: 3;
        transition: background-color .3s ease;
    }

    .trigger-text {
        color: var(--navy);
        letter-spacing: .1rem;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        white-space: nowrap;
        padding-top: 10px;
        font-size: 1rem;
    }

    .trigger .mouse {
        height: 50px;
        width: 30px;
        border-radius: 20px;
        border: 2px solid var(--navy);
    }

    .trigger .wheel {
        position: relative;
        height: 10px;
        width: 2px;
        display: block;
        margin: 5px auto;
        background-color: var(--navy);
        animation: mouse-wheel 1.2s ease infinite;
    }

    .trigger:hover {
        background-color: var(--coral);
    }

    .trigger:hover .wheel {
        background-color: white;
    }

    .trigger:hover .mouse {
        border: 2px solid white;
    }

    .trigger:hover .trigger-text {
        color: white;
    }

    @keyframes mouse-wheel {
        0% {
            opacity: 1;
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            transform: translateY(20px);
        }
    }
}

#about-me .container {
    overflow: hidden;
}

/*TICKER*/

.ticker-wrapper {
    background-color: var(--light-navy);
    position: relative;
    padding: 5rem 0;
    margin-bottom: 3rem;
}


.img-ticker {
    white-space: nowrap;
}

.img-ticker > div {
    display: inline-block;
    margin: 0.5rem 0;
    width: max-content;
    animation: ticker 40s linear infinite;
}

.img-ticker p {
    white-space: nowrap;
    padding-right: 3.5rem;
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}

.img-ticker p:after {
    content: "•";
    position: absolute;
    right: 0
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes swap {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-200%, 0, 0)
    }
}

@media (max-width: 767px) {
    .ticker-wrapper {
        padding: 3rem 0;
    }

    .img-ticker p {
        padding-right: 2rem;
        font-size: 1.6rem;
    }

}

.method-img img {
    border-radius: 15px;
}

.method-name {
    position: absolute;
    top: 19px;
    left: 30px;
    font-size: 1.2rem;
    border-radius: 8px;
    padding: .1em .6em;
}

.method-item {
    width: 92%;
    margin: -50px auto 30px;
    position: relative;
    z-index: 11;
    background: white;
    padding: 15px 16px;
    border-radius: 15px;
}

.method-item p {
    display: flex;
    margin-bottom: 10px;
}

.method-item p i {
    color: black;
}

@media (min-width: 768px) {
    .method-item {
        width: 90%;
        margin: -80px auto 30px;
        padding: 20px 25px;
    }

}

#price .badge {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    #price {
        text-align: center;
    }

    #price .container p:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #price .badge:last-child {
        font-size: .75rem;
    }
}

.stars {
    display: flex;
    width: 25%;
    margin-bottom: 15px;
}

.stars svg {
    fill: #fec42d;
    width: 1em;
    height: 1em;
}

.testimonials {
    display: flex;
    flex-wrap: wrap;
}

.testimonial {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 25px;
    border: 1px solid var(--light-navy);
    border-radius: 15px;
    background-image: url("../img/quote.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: bottom 28px right 20px;
}

.testimonial-author p {
    font-weight: 500;
    margin: 0;
}

.testimonial-author span {
    opacity: .5;
}

.tns-controls {
    text-align: center;
    margin-top: 30px;
}

.tns-controls button {
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--navy);
    color: #ffffff;
    display: inline-block;
    font-size: 2rem;
    line-height: 20px;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.tns-controls button:hover {
    background-color: var(--coral);
}

footer {
    background-color: var(--light-navy);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer .footer-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }

    footer .d-flex {
        align-items: center;
    }
}



