/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url('../img/titan-gel-hero.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 20px;
    /* padding-bottom: 20px; */
    padding: 90px 0 40px 0;
}

#hero .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .wrapper .left-text {
    font-size: 49px;
    width: 33%;
    text-align: right;
    font-weight: bolder;
    margin: 0;
    align-self: baseline;
    font-style: italic;
}

#hero .wrapper .right-text {
    font-size: 49px;
    width: 33%;
    margin: 0;
    font-weight: 900;
    align-self: baseline;
    font-style: italic;
}

#hero .text {
    margin-top: 45px;
    text-align: center;
}

#hero .text .first-text {
    font-size: 22px;
}

#hero .text .second-text {
    font-size: 23px;
    margin-top: 20px;
    font-weight: 900;
    color: var(--gold);
}

/* #hero .wrapper {
    flex-flow: column;
    gap: 50px;
} */

@media (max-width:768px) {

    /* Mobile (and larger) */
    h1,
    .h1 {
        text-align: center;
        margin: 70px 0 30px 0;
        font-size: 50px;
    }

    h2 {
        margin: 0 0 20px 0;
        font-size: 42px;
    }

    .h2 {
        font-size: 46px;
        margin: 0;
    }

    .flex {
        flex-wrap: wrap;
    }

    #hero .wrapper {
        flex-flow: column;
        gap: 50px;
    }

    #hero .wrapper .left-text {
        width: 100%;
        font-size: 32px;
    }

    #hero .wrapper img {
        width: 75%;
    }

    #hero .wrapper .right-text {
        width: 100%;
        font-size: 32px;
    }

    #hero .text .first-text {
        font-size: 18px;
    }

    #hero .text .second-text {
        font-size: 18px;
    }

    #hero {
        padding: 0 0 100px 0;
    }

}


@media (max-width:992px) {
    #hero {
        margin-top: 50px;
    }
}

@media (max-width:320px) {
    #hero h1 {
        font-size: 36px;
    }

    #hero .textHolder img {
        width: 120px;
    }

    #hero h2 {
        font-size: 28px !important;
    }
}

@media (max-width:375px) {
    #hero h2 {
        font-size: 35px;
    }

    .neon-button {
        font-size: 1.5rem;
    }
}

/*--------------------------------------------------------------
# Why Buy
--------------------------------------------------------------*/
.why-buy {
    background: #000000;
}

.why-buy .item {
    position: relative;
    text-align: left;
    margin: 50px;
}

.why-buy .item img {
    width: 90px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: black;
    z-index: 3;
}

.why-buy .item h3 {
    margin: 0;
    padding: 25px 0 25px 110px;
    border: 3px solid white;
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 2px;
}

.why-buy .item h3::after {
    width: 140px;
    height: 140px;
    content: "";
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 5;
    background: black;
}

.why-buy .text {
    margin: 0px 50px 0px 90px;
    font-weight: 500;
}


@media (max-width: 768px) {
    .why-buy .section-title h2 {
        font-size: 32px;
    }

    .why-buy .item {
        margin: 30px;
    }

    .why-buy .item img {
        width: 60px;
    }

    .why-buy .item h3 {
        padding: 5px 0 5px 80px;
    }

    .why-buy .item h3::after {
        width: 110px;
        height: 110px;
    }

    .why-buy .text {
        margin: 0 30px 0 30px;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0)), url(../img/titan-gel-original-hero.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 50px 0 100px 0;
}

.about h2 {
    color: #fafafa;
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.about h2 .subtitle {
    font-size: 48px;
}

.about p {
    font-weight: 500;
    color: #fafafa;
    font-size: 18px;
    line-height: 1.4;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .about h2 {
        font-size: 32px;
        margin: 30px 0 20px 0;
    }

    .about h2 .subtitle {
        font-size: 24px;
    }
}



/*--------------------------------------------------------------
# Warning
--------------------------------------------------------------*/
.warning {
    background: #c70000;
    padding: 25px 0;
}

.warning h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.warning .section-title {
    padding-bottom: 10px;
}

#warning p {
    font-weight: 500;
    margin: 0;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 768px) {
    .warning h2 {
        font-size: 32px;
    }
}

/*--------------------------------------------------------------
# Advantages
--------------------------------------------------------------*/
.advantages {
    background: #000000;
}

.advantages .item {
    /* width: 50%; */
    margin-bottom: 25px;
}

.advantages .item img {
    width: 100px;
    margin: 0 auto 25px auto;
}

.advantages .item p {
    text-align: center;
    font-size: 24px;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 500;
}


@media (max-width: 768px) {
    .advantages h2 {
        font-size: 32px;
    }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq {
    background: #1a1a1a;
    padding: 50px 0;
}

.faq .faq-list .faq-item {
    padding: 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.faq .faq-list .faq-item .title {
    margin: 0 !important;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    transition: .3s all;
    color: var(--gold);
}

.faq .faq-list .faq-item .text {
    padding: 15px 0;
    margin: 0;
    font-weight: 500;
    color: #fafafa;
    font-size: 18px;
}


@media (max-width: 768px) {
    .faq h2 {
        font-size: 32px;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    background: #000000;
    padding: 50px 0;
}

.testimonials .icon-box {
    text-align: center;
    padding: 30px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.testimonials .icon-box .icon {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.testimonials .icon-box .icon img {
    border-radius: 75px;
}

.testimonials .icon-box .testimonial-name {
    font-weight: 600;
    margin: 10px 0 0 0;
    font-size: 22px;
    color: var(--gold);
}

.testimonials .icon-box .testimonial-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.testimonials .icon-box h4 a {
    color: #124265;
    transition: ease-in-out 0.3s;
}

.testimonials .icon-box p {
    line-height: 24px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    color: #1a1a1a;
}

.testimonials .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.testimonials .icon-box .stars {
    margin-top: 15px;
}

.testimonials .icon-box .stars i {
    color: var(--gold);
    margin: 0 1px;
}

@media (max-width: 768px) {
    .testimonials h2 {
        font-size: 32px;
    }
}

/*--------------------------------------------------------------
# Delivery
--------------------------------------------------------------*/
.delivery {
    background: #000000;
    padding: 50px 0;
}

.delivery .content ul {
    list-style: none;
    padding: 0;
}

.delivery .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
    color: #fff;
    font-size: 20px;
}

.delivery .content ul i {
    font-size: 24px;
    color: var(--gold);
    position: absolute;
    left: 0;
    top: 4px;
}

.delivery .content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Order
--------------------------------------------------------------*/
.order {
    padding: 50px 0;
    color: var(--gold);
}

.order a {
    color: var(--gold);
}

.order .input-style {
    width: 100%;
    height: 70px;
    color: var(--gold);
    border: 2px solid var(--gold);
    border-radius: 10px;
    padding: 0 30px;
    background-color: #fff;
    font-size: 25px;
    text-align: center;
}

.order label {
    color: var(--gold);
    font-size: 28px;
}

.order .input-style::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #070907;
    opacity: 1;
    /* Firefox */
}

.order .phone-call {
    font-size: 25px;
    color: #fff;
}

.order .phone-call a {
    color: var(--gold) !important;
}

.order .special-action {
    font-weight: 560;
    font-size: 30px;
    color: #fff;
}

.order .special-action span {
    font-weight: 600;
    color: var(--gold);
}

.order .offer {
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
}

.order .offer span {
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--gold);
}

.order .old-price {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 0;
    color: var(--gold);
}

.order .new-price {
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
}

.order #hours {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.order #minutes {
    font-size: 30px;
    color: #e2ad41;
    font-weight: 600;
}

.order #seconds {
    font-size: 30px;
    color: #ff0000;
    font-weight: 600;
}

@media (max-width: 768px) {
    .order .input-style {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact a {
    color: var(--gold);
    font-size: 20px;
}

.contact .info-box {
    color: #070907;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: var(--gold);
}

.contact .info-box h3 {
    font-size: 20px;
    color: var(--gold);
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 0;
}


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}