body,
html {
    padding: 0;
    margin: 0;
    top: 0;
    font-family: 'Poppins';
    width:100%;
    height:100%;
    /* overflow: auto; */
}
@font-face {
    font-family: din-next;
    src: url(../font/DIN-Next\ LT-Arabic\ Light.ttf)
}

.container {
    top: 0;
    display: flex;
    min-height: 100vh;
    /* position: absolute; */
}

.greyDiv {
    background-color: #474747;
    width: 55%;
    padding-top: 2.5rem;
    padding-left: 8rem;
}

.yellowDiv {
    background-color: #FFDE0E;
    width: 45%;
}

.bodyContent {
    padding-top: 8rem;
    width: 500px;
    color: #ffffff;
}
.bodyContent h1{
    font-size: 40px;
    font-weight: 700;
}
.bodyContent p{
    font-size: 20px;
    font-weight: 500;
}

.imgReel {
    display: flex;
    position: relative;
    /* right:200px ; */
    align-items: center;
    justify-content: flex-end;

}

.imgReel img {
    /* width: 50%; */
}

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    font-size: 15px;
}
.contact a{
    text-decoration: none;
}
.contact img {
    padding-right: 5px;
}
.contact h5 {
    padding-left: 5px;
    font-family: din-next;
    font-weight: 900;
    font-size: 18px;
    color: #474747;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 8rem;
    font-size: 13px;
}

.followUs {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.followUs img {
    padding: 0 15px;
}

.tiktoklogo {
    font-size: 100px;
    position: relative;
    color: #00fff8;
}
.social-links a{
    display:inline-block;
    background-color:#9a9a9a;
    color:#464646;
    width:30px;
    height:30px;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    text-align:center;
    line-height:34px;
    border-radius:50%;
}
.social-links a:hover {
    background-color:#FFDE0E;
}
.social-links a i {
    font-size:20px;
}
.social-links{
    text-align: center;
    margin-top: 10px;
}


@media only screen and (max-width: 768px) {
    .container {
        flex-direction: column;
        min-width: 100%;
    }

    .greyDiv {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        padding: 30px 0 0 30px;
        height: 100vh;
    }

    .yellowDiv {
        display: none;
    }

    .bodyContent {
        width: 100%;
    }

    /* .bodyContent h1, p{
        padding-bottom: 2rem;
    } */
    .footer {
        padding: 30px;
    }
    .followUs img {
        padding: 0 5px;
    }
}
