

.africa-spinner
{
    margin: 0;
    padding: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    left: 10%
}

.loader-africa {
    position:relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 62vh;
    height: 62vh;
    box-sizing: border-box;
    background: transparent;
}

.africa-logo
{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%);
    background-size: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url("../images/banner2024/africa.png");
    z-index:0;

}

.loader-africa .face-africa {
    position: absolute;
    border: 2px solid #e1e1e1;
}

.loader-africa .face-africa.face-africa1 {
    top: 18%;
    left: 9%;
    right: 9%;
    bottom: 0;
    background:transparent;
    border-radius:50%;
    border-left:4px solid #E1E6E9;
    border-top:4px solid #E1E6E9;
    border-right:4px solid #E1E6E9;
    border-bottom:4px solid #E1E6E9;
    animation: animate 8s linear infinite;
}

.loader-africa .face-africa.face-africa2 {
    top:30px;
    left:30px;
    right:30px;
    bottom:30px;
    background:transparent;
    border-radius:50%;
    border-right:2px solid #E3EBC4;
    border-bottom:2px solid #E3EBC4;
    border-left:2px solid #E3EBC4;
    border-top:2px solid #E3EBC4;
    animation: animate 15s linear infinite;
    animation-direction:reverse;
}

.loader-africa .face-africa .circle {
    position:absolute;
    top: calc(50% - 18px);
    left:50%;
    width:50%;
    height:4px;
    transform-origin: left;
}

.loader-africa .face-africa.face-africa1 .circle {
    transform: rotate(-45deg);
}

.loader-africa .face-africa.face-africa2 .circle {
    transform: rotate(60deg);
}

.loader-africa .face-africa.face-africa1 .circle::before {
    content:'';
    position: absolute;
    width:30px;
    height:30px;
    border-radius:50%;
    background: #e1e1e1;
    top:-4px;
    right:-6px;
}

.loader-africa .face-africa.face-africa2 .circle::before {
    content:'';
    position: absolute;
    width:20px;
    height:20px;
    border-radius:50%;
    background: #e1e1e1;
    top:-4px;
    right:-6px;
}

.loader-africa .face-africa.face-africa1 .circle::before {
    background:#E1E6E9;
    box-shadow: 0 0 0 10px #E1E6E9;
}

.loader-africa .face-africa.face-africa2 .circle::before {
    background:#E3EBC4;
    box-shadow: 0 0 0 5px #E3EBC4;
}

@keyframes animate {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

@media all and (min-width: 1201px){

    .loader-africa {
        top: 50%;
        left: 50%;
        min-width: 550px;
        min-height: 550px;
        max-width: 660px;
        max-height: 660px;
        width: 65vh;
        height: 65vh;
    }

}

@media all and (min-width: 993px) and (max-width: 1200px) {

    .loader-africa {
        top: 50%;
        left: 45%;
        min-width: 330px;
        min-height: 330px;
        max-width: 550px;
        max-height: 550px;
        width: 65vh;
        height: 65vh;
    }

}

@media all and (min-width: 769px) and (max-width: 992px) {

    .loader-africa {
        top: 50%;
        left: 45%;
        min-width: 280px;
        min-height: 280px;
        max-width: 460px;
        max-height: 460px;
        width: 65vh;
        height: 65vh;
    }

    .loader-africa .face-africa.face-africa1 .circle::before {
        width:25px;
        height:25px;
        top:-4px;
        right:-6px;
    }

    .loader-africa .face-africa.face-africa2 .circle::before {
        width:18px;
        height:18px;
        top:-4px;
        right:-6px;
    }

}

@media all and (min-width: 577px) and (max-width: 768px) {

    .loader-africa {
        top: 55%;
        left: 50%;
        width: 300px;
        height: 300px;
    }


    .loader-africa .face-africa.face-africa1 .circle::before {
        width:18px;
        height:18px;
        top: -5px;
        right: -6px;
    }

    .loader-africa .face-africa.face-africa2 .circle::before {
        width:15px;
        height:15px;
        top:-13px;
        right:-15px;
    }

}

@media all and (min-width: 450px) and (max-width: 576px) {

    .loader-africa {
        top: 50%;
        left: 45%;
        width: 230px;
        height: 230px;
    }


    .loader-africa .face-africa.face-africa1 {
        border-left:2px solid #E1E6E9;
        border-top:2px solid #E1E6E9;
        border-right:2px solid #E1E6E9;
        border-bottom:2px solid #E1E6E9;
    }

    .loader-africa .face-africa.face-africa1 .circle::before {
        width:13px;
        height:13px;
        top: 2px;
        right: 1px;
    }

    .loader-africa .face-africa.face-africa2 .circle::before {
        width:11px;
        height:11px;
        top:-7px;
        right:-9px;
    }

}

@media all and (max-width: 449px) {

    .loader-africa {
        top: 50%;
        left: 48%;
        width: 200px;
        height: 200px;
    }

    .loader-africa .face-africa.face-africa1 .circle::before {
        width:10px;
        height:10px;
        top: 1px;
        right: 0;
    }

    .loader-africa .face-africa.face-africa2 .circle::before {
        width:7px;
        height:7px;
        top:-8px;
        right:-10px;
    }


    .loader-africa .face-africa.face-africa1 {
        border-left:2px solid #E1E6E9;
        border-top:2px solid #E1E6E9;
        border-right:2px solid #E1E6E9;
        border-bottom:2px solid #E1E6E9;
    }

}