@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

#div-img {
    display: flex;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    right: 0px;
}

.internet-icon {
    color: white;
    font-size: 35px;
}

#img-eu {
    width: calc(100vw - 55vw);
    height: calc(100vh - 80px);
    max-width: 900px;
    max-height: 900px;
}

#btn-contato {
    background-color: var(--primary-color);
    color: white;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.3s;
}

#btn-contato:hover {
    background-color: var(--primary-hover);
}

#div-titulo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}

#infos-inicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    color: white;
    
}

#inicio {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-image: url('https://www.devpree.com.br/portfolio/resources/images/home-background.jpg');
    z-index: -10;
}

#meu-nome {
    font-weight: bold;
    font-size: 2em;
}

#seu-dev {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #fffff7d3;
}

.redes-sociais {
    text-decoration: none;
}

.redes-sociais * {
    width: 40px;
    height: 40px;
    margin-inline: 5px;
}

#ola {
    padding: 8px;
    background-color: var(--primary-color);
    color: white;
    width: 211px;
    border-radius: 3px;
    margin-bottom: 7px;
    text-align: center;
}

.social-medias {
	position: absolute;
	bottom: 25px;
	left: 80px;
	align-items: center;
	z-index: 1;
	overflow: hidden;
	margin-top: 10px;
}

.social-medias a {
	text-decoration: none;
	cursor: pointer;
	font-size: 35px;
}

.social-medias a > i {
	color:#fffff7;
    transition: 0.4s;
}

.social-medias a > i:hover {
	color: #38B6FF;
}

.google-icons {
	font-size: 30px !important;
	margin-right: 10px;
	color: var(--text);
}

.google-icons:hover {
	color: var(--text-mouse) !important;
}

@media only screen and (max-width: 1110px) {
    #inicio {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 350px;
    }

    #infos-inicio {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    #img-eu {
        width: 110vw;
        height: calc(100vh - 50vh);
    }

    .social-medias {
        bottom: 25px;
        left: 20px;
        align-items: center;
        z-index: 1;
        overflow: hidden;
        margin-top: 10px;
    }
}

.schedule-a-coffee {
    color: white;
    background-color: #1A1C1E;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    width: 210px;
    text-align: center;
    box-shadow: 12px 12px 2px 1px rgba(28, 28, 29, 0.616);
    transition: 0.4s;
}

.schedule-a-coffee:hover {
    background-color: #282a2c;
    box-shadow: 12px 12px 2px 1px #38b6ff7e;
}
