/*

EEB927 1
392C23
A4A6A4
009C7C 1
7D62A3 1
E193A0 1
2A4189
B6632F
EBA525
*/
#home .banner {
    height: 80vh;
    overflow: hidden;
    position: relative;
    color: #fff
}

#home .banner .caption {
    position: relative;
    padding-top: 50px;
    width: 100%;
    z-index: 2
}

#home .banner .caption h1 {
    font-family: 'Futura Std Condensed';
    font-size: 3.5rem;
    font-weight: 700;
}

#home .banner .caption p {
    margin-top: 15px
}

#home .banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0
}

#home .banner img.img2 {
    object-fit: contain;
    object-position: left center;
}

#home .banner img.img3 {
    object-fit: contain;
}

#home .banner img.img4 {
    width: auto;
    right: 0;
    top: 0;
    left: auto !important
}

#home .banner .swiper-slide {
    height: 75vh;
    position: relative;
}

#home .banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .banner img.ingredients {
    object-fit: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home .banner .bars {
    z-index: 2;
    display: flex;
    margin-top: -50px;
}

#home .banner .bars a {
    width: 11.10%;
    transition: all .5s;
}

#home .banner .bars a img {
    width: 100%;
    transform: scale(1.6);
    transform-origin: center bottom;
}

#home .tabs {
    position: relative;
    width: 100%;
}

#home .tabs .nav-link {
    background-color: #000;
    color: #fff;
    font-family: 'Futura Std Condensed';
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 0 0 30px 30px;
    padding: 30px 0 15px;
    transition: all .5s;
    position: relative;
    box-shadow: -1px 10px 15px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 10px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 10px 15px 0px rgba(0, 0, 0, 0.75);
}

#home .tabs .nav .nav-item:nth-child(1) .nav-link {
    background-color: #56a846;
}

#home .tabs .nav .nav-item:nth-child(2) .nav-link {
    background-color: #af6131;
}

#home .tabs .nav .nav-item:nth-child(3) .nav-link {
    background-color: #a5a6a8;
}

#home .tabs .nav .nav-item:nth-child(4) .nav-link {
    background-color: #283e87;
}

#home .tabs .nav-link:hover {
    transform: scale(1.2);
    z-index: 2;
}

#home .video {
    position: relative;
}

#home .video .video-js {
    width: 100%;
    height: 100%;
}

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

#home .video a img {
    width: 100px;
}

#home .video .container {
    position: absolute;
    bottom: 30px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

#home .video h2 {
    font-size: 2rem;
    font-weight: 700;
}

#home .video p {
    margin-top: 15px;
}

#home .about_us {
    padding: 100px 0;
    position: relative;
}

#home .about_us h2 {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    color: #009C7C;
    font-family: 'Futura Std Condensed';
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
}

#home .about_us h2 span {
    display: inline-block;
    background-color: #7D62A3;
    color: #fff;
    padding: 5px
}

#home .about_us .items .item {
    margin-top: 15px
}

#home .about_us .items .item.mt-n {
    margin-top: -50px
}

#home .about_us .items .item a {
    display: block;
    aspect-ratio: 9 / 12;
    border-radius: 15px;
    overflow: hidden
}

#home .about_us .items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .feedback {
    color: #fff;
    background-image: url(../img/testimonials_bg.png);
    background-size: cover;
}

#home .feedback .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

#home .feedback h2 {
    color: #fff;
    font-family: 'Futura Std Condensed';
    font-size: 5rem;
    font-weight: 700;
}

#home .feedback h2 span {
    display: inline-block;
    background-color: #EEB927;
    color: #fff;
    padding: 5px;
    transform: rotate(-3deg);
}

#home .feedback p {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.25rem;
}

#home .feedback img {
    position: absolute;
    bottom: 0;
    right: 15px;
    height: calc(100% + 50px);
}

#home .feedback .btn {
    margin-top: 30px;
}

#home .testimonial {
    scroll-margin-top: 100px;
    position: relative;
    height: 100vh;
}

#home .testimonial .bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#home .testimonial .arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
}

#home .testimonial .arrow a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #E193A0;
    color: #E193A0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}

#home .testimonial .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 90%;
    color: #fff
}

#home .testimonial .swiper {
    height: 100%;
    width: 100%;
}

#home .testimonial .item {
    width: 50%;
    height: 100%;
}

#home .testimonial .item .row {
    height: 100%;
    margin: 0
}

#home .testimonial .item .left {
    border-radius: 15px;
    padding: 15px;
    height: 100%;
    position: relative;
}

#home .testimonial .item .right {
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 300
}
#home .testimonial .item .right .scroll{
    /* height: calc( 100% - 90px ); */
    /* max-height: 100px; */
    height: 100%;
    overflow:auto
}
/* Firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #8a8a8a #f0f1f3;
}

/* Chrome, Edge, and Safari */
.custom-scrollbar::-webkit-scrollbar {
  width: 11px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f0f1f3;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 10px;
  border: 3px solid #f0f1f3;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #3278b3;
}

/* Remove Arrows/Buttons */
.custom-scrollbar::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

#home .testimonial .item .right span {
    font-size: 5rem;
    height: 60px;
    /* display: block; */
    display: none;
}

#home .testimonial .item.bg1 .left {
    background-color: #EEB927;
}

#home .testimonial .item.bg2 .left {
    background-color: #009C7C;
}

#home .testimonial .item.bg3 .left {
    background-color: #7D62A3;
}

#home .testimonial .item.bg4 .left {
    background-color: #E193A0;
}

#home .testimonial .item.bg5 .left {
    background-color: #392C23;
}

#home .testimonial .item.bg6 .left {
    background-color: #A4A6A4;
}

#home .testimonial .item.bg1 .right {
    background-color: #EEB927;
}

#home .testimonial .item.bg2 .right {
    background-color: #009C7C;
}

#home .testimonial .item.bg3 .right {
    background-color: #7D62A3;
}

#home .testimonial .item.bg4 .right {
    background-color: #E193A0;
}

#home .testimonial .item.bg5 .right {
    background-color: #392C23;
}

#home .testimonial .item.bg6 .right {
    background-color: #A4A6A4;
}

#home .testimonial .item .left .img {
    width: 60%;
    height: auto;
    display: inline-block;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    overflow: hidden;
}

#home .testimonial .item .left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .testimonial .item .left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .testimonial .item .left h2 {
    font-size: .8rem;
    font-weight: 900;
}

#home .testimonial .item .left h3 {
    font-weight: 500;
    font-size: .8rem;
    margin-top: 5px;
}

#home .testimonial .item .left .bottom {
    position: absolute;
    bottom: 15px
}

#home .testimonial .swiper-slide .item {
    opacity: 0;
}

#home .testimonial .swiper-slide-prev {
    opacity: 0;
    z-index: 0 !important;
}

#home .testimonial .swiper-slide-active .item {
    margin-left: 50%;
    opacity: 1;
}

#home .testimonial .swiper-slide-next .item {
    margin-left: 25%;
    opacity: 1;
}

#home .testimonial .swiper-slide-next+.swiper-slide .item {
    /* margin-left: 16.7%; */
    opacity: 1;
}

/*
//095046
//8CBB55
*/


@media (orientation: portrait) {
    #home .banner {
        height: auto;
    }

    #home .banner .caption {
        position: relative;
        z-index: 2;
    }

    #home .banner .caption h1 {
        font-size: 2rem;
    }

    #home .banner img:not(.bg) {
        position: relative;
        z-index: 2;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        height: auto;
        width: 100%;
    }

    #home .banner img.img3 {
        transform: translate(10%, -75%);
    }

    #home .banner img.img2 {
        transform: translateX(10%);
    }

    #home .banner img.bg {
        z-index: 1;
        top: 0;
        left: 0
    }

    #home .banner img.img4 {
        display: none;
    }

    #home .tabs .nav-link {
        border-radius: 0;
        padding: 30px 15px
    }

    #home .testimonial {
        height: auto;
        padding: 50px 15px
    }

    #home .testimonial .container {
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        height: unset;
        transform: unset;
        margin-top: 30px;
    }

    #home .testimonial .swiper-slide-active .item {
        margin-left: unset;
    }

    #home .testimonial .swiper-slide-next .item {
        margin-left: unset;
    }

    #home .testimonial .item {
        width: 65%;
        height: auto;
        margin: 0 auto!important;
    }
    #home .testimonial .item .left{
        text-align: center;
    }

    #home .testimonial .arrow {
        position: relative;
        top: unset;
        right: unset;
        margin-top: 15px;
        text-align: center;
    }

    #home .testimonial .item .left .bottom {
        position: relative;
        bottom: unset;
        margin-top: 15px;
    }

    #home .testimonial .item .left h2 {
        font-size: 1rem;
    }

    #home .testimonial .item .left h3 {
        font-size: 1rem;
        margin-top: 15px;
    }

    #home .testimonial .item .right span {
        height: 40px;
    }

    #home .about_us {
        padding: 50px 0
    }

    #home .about_us h2 {
        position: relative;
        bottom: unset;
        left: unset;
        font-size: 2rem;
        margin-bottom: 15px;
    }
    #home .about_us .swiper a {
        display: block;
        aspect-ratio: 9 / 12;
        border-radius: 15px;
        overflow: hidden;
    }
    #home .about_us .swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #home .feedback{
        overflow: hidden;
    }
    #home .feedback .container{
        padding-bottom: 0;
    }
    #home .feedback h2 {
        font-size: 2em;
    }
    #home .feedback img{
        position: relative;
        bottom:unset;
        right:0;
        width: 50%;
        margin-left: auto;
        display: block;
        margin-top: -80px;
    }
}