.footer{
    display: flex;
    flex-direction: column;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--dark-red-color);
}

.reachout{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    margin-left: 20px;
}

.find, .call, .mail{
    display: flex;
    gap: 14px;
    align-items: center;
    cursor: pointer;
}

.find-details, .call-details, .mail-details{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer i{
    font-size: x-large;
}

.footer .description{
    color: rgb(197, 195, 195);
    font-size: medium;
}

.footer .title{
    font-weight: bold;
    font-size: larger;
}

.company{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 20px;
    background-color: var(--darker-red-color);
}

.company-name{
    font-weight: bolder;
    font-size: x-large;
}

.map, .map1{
    display: none;
}

.founder-picture{
    display: none;
}

.company-location{
    padding-bottom: 6px;
}

@media only screen and (min-width: 600px) {
    .footer{
        flex-direction: row;
        flex: 1 1;
       justify-content: space-between;
    }

    .company{
        padding: 10px;
        margin: 0;
        background-color: transparent;
    }
    .reachout{
        margin-left: 20px;
    }

    .company{
        margin-right: 10px;
    }

    .adjust-map1{
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media only screen and (min-width: 768px) {
 
    .reachout{
        margin-left: 70px;
    }

    .company{
        margin-right: 30px;
    }

    .adjust-map1{
        background-color: #b30726;
    }
}

@media only screen and (min-width: 868px) {
 
    .footer{
        flex-direction: column;
    }
    .reachout{
      
    }

    .company{
        margin: 0;
    }

    .adjust-map1{
        background-color: var(--darker-red-color);
    }

    .map{
        display: block;
        padding: 10px;
    }

    .map-adjust{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;    }

    .map iframe{
        border-radius: 4px;

    }

}

@media only screen and (min-width: 992px) {
    .footer{
        flex-direction: row;
        background-color: #b30726;
        gap: 10px;
    }
    .adjust-map1{
        background-color: transparent;
    }

    .reachout{
        margin-left: 10px;
    }

    .map-adjust{
        justify-content: space-around;
    }

    .map{
        display: none;
    }
    .map1{
        display: block;
    }

    .map1 iframe {
        padding: 10px;
        border-radius: 14px;
        width: 375px;
    }

    

}

@media only screen and (min-width: 1150px) {
    .reachout{
        margin-left: 70px;
    }

    .map1 iframe {
        width: 450px;
        margin-right: 20px;
    }

    .title, i{
        font-size: xx-large;
    }

}

@media only screen and (min-width: 1330px) {

    .footer{
        justify-content: space-around;
        
    }
    .founder-picture{
        display: flex;
    }

    .founder-picture img{
        width: 200px;
        padding: 10px;
    }

    .reachout {
        margin-left: 20px;
    }

}

@media only screen and (min-width: 1630px) {

    .map1 iframe {
        width: 550px;
        margin-right: 50px;
    }

    .founder-picture img{
        width: 300px;
        padding: 10px;
    }

    .reachout{
        margin: 0;
    }

}
