/* ######
*
* MAIN STYLESHEET
*
###### */

/* ########### INCLUDE FONT ########### */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ########### END INCLUDE FONT ########### */


/* ########### VARIABLES DECLARATION ########### */

:root {
    --mainColor: linear-gradient(180deg, #003726 0%, #000000 15.62%, #000000 86.98%, #003726 100%);
    --primaryColor: #FFFFFF;
    --secondaryColor: #37FFC1;
    --textPrimaryColor: #FFFFFF;
    --textSecondaryColor: #37FFC1;
    --textAlternativeColor: #000000;
    --whatsapp-color: #49B805;
    --fontWeightThin: 100;
    --fontWeightExtraLight: 200;
    --fontWeightLight: 300;
    --fontWeightRegular: 400;
    --fontWeightMedium: 500;
    --fontWeightSemiBold: 600;
    --fontWeightBold: 700;
    --fontWeightExtraBold: 800;
    --fontWeightBlack: 900;
    --defaultPadding: 3% 0;
    --primaryFont: 'Montserrat', sans-serif;
    --secondaryFont: 'Bebas Neue', cursive;
    --tertiaryFont: 'Roboto', sans-serif;
}

/* ########### END VARIABLES DECLARATION ########### */

body {
    background: var(--mainColor);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#countdown {
    padding: var(--defaultPadding);
}

#countdown .limit {
    position: relative;
}

#countdown .limit .main-title {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.305em;
    text-transform: uppercase;
    color: var(--textPrimaryColor);
    position: relative;
    z-index: 1;
    left: 5%;
}

#countdown .limit .secondary-title {
    font-family: var(--primaryFont);
    font-style: italic;
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: var(--textSecondaryColor);
    position: relative;
    z-index: 0;
    top: -25%;
}

#countdown .time, #countdown .timeout {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBold);
    font-size: 24px;
    line-height: 29px;
    color: var(--textPrimaryColor);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#countdown .time p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBold);
    font-size: 12px;
    line-height: 15px;
    color: #D7D7D7;
    width: 100%;
}

#intro {
    padding: var(--defaultPadding);
}

#intro .logo {
    margin-bottom: 5%;
}

#intro .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 57px;
    line-height: 56px;
    text-align: center;
    color: var(--textPrimaryColor);
}

#intro .title h2 span {
    color: var(--textSecondaryColor);
}

#intro .desc p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBold);
    font-size: 28px;
    line-height: 134.4%;
    text-align: center;
    color: var(--textPrimaryColor);
}

#intro .thumb-video img {
    border-radius: 5px;
    border: 2px solid var(--secondaryColor);
    width: 100%;
}

#result {
    padding: var(--defaultPadding);
}

#result .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 53px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.33px;
    color: var(--textPrimaryColor);
}

#result .title h2 span {
    color: var(--textSecondaryColor);
}

#result .desc {
    margin: 3% 0 10%;
}

#result .desc p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightSemiBold);
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--textPrimaryColor);
}

#result .card-custom {
    background: var(--primaryColor);
    box-shadow: 8px 8px 10px 1px rgba(36, 36, 36, 0.6);
    border-radius: 5px;
    padding: 5%;
}

#result .card-custom .icon-card img {
    margin-top: -18%;
    padding-bottom: 5%;
}

#result .card-custom .desc-card {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightMedium);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--textAlternativeColor);
}

#result .card-custom .desc-card span {
    font-weight: var(--fontWeightBold);
}

#learn {
    padding: var(--defaultPadding);
}

#learn .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 55px;
    line-height: 50px;
    color: var(--textPrimaryColor);
    position: relative;
    z-index: 1;
    background: black;
}

#learn .title {
    position: relative;
    z-index: 1;
    margin-bottom: 7%;
}

#learn .title:after {
    content: '';
    background-image: url('../images/bg-decoration.png');
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 50%;
    right: 3%;
    height: 100%;
}

#learn .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#learn .list ul li {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBold);
    font-size: 22px;
    margin: 3% 0;
    padding-right: 30%;
    line-height: 31px;
    letter-spacing: 0.5px;
    color: var(--textPrimaryColor);
}

#learn .list ul li i {
    color: var(--textSecondaryColor);
}

#learn img {
    width: 100%;
}

#buy {
    padding: var(--defaultPadding);
    position: relative;
}

#buy .desc:nth-child(3) {
    margin-bottom: 5%;
}

#buy .desc p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBlack);
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.33px;
    color: var(--textPrimaryColor);
}

#buy .desc p span {
    color: var(--textSecondaryColor);
}

#buy .title {
    margin: 5% 0;
}

#buy .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 66px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.33px;
    color: var(--textPrimaryColor);
}

#buy .card-custom {
    background: rgb(22 22 22);
    backdrop-filter: blur(134px);
    border-radius: 5px;
    position: relative;
    padding: 5%;
    z-index: 1;
}

#buy:after {
    content: '';
    background-image: url('../images/bg-decoration-buy.png');
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    width: 10%;
    z-index: 0;
    top: 86%;
    right: 18%;
    height: 100%;
}

#buy .card-custom .title-card {
    margin-bottom: 8%;
}

#buy .card-custom .title-card h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 66px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.33px;
    color: var(--textPrimaryColor);
}

#buy .card-custom .desc-main-card p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBold);
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    color: var(--textPrimaryColor);
}

#buy .card-custom .desc-main-card p span {
    font-family: var(--primaryFont);
    font-style: italic;
    font-weight: var(--fontWeightBlack);
    color: var(--textSecondaryColor);
}

#buy .card-custom .desc-card p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightExtraBold);
    font-size: 24px;
    line-height: 127.4%;
    text-align: center;
    color: var(--textPrimaryColor);
}

#buy .card-custom .desc-card p span {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightSemiBold);
    font-size: 12px;
    color: var(--textPrimaryColor);
}

#buy .card-custom .old-price-card h4 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 36px;
    line-height: 127.4%;
    color: var(--textSecondaryColor);
}

#buy .card-custom .only-card {
    margin: 5% 0;
}

#buy .card-custom .only-card p {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 24px;
    line-height: 127.4%;
    text-align: center;
    color: var(--textPrimaryColor);
}

#buy .card-custom .price-card h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 66px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.33px;
    color: var(--textSecondaryColor);
}

#additional {
    padding: var(--defaultPadding);
}

#additional .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 66px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.33px;
    color: var(--textPrimaryColor);
    margin-bottom: 5%;
}

#additional .desc p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightSemiBold);
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.33px;
    color: var(--textPrimaryColor);
    padding: 0 10%;
}

#additional .desc p span.price {
    font-weight: var(--fontWeightBlack);
    font-size: 33px;
    color: var(--textPrimaryColor);
    display: block;
}

#additional .desc p span.university {
    font-weight: var(--fontWeightBlack);
    color: var(--textSecondaryColor);
    text-transform: uppercase;
}

#additional .desc p span.price span {
    color: var(--textSecondaryColor);
}

#additional .opportunity {
    margin: 2% 0;
}

#additional .opportunity h3 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 37px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.33px;
    color: var(--textPrimaryColor);
}

#warranty {
    padding: var(--defaultPadding);
}

#warranty .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 66px;
    line-height: 32px;
    letter-spacing: 0.325px;
    color: var(--textSecondaryColor);
    margin-bottom: 7%;
}

#warranty .main-desc p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBlack);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: var(--textPrimaryColor);
}

#warranty .desc p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightSemiBold);
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: var(--textPrimaryColor);
}

#testimonial {
    padding: var(--defaultPadding);
}

#testimonial .testimonial {
    background: rgba(55, 255, 193, 0.1);
    border-radius: 5px;
    padding: 5%;
}

#testimonial .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 65px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    color: var(--textSecondaryColor);
    margin-bottom: 5%;
}

#testimonial .desc p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightSemiBold);
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--textPrimaryColor);
    padding: 0 15%;
    margin-bottom: 5%;
}

#testimonial .carousel-testimonial .owl-next, #testimonial .carousel-testimonial .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#testimonial .carousel-testimonial .owl-next {
    right: 0;
    display: flex;
}

#testimonial .carousel-testimonial .owl-prev {
    left: 0;
    display: flex;
}

#testimonial .carousel-testimonial .owl-nav i {
    font-size: 60px;
    font-weight: 100;
    color: var(--textSecondaryColor);
    transition: .6s;
}

#about {
    padding: var(--defaultPadding);
}

#about .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 100px;
    line-height: 73.85%;
    display: flex;
    align-items: center;
    color: var(--textPrimaryColor);
    margin-bottom: 5%;
}

#about .title h2 span {
    color: var(--textSecondaryColor);
}

#about .desc p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightMedium);
    font-size: 18px;
    line-height: 147.9%;
    color: var(--textPrimaryColor);
    padding-right: 25%;
}

#about img {
    width: 100%;
}

#about .img-dr-jorge {
    align-self: center;
}

#help {
    padding: var(--defaultPadding);
}

#help .card-custom {
    background: var(--primaryColor);
    border-radius: 5px;
    padding: 5% 0;
}

#help .card-custom .title h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 66px;
    line-height: 43px;
    text-align: center;
    color: var(--textAlternativeColor);
    margin-bottom: 5%;
}

#help .card-custom .item-card {
    background: #0B0B0B;
    border-radius: 5px;
    text-decoration: none;
    margin: 5% 0;
    transition: .6s;
}

#help .card-custom .item-card:hover {
    transform: scale(1.1);
    transition: .6s;
}

#help .card-custom .item-card .main-title-card h2 {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 25px;
    line-height: 135%;
    text-align: center;
    text-transform: uppercase;
    color: var(--textPrimaryColor);
}

#help .card-custom .item-card .main-title-card h2 span {
    display: block;
    font-size: 42px;
}

#help .card-custom .item-card .desc-card p span {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: var(--textPrimaryColor);
    display: block;
}

#help .card-custom .item-card .desc-card p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBold);
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--textPrimaryColor);
    overflow-wrap: anywhere;
    line-break: anywhere;
}

#help .card-custom .item-card .icon-card img {
    margin-top: -15%;
    padding-bottom: 5%;
}

footer {
    padding: var(--defaultPadding);
}

footer .logo {
    margin-bottom: 5%;
}

footer .desc p {
    font-family: var(--tertiaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 12px;
    line-height: 127.4%;
    text-align: center;
    color: #C7C4C4;
    margin-bottom: 1%;
}

footer .polity {
    margin-bottom: 3%;
}

footer .polity a {
    font-family: var(--tertiaryFont);
    font-style: normal;
    font-weight: var(--fontWeightBold);
    font-size: 12px;
    line-height: 127.4%;
    text-align: center;
    color: var(--textPrimaryColor);
    text-decoration: none;
    transition: .6s;
}

footer .polity a:hover {
    color: var(--textSecondaryColor);
    transition: .6s;
}

footer .made a img {
    transition: .6s;
    transform: scale(.9);
}

footer .made a:hover img {
    transition: .6s;
    transform: scale(1);
}

.btn-default a {
    align-items: center;
    background: var(--secondaryColor);
    padding: 4% 10%;
    margin: 5% 0;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    box-shadow: 12px 12px 15px #007b55;
    border-radius: 3px;
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: var(--fontWeightRegular);
    font-size: 43px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--textAlternativeColor);
    text-decoration: none;
    transition: .6s;
}

.btn-default a:hover {
    background-color: #7effd7;
    border-color: #ffffff;
    box-shadow: -13px 3px 49px 6px rgb(0 88 61);
    color: var(--textAlternativeColor);
    transition: .4s;
}

/* ########### FLOATING BUTTON ########### */

.fale {
    position: fixed;
    bottom: 15px;
    right: 30px;
    font-size: 12px;
    background: var(--whatsapp-color) !important;
    color: var(--textPrimaryColor);
    border-radius: 4px 4px 25px 25px;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
    z-index: 20;
    transition: .6s;
}

.fale i {
    font-size: 40px;
    color: var(--textPrimaryColor);
    padding-top: 3px;
    padding-bottom: 5px;
    font-weight: var(--fontWeightThin);
    transition: .6s;
}

.fale:hover {
    background: var(--textPrimaryColor) !important;
    color: var(--whatsapp-color) !important;
    transition: .6s;
    transform: scale(1.1);
}

.fale:hover a {
    color: var(--whatsapp-color) !important;
    transition: .6s;
}

.fale:hover i {
    color: var(--whatsapp-color) !important;
    transition: .6s;
}

.fale a {
    font-weight: var(--fontWeightBold);
    text-decoration: none;
}

#privacy h3, #privacy p {
    color: var(--textPrimaryColor);
}

@media (max-width: 575.98px) {
    #intro .title h2 {
        font-size: 32px;
        line-height: 31px;
    }

    #intro .desc p {
        font-size: 15px;
    }

    #result .title h2 {
        font-size: 32px;
        line-height: 32px;
    }

    #result .desc p {
        font-size: 14px;
        line-height: 23px;
    }

    #result .cards {
        margin: auto;
    }

    #result .cards .card-item {
        margin: 10% 0;
    }

    #learn .title {
        margin-bottom: 15%;
    }

    #learn .title:after {
        top: 35%;
        right: 6%;
    }

    #learn .title h2 {
        font-size: 45px;
    }

    #learn .list ul li {
        font-size: 18px;
        margin: 5% 0;
        padding-right: 0;
    }

    #buy:after {
        width: 45%;
        top: 85%;
        right: 4%;
    }

    #buy .desc p {
        font-size: 16px;
    }

    #buy .title h2 {
        font-size: 50px;
        line-height: 50px;
    }

    #buy .card-custom .title-card h2 {
        font-size: 46px;
        line-height: 50px;
    }

    #buy .card-custom .desc-main-card p {
        font-size: 20px;
        line-height: 44px;
    }

    #buy .card-custom .desc-main-card p span {
        display: block;
    }

    #buy .card-custom .desc-card p {
        font-size: 20px;
    }

    #buy .card-custom .old-price-card h4 {
        font-size: 20px;
    }

    #buy .card-custom .price-card h2 {
        font-size: 40px;
        line-height: 60px;
    }

    #buy .btn-default a {
        font-size: 33px !important;
    }

    #additional .title h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #additional .desc p span.price {
        font-size: 18px;
    }

    #additional .desc p {
        font-size: 16px;
        line-height: 28px;
        padding: 0 5%;
    }

    #additional .opportunity h3 {
        font-size: 28px;
    }

    #warranty .logo-warranty {
        text-align: center;
        margin-bottom: 10%;
    }

    #warranty .title h2 {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }

    #warranty .main-desc p {
        font-size: 18px;
        text-align: center;
    }

    #warranty .desc p {
        font-size: 14px;
        text-align: center;
    }

    #testimonial .title h2 {
        font-size: 50px;
    }

    #testimonial .desc p {
        font-size: 14px;
    }

    #about .title h2 {
        font-size: 46px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #about .title h2 span {
        margin-left: 3%;
    }

    #about .desc p {
        font-size: 14px;
        padding: 0;
    }

    #about .btn-default {
        margin-top: -15%;
    }

    #help .card-custom .title h2 {
        font-size: 38px;
    }

    #help .card-custom .item-card {
        margin: 15% auto;
    }

    .btn-default a {
        font-size: 24px;
        line-height: 31px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    #intro .title h2 {
        font-size: 32px;
        line-height: 31px;
    }

    #intro .desc p {
        font-size: 15px;
    }

    #result .title h2 {
        font-size: 32px;
        line-height: 32px;
    }

    #result .desc p {
        font-size: 14px;
        line-height: 23px;
    }

    #result .cards {
        margin: auto;
    }

    #result .cards .card-item {
        margin: 10% 0;
    }

    #learn .title {
        margin-bottom: 15%;
    }

    #learn .title:after {
        top: 35%;
        right: 6%;
    }

    #learn .title h2 {
        font-size: 45px;
    }

    #learn .list ul li {
        font-size: 18px;
        margin: 5% 0;
        padding-right: 0;
    }

    #buy:after {
        width: 30%;
        top: 85%;
        right: 3%;
    }

    #buy .desc p {
        font-size: 16px;
    }

    #buy .title h2 {
        font-size: 50px;
        line-height: 50px;
    }

    #buy .card-custom .title-card h2 {
        font-size: 46px;
        line-height: 50px;
    }

    #buy .card-custom .desc-main-card p {
        font-size: 20px;
        line-height: 44px;
    }

    #buy .card-custom .desc-main-card p span {
        display: block;
    }

    #buy .card-custom .desc-card p {
        font-size: 20px;
    }

    #buy .card-custom .old-price-card h4 {
        font-size: 20px;
    }

    #buy .card-custom .price-card h2 {
        font-size: 40px;
        line-height: 60px;
    }

    #additional .title h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #additional .desc p span.price {
        font-size: 20px;
    }

    #additional .desc p {
        font-size: 16px
    }

    #additional .opportunity h3 {
        font-size: 28px;
    }

    #warranty .logo-warranty {
        text-align: center;
        margin-bottom: 10%;
    }

    #warranty .title h2 {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }

    #warranty .main-desc p {
        font-size: 18px;
        text-align: center;
    }

    #warranty .desc p {
        font-size: 14px;
        text-align: center;
    }

    #testimonial .title h2 {
        font-size: 50px;
    }

    #testimonial .desc p {
        font-size: 14px;
    }

    #about .title h2 {
        font-size: 46px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #about .desc p {
        font-size: 14px;
        padding: 0;
    }

    #about .btn-default {
        margin-top: -15%;
    }

    #help .card-custom .title h2 {
        font-size: 38px;
    }

    #help .card-custom .item-card {
        margin: 15% auto;
    }

    .btn-default a {
        font-size: 28px;
        line-height: 31px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    #intro .title h2 {
        font-size: 32px;
        line-height: 31px;
    }

    #intro .desc p {
        font-size: 15px;
    }

    #result .title h2 {
        font-size: 32px;
        line-height: 32px;
    }

    #result .desc p {
        font-size: 14px;
        line-height: 23px;
    }

    #result .cards {
        margin: auto;
    }

    #result .cards .card-item {
        margin: 10% 0;
    }

    #learn .title {
        margin-bottom: 15%;
    }

    #learn .title:after {
        top: 35%;
        right: 6%;
    }

    #learn .title h2 {
        font-size: 45px;
    }

    #learn .list ul li {
        font-size: 18px;
        margin: 5% 0;
        padding-right: 0;
    }

    #buy:after {
        width: 20%;
        top: 86%;
        right: 8%;
    }

    #buy .desc p {
        font-size: 16px;
    }

    #buy .title h2 {
        font-size: 50px;
        line-height: 50px;
    }

    #buy .card-custom .title-card h2 {
        font-size: 46px;
        line-height: 50px;
    }

    #buy .card-custom .desc-main-card p {
        font-size: 20px;
        line-height: 44px;
    }

    #buy .card-custom .desc-main-card p span {
        display: block;
    }

    #buy .card-custom .desc-card p {
        font-size: 20px;
    }

    #buy .card-custom .old-price-card h4 {
        font-size: 20px;
    }

    #buy .card-custom .price-card h2 {
        font-size: 40px;
        line-height: 60px;
    }

    #additional .title h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #additional .desc p span.price {
        font-size: 20px;
    }

    #additional .desc p {
        font-size: 16px
    }

    #additional .opportunity h3 {
        font-size: 28px;
    }

    #warranty .logo-warranty {
        text-align: center;
        margin-bottom: 10%;
    }

    #warranty .title h2 {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }

    #warranty .main-desc p {
        font-size: 18px;
        text-align: center;
    }

    #warranty .desc p {
        font-size: 14px;
        text-align: center;
    }

    #testimonial .title h2 {
        font-size: 50px;
    }

    #testimonial .desc p {
        font-size: 14px;
    }

    #testimonial .carousel-testimonial .owl-next {
        right: -3.5%;
    }

    #about .title h2 {
        font-size: 46px;
        display: flex;
        flex-wrap: wrap;
    }

    #about .title h2 span {
        color: var(--textSecondaryColor);
        margin-left: 3%;
    }

    #about .desc p {
        font-size: 14px;
        padding: 0;
    }

    #help .card-custom .title h2 {
        font-size: 38px;
    }

    #help .card-custom .item-card {
        margin: 15% auto;
    }

    .btn-default a {
        font-size: 28px;
        line-height: 31px;
    }

}

@media (max-width: 480px) {
    .btn-default a {
        font-size: 20px;
        padding: 4% 5%;
    }
}