.contact{
    width: 100%;
    height: 80vh;
    background-color: var(--themeColor);
    border-radius: 10px;
    padding: 0 100px 0 100px;
}
.information .title h1{
    letter-spacing: 5px;
}
.information .description{
    margin-top: 10px;
    letter-spacing: 2px;
}
.links{
    margin-top: 50px;
}
.link{
    width: 100%;
    height: 85px;
    border-radius: 20px;
    background: transparent;
    border: 2px solid var(--themeColorDark);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.content1{
    width: 25%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content1 .icon{
    width: 60px;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: var(--themeColorDark);
}
.content1 .icon svg{
    width: 25px;
    height: 25px;
    color: #fff;
}
.content2{
    width: 75%;
    height: 70%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.content2 .name h4{
    color: var(--themeWhite)
}
.content2 .nameDescription p{
    color: var(--themeWhiteDark);
}
.information .button{
    width: 100%;
    height: 45px;
    background-color: var(--themeColorDark);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 25px 0;
    border-radius: 10px;
}
.information .button button{
    background-color: transparent;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    border: none;
}
.information .button svg{
    width: 20px;
    height: 20px;
    color: #fff;
    margin-right: 7px;
}


.navigation{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation iframe{
    width: 95%;
    height: 85%;
    border-radius: 10px;
    filter: brightness(85%) hue-rotate(180deg);
}
.col-7{
    padding: 0 !important;
}
.col-5{
    padding: 70px !important;
}










/* --- MOBILE START --- */
@media all and (max-width: 1250px) and (min-width: 50px) {
    .col-5{
        width: 100% !important;
    }
    .col-5 a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col-5 .title, .col-5 .description{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact{
        height: auto;
    }
    .col-7{
        padding: 25px 100px 100px 100px !important;
    }
}
@media all and (max-width: 600px) and (min-width: 50px){
    .col-5{
        padding: 0 !important;
    }
    .col-7{
        padding: 25px !important;
    }
    .title{
        margin-top: 25px;
    }
}
@media all and (max-width: 480px) and (min-width: 50px){
    .page{
        padding: 0 !important;
    }
    .contact{
        padding: 0 25px 0 25px;
    }
}

/* --- MOBILE END --- */