/* Banner */
.home-banner {
    height: calc(100vh - 10rem);
    padding: 0;
    display: flex;
}

.home-banner .content {
    display: flex;
    flex-basis: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.home-banner .banner-img {
    background: url(../images/banner-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-basis: 50%;
    height: calc(100vh - 10rem);
    position: relative;
}

.home-banner .banner-img .btn {
    min-width: unset;
    position: absolute;
    top: 46%;
    left: 53.5%;
    padding: .5rem 1rem;
    min-width: 7rem;
    transform: translate(-50%, -50%);
}

.home-banner .open {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: calc(100vh - 10rem);
    background: rgb(36,193,175);
    background: radial-gradient(circle, rgba(36,193,175,1) 0%, rgba(81,62,188,1) 75%);
}

.home-banner .top {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #fff;
    position: absolute;
    top: 0rem;
    left: 55%;
    transform: translateX(-50%);
    width: 65%;
    height: calc(40vh - 5rem);
}

.home-banner .top:after {
    content: '';
    background-image: url(../images/banner-arrow-top.svg);
}

.home-banner .right {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35%;
    height: calc(80vh - 10rem);
}

.home-banner .bottom {
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
    width: 65%;
    height: calc(40vh - 5rem);
}

.home-banner .left {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 45%;
    height: calc(100vh - 10rem);
}

.home-banner .over {
    transform: translateX(8vw);
    width: 80%;
}

.home-banner h1:before,
.home-banner h1:after {
    display: none;
}

.home-banner p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

/* Solutions */
.home-solutions {
    overflow: hidden;
}

.icon-solutions {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.icon-solutions .col, 
.icon-solutions [class*="col-"] {
    padding: 0 15px;
}

.icon-solutions > div {
    flex-basis: 33%;
    display: flex;
    align-items: center;
}

.icon-solutions > div:nth-child(1n+4) {
    transform: translateX(50%);
    margin-top: 3rem;
}

.icon-solutions span {
    display: block;
    flex-basis: inherit;
    font-weight: 600;
}

.icon-solutions figure {
    margin-bottom: 0;
    position: relative;
    margin-right: 2rem;
}

.icon-solutions figure:before {
    content: '';
    background: url(../images/icon-bullet.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: calc(-2rem + 7px);
    transform: translateY(-50%);
    width: 2rem;
    height: 1rem;
}

.icon-solutions img {
    position: relative;
}

.icon-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.icon-lines .line {
    width: 20%;
    height: 80%;
    background: linear-gradient(to top right,transparent calc(50% - 1px),#26c1b0,transparent calc(50% + 1px));
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(20%,-50%);
}

.icon-lines .line:nth-child(2) {
    left: 16%;
    background: linear-gradient(to bottom right,transparent calc(50% - 1px),#26c1b0,transparent calc(50% + 1px));
}

.icon-lines .line:nth-child(3) {
    left: 32%;
}

.icon-lines .line:nth-child(4) {
    left: 48%;
    background: linear-gradient(to bottom right,transparent calc(50% - 1px),#26c1b0,transparent calc(50% + 1px));
}

.icon-lines .line:nth-child(5) {
    left: 63%;
}

/* Why Linx */
.home-why-linx .col, 
.home-why-linx [class*="col-"] {
    padding: 0 15px;
}

.home-why-linx .news-card .inner {
    padding: 2rem;
}

.home-why-linx .news-card h4 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    position: relative;
}

.home-why-linx .bottom-section {
    margin-top: 6rem;
}

.home-why-linx .bottom-section h4 {
    margin-bottom: 2rem;
}

.home-why-linx .bottom-section h4:before {
    content: '';
    background: var(--li-slime);
    width: 3rem;
    height: .6rem;
    display: block;
    margin-bottom: 2rem;
}

.home-why-linx .bottom-section p {
    margin-bottom: 1rem;
}

.home-why-linx .bottom-section .h4 {
    margin-bottom: 0;
    margin-top: 2rem;
    display: block;
}

.home-why-linx .bottom-section .position {
    color: #78CDF6;
}

/* Peering */
.home-peering img {
    margin: 3rem 0 1rem 0;
}

.home-peering h4 {
    margin-bottom: 2rem;
}

/* News */
.home-news .row {
    margin: 0 -15px;
}

.home-news .col, 
.home-news [class*="col-"] {
    padding: 0 15px;
}

.home-news .bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.home-news .news-card .inner {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.home-news .news-card .inner .btn {
    margin-top: auto;
}

.home-news .news-article:last-child {
    display: none!important;
}

@media(max-width: 1199px) {
    .home-banner .content {
        z-index: 1;
        position: absolute;
        background: transparent;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .home-banner .over {
        transform: none;
    }
    .home-banner .banner-img {
        flex-basis: 100%;
        opacity: .2;
    }
    .home-banner .banner-img .btn {
        display: none;
    }
    .home-news .news-article:last-child {
        display: flex!important;
    }
}

@media(max-width: 991px) {
    .icon-solutions img {
        max-width: 4rem;
        max-height: 4rem;
    }
    .home-peering p {
        font-size: 1rem;
    }
    .home-why-linx .news-card .inner {
        padding: 1rem;
    }
    .home-why-linx .news-card h4 {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
    .home-why-linx .bottom-section {
        margin-top: 3rem;
    }
    .home-why-linx .bottom-section h4 {
        margin-bottom: 1rem;
    }
    .home-why-linx .bottom-section h4:before {
        margin-bottom: 1rem;
    }
    .home-why-linx .bottom-section .h4 {
        font-size: 1rem;
    }
    .home-why-linx .bottom-section > div  {
        margin-bottom: 3rem;
    }
    .home-news .bg-img {
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    .home-peering h4 {
        margin-bottom: 1rem;
    }
    .home-peering .bottom-section > div {
        margin-top: 2rem;
    }
    .icon-solutions > div {
        flex-basis: 50%;
    }
    .icon-solutions > div:nth-child(1n+4) {
        transform: none;
        margin-top: 0;
    }
    .icon-solutions > div:nth-child(1n+3) {
        margin-top: 1rem;
    }
    .icon-lines {
        display: none;
    }
}

@media(max-width: 575px) {
    .home-banner h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .home-banner p {
        font-size: .8rem;
    }
    .home-banner .over .btn + .btn {
        margin-left: .5rem;
    }
    .icon-solutions figure {
        margin-right: 1rem;
    }
    .icon-solutions figure:before {
        right: calc(-.5rem - 5px);
        transform: translateY(-25%);
        width: 1rem;
        height: 1rem;
    }
    .icon-solutions img {
        width: 3rem;
        height: 3rem;
    }
    .home-news .bg-img {
        margin-top: 0;
    }
    .full-buttons .btn {
        width: 100%;
        margin: .5rem 0;
    }
}