/*co_title*/
.co_title hr {
    margin: 0;
    border: none;
    border-top: 7.48079px solid var(--secondary-color);
}

.co_title.tleft {
    text-align: right;
}

.co_title.tright {
    text-align: left;
}

.co_title.tright hr {
    border-top: 7.48079px solid var(--primary-color);
}

.co_title h2,
.co_title h1 {
    color: #545D60;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.co_title.coti1 {
    max-width: 844px;
    margin-bottom: 50px;
}

.co_title.coti2 {
    max-width: 926px;
    margin-bottom: 45px;
}

.co_title.coti3 {
    max-width: 783px;
    margin: 0 0 60px auto;
}

.co_title.coti4 {
    max-width: 1050px;
    margin-bottom: 70px;
}

/*SHOWCASE*/
/*SHOWCASE BASIC*/
.showcase {
    padding: 45px 0;
}

.showcase .sho_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 100px;
    justify-content: space-between;
    grid-row-gap: 50px;
    margin-bottom: 35px;
}

.showcase a img {
    margin: 0 auto;
}

.showcase span {
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    margin-top: 12px;
}

.showcase a p {
    margin: 0;
}

.showcase .shocon h4 {
    margin-bottom: 20px;
}

.showcase a.main-btn {
    margin: 0 auto;
}

/*SHOWCASE BOXWRAPPER*/
.showcase .container a.boxwrapper {
    border-radius: 27px;
    max-width: 291px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 291px;
    background-color: #4E86AE;
    justify-content: center;
    align-items: center;
    text-align: left;
    display: flex;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
}

.showcase .container a.boxwrapper:nth-child(even) {
    background-color: var(--primary-color);
}

.showcase .boxwrapper .overlay {
    bottom: 0;
    padding: 0 15px;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*SHOWCCASE CON*/
.showcase .shocon {
    position: absolute;
    top: 0;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
    z-index: 1;
    transform: translate(100%, 0);
    transition: opacity .35s, transform .35s;
    opacity: 0;
    background-color: #4E86AE;
    border-radius: 27px;
}

.showcase .boxwrapper:hover .shocon {
    transform: translate(0%, 0);
    transition: opacity .35s, transform .35s;
    opacity: 1;
}

/*AFF*/
.aff {
    padding: 35px 0;
    background: #545D60;
    min-height: 149px;
    display: flex;
    align-items: center;
}

.aff .container {
    grid-gap: 30px;
    align-items: center;
    max-width: 1530px;
}

.aff a {
    width: fit-content;
    align-self: center;
}

.aff a svg {
    display: none;
}

/*WELCOME*/
.welcome {
    padding: 45px 0 75px;
    position: relative;
    min-height: 750px;
}

.welcome .container {
    max-width: 1516px;
    grid-gap: 75px;
    grid-template-columns: repeat(2, auto);
}

.welcome section h2 {
    color: #545D60;
    margin-bottom: 20px;
}

.loaded .welcome .wave_wo {
    background: url(../images/wave2.png);
}

.loaded.webp .welcome .wave_wo {
    background: url(../images/wave2.webp);
}

/*REVIEW BASICS*/
.loaded .review {
    background: url(../images/review-pattern.jpg);
}

.loaded.webp .review {
    background: url(../images/review-pattern.webp);
}

.review {
    padding: 65px 0;
    line-height: 2;
    min-height: 885px;
}

.review .name {
    font-size: 15.9091px;
    line-height: 150%;
    text-align: center;
    color: #313A3C;
}

.review .slick_wrap {
    margin-top: 30px;
}

.review .container {
    max-width: 1729px;
}

/*SLICK MAIN*/
.review .slick-list .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review .slick-list .slick-track .rev_box {
    max-width: 350px;
    background: #FFFFFF;
    border: 5.5336px solid var(--secondary-color);
    box-sizing: border-box;
    min-height: 319.57px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
}

/*MAPER*/
.maper {
    padding: 40px 0;
    min-height: 546px;
}

.maper .container {
    max-width: 1336px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px;
}

.maper h3 {
    margin-bottom: 20px;
    color: #545D60;
}

/*Map*/
.mapsection {
    height: 346px;
    position: relative;
    overflow: hidden;
    max-width: 602px;
    width: 100%;
}

.mapsection iframe {
    height: 100%;
    max-height: none;
}

.loaded .mapsection .map_bg {
    background: url(../images/map.jpg);
}

.webp .mapsection .map_bg {
    background: url(../images/map.webp);
}

.map_bg {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.mapsection .clickMe {
    position: relative;
    top: 80%;
    cursor: pointer;
    color: #626262;
}

.ped-img-holder {
    text-align: center;
}

@media screen and (min-width: 1026px) {
    .welcome {
        padding: 55px 0 0;
    }

    /*SLICK CENTER ODDE*/
    .review .slick-list .slick-track .rev_box.slick-center {
        transform: scale(1.4);
    }

    .review .slick-list {
        padding: 65px 0 !important;
        margin: 0 auto;
    }

    .review a.main-btn {
        margin-top: 55px;
    }

    /* Float Shadow */
    .hvr-float-shadow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover,
    .hvr-float-shadow:focus,
    .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
    }

    .hvr-float-shadow:hover:before,
    .hvr-float-shadow:focus:before,
    .hvr-float-shadow:active:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
    }
}

@media screen and (max-width: 1400px) {
    .showcase .sho_wrap {
        grid-column-gap: 25px;
    }

    .welcome .container {
        min-height: 700px;
    }
}

@media screen and (max-width: 1025px) {
    .co_title {
        padding: 0 25px;
    }

    .showcase .sho_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .welcome .container {
        max-width: 1516px;
        grid-gap: 75px;
        grid-template-columns: repeat(1, 1fr);
    }

    .welcome .container {
        grid-gap: 30px;
    }

    .maper .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .review {
        padding: 45px 0;
        line-height: 2;
        min-height: auto;
    }

    .review .slick-list .slick-track .rev_box {
        margin: 0 auto;
    }
}

@media screen and (max-width: 980px) {
    .aff .container {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row;
    }
}

@media screen and (max-width: 607px) {
    .showcase .sho_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .aff .container {
        grid-template-columns: repeat(1, 1fr);
    }
}
