
.subscribe {
    padding-top: 3.5rem;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.subscribe .heading {
    margin-bottom: 5rem;
}

.heading {
    text-align: center;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 4.5rem;
}

.subscribe .heading .heading-cat {
    font-weight: 400;
}


.heading .heading-cat {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #777;
    margin-bottom: .5rem;
}


.subscribe .heading .heading-title {
    letter-spacing: -.01em;
}

.heading .heading-title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #222;
}

.subscribe-form {
    margin-left: auto;
    margin-right: auto;
}

.subscribe-form input {
    flex: 1 1 auto;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0;
    color: #999;
    padding: .6rem .5rem;
    border: none;
}

.input-group {
    border-bottom: .1rem solid #222;
}

.btn-subscribe {
    min-width: 10rem;
    color: #fcb941;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .85rem .5rem;
}


.video-banner {
    position: relative;
    display: flex;
    justify-content: center;
}


.video-banner img {
    object-fit: cover;
}


.intro.video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.intro {
    text-align: center;
    padding-top: 12.8rem;
    padding-bottom: 16rem;
}

.action {
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.intro.video .title h3 {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Playfair Display';
    letter-spacing: -.03em;
    color: #fff;
    text-transform: none;
}


.title h3 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fcb941;
    text-transform: uppercase;
}

.intro.video .content h4 {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -.025em;
    text-transform: uppercase;
}


.content h4 {
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'Playfair Display';
    letter-spacing: -.025em;
    color: #fff;
    margin-bottom: 0;
}

.intro.video .action a i {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1em;
    text-indent: .3rem;
}

.intro.video .action a {
    box-shadow: 0 0 0 1rem rgb(255 255 255 / 30%);
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.action a {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .1em;
    color: #222;
    background-color: #fcb941;
    text-transform: uppercase;
    border-radius: .5rem;
    transition: all .3s;
    padding: 1.4rem 2.8rem;
}

/*  +++ */
.featured-back .nav.nav-pills .nav-item.show .nav-link.active span, .featured-back .nav.nav-pills .nav-item .nav-link.active span {
    position: relative;
    color:white;
}
 

.nav.nav-pills .nav-item:first-child {
    margin-right: 1rem;
}

.featured-back ul {
    margin-left: -1.4rem;
}

.featured-back .section-title {
    background-color: #333333;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.section-title {
    /* margin-left: 2rem;
    padding-left: 2rem; */
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    background-color: #333;
    align-items: center;
}


.featured-back .nav.nav-pills .nav-item.show .nav-link.active, .featured-back .nav.nav-pills .nav-item .nav-link.active {
    color: #333;
}

.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active {
    color: #ff4200;
    border-bottom-color: #ff4200;
}

.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active {
    /*color: #ff6000;*/
    color: #622b85;
    border-color: #d7d7d7;
    /*border-bottom-color: #ff6000;*/
    border-bottom-color: #622b85;
}

.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active {
    /*color: #ff6000;*/
    color: #622b85;
    /*border-bottom-color: #ff6000;*/
    border-bottom-color: #622b85;
}

.nav.nav-border-anim .nav-link {
    position: relative;
    border-bottom: none;
    font-size: 2rem;
    font-family: 'Roboto';
    letter-spacing: -.01rem;
    font-weight: 700;
    color: #ccc;
    text-transform: none;
}

 

