﻿/*body {
}*/

/* Footer section start from here */
.footer1 {
    grid-column-start:2;
    width: auto;
    height: auto;
    /*margin: 15px;*/
    background-color: #42413f;
    border-radius: 25px;
    box-shadow: 0 0 10px;
    color: #333;
    /*padding: 20px;*/
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/* social icons section  */
.footerContainer {
    position: relative;
    background-color: rgb(255, 0, 230);
    text-transform: capitalize;
    margin: 30px;
    border-radius: 20px;
}

    .footerContainer p {
        margin-top: -5px;
        padding: 5px;
        display: flex;
        /*justify-content: center;*/
        font-size: xxx-large;
        font-weight: bold;
        background-color: #fff;
        color: rgb(255, 0, 230);
        border-radius: 20px 20px 0 0;
    }

.socialicons {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 1%;
}

    .socialicons a {
        color: #fff;
        font-size: 100px;
    }

        .socialicons a:hover {
            color: aquamarine;
        }

/* our policy section  */
.footer-dropdown {
    height: auto;
    width: auto;
    background-color: blueviolet;
    border-radius: 20px;
    position: relative;
    /*top: 10%;*/
    /*left: 0%;*/
    margin: 30px;
}

.question p {
    margin: 0px;
    font-size: xxx-large;
}

.answer a {
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    font-size: xx-large;
}

.footer-dropdown a:hover {
    background-color: yellowgreen;
    border-radius: 5px;
}

/* copyright section  */
.footerbottom {
    font-size: x-large;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 40px;
    left: 0%;
    text-align: center;
}
