@keyframes fadeAnim {
    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    animation: fadeAnim 1s forwards;
}

.selection-body {
    height: 100vh;
    background: #0f7b2b;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    overflow: hidden;
}

.inner-container {
    height: 100%;
    /* background: red; */
    width: 100%;
    position: relative;
    box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.388);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-selection {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center right;
}

.selection-info-box {
    position: relative;
    background: #1d1d1b;
    color: white;
    padding: 30px;
    /*width: 50%;*/
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 56%;
    z-index: 2;
}

.selection-info-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    background: #1d1d1b;
    left: -53px;
    transform: skewX(-44deg);
    z-index: 1;
}

.select-label {
    margin: 0;
    text-transform: uppercase;
    width: 108px;
}

.selection-info-btns {
    display: flex;
}

.country-btns-container {
    display: flex;
    align-items: center;
}

a.country-btn:hover {
    text-decoration: none;
    background: #8eb7a1;
    border-color: #ffd63e;
}

a.country-btn {
    display: inline-block;
    background: #9fc8b2;
    color: #1c1e1d;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px;
    border: 3px solid #ffc900;
    border-radius: 5px;
    /* font-size: 16px; */
    margin: 0 10px;
}

.selection-info-container {
    position: relative;
    z-index: 2;
}

@media (max-width: 1300px) {
    .selection-info-box {
        width: 430px;
    }
    .selection-info-btns {
        flex-direction: column;
        text-align: center;
    }
    label.select-label {
        width: 100%;
        margin-bottom: 10px;
    }
    .country-btns-container {
        margin-left: -10px;
        margin-right: -10px;
    }
    .selection-info-box:before {
        left: -70px;
        width: 146px;
    }
}

.selection-style {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 50px;
}

.s-icon-x {
    position: absolute;
    top: 0;
    left: 0;
    width: 638px;
    height: 50px;
    background: #e2e4e1;
}

.s-icon-x:after {
    content: "";
    position: absolute;
    right: -23px;
    top: 0;
    bottom: 0;
    width: 50px;
    background: #c1c7c3;
    transform: skewX(-44deg);
}

.s-icon-y {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 637px;
    background: #e2e4e1;
    /* background: red; */
}

.s-icon-y:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -24px;
    width: 50px;
    height: 50px;
    background: #c1c7c3;
    transform: skewY(-44deg);
}

.s-icon-img {
    padding: 30px;
    background: #f2f2f2;
    width: 246px;
}

img {
    max-width: 100%;
}

.s-img-background {
    position: absolute;
    height: 588px;
    width: 609px;
    background: linear-gradient(-45deg,transparent, 51%, #e8e8ea 50%, #e8e8ea 55% , #f3f3f3 55%);
    z-index: -1;
}

body {
    overflow: hidden;
    height: 100vh;
}

.mobl-logo {
    display: none;
}

@media (max-width: 991px) {
    .selection-style {
        display: none;
    }
    
    .selection-body {
        padding: 0;
    }
    
    .selection-info-box:before {
        display: none;
    }
    
    .selection-info-box {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .country-btns-container {
        /* flex-direction: column; */
    }
    
    a.country-btn {
        width: 100%;
        margin: 0 5px;
        margin-top: 0px;
        font-size: 13px;
    }

    .inner-container {
    display: block;
    }

    .mobl-logo {
        /* width: 154px; */
        z-index: 2;
        position: relative;
        padding: 20px;
        /* background: #f3f3f3; */
        text-align: right;
        display: block;
    }
    
    img.mobl-img {
        width: 89px;
    }
    
    .selection-info-box {
        padding: 20px;
        padding-top: 10px;
    }
    
    a.country-btn img {
        width: 22px;
    }
    
    .selection-info-container {
        width: 100%;
        /* color: black; */
    }

    .banner-selection {
        background-position: 54%;
    }

    label.select-label {
        margin-bottom: 10px;
    }
}

/* Animations and columns in 29-12-2020 */

.col1 {
    content: "";
    position: absolute;
    left: 875px;
    top: -375px;
    width: 24px;
    height: 375px;
    background: #0f7c2e;
    transform: skewX(-45deg);
    z-index: 14;
    animation: down 9s  linear infinite;
}

@keyframes down {
    to {
        TOP: 875px;
        LEFT: -375px;
    }
}

.col2 {
    content: "";
    position: absolute;
    top: 752px;
    left: -456px;
    width: 67px;
    height: 389px;
    background: rgba(3, 162, 71, 0.749);
    transform: skewX(-45deg);
    z-index: 14;
    animation: down2 6s infinite linear;
    transform-origin: bottom left;
}

@keyframes down2 {
    to {
            top: -456px;
            left: 752px;
    }
}

.col3 {
    position: absolute;
    top: 0;
    left: 207px;
    width: 47px;
    height: 516px;
    background: rgba(243, 243, 243, 0.671);
    transform: skewX(-45deg);
    z-index: 14;
    /* animation: down2 6s infinite linear; */
    transform-origin: bottom left;
}

.col4 {
    position: absolute;
    top: 0;
    left: 701px;
    width: 30px;
    height: 100px;
    background: #079b46;
    transform: skewX(-45deg);
    z-index: 14;
    /* animation: down2 6s infinite linear; */
    transform-origin: bottom left;
}

.selection-anim > * {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.249);
}