

body {
    font-family: 'Cairo', sans-serif;
    background-color: #DFDFDF;
}

.footer-custom {

    background-color: #2E2328;
    position: relative;

}



.social-icons i {
    font-size: 2.5rem;
    margin-right: 10px;
    color: #c6835b;
}

/*.footer-custom::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -60px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 120px;*/
/*    background-color: #2E2328;*/
/*    border-radius: 100% 100% 0 0;*/
/*    z-index: -1;*/
/*}*/

/*.footer-custom::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -80px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    background-color: #FFFFFF;*/
/*    border-radius: 100% 100% 0 0;*/
/*    border-top: 5px solid #C87B5C;*/
/*    z-index: -2;*/
/*}*/


.card {
    transition: 0.3s;
}

.card:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1080px) {
    .circle {
        width: 550px;
    }
}

@media screen and (max-width: 768px) {
    .circle {
        width: 400px;
    }
    .slogan {
        width: 100%;
        height: 100%;
    }
}



@media screen and (max-width: 500px) {
    .circle {
        width: 250px;
    }
}
