/* Hero Banner */
.hero-section {
    background: var(--primary-bg-color);
    min-height: 75vh;
    position: relative;
}

.hero-slider .item img {
    margin: 0 auto;
}

.hero-slider video {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    height: 80vh;
    object-fit: cover;
}


.hero-slider .slick-dots {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: -100px;
    right: 4.5%;
    width: 50%;
    z-index: 9999;
}

.hero-slider .slick-dots li {
    width: 150px;
    height: 27px;
}

.hero-slider .slick-dots li button {
    width: 150px;
    height: 27px;
}

.hero-slider .slick-dots li button::before {
    font-size: 55px;
    line-height: 27px;
    width: 150px;
    height: 21px;
    content: '';
    opacity: 1;
    color: #000;
    border: 2px solid var(--theme-color);
    transform: skew(50deg, 0deg);
}

.hero-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    color: var(--theme-color);
    background: var(--theme-color);
    border-radius: 0 0 0 20px;
}

/* Who We Section */
.about-section {
    background: url('../img/Union.png');
    padding: 50px 0 125px;
    position: relative;
    margin-top: -60px;
}

.about-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    background: url('../img/Subtract.png') no-repeat;
}

.about-section h1 {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 50px;
}

.about-section p, .about-section p strong {
    color: #FFF;
    text-align: justify;
    font-size: 23px;
    font-style: normal;
    line-height: 1.45;
}


/* Statically Counter */
.statistics-counter {
    padding: 50px 0;
    position: relative;
}

.statistics-counter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -14%;
    background: url('../img/yellow-line.png') no-repeat;
}

.statistics-counter .row {
    width: 75%;
    position: relative;
    top: -110px;
}

.statistics-counter h3 {
    color: #000;
    font-family: var(--secondary-font);
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.statistics-counter p {
    color: #868686;
    font-family: var(--primary-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* CTA Section */
.cta-section {
    padding: 300px 0;
    background-size: contain;
    background: url('../img/cta-curve.png') no-repeat;
    margin-top: -215px;
}

.cta-section .theme-btn {
    border-radius: 14px;
    border: 4px solid #FBB030;
    background: linear-gradient(90deg, #FBB030 -12.82%, rgba(251, 176, 48, 0.60) -0.84%);
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 50px;
    width: 500px;
    height: 100px;
}

.cta-section .theme-btn:hover {
    background: linear-gradient(90deg, #FBB030 109.05%, rgba(251, 176, 48, 0.60) 114.79%);
}

/* Carousel */
#carouselExampleControls h3 {
    color: #303030;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.center-slider {
    position: relative;
    z-index: 200;
    padding: 0 0;
    margin: 5rem auto;
    max-width: 1100px;
    width: 100%;
}

.center-slider .item {
    border-radius: 15px;
    background: #EFEFEF;
    /*box-shadow: 15px 23px 24px -12px rgba(0, 0, 0, 0.20);*/
    padding: 50px;
}

/*.center-slider .item > img {
    border-radius: 25px;
    box-shadow: 0 2px 2px #0D0A0A;
}*/

.center-slider .slick-next::before, .center-slider .slick-prev::before {
    content: '';
}

@media only screen and (min-width: 600px) {
    .center-slider .slick-arrow {
        position: absolute;
        top: 100%;
        width: 40px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        border: none;
        background: transparent;
        color: #fff;
        font-family: monospace;
        font-size: 5rem;
        z-index: 300;
        outline: none;
    }

    .center-slider .slick-arrow img {
        width: 75px;
        height: 75px;
    }

    .center-slider .slick-prev {
        left: 9.75%;
        text-align: left;
    }

    .center-slider .slick-next {
        right: 13%;
        text-align: right;
    }

    .center-slider .item.slick-slide {
        width: 800px;
        height: 525px;
        transition: transform .4s;
        position: relative;
    }

    .center-slider .item.slick-slide img {
        /* width: 100%;
         height: 400px;
         object-fit: cover;*/
        margin: 0 auto;
    }

    .center-slider .slick-slide:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        transition: transform .4s ease-in-out;
        border-radius: 25px;
    }

    .center-slider .item.slick-slide {
        transform: scale(0.7) translate(640px);
    }

    .center-slider .item.slick-slide.slick-center + .slick-slide {
        transform: scale(0.8) translate(-90px);
        z-index: 10;
    }

    .center-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
        transform: scale(0.7) translate(-640px);
        z-index: 5;
    }

    .center-slider .item.slick-slide.slick-active {
        transform: scale(0.8) translate(90px);
    }

    .center-slider .item.slick-slide.slick-center {
        transform: scale(1);
        z-index: 30;
    }

    .center-slider .slick-center:after {
        opacity: 0;
    }
}

.center-slider .item p {
    margin-top: 30px;
    color: #303030;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#carouselExampleControls {
    padding-bottom: 150px;
}

.poster-main {
    position: relative;
    margin: 100px auto;
    max-width: 1200px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
    background: #EFEFEF;
    box-shadow: 0 0 10px #f7f7f7;
    border-radius: 10px;
}

.poster-main .poster-btn {
    position: absolute;
    bottom: -75px;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 13%;
    background: url("../img/left.png") no-repeat center center;
}

.poster-main .poster-next-btn {
    right: 13%;
    background: url("../img/right.png") no-repeat center center;
}

.poster-list {
    list-style: none;
}

.poster-item .item {
    padding: 50px;
}

.poster-item img {
    border-radius: 15px;
}

.poster-item p, .poster-item a {
    text-decoration: none;
    margin-top: 30px;
    color: #303030;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
