/* XS Style*/
#services h1,
#trust h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: center;
}

#more-info h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 400;
    line-height: 67.2px;
    text-align: left;
    letter-spacing: 2px;
}

#specialties h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 600;
    line-height: 78.4px;
    text-align: left;
    letter-spacing: 2px;
    color: var(--blue-dark);
}

#specialties picture {
    background-color: #EDEDED;
    min-height: 195px;
}

.bg-header-cover {
    background-image: url("../images/xs/brands/xs-brand-cover-bradfords-team.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#options h1 {
    font-family: var(--font-secondary);
    font-size: 60px;
    font-weight: 500;
    line-height: 57.6px;
    text-align: center;
    color: var(--brown-light);
}
#options .option-number {
    font-family: var(--font-secondary);
    font-size: 100px;
    font-weight: 500;
    line-height: 96px;
    text-align: center;
    color: var(--brown-light);
}
#options .option-description h2 {
    font-family: var(--font-primary);
    font-size: 25px;
    font-weight: 400;
    line-height: 36.25px;
    text-align: left;
}
#options .option-description p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 29.44px;
    text-align: left;    
}
#options .benefits h3 {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 33.12px;
    text-align: left;
    color: white;
}
#options .benefits ul li {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 29.44px;
    text-align: left;
    color: white;
}


.animate-start.max-yield-1 { animation: max-yield-1 1.2s ease-in-out forwards; }
.animate-start.max-yield-2 { animation: max-yield-2 1.2s ease-in-out forwards; }
.animate-start.max-yield-3 { animation: max-yield-3 1.2s ease-in-out forwards; }
.animate-start.max-yield-4 { animation: max-yield-4 1.2s ease-in-out forwards; }
.animate-start.quick-cash-1 { animation: quick-cash-1 1.2s ease-in-out forwards; }
.animate-start.quick-cash-2 { animation: quick-cash-2 1.2s ease-in-out forwards; }
.animate-start.quick-cash-3 { animation: quick-cash-3 1.2s ease-in-out forwards; }
.animate-start.quick-cash-4 { animation: quick-cash-4 1.2s ease-in-out forwards; }

@keyframes max-yield-1 { from { width: 0%; } to { width: 100%; } }
@keyframes max-yield-2 { from { width: 0%; } to { width: 81.58%; } }
@keyframes max-yield-3 { from { width: 0%; } to { width: 43.68%; } }
@keyframes max-yield-4 { from { width: 0%; } to { width: 30.53% } }
@keyframes quick-cash-1 { from { width: 0%; } to { width: 22.11%; } }
@keyframes quick-cash-2 { from { width: 0%; } to { width: 66.84%; } }
@keyframes quick-cash-3 { from { width: 0%; } to { width: 75.26%; } }
@keyframes quick-cash-4 { from { width: 0%; } to { width: 100% } }

/* SM Style */
@media only screen and (min-width: 426px) {
    #specialties picture {
        min-height: 287px;
    }
}
/* MD Style */
@media only screen and (min-width: 768px) {
    #specialties .container {
        max-width: 100%;
    }
    #specialties picture {
        min-height: 143px;
    }
    .bg-header-cover {
        background-image: url("../images/m/brands/m-brand-cover-bradfords-team.jpg");
    }
    #options h1 {
        font-family: var(--font-secondary);
        font-size: 70px;
        font-weight: 500;
        line-height: 67.2px;
        text-align: center;
        color: var(--brown-light);
    }
    #options .option-number {
        font-family: var(--font-secondary);
        font-size: 100px;
        font-weight: 700;
        line-height: 96px;
        text-align: center;
        color: var(--brown-light);
    }
    #options .option-description h2 {
        font-family: var(--font-primary);
        font-size: 25px;
        font-weight: 400;
        line-height: 36.25px;
        text-align: left;
    }
    #options .option-description p {
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 29.44px;
        text-align: left;
    }
    #options .benefits h3 {
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 600;
        line-height: 33.12px;
        text-align: left;
        color: white;
    }
    #options .benefits ul li {
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 29.44px;
        text-align: left;
        color: white;
    }
}
/* LG Style */
@media only screen and (min-width: 992px) {
    #services h1,
    #trust h1 {
        font-family: var(--font-secondary);
        font-size: 85px;
        font-weight: 700;
        line-height: 95.2px;
        text-align: left;
    }
    #more-info h1 {
        font-size: 80px;
        line-height: 76.2px;
    }
    .img-team {
        position: absolute;
        right: 0;
    }
    .bg-header-cover {
        background-image: url("../images/l/brands/l-brand-cover-bradfords-team.jpg");
    }
    #options h1 {
        font-family: var(--font-secondary);
        font-size: 70px;
        font-weight: 500;
        line-height: 67.2px;
        text-align: center;
        color: var(--brown-light);
    }
    /* #options  {
        overflow-x: hidden;
        white-space: nowrap;
    }
    #options #options-main .panel.panel-1 {
        display: inline-block;
        transform: translateX(0%) !important;
        } */
    /* #options #options-main  {
        height: 100vh;
        overflow: hidden;
    } */
    #options .slide-container {
        width: 100%;
        height: 100%;
        display: flex;
    }
    #options .panel {
        height: 100%;
        position: relative;
    }
    #options .option-container {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    #options .option-container .option-top-panel {
        height: 280px;
    }
    #options .option-number {
        font-family: var(--font-secondary);
        font-size: 135px;
        font-weight: 500;
        line-height: .6;
        text-align: center;
        color: var(--brown-light);
    }
    #options .option-description {
        max-width: 512px;
    }
    #options .option-description h2 {
        font-family: var(--font-primary);
        font-family: Fira Sans;
        font-size: 25px;
        font-weight: 400;
        line-height: 36.25px;
        text-align: left;
    }
    #options .option-description p {
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 29.44px;
        text-align: left;
    }
    #options .progress-bars-1 {
        width: 287px;
    }
    #options .progress-bars-2 {
        width: 350px;
    }
    #options .progress-bars-3 {
        width: 338px;
    }
    #options .progress-bars-4 {
        width: 376px;
    }
    #options .benefits h3 {
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 600;
        line-height: 33.12px;
        text-align: left;
        color: white;
    }
    #options .benefits ul li {
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 29.44px;
        text-align: left;
        color: white;
    }
       
}
/* XL Style */
@media only screen and (min-width: 1200px) {
    #services h1,
    #trust h1 {
        font-family: var(--font-secondary);
        font-size: 100px;
        font-weight: 700;
        line-height: 96px;
        text-align: left;
    }

    #more-info h1 {
        font-size: 100px;
        line-height: 96px;
    }
    
    #specialties picture {
        min-height: 173px;
    }
    
    #trust .container {
        max-width: 100%;
    }
    .bg-header-cover {
        background-image: url("../images/xl/brands/xl-brand-cover-bradfords-team.jpg");
    }
    #options .option-container .option-top-panel {
        height: 320px;
    }
    #options h1 {
        font-family: var(--font-secondary);
        font-size: 85px;
        font-weight: 500;
        line-height: 89.25px;
        text-align: center;
        color: var(--brown-light);
    }
    #options .option-number {
        font-family: var(--font-secondary);
        font-size: 135px;
        font-weight: 500;
        line-height: .6;
        text-align: center;
        color: var(--brown-light);
    }
    #options .option-description h2 {
        font-family: var(--font-primary);
        font-size: 28px;
        font-weight: 400;
        line-height: 40.6px;
        text-align: left;
    }
    #options .option-description p {
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 29.44px;
        text-align: left;
    }
    
    #options .benefits h3 {
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 600;
        line-height: 33.12px;
        text-align: left;
        color: white;
    }
    #options .benefits ul li {
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 29.44px;
        text-align: left;
        color: white;
    }
}
/* XXL Style */
@media only screen and (min-width: 1400px) {
    
    #specialties picture {
        min-height: 287px;
    }
    .bg-header-cover {
        background-image: url("../images/xxl/brands/xxl-brand-cover-bradfords-team.jpg");
    }
    #options .option-container .option-top-panel {
        height: 360px;
    }
    #options h1 {
        font-family: var(--font-secondary);
        font-size: 88px;
        font-weight: 500;
        line-height: 70.4px;
        text-align: center;
        color: var(--brown-light);
    }
    #options .option-number {
        font-family: var(--font-secondary);
        font-size: 220px;
        font-weight: 500;
        line-height: .6;
        text-align: center;
        color: var(--brown-light);
    }
    #options .option-description {
        max-width: 600px;
    }
    #options .option-description h2 {
        font-family: var(--font-primary);
        font-size: 35px;
        font-weight: 400;
        line-height: 50.75px;
        text-align: left;
    }
    #options .option-description p {
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 400;
        line-height: 33.12px;
        text-align: left;
    }
    #options .progress-bars-1 {
        width: 388px;
    }
    #options .progress-bars-2 {
        width: 510px;
    }
    #options .progress-bars-3 {
        width: 469px;
    }
    #options .progress-bars-4 {
        width: 561px;
    }
    #options .benefits h3 {
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 600;
        line-height: 33.12px;
        text-align: left;
        color: white;
    }
    #options .benefits ul li {
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 400;
        line-height: 33.12px;
        text-align: left;
        color: white;
    }
}