#htmlcontent_home {
    margin-top: 30px;
}

#htmlcontent_home ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0px;
    margin-bottom: 0px;
}

#htmlcontent_home ul li {
    padding: 0 30px 10px;
}

@media (max-width: 479px) {
    #htmlcontent_home ul li {
        width: 100%;
    }
}

#htmlcontent_home ul li .item-title {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    margin-top: 14px;
    margin-bottom: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5%;
    padding: 0 30px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    #htmlcontent_home ul li .item-title {
        top: 2%;
    }
}

#htmlcontent_home ul li .item-html {
    font-size: 16px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 0px;
    text-align: left;
}

#htmlcontent_home ul li .item-html p {
    font-size: 16px;
    color: #6f6f6f;
}

#htmlcontent_home ul li .item-html a {
    position: absolute;
    left: 0px;
    right: 0px;
    top: calc(5% + 45px);
    padding: 0 30px;
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: underline;
    text-transform: capitalize;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    #htmlcontent_home ul li .item-html {
        display: none;
    }
}

#htmlcontent_home ul li img {
    max-width: 100%;
    height: auto;
    width: 100%;
    transition: 200ms;
    filter: grayscale(1);
}

#htmlcontent_home ul li:hover img {
    filter: grayscale(0);
}

@media (max-width: 479px) {
    #htmlcontent_home ul li img {
        min-width: 100%;
    }
}

#htmlcontent_top {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

#htmlcontent_top ul {
    margin-bottom: 0;
}

#htmlcontent_top ul li {
    position: relative;
}

#htmlcontent_top ul li img {
    max-width: 100%;
    height: auto;
}

#htmlcontent_top ul li .item-text {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

#htmlcontent_top ul li .item-text.right {
    left: auto;
    right: 25%;
    transform: translate(50%, -50%);
}

#htmlcontent_top ul li .item-title {
    font-size: 48px;
    line-height: 34px;
    color: #000;
    font-family: Butler-Medium;
    font-weight: 500;
    margin-bottom: 25px;
}

#htmlcontent_top ul li .right .item-title {
    color: #fff;
}

#htmlcontent_top ul li .item-html,
#htmlcontent_top ul li .item-html p {
    font-size: 20px;
    color: #090908;
}

#htmlcontent_top ul li .right .item-html,
#htmlcontent_top ul li .right .item-html p {
    color: #fff;
}

#htmlcontent_top ul li .item-html a {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.08px;
    color: #fcfaf1;
    background-color: #000;
    padding: 17.5px 37px;
    margin-top: 14px;
}

.container_elements > span:nth-child(1) {
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

span.buy {
    background: #445e7e;
    padding: 13px 0px;
    display: block;
    border-radius: 9px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    position: absolute;
    width: 220px;
    bottom: 138px;
    right: 0;
    left: 0;
    margin: auto;
}

.description_text {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    min-height: 100px;
    color: #4d4d4d;
}

@media (max-width: 1199px) {
    .container_elements > span:nth-child(1) {
        top: 78px;
        font-size: 26px;
    }

    #htmlcontent_home ul li .item-html a {
        font-size: 15px;
    }
}

.arrow_hover {
    display: none;
}

.container_arrows:hover .arrow_nohover {
    display: none;
}

.container_arrows:hover .arrow_hover {
    display: block;
}

.container_arrows {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 46px;
    margin: auto;
    width: 55px;
    cursor: pointer;
}

#htmlcontent_home ul li {
    padding: 0px;
    width: calc(33.33% - 10px);
    float: left;
    display: block;
    max-width: 33.3%;
}

@media (max-width: 1400px) {
    .description_text {
        min-height: 100px;
    }
}

@media (max-width: 991px) {
    #htmlcontent_home {
        margin-top: 84px;
    }

    .container_elements > span:nth-child(1) {
        font-size: 20px;
    }

    .container_arrows {
        bottom: 17px;
    }

    span.buy {
        bottom: 90px;
    }

    #htmlcontent_home ul li .item-title {
        font-size: 22px;
    }

    li.htmlcontent-item-4, li.htmlcontent-item-3, li.htmlcontent-item-5 {
        max-width: 32%;
    }

    #htmlcontent_home ul li .item-html a {
        font-size: 12px;
    }

    .description_text {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    #htmlcontent_home ul li img{
        filter: grayscale(0);
    }
    #htmlcontent_home ul li {
        width: calc(50% - 10px);
        max-width: 100%;
        padding: 0px !important;
    }

    #htmlcontent_home {
        margin-top: 11px;
    }

    .container_elements > span:nth-child(1) {
        font-size: 15px;
    }

    li.htmlcontent-item-1 > img {
        width: 100vw;
        max-width: initial !important;
        margin-left: calc((-50vw) + 50%);
        margin-bottom: 45px;

    }

    li.htmlcontent-item-1 {
        padding: 0px !important;
    }

    #htmlcontent_home ul li .item-title {
        font-size: 12px;
        margin: 5px 0px 0px;
        padding: 0px 10px;
    }

    .description_text {
        min-height: auto;
    }

    #htmlcontent_home ul li .item-html a {
        font-size: 14px;
        margin: 20px 0px 5px;
    }

    #htmlcontent_home ul li .item-html a {
        margin-top: 10px;
    }
}

