footer{
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    overflow: hidden;
    background-color: #212121;
}
footer img{
    width: 80%;
    max-width: 300px;
    margin: 30px;
    cursor: pointer;
}
.footer_fields_holder{
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 20px;
}
/* do not change valuse */
.footer_fields{
    width: 30%;
    min-height: 150px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 5px;
    margin-right: 0px;
    margin-left: 30px;
}
.footer_fields img{
    width: 250px;
    height: 80px;
    margin-bottom: 10px;
}
.footer_fields h1{
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
    letter-spacing: 3px;
    font-family: Quicksand,sans-serif;
    color: #ffff;
    border-bottom: 2px solid #ffff;
    border-bottom-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212/var(--tw-border-opacity));
}
.footer_fields a{
    font-family: Poppins,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 3px;
    font-weight: 100;
    line-height: 1.5!important;
    color: #ffff; 
}
.footer_fields a:hover{
    color: rgba(0, 195, 255, 0.623);
}
#footer_fields_1{
    margin-left: 30px;
}
#footer_fields_2{
    max-width: 300px;
}

#footer_fields_3{
    max-width: 300px;
}

#footer_fields_4{
    max-width: 300px;
}
.icons{
    margin-left: 10px;
    margin-right: 10px;
}
.link_holder_footer{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.link_holder_footer a{
    color: rgb(0, 225, 255);
    margin: 20px;
    transition: all .1s linear;
}
.link_holder_footer a:hover{
    color: #ffff;
    transition: all .1s linear;
}
.footer_link_handel{
    max-width: 800px;
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    overflow: hidden;
    background-color: #212121;
}
@media screen and (max-width: 1235px) {
    .footer_link_handel{
        max-width: 700px;
    }
}
@media screen and (max-width: 1100px) {
    .footer_link_handel{
        max-width: 600px;
    }
}
@media screen and (max-width: 950px) {
    .footer_link_handel{
        max-width: 500px;
    }
}
@media screen and (max-width: 900px) {
    #footer_fields_1{
        width: 90%;
    }
    .footer_link_handel{
        max-width: 100%;
    }
    #footer_fields_3{
        max-width: 50%;
        width: 45%;
    }
}
@media screen and (max-width: 650px) {
    #footer_fields_1{
        width: 90%;
    }
    #footer_fields_2{
        max-width: 100%;
        width: 95%;
    }
    #footer_fields_3{
        max-width: 100%;
        width: 95%;
    }
    
}
@media screen and (max-width: 330px) {
    #footer_fields_1{
        width: 90%;
    }
    #footer_fields_2{
        max-width: 100%;
        width: 95%;
    }
    #footer_fields_3{
        max-width: 100%;
width: 95%;
    }
    
}
@media screen and (max-width: 1100px) {
    .feature_slide3_info_flex{
        margin-left: 30px;
margin-right: 30px;
}
    }