*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

section{
    filter: grayscale(40%);
    height: 100vh;
    width: 100%;
    background-position: center;
    object-fit: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

section .logo{
    background-image: url(daxil4.jpeg);
    background-size: cover;
    background-position: center;
    height: 120px;
    width: 120px;
    margin-bottom: -40px;
    border: 2px solid #fff;
    border-radius: 50%;
}

section .container{
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 20%;
    width: 80%;
}



section .link{
    height: 40%;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: space-evenly;
}



section .link .links{
    display: flex;
    align-items: center;
    font-size: 5vw;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 100%;
    height: 14vw;
    background-color: rgba(0, 0, 0, 0.393);
    margin: -30px auto;
}



section .link .links .box{
    margin-left: 5px;
    display: grid;
    place-items: center;
    width:10vw;
    height: 10vw;
    border-radius: 50%;
    background-color: #fff;
    mix-blend-mode: screen;
}

section .link .links a{
    font-size: 5vw;
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
}

.fa-instagram{
    color: red;
    font-weight: 600;
}

.fa-phone{
    color: rgba(0, 70, 182, 0.886);
}

.fa-envelope{
    color: #4285F4;
}

@media (max-width:768px){
        
    section .link{
        height: 65%;
        width: 70%;
        margin-top: 0px;
    }
}

@media (max-width:553px){
        
    section .link{
        height: 50%;
        width: 80%;
        margin-top: 0px;
    }
}

@media (max-width:450px){
        
    section .link{
        height: 50%;
        width: 80%;
        margin-top: 0;
    }
    section .link .links{
        margin: -30px auto;
    }
}

@media (max-width:400px){
        
    section .link{
        height: 38%;
        width: 80%;
        margin-top: 0px;
    }
    section .link .links{
        margin: -30px auto;
    }
}

@media (min-width:763px){
    section .link{
        height: 70%;
        width: 60%;
        margin-top: 0px;
    }
}