@font-face {
    font-family: "Poppins";
    src: url("../_resources/fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Inter";
    src: url("../_resources/fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: "Urbanist";
    src: url("../_resources/fonts/Urbanist-VariableFont_wght.ttf");
}

/* *{
    font-family: "Poppins";
    font-size: 1.1rem;
} */

body{
    margin: 0;
    padding: 0;
    background-color: #FFE2FC;
    overflow-x: hidden;
}

.footer{
    width: 100%;
    background-image: linear-gradient(rgba(105, 105, 105, 0),rgba(0,0,0,0.2));
}

.footer--row1{
    width: 100%;
    padding-top: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.footer--row2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer--row2--new{
    width: 100%;
}

.line{
    width: 25%;
    border: 1px solid rgba(0,0,0,0.2);
}

.whimzy{
    width: 30%;
}

.footer--list{
    width: 100%;
    /* padding-left: 10%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
}

.listHeader{
    font-weight: bolder;
    margin-bottom: 2%;
    margin-top: 5%;
    text-align: center;
}

.listItem{
    font-family: "Urbanist";
    font-weight: 200;
    text-align: center;
    
}

.listItem:hover{
    color: #b1b1b1;
    cursor: pointer;
}

.onclick{
    color: black;
}

.onclick:hover{
    color: #b1b1b1;
    cursor: pointer;
}

.iconRow{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3%;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.footer--icon{
    padding: 3%;
    width: 5%;
    background-color: rgba(255, 255, 255, 0.514);
    border-radius: 50%;
}

.footer--icon:hover{
    background-color: rgba(255, 255, 255);
}

.PayHre{
    width: 60%;
    margin-left: 10%;
}

.footer--row3{
    background-color: rgba(0,0,0,0.2);
    padding-top: 4%;
    padding-bottom: 4%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.contactItem{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact--icon{
    width: 17%;
}

.contact--txt{
    font-size: 0.6rem;
    margin-top: 3%;
    text-wrap: wrap;
    text-align: center;
}

#ci3{
    margin-top: 5%;
}

.footer--row4{
    width: 100%;
    background-color: #F6DADA;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 0.7rem;
    text-align: center;
    color: rgba(0,0,0,0.8);
}

.footer--a{
    color: rgb(0, 0, 0);
    font-weight: bold;
}

@media screen and (min-width:700px) {
    .footer--list{
        width: 50%;
        display: flex;
        justify-content: left;
    }
    /* #fl1{
        width: 30%;
    } */
    .footer--row2{
        flex-direction: row;
        justify-content: center;
        margin-top: 4%;
        width: 80%;
        padding-left: 15%;
    }
    .footer--row3{
        margin-top: 4%;
        justify-content: center;
    }
    .contactItem{
        width: 30%;
    }

    #ci3{
        margin-top: 0;
    }
    .whimzy{
        width: 20%;
    }
    .line{
        width: 30%;
    }
    .iconRow{
        display: flex;
        flex-direction: row;
        justify-content: start;
        gap: 3%;
        width: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .listHeader{
        text-align: start;
    }
    .listItem{
        text-align: start;
    }
    #con--div{
        width: 30%;
        margin-top: 0.5%;
    }
    .footer--icon{
        padding: 5%;
        width: 7%;
    }
    .contact--icon{
        width: 12%;
    }
    .contact--txt{
        font-size: 0.8rem;
        margin-top: 5%;
    }
}

@media screen and (min-width :950px) {
    .whimzy{
        width: 10%;
    }

    .line{
        width: 30%;
    }

    .footer--list{
        width: 30%;
    }

    .contactItem{
        width: 25%;
    }

    .footer--row1{
        margin-top: -5%;
    }

    .footer--row3{
        padding-bottom: 2%;
        padding-top: 2%;
    }

    .footer--row4{
        padding-bottom: 1.5%;
        padding-top: 1.5%;
    }

    .footer--icon:hover{
        cursor: pointer;
    }
    #con--div{
        width: 30%;
        margin-top: 0%;
    }
    .footer--icon{
        padding: 3%;
        width: 7%;
    }
    .footer--row2{
        width: 70%;
        padding-left: 20%;
    }
    .contact--icon{
        width: 8%;
    }
    .contact--txt{
        font-size: 1rem;
        margin-top: 5%;
    }
}