:root {
    --Primary-color: #2980B9;
    --Secondary-color: rgb(252, 252, 40);
    --Tetiary-color: rgba(21, 255, 0, 0.856);
    --Primary-font: Open Sans;
    --Secondary-font: Montserrat;
    --Tetiary-font: Mitr;
    --Extra-font: Courgette;
    --Extrastyle-font: ;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.footer-wrap{
    width: 100%;
    background-color: transparent;
    margin-top: 0px;
}
.phase1{
    width: 100%;
    height: 400px;
    margin-left: 0%;
    background-color: transparent;
}
.contact-us {
    width: 100%;
    height: 400px;
    font-size: 14px;
    display: flex;
    color: white;
    background-color: black;
}
.foot-head {
    text-align: center;
    color: var(--Primary-color);
    margin-left: 0px;
    font-size: 18px;
    padding: 5px;
    font-family: var(--Primary-font);
}
.cont{
    color: black;
    height: 100px;
    font-size: 16px;
    margin-left: 30px;
    padding: 3px;
    font-family: var(--Tetiary-font);
}
p{
    width: 270px;
    font-size: 15px;
    font-family: var(--Primary-font);
    color: black;
}
.About-us{
    width: 50%;
    height: 400px;
    padding: 1px;
    margin-right: 10px;
}
.address{
    width: 50%;
    height: auto;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}
.About{
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    line-height: 25px;
    color: white;
    font-family: var(--Tetiary-font);
}
.social-media{
    display: flex;
    margin-top: -15px;
    margin-left: 3%;
    background-color: transparent;
    padding: 0px;
}
.s-image{
    width: 60px;
    height: 60px;
}
.image{
    width: 30px;
    height: 30px;
    padding: 1px;
}
.contact-us li {
    list-style: none;
    font-family: var(--Tetiary-font);
    margin-bottom: 1px;
}
.but{
    width: 27%;
    background-color: var(--Primary-color);
    color: white;
    padding: 8px;
}
.phase2{
    width: 100%;
    color: black;
    background-color: var(--Primary-color);
    text-align: center;
    padding: 10px;
    font-size: 5px;
    font-family: var(--Secondary-font);
}
.alright{
    width: 100%;
    text-align: center;
    padding: 1px;
    color: black;
    font-size: 12px;
    font-family: var(--Secondary-font);
}
.sponsorimage{
    width: 200px;
    height: 150px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
}
.About a {text-decoration: none; color: var(--Primary-color);}




@media screen AND (max-width:500px){
    .footer-wrap{
        width: 100%;
        height: auto;
        margin-top: 0px;
    }
    .phase1{
        width: 100%;
        margin-left: 0%;
        background-color: transparent;
    }
    .contact-us {
        width: 100%;
        font-size: 14px;
        display: block;
        color: white;
        background-color: white;
    }
    .foot-head {
        text-align: center;
        color: var(--Primary-color);
        margin-left: -20px;
        font-size: 14px;
        padding: 5px;
        font-family: var(--Primary-font);
    }
    .cont{
        color: black;
        font-size: 16px;
        margin-left: 30px;
        padding: 3px;
        font-family: var(--Tetiary-font);
    }
    p{
        width: 350px;
        height: auto;
        font-size: 15px;
        font-family: var(--Primary-font);
        color: black;
    }
    .About-us{
        width: 100%;
        height: auto;
        padding: 1px;
        margin-right: 0%;
        background-color: black;
    }
    .address{
        width: 100%;
        margin-left: 0%;
        height: auto;
        background-color: transparent;
        display: flex;
        flex-wrap: wrap;
    }
    .About{
        width: 96%;
        margin-left: 2%;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        line-height: 25px;
        color: white;
        font-family: var(--Tetiary-font);
    }
    .social-media{
        display: flex;
        margin-top: 10px;
        margin-left: 3%;
        background-color: transparent;
        padding: 10px;
    }
    .s-image{
        width: 70px;
        height: 70px;
    }
    .image{
        width: 30px;
        height: 30px;
        padding: 1px;
    }
    .contact-us li {
        list-style: none;
        font-family: var(--Tetiary-font);
        margin-bottom: 1px;
    }
    .but{
        width: 27%;
        background-color: var(--Primary-color);
        color: white;
        padding: 8px;
    }
    .phase2{
        width: 100%;
        bottom: 0;
        margin-top: 500px;
        position: static;
        color: black;
        background-color: var(--Primary-color);
        text-align: center;
        padding: 10px;
        font-size: 5px;
        font-family: var(--Secondary-font);
    }
    .alright{
        padding: 1px;
        color: black;
        font-size: 8px;
        font-family: var(--Secondary-font);
    }
    .sponsorimage{
        width: 150px;
        height: 100px;
        margin-top: 0px;
        margin-left: 0px;
        padding: 0px;
    }
    .About a {text-decoration: none; color: var(--Primary-color);}
}