
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,300;0,600;0,700;1,300;1,400;1,600&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

:root {
    --font-primary: "Baloo Da 2", serif;
    --font-secundary: "Josefin Slab", serif;
    --font-action: "Mulish", serif;
}

html {
    scroll-behavior: smooth;
}

header {
    width: 100%;
    height: 100vh;
    position: relative;
}

header .navbar {
    width: 100%;
    position: absolute;
    display: flex;
    top: 0;
}

.img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    animation: zoom 25s;
}

.banner {
    position: absolute;
    top: 40%;
    width: 100%;
}

.banner h2 {
    color: #ffffff;
    font-size: 2rem;
    font-family: var(--font-primary);
    font-weight: 200;
    text-shadow: .2rem .3rem 2px rgba(0, 0, 0, 0.4);
    line-height: 3.5rem;
    margin-bottom: 2rem;
    opacity: 0;
    text-align: center;
    animation: moveBanner 1.5s 0.2s forwards;
}

.btn {
    background: #6a3093;
    background: -webkit-linear-gradient(to right, #a044ff, #6a3093);
    background: linear-gradient(to right, #a044ff, #6a3093);
    font-family: var(--font-action);
    font-size: .8rem;
    color: #eee;
    border-radius: .5rem;
    border: none;
    box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.4);
}

.my-works {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
	background-image: linear-gradient(rgba(0,0,0), rgba(0, 0, 0));
}

.works-img { 
    max-width: 80%; 
    max-height: 80%;
}
#web {display:block;}
#mobile {display:none}

@media all and (max-width: 499px) {
    #web {display: none;}
    #mobile {display: block;}
}

.work-one {
    width: 100%;
    min-height: 100vh;
}

.outerDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Centering y-axis */
    align-items :center; /* Centering x-axis */
  }

.sessao-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sessao-header h2 {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    margin-top: 1.5rem;
    color: #b1b1b1;
    border-bottom: solid 2px #6a3093;
    font-weight: lighter;
}

.sessao-contato {
    width: 100%;
    height: 100vh;
	min-height: 600px;
    background-color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contato-wrapper {
    width: 98vw;
    height: 35rem;
    display: flex;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.5);
}

.contato-left {
    width: 35%;
    background: linear-gradient(rgba(15, 15, 15, 0.6), rgba(25, 22, 22, 0.9)), url("../images/contato.jpg");
    background-size: cover;
	display: none;
}

.contato-right {
    width: 100%;
    background-color: #eee;
	padding: 1rem;
}

.sessao-contato h1 {
    width: 100%;
    text-align: center;
    font-family: var(--font-primary);
    color: #272727;
    font-size: 3rem;
    font-weight: lighter;
}

.sessao-contato form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-group {
    position: relative;
}

.field {
    background: transparent;
    border: none;
    width: 100%;
    font-size: 1.5rem;
    font-family: var(--font-secundary);
    border-bottom: 2px dashed #636363;
    height: 3rem;
    outline: none;
    margin: 1.5rem 0;
}

.input-group textarea {
    padding-top: 1rem;
	width: 100%;
    max-width: 100%;
    max-height: 6rem;
	height: 6rem;
}

.field-label {
    position: absolute;
    top: 3rem;
    left: 0;
    font-size: 1.2rem;
    font-family: var(--font-secundary);
    text-transform: uppercase;
    transition: all 0.3s;
}

.field:focus ~ label {
    top: 0;
    font-size: 1rem;
}

.field:focus {
    border-bottom: 1px solid;
}

.btn-submit {
    font-size: 1.2rem;
    text-transform: uppercase;
    width: 90%;
    height: 2.5rem;
    margin-top: 3rem;
}

.footer-basic {
    padding:40px 0;
    background-color:#ffffff;
    color:#4b4c4d;
}
  
.footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
}
  
.footer-basic li {
    padding:0 10px;
}
  
.footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
}
  
.footer-basic ul a:hover {
    opacity:1;
}
  
.footer-basic .social {
    text-align:center;
    padding-bottom:25px;
}
  
.footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
}
  
.footer-basic .social > a:hover {
    opacity:0.9;
}
  
.footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
}

@keyframes zoom {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
  
@keyframes moveBanner {
    0% {
        transform: translateY(10rem) rotateY(-30deg);
    }
    100% {
        transform: translateY(0) rotateY(0);
        opacity: 1;
    }
}

#link-topo {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 2rem;
    height: 2rem;
    background: #6a3093;
    background: -webkit-linear-gradient(to right, #a044ff, #6a3093);
    background: linear-gradient(to right, #a044ff, #6a3093);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: .3rem;
    box-shadow: 0 0.1rem 0.6rem #00000009;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
	
	.image-zomm:active {
		transform: scale(2);
		cursor: none;
	}

	.image-zomm-left:active {
		transform: scale(2) translateX(33.333%);
		cursor: none;
	}

	.image-zomm-right:active {
		transform: scale(2) translateX(-33.333%);
		cursor: none;
	}
	
	.contato-wrapper {
		width: 70%;
	}
	
	.contato-left {
		display: flex;
	}
	
	.contato-right {
		width: 65%;
		padding: 1rem 3rem 3rem 3rem;
	}
	
}
  
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .works .column {
      flex: 50%;
      max-width: 50%;
    }
}
  
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .works .column {
      flex: 100%;
      max-width: 100%;
    }
}


.brand-image {
    width: 150px;
}