@font-face {
    font-family: 'avo';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/UTM-Avo.woff') format('woff');
}

@font-face {
    font-family: 'avo';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/UTM-AvoBold.woff') format('woff');
}

@font-face {
    font-family: 'avo';
    font-style: italic;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/UTM-AvoItalic.woff') format('woff');
}

body {
    font-family: "avo", Sans-serif;
    font-size: 16px;
    line-height: 22px;
    overflow-x: hidden;
}

:root {
    --primary-color: #41a438;
}

.content-content li {
    margin-bottom: 10px;
}

.content-content img {
    max-width: 100%;
}

.content-content h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-content h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #fff;
    transition: all 0.4s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    color: #000;
}

.header-nav {
    background: var(--primary-color);
}

/* slide */
.home-slider img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.accordion{
    height: 250px;
    display: flex;
    overflow: hidden;
    margin-top: -250px;
    position: relative;
    z-index: 999;
    padding: 3px;
    background: #fff;
}

.tab{
    position: relative;
    width: 20%;
    height: inherit;
    padding: 3px;
    background: #fff;
    color: #FFF;
    cursor: pointer;
    transition: width .5s ease;
}

.tab img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.caption{
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%);
}

.caption h2{
    margin-bottom: 2px;
    text-overflow:clip;
    font-size: 20px;
    text-transform:uppercase;
    font-weight: 700;
}


/* --- Hover Effects --- */

.tab:hover img{
    opacity: .6;
}

.tab:hover{
    width: 80%;
}

.tab:hover .caption{
    transition: all .5s ease;
    opacity: 1;
}
.img-box {
    display: block;
    padding: 10px;
    position: relative;
    height: 100%;
    width: 100%;
}
.wrapper {
    padding-bottom: 40px;
}

.home-slider .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-weight: 600;
    color: #fff;
}

/* slide */


@media (max-width: 991px) {
    .img-box {
        height: 100px;
    }
    .accordion {
        height: auto;
        margin-top: -130px;
    }
    .home-slider img {
        height: 400px;
        object-fit: cover;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 34px;
        height: 35px;
    }
    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 12px;
    }

    .home-slider .heading {
        top: 40%;
    }
    .caption {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .page-about .content p, .page-about .content li {
        line-height: 28px;
    }
    .content p, .content li {
        line-height: 28px;
    }
}

.caption h2 a {
    color: #fff;
}

@media (max-width: 767px) {
    .honeycomb {
        display: block;
        overflow: hidden;
        margin-top: 40px;
    }

    .honeycomb .hex:nth-child(2n) {
        float: right;
    }

    .honeycomb .hex {
        width: 201px;
        margin-top: -70px;
    }

    .honeycomb .hex:nth-child(2n+1) {
        float: left;
        display: block;
    }
}
