.font-80 {
    font-size: 8rem;
}
.font-63 {
    font-size: 6.3rem;
}
.font-56 {
    font-size: 5.6rem;
}
.font-36 {
    font-size: 3.6rem;
}
.font-32 {
    font-size: 3.2rem;
}
.font-28 {
    font-size: 2.8rem;
}
.font-20 {
    font-size: 2rem;
}
.color-beige {
    color: #F2EAD8;
}
.text-center {
    text-align: center;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}

#section1{
     background-image: url('/assets/img/ATF.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh; /* full viewport height */
    display: block;
    padding:15rem 0 5rem 0;
    text-align:center;
    color: #F2EAD8;
}
#section1 span {
  display: block;
}
#section1 .atf-heading{
    color: #F2EAD8;
    font-family: "Crimson Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    margin-top:2.5rem;
}
#section1 .top-heading{
    color: #F2EAD8;
    text-align: center;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    background-image: url('/assets/img/how.png');
    padding: 2rem 1rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 38rem;
    margin: 0 auto;
}

#section1 .atf-subheading{
    color: #F2EAD8;
    text-align: center;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    margin-top:1rem;
}

#section1 .bottom-desc{
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    margin-top:2rem;
}

#section1 .num-heading{
    color: #F2EAD8;
    text-align: center;
    font-family: "Crimson Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
}

.atf-box{
    display:flex;
    margin-top:4.5rem;
    background-image: url('/assets/img/box-bg.png');
    padding: 5rem 5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.atf-box p{
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.50em;
    margin-top:1rem;
}

.atf-box .col{
    padding: 0 6rem;
}
.col.border-right{
    border-right:0.5px solid #C2A66F;
}
.atf-box hr, .show-sm {
    display: none;
}

/* Section 2*/

.section2 {
    background-image: url(/assets/img/sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 2rem 13rem;
}
.section2 h2 {
    margin-bottom: 1.7rem;
    margin-top: 8.7rem;
}

.section2 .subheading {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.7rem;
    max-width: 50rem;

}

.section2 p.objective-desc {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    max-width: 46rem;
}
img.icon-list {
    max-width: 24.5rem;
}ul.results-list li:not(:last-of-type)
.result-img {
    margin: 3.3rem 0 3.1rem -10rem;
    max-width: 71.3rem;
}
ul.results-list li {
    border: 1px solid #3A2F2A;
    background: rgba(194, 166, 111, 0.70);
    display: flex;
    align-items: center;
    gap: 2.9rem;
    padding: 2.8rem 2.5rem;
    position: relative;
    margin-left: 8.45rem;
    font-weight: 500;
}
ul.results-list li:before {
    content: ' ';
    width: 9.2rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: -9.2rem;
    background-image: url(/assets/img/qott-line.svg);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
}
ul.results-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.left-border {
    border-left: 1px solid #1E1B18;
    position: relative;
}
/*.left-border:after {*/
/*    content: ' ';*/
/*    width: 1px;*/
/*    height: 4.5rem;*/
/*    background-image: url(/assets/img/qott-break.png);*/
/*    background-position: center top;*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -1px;*/
/*    background-color: #EBDCBF;*/
/*}*/
.left-border {
    padding-left: 0;
}
.first-objective{
    margin-top:3rem;
}

.last-objective{
    margin-bottom:4rem;
}
ul.results-list li:not(:last-of-type) {
    margin-bottom: 1.5rem;
}
.result-bbox {
    background-image: url(/assets/img/qott-rb.png);
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 24.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top:4rem;*/
}

/*Section  3*/
.section3 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url(/assets/img/sec3-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.section3 .container > h2 {
    margin-bottom: 2rem;
    color: #1E1B18;
    text-align: center;
    font-family: "Crimson Pro";
    /*font-size: 8rem;*/
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
}
.section3 .container .subheading{
    color: #3A2F2A;
    /*font-size: 3.6rem;*/
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5rem;
}
.section3 .container > p {
    color: #1E1B18;
    /*font-size: 2.8rem;*/
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5rem;
    max-width:90rem;
    margin-left:auto;
    margin-right:auto;
}

.section3 .slide-item p{
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 2.0rem;
    font-style: normal;
    line-height: 1.4em
}
.section3 .slide-item b{
    font-weight:700;
}

.section3 .slide-item img{
    display:inline-block !important;
    max-width: 12rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.casestudy-box {
    background: #3A2F2A;
    min-height: 51.2rem;
    margin: 0 1.3rem;
    position: relative;
    padding: 3rem;
    text-align:center;
}
.casestudy-box:before {
    content: '';
    position: absolute;
    background-image: url(/assets/img/caret-left.png);
    width: 1.8rem;
    height: 3.9rem;
    display: block;
    left: 0;
    top: 45%;
}
.casestudy-box:after {
    content: '';
    position: absolute;
    background-image: url(/assets/img/caret-right.png);
    width: 1.8rem;
    height: 3.9rem;
    display: block;
    right: -1px;
    top: 45%;
}
.slider-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-dots {
    position: relative;
    
}

.custom-dots > .slick-dots {
    position: static;
}

.custom-dots2 {
    position: relative;
    
}

.custom-dots2 > .slick-dots {
    position: static;
}

.slider-nav .slick-arrow {
    position: absolute;
    top: -33rem;
}
.slider-nav .slick-arrow img {
    width: 6.5rem;
    max-width: 100%;
}

.slider-nav .slick-arrow.custom-prev {
    left: -9rem;
}

.slider-nav .slick-arrow.custom-next {
    right: -9rem;
}


.custom-dots > .slick-dots button:before {
    display: none;
}
.custom-dots > .slick-dots li {
    width: auto;
}
.custom-dots > .slick-dots li button {
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}
.custom-dots > .slick-dots .slick-active button {
    background: #3A2F2A;
}

.custom-dots2 > .slick-dots button:before {
    display: none;
}
.custom-dots2 > .slick-dots li {
    width: auto;
}
.custom-dots2 > .slick-dots li button {
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}
.custom-dots2 > .slick-dots .slick-active button {
    background: #3A2F2A;
}

/*Section 4*/
.section4 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url(/assets/img/sec4-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.section4 .container > h2 {
    margin-bottom: 4rem;
    color: #F2EAD8;
    text-align: center;
    font-family: "Crimson Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
}
.section4 .container .subheading{
    color: #F2EAD8;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.section4 .container > p {
    color: #FFF;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5rem;
}

.results-box{
    background: url(/assets/img/results-box.png) no-repeat center;
    background-size: 100% 100%;
    padding: 5rem 3rem;
    height: 100%;
    text-align: center;
}
.results-box p {
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5rem;
    text-align: center;
}
.results-box b{
    font-weight:700;
}

.results-box h3{
    color: #F2EAD8;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1em
}

.results-heading2{
    margin-top:7rem;
}
.justify-content-center{
    justify-content:center;
}

/*Section 5*/
.section5 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url(/assets/img/sec5-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.section5 .container > h2 {
    margin-bottom: 2rem;
    color: #1E1B18;
    text-align: center;
    font-family: "Crimson Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
}

.section5 img{
    width:100%;
    margin-top:2rem;
}

.section5 .cta-box {
    background: url(https://madisonavenuerevival.com/assets/img/blackbox2.png) no-repeat center;
    background-size: 100% 100%;
    padding: 8rem 15rem;
    max-width: 104.5rem;
    margin: 0 auto;
    margin-top: 5rem;
}
.section5 .cta-box .subheading{
    color: #1E1B18;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.section5 .cta-box .btn{
    min-width:32.5rem;
}


@media screen and (max-width: 768px) {
    br.hide-mb {
    display: none;
}
.font-80 {
    font-size: 6rem;
}
.font-36 {
    font-size: 2.8rem;
}
.font-32 {
    font-size: 2.6rem;
}
.font-28, .section1 p, .section4 p:not(.font-20), .section5 p:not(.font-20) {
    font-size: 2.2rem;
}
.section2 .subheading,.section2 p.objective-desc{
    max-width:100%;
}
.result-img {
        margin: 1rem 0 2rem;
        max-width: 100%;
    }
img.icon-list {
    max-width: 100%;
    width: 100%;
}
ul.results-list li:not(:last-of-type) {
    margin-bottom: 2rem;
}
ul.results-list li {
    gap: 0;
    padding: 2rem 2rem;
    flex-wrap: wrap;
}
span.check-col {
    width: 7% !important;
}
.text-col {
    width: 93%;
    padding-left: 2rem;
}
ul.results-list {
    font-size: 1.8rem;
}
#section1{
    min-height: auto;
}
.custom-prev,.custom-next{
    display:none;
}
section{
    padding-left:2rem !important;
    padding-right:2rem !important;
}

.result-bbox{
    padding:3rem 5rem;
}
.casestudy-box {
    min-height: 60rem;
}
}

@media screen and (max-width: 767px) {
    br {
        display: none;
    }
    .font-80 {
        font-size: 4.4rem;
    }
    .font-63 {
        font-size: 3.2rem;
    }
    .font-56 {
        font-size: 2.8rem;
    }
    .font-36 {
        font-size: 2.4rem;
    }
    .font-28, .section1 p, .section4 p:not(.font-20), .section5 p:not(.font-20) {
        font-size: 2rem;
    }
    .section1 h1, .section1 h3 {
        margin-bottom: 1.8rem;
    }
    .section1 {
        padding: 11rem 0rem 3rem 0rem;
    }
    .atf-box {
        margin: 3.7rem 0 3rem;
        background-image: url(/assets/img/qott-box-mbl.png);
        padding: 4rem 2rem;
        flex-direction: column;
    }
    .col.border-right {
        border: none !important;
    }
    .atf-box hr, .show-sm {
        display: block;
    }
    .hide-sm, .right-border:after, ul.results-list li:before {
        display: none;
    }
    .atf-box p {
        font-size: 1.6rem;
    }
    .atf-box hr {
        margin: 2.9rem auto;
        max-width: 12.9rem;
        border-color: #C2A66F;
        opacity: 0.5;
    }
    span.num-heading {
        font-size: 3.8rem;
    }
    span.num-heading img {
        top: -0.6rem;
        width: 1.8rem;
    }
    .section2 {
        padding: 4rem 0rem;
        text-align: center;
    }
    .section2 h2{
        margin-top:2rem;
    }
    img.challenge-img {
        margin-top: 2rem;
    }
    .section3 {
        padding: 4rem 0rem;
    }
    .strat-box {
        background-image: url(/assets/img/qott-strat-mbl.png);
        padding: 4.5rem 2rem 7rem;
        margin: 3.4rem auto 0;
    }
    .sb-right-col .innerbox {
        padding-left: 0;
    }
    .innerbox img {
        max-width: 6rem;
    }
    .innerbox > div {
        gap: 1.5rem;
        align-items: flex-start !important;
    }
    ul.d-list li:not(:last-of-type) {
        padding-bottom: 1rem;
    }
    ul.d-list {
        margin: 2rem 0 0 2rem;
        font-size: 1.7rem;
    }
    ul.d-list li:not(:last-of-type):after, ul.d-list:before {
        left: 0.5rem;
    }
    ul.d-list:before {
        top: -1rem;
    }
    .section3 hr {
        border-color: #1E1B18;
        opacity: 0.3;
        margin: 4rem 0;
    }
    .section4 {
        padding: 5rem 0rem;
    }
    .section4 h2 {
        margin-bottom: 1.7rem;
    }
    ul.gold-list li {
        background-size: 2.5rem;
        padding: 0.1rem 0 1.5rem 4rem;
    }
    ul.gold-list:before {
        top: -2.5rem;
        left: 1.15rem;
    }
    ul.gold-list li:not(:last-of-type):after {
        left: 1.15rem;
    }
    ul.gold-list {
        margin: 2.5rem 0 1rem 0;
    }
    .sec03-row02 {
        margin: 3rem 0;
    }
    .exe-img {
        margin-bottom: 3rem;
    }
    .section5 {
        padding: 3rem 0rem 4rem;
    }
    .section5 h2 {
        margin-bottom: 1.7rem;
        margin-top: 0;
    }
    .right-border {
        border: none;
    }
    ul.results-list li:not(:last-of-type) {
        margin-bottom: 1rem;
    }
    ul.results-list li {
        margin-left: 0;
        text-align:left;
    }
    .left-border {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .text-center-mbl {
        text-align: center;
    }
    ul.results-list {
        margin-top: 1rem;
    }
    .result-img {
        margin: 4rem 0 4rem;
    }
    .result-bbox {
        background-image: url(/assets/img/qott-brown-mbl.png);
        min-height: 29.6rem;
    }
    .result-bbox p {
        font-weight: 400;
        max-width: 36rem;
        margin: 0;
    }
    .section6 {
        padding: 4rem 0rem;
    }
    .section6 h2 {
        margin-bottom: 3rem;
    }
    .section5 {
        padding: 4rem 0rem;
    }
    .work-slider {
        display: block;
        gap: 0;
        margin: 3rem 0;
    }
    .section5 .cta-box {
        background: url(/assets/img/qott-want-bg.png) no-repeat center;
        padding: 6rem 4rem;
        background-size: 100% 100%;
    }
    .section5 .cta-box .subheading {
        font-size: 2rem;
        margin-bottom: 1.4rem;
    }
    .section5 .cta-box .btn {
        min-width: unset;
        display: block;
    }
    .work-nav {
        display: flex;
        justify-content:center;
        margin-top:2rem;
        margin-bottom: 2rem;
    }
    #section1 .top-heading{
        color: #F2EAD8;
        text-align: center;
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        line-height: 1.4em;
        background-image: url('/assets/img/how.png');
        padding: 1.5rem 1rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 25rem;
        margin: 0 auto 2rem auto;
        
    }
    
    .slider-nav.hide-mb{
        display:none !important;
    }
    .col-md-4.mb-1{
       margin-bottom:1rem !important; 
    }
    .custom-dots {
        position: relative;
        padding:1rem 2rem;
        
    }
    .custom-dots2 {
        position: relative;
        padding:0.5rem 2rem;
        
    }
    
    .custom-prev2, .custom-next2{
        max-width:5rem;
    }
    #section1{
        padding-top:10rem;
    }
    
    #section1 .atf-heading{
        margin-top:1.5rem;
    }
    .left-border{
        border-left:none;
    }
    
    .casestudy-box {
        min-height: 44rem;
    }
    .section3 .slide-item img {
        max-width: 9rem;
    }
}