body{
    background: var(--third-color) url("/images/home/home-banner-bg.jpg") no-repeat top center;
    background-size: contain;
}
#homeBanner{
    margin-top: -168px;
    padding-top: 200px;
    position: relative;
    z-index: 0;
}
#bannerSince:before, #bannerSince:after{
    content: "";
    width: 80px;
    background-color: var(--body-color);
    height: 1px;
    display: inline-block;
    margin-left: 10px;
}
#bannerSince:after{
    margin-right: 10px;
    margin-left: 0;
}
#bannerContact{
    height: 249px;
    width: 47.5px;
}
#bannerContact>a{
    width: 17px;
    white-space: nowrap;
    transform: rotate(-90deg);
    direction: ltr;
    position: absolute;
    bottom: 0;
}
#bannerContact>a>*:not(:first-child){
    font-family: arial,serif;
}
#bannerPhoneNumber{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
#bannerPhoneNumber:after{
    content: "";
    width: 65px;
    height: 1px;
    background-color: var(--secondary-color);
    display: inline-block;
    transform: translateY(-6px) translateX(20px);
}
#bannerPhoneIcon{
    transform: rotate(90deg);
    border: 1px var(--primary-color) solid;
    border-radius: 50%;
    display: inline-flex;
    min-width: 28px;
    width: 28px;
    min-height: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#agencyPhoneIcon:before, #agencyPhoneIcon:after,
#bannerPhoneIcon:before, #bannerPhoneIcon:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    -webkit-box-shadow: 0 0 0 0 rgba(185, 128, 80, 0.79);
    box-shadow: 0 0 0 0 rgba(185, 128, 80, 0.79);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#agencyPhoneIcon:after,
#bannerPhoneIcon:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
#bannerSocial:before{
    content: "";
    background-color: var(--secondary-color);
    width: 1px;
    height: 137px;
    margin-bottom: 20px;
}
#agency{
    background: white url("/images/home/agency-bg.jpg") no-repeat center center;
}
#agencyLine{
    height: 1px;
    width: 100%;
    background-color: #e3e3e3;
}
#agencyPhone .prefix{
    font-size: 2.3em;
    margin-right: 15px;
    padding-top: 5px;
}
#agencyPhone .number{
    font-size: 3em;
    padding-top: 5px;
}
#agencyPhoneIcon{
    margin-right: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px var(--primary-color) solid;
    font-size: 1.8em;
    border-radius: 50%;
    position: relative;
}
.jux-content-slider-wrapper .owl-dots{
    margin-top: 30px;
}
.jux-content-slider-wrapper .owl-dots .owl-dot.active{
    border: 1px black solid;
    border-radius: 50%;
}
.jux-content-slider-wrapper .owl-dots .owl-dot:hover span{
    background-color: var(--secondary-color);
}
.jux-content-slider-wrapper .owl-dots .owl-dot.active span{
    background-color: black;
}
#homeProducts .desc{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
#homeProducts .owl-stage{
    padding-top: 10px;
    min-height: 456px;
}
#homeProducts .jux-content-slider{
    margin-top: 140px;
}
#homeProducts .jux-content-slider-wrapper .item{
    padding-top: 10px;
}
#homeProducts .owl-item{
    background-color: white;
    padding: 0 15px 7px 15px;
}
#homeProducts .jux-content-slider-wrapper .item,
#homeProducts .jux-content-slider-wrapper .owl-stage{
    justify-content: flex-end;
    align-items: flex-end;
}
#homeProducts .product-name{
    background: url("../images/logo-black-xs.png") no-repeat left center;
    background-size: 6%;
}
#homeProducts .jux-content-slider-wrapper .item .jux-thumbnail{
    margin: 0 auto;
}
#homeProducts .owl-stage>.owl-item{
    width: 375px !important;
    max-width: 375px !important;
    z-index: 0;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
}
#homeProducts .owl-stage :nth-child(1 of .active) {
    width: 375px !important;
    max-width: 375px !important;
    z-index: 1;
    margin-left: -47px;
}
#homeProducts .owl-stage :nth-child(2 of .active) {
    width: 461px !important;
    max-width: 461px !important;
    z-index: 2;
    margin-left: -75px;
    transition: width,max-width .4s linear;
}
#homeProducts .owl-stage :nth-child(3 of .active) {
    width: 504px !important;
    max-width: 504px !important;
    margin-left: -75px;
    z-index: 6;
    transition: width,max-width .7s linear;
}
#homeProducts .owl-stage :nth-child(4 of .active) {
    width: 461px !important;
    max-width: 461px !important;
    z-index: 5;
    margin-left: -47px;
}
#homeProducts .owl-stage :nth-child(5 of .active) {
    width: 375px !important;
    max-width: 375px !important;
    margin-left: -47px;
    z-index: 4;
}
#homeProducts .owl-stage :nth-child(3 of .active) .product-name{
    font-size: 18px;
}
#homeProducts .owl-stage :nth-child(1 of .active) .product-name,
#homeProducts .owl-stage :nth-child(5 of .active) .product-name{
    font-size: 14px;
}
#newsLetter{
    background: white url("../images/home/newsletter-bg.png") no-repeat center center;
    background-size: contain;
    padding-top: 200px;
    padding-bottom: 300px;
}
#dedicatedProduction{
    padding-top: 300px;
    padding-bottom: 200px;
}
#dedicatedProduction .row{
    min-height: 500px;
}
#flowerWrapper{
    position: absolute;
    bottom: 23px;
    left: 0;
}
#homeArticles{
    background-color: white;
    padding-bottom: 150px;
}
.article-item{
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 442px;
    padding-left: 85px;
    transition: background-position 1s ease;
}
.article-item:hover{
    background-position-x: -20px;
}
#contactInfo i{
    width: 50px;
    height: 50px;
    background-color: black;
    color: white;
}
#contactBg{
    background: black url("/images/contact-bg.jpg") no-repeat top right;
    background-size: cover;
}
#contactBg a:not(:hover){
    color: var(--bs-gray);
}
#shContactForm{
    padding: 40px;
}
#shContactForm>div:nth-last-child(n+3){
    margin-bottom: 40px;
}
.form-message{
    margin-top: 40px;
}
.form-message>textarea{
    min-height: 115px;
}
.sh-submit-btn{
    outline: none;
    border: none;
    background-color: black;
    border-radius: 50%;
    width: 63px;
    height: 63px;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(15px);
    position: relative;
    transition: all .4s ease;
}
.sh-submit-btn:before{
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 1px var(--bs-border-color) solid;
    border-radius: 50%;
    transition: all .4s ease;
}
.sh-submit-btn:hover{
    color: var(--secondary-color);
}
.sh-submit-btn:hover:before{
    border-color: var(--secondary-color);
}
