@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

html, body {
    max-width: 100%;
    /*overflow-x: hidden !important;*/
}

.accordion_hero {
    display: none !important;
}

.home .accordion_hero {
    display: block !important;

}

.expand_hero h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.button_hero {
    content: '';
    padding: 0 40px;
    outline: none !important;
    color: #0070ba !important;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 14px;
    text-decoration: none !important;
    border-radius: 25px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.bl_hero {
    margin-right: 20px;
}

/* .fix_hero {
    transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
} */

.expand_hero {
    color: #ffffff;
    opacity: 0;
    z-index: 99;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 30%;
/*     left: 0;
	right: 0 */
}

c
.expand_hero h1 {
    margin-top: -80px;
}

.show_hero {
    color: #ffffff;
    margin-left: 5%;
    text-align: center;
    opacity: 1;
    margin-top: 10%;
}

h1 {
    font-size: 2.857rem;
    margin-top: 30px
}

.show_hero h1, .show_hero p {
    font-style: normal;
    margin: 0;
    padding: 0;
}

.show_hero p {
    margin-top: -20px;
    margin-bottom: 10px;
    padding: 0 4vw;
    font-size: 20px;
}

.accordion_hero {
    width: 100%;
    /*max-width: 1080px;*/
    height: 70vh;
    overflow: hidden;
    /*margin: 50px auto;*/
}

/* .accordion_hero li:first-child::before{
	content: "";
    width: 100%;
    height: 70vh;
    top: 0;
    position: absolute;
    display: inline-block;
    background-image: linear-gradient(to right, #2791ce54, #0099bf85, #009da285, #259d8187);
    z-index: -100;
}

.accordion_hero li:nth-child(2)::before{
	content: "";
    width: 100%;
    height: 70vh;
    top: 0;
    position: absolute;
    display: inline-block;
    background-image: linear-gradient(to right, #259d8187, #5f9a624f);
    z-index: -100;
}  */

.accordion_hero ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion_hero ul li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 16.666%;
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 500ms ease;
}

.accordion_hero ul li:after {
    content: "";
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0125, 172, 111, 0.7), rgba(125, 172, 111, 0.7));
    opacity: 0;
    z-index: 1;
}

.accordion_hero ul:hover li:hover:after,
.accordion_hero ul li:focus:after, .accordion_hero ul:focus-within li:focus:after {
    opacity: 1;
}

.accordion_hero ul li div {
    width: 100%;
}

.accordion_hero ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.accordion_hero ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
}

.accordion_hero ul li div a p {
    top: 160px;
    font-size: 13.5px;
}

.accordion_hero ul li:nth-child(1) {
    background-image: url("/wp-content/themes/coinify/library/images/1.jpg");
    z-index: 20 !important;
    overflow: hidden;
    position: relative;
    -webkit-transition: transform .8s;
    transition: transform .8s;
    width: 100%;
    height: 100%;
    top: 0;
    /*     transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg); */
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.7);
}

.accordion_hero ul li:nth-child(1):after {
    position: absolute;
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.4);
    top: 0;
    right: -1px;
    height: 100%;
    /* 	background:linear-gradient(90deg, rgba(0,156,222,0.7), rgba(0,48,135,0.7)); */
    background: rgba(62, 146, 204, 0.62);
}

.accordion_hero ul li:nth-child(2) {
    background-image: url("/wp-content/themes/coinify/library/images/2.jpg");
    width: 100%;
    background-position: right;
}

.accordion_hero ul:hover li, .accordion_hero ul:focus-within li {
    width: 15%;
}

.accordion_hero ul li:focus {
    outline: none;
}

.accordion_hero ul:hover li:hover .show_hero {
    opacity: 0;
}

.accordion_hero ul:hover li:hover .expand_hero {
    opacity: 1;
}

.accordion_hero ul:hover li:hover,
.accordion_hero ul li:focus, .accordion_hero ul:focus-within li:focus {
    width: 60%;
}

/*.accordion ul:hover li:hover a,
.accordion ul li:focus a, .accordion ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}*/
.accordion_hero ul:hover li:hover a *,
.accordion_hero ul li:focus a *, .accordion_hero ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.accordion_hero ul:hover li {
    width: 30% !important;
}

.accordion_hero ul:hover li a * {
    opacity: 0 !important;
}

.accordion_hero ul:hover li:hover {
    width: 60% !important;
}

/*.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}*/
.accordion_hero ul:hover li:hover a * {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 800px) {


    .show_hero p {
        padding: 0 4vw
    }

    .accordion_hero {
        height: auto;
        width: 100%;
        margin: 0;
    }

    .accordion_hero ul {
        width: 110%;
    }

    .accordion_hero ul li, .accordion_hero ul li:hover, .accordion_hero ul:hover li, .accordion_hero ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }

    .accordion_hero ul:hover li {
        width: 100% !important;
    }

    .accordion_hero ul:hover li:hover {
        width: 100% !important;
    }

    .accordion_hero ul li:nth-child(1), .accordion_hero ul li:nth-child(2) {
        width: 100%;
        height: 50vh;
        left: -8%;
    }

    .accordion_hero ul li {
        height: 50vh;
    }

    .show_hero {
        margin-top: 20%;
        margin-bottom: 10%;
        margin-left: 5%;
        padding: 0 25px;
    }

    .expand_hero {
        margin-bottom: 10%;
        margin-left: 23%;
        top: 22%;
    }

    .expand_hero h2 {
        margin-bottom: 25px;
    }

    .accordion_hero ul li:nth-child(1), .fix_hero {
        transform: skewX(0);
    }
}

@media screen and (max-width: 480px) {
    .expand_hero h1 {
        margin-top: -100px;
    }

    .button_hero {
        padding: 15px 20px;
    }

    .show_hero h1 {
        margin-top: 130px
    }

    .accordion_hero ul li:nth-child(1), .accordion_hero ul li:nth-child(2) {
        width: 100%;
        height: 60vh;
        left: -8%;
    }

    .expand_hero {
        max-width: 80%;
        left: 3.5%;
        top: 50%;
        margin-bottom: 10%;
        margin-left: 10%;
    }
}

.expand_hero h2 {
    margin-top: initial;
}

@media screen and (max-width: 380px) {
    .show_hero p {
        font-size: 18px;
    }

    .expand_hero {
        top: 45%
    }

    .expand_hero h1 {
        margin-top: -120px;
    }

    li:first-child .expand_hero h1 {
        margin-top: -70px;
    }

    .show_hero {
        margin-top: 42%;
    }

    .mob_hero {
        display: block;
    }

    .bl_hero {
        margin: 0;
    }

    .expand_hero h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.mob_hero {
    display: none;
}

span.round-filled-icon {
    transform: skewX(0);
    display: inline-block;
    background: #fff;
    font-size: 40px;
    color: #009cde;
    border-radius: 30px;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    width: 50px;
    height: 46px;
    line-height: 42px;
    padding: 0;
    margin-top: 10px;
    cursor: default;
    animation-duration: 1.6s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}