.banner {
	color: #fff;;
}
.banner .card-img-top{
    min-height: 500px;
}

.banner .card-title{
    font-weight: 700;
}
.banner .banner-content{
    align-content: center;
}
.banner .btn-box{
    margin-top: 20px;
}
.banner .learn-more{
    font-size: 20px;
    border: 3px solid var(--main-color);
    color: var(--main-color);
    background: transparent;
    margin-right: 30px;
}
.banner .learn-more:focus, .banner .learn-more:hover {
    background-color: #198754;
    color: #fff;
    border-color: #198754;
}
.banner .card-num{
	padding: 0 60px 20px 60px;
	text-align: center;
	position: relative;
}

.banner .card-num p{
	font-weight: 300;
    padding: 0;
    margin: 0;
}

.banner .card-num span{
    width: 1px;
    height: 60%;
    background-color: var(--main-color);
    position: absolute;
    right: 0;
    z-index: 0;
    top: 20%;
}

.banner .card-num s{
    font-size: 22px;font-style: italic;text-decoration: none;
}

.banner .play-box{
    position: relative;
}

.banner .play{
    position: absolute;
    padding: 70px;
    left: 50%;
    top:50%;
    margin-left: -50px;
    margin-top: -100px;
    cursor: pointer;
}

.banner .carousel-indicators{
    position: absolute;
    left: 0;
    bottom:20px;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.banner .carousel-indicators>li {
    width: 50px;
    height: 10px;
    text-indent:0;
    transition: none;
    opacity: 1;
    position: relative;
    background-color: #eee;
    padding: 0;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 0;
    border: 0;
}
.banner .carousel-indicators>li.active {
    background-color: var(--main-color);
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

#playModal{
    --bs-modal-width: 1150px;
}
#playModal .modal-content{
    position: relative;
}
#playModal .close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    font-size: 3rem;
    font-weight: 300;
    opacity: 1;
    background: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
}
#playModal .close span {
    color: #fff;
}

#playModal .modal-content{
    background: #000;
}


#playModal .modal-body iframe{
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
}


.banner .play i{
    color: var(--main-color);
    font-size: 100px;
    -webkit-animation: play-show 1s infinite linear;
    animation: play-show 1s infinite linear;
    animation-direction:alternate;
}
@keyframes play-show {
    0% {
        //opacity: 0.3;
    }
    100% {
        //opacity: 1;
        color: #FFEB7F;
    }
}
@keyframes clippath {
    0%, 100% {
        -webkit-clip-path: inset(0 0 95% 0);
        clip-path: inset(0 0 95% 0);
    }
    25% {
        -webkit-clip-path: inset(0 95% 0 0);
        clip-path: inset(0 95% 0 0);
    }
    50% {
        -webkit-clip-path: inset(95% 0 0 0);
        clip-path: inset(95% 0 0 0);
    }
    75% {
        -webkit-clip-path: inset(0 0 0 95%);
        clip-path: inset(0 0 0 95%);
        border-color: #FFEB7F;
    }
}


section-space {
    padding: 50px 0px;
}
.img-section {
    text-align: right;
}
.offer-box {
    background-color: #f8eede;
    border-radius: 20px;
    box-shadow: 1px 2px 15px #0000003d;
    overflow:hidden;
}
.offer-box:hover {
    background-color: #fff;
}

.offer-box-content {
    padding: 22px;
    min-height: 275px;
}
.offer-box-content h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0px;
    min-height: 57px;
}
.offer-box-content p{
    min-height: 100px;
}
.read-more {
    color: var(--main-color);
    font-weight: 600;
}
.offer .read-more {
    float: right;
}
.title-sec h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 10%;
    margin-top: 0px;
    margin-bottom: 24px;
}
.title-sec h2 {
    font-size: 45px;
    font-weight: 700;
    padding: 0px 10%;
}
.title-sec{
    padding-bottom: 20px;
}
.title-sec p {
    font-size: 17px;
    line-height: 22px;
    color: #333;
    font-weight: 400;
}


.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.video{
    padding: 50px 0 0;
}
.video .title-sec h2{
    font-size: 34px;
}
.video .card-img-top{
    cursor: pointer;
}

.how{
    background: #f3f5ff;
    padding: 50px 0 0;
}
.how .step-text{
    padding: 10px 0;
    overflow: hidden;
}
.how .step-text:hover a{
    color: var(--main-color);
}
.how .card-img-top{
    width: 532px;
    height: 600px;
}

.how a{
    color: #000;
}

.how .how-nav{
    display: flex;
}

.how .carousel-indicators{
	position: relative;
	width: 80px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.how .carousel-indicators>li {
    width: 100%;
    height: 130px;
    text-indent:0;
    transition: none;
    opacity: 1;
    position: relative;
    background-color: transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
}
.how .step-circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #e3e3e3;
    line-height: 80px;
    margin-right: 10px;
    font-size: 18px;
}
.how .step-circle:before {
    height: 100%;
    width: 3px;
    content: "";
    background-color: #858875;
    position: absolute;
    top:80px;
    z-index: 0;
    left: 38px;
}
.how .carousel-indicators>li:last-child .step-circle:before{
    display: none;
}

.how .carousel-indicators>li.active .step-circle{
    background-color:var(--main-color);
    color:#fff;
}

.how .step-box{
    margin-left: 10px;
}
.how .step-item{
    height: 130px;
}

.how .carousel-control-prev,.how .carousel-control-next{
	opacity: 0.8;
    left: auto;
    right: 15px;
    width: auto;
}
.how .carousel-control-prev{
	opacity: 0.8;
    right: 462px;
}
.how .carousel-control-prev-icon,.how .carousel-control-next-icon{
	background-color: var(--main-color);
	width: 80px;
	height: 80px;
    background-size: 80%;
    border-radius: 50%;
}

.flex-pack {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.formulation-pack .consis-title-sec p {
    font-size: 24px;
}


.product{
    background: #f3f5ff;
    padding: 50px 0;
}

.product .product-box{
	text-align: center;
    box-shadow: 1px 2px 15px #0000003d;
    -webkit-box-shadow: 1px 2px 15px #0000003d;
    overflow:hidden;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
.product .product-box-title{
    font-size: 20px;
    font-weight: 700;
    color:var(--main-color);
}

.product .product-box-content{
	padding-top: 20px;
}
.product .product-box-content h2 {
    font-size: 18px;
    margin-bottom: 22px;
    min-height:unset;
}
.product .product-box-content .img img{
	margin: 0 auto;
}
.product .product-box-content p {
    min-height: unset;
    margin-top: 22px;
}

.product .more {
    color: #000;
    font-weight: 600;
    float: right;
    margin-top: 20px;
}
.product .more svg{
    opacity: 0;
}
.product .product-box-content:hover .more{
    --tw-translate-x: .5rem;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .5s;
}
.product .product-box-content:hover .more svg{
    opacity: 1;
}

.product .other{
    width: 100%;
}

.product .other .more{
    float:right;
    font-size:16px;
    margin-left: 30px;
    text-decoration: underline;
    color: #0A8CD2;
}


.coop-box{
    padding: 10px;
}

@media (min-width: 1190px) {
    .offer-box-content {
        min-height: unset;
    }
}
@media (max-width: 767px){
    .banner .banner-content{
        align-content:unset;
    }
    .banner .card-title {
        font-size: 24px;
    }
    .banner .card-text{
        font-size: 14px;
        line-height:1.2;
    }
    .banner .card-num {
	    padding: 0 20px 10px 20px;
	}
    .banner .card-num h2{
		font-size: 22px;
	}
    .banner .card-num p{
		font-size: 14px;
	}
    .banner .card-num s{
        font-size: 12px;
    }
    .banner .btn-box{
        margin-top: 10px;
    }
    .banner .btn-box .btn{
        font-size: 14px;
    }
    .banner .play{
        padding: 40px;
        left: 50%;
        top: auto;
        margin-left: -80px;
        margin-top: 38px;
    }
    .banner .play i{
        font-size: 70px;
    }
    #playModal .modal-body{
        height: 300px;
    }
    .offer-box-content {
        min-height: unset;
    }
    .offer-box,.product-box {
        margin-top: 10px;
        margin-bottom: 10px;
        display: flow-root;
    }
    .img-section {
        float: right;
    }
    .offer-box-content p{
        min-height: unset;
        font-size: 14px;
    }

    .title-sec {
	    padding-bottom: 0;
	}

    .title-sec h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 0;
        margin: 0;
    }
    .title-sec p {
        font-size: 15px;
    }
    .offer-box-content h2 {
        font-size: 18px;
        min-height: 35px;
    }

    .how{
        padding: 30px 0 0;
        border: 2px solid transparent;
    }
    .how .title-sec {
        padding-bottom: 20px;
    }
    .how .text-link{
        width: 100%;
    }
    .how .step-circle{
        font-size: 16px;
    }
    .how .step-text h4{
        font-size: 18px;
    }
    .how .step-text p{
        font-size: 14px;
    }

    .how .how-nav{
        padding: 0;
    }

    .how .how-content,.how .carousel-control-prev,.how .carousel-control-next{
        display: none;
    }
	.product .more svg {
	    opacity: 1;
	}

}