@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Manrope&family=Raleway:wght@600&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    font-family: Manrope, sans-serif;
    font-size: 18px;
    scroll-behavior: smooth;
}


h3 {
    font-family: Raleway, sans-serif;
}


#skiplinks {
    width: 100%;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skiplinks a {
    color: #5B5B5B;
}
#skiplinks a:focus {
    position: static;
    width: auto;
    height: auto;
}


#hero {
    width: 100%;
    height: 650px;
    background: linear-gradient(rgba(0,136,123,0.4),rgba(33,127,126,0.1)),
    url('./blockcolor.jpg') no-repeat top / cover;
    color: white;
    transition: 0.6s;
}
.hcontainer {
    width: 80%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: 0.6s;
}


#work {
    width: 100%;
    height: 100%;
    padding: 90px;
    float: left;
    align-items: left;
    background-color: #00B7AB;
    transition: 0.6s;
    background: linear-gradient(rgba(0,136,123,0.3),rgba(77,127,126,0.9)),
    url('./pencils.jpg') no-repeat center / cover;
}
.workcontainer{
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    transition: 0.6s;
}


#buttoncontainer {
    display: block;
    align-items: left;
    transition: 0.6s;
}


.workcontainer h1 {
    font-size: 3rem;
    font-weight: bolder;
    transition: 0.6s;
    float: left;
    color: white;
}


.title {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    align-content: left;
    align-items: left;
    transition: 0.6s;
}


.workcontainer .wbuttons button{
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 2em 2em;
    margin: 10px;
    color: white;
    background-size: 200%;
    transition: 0.6s;
}


#about {
    width: 100%;
    height: 100%;
    background-color: rgba(230, 142, 28);
    position: relative;
    float: left;
    padding: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    transition: 0.6s;
    background: linear-gradient(rgba(14, 157, 173,0.9),rgba(77,127,126,0.3));
}
.aboutcontainer {
    height: 100%;
    max-width: 1000px;
    margin: 0px auto;
    display: relative;
    left: 16.9%;
    float: left;
    color: white;
    transition: 0.6s;
    position: relative;
}


.grow { 
    transition: all .6s ease-out;
}
.grow:hover { 
    transform: scale(1.1);
    transition: 0.6s;
}
.box {
    float: left;
    margin: 10px;
    padding: 10px;
    width: 300px;
    height: 300px;
    background-color: white;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 6px;
}
.box h3 {
	text-align: center;
    font-size: 1.2rem;
    color: #01948a;
    margin-bottom: 30px;
    transition: 0.6s;
    text-transform: uppercase;
}
.box p {
    font-family: Inter, sans-serif;
    color: #00B7AB;
    font-size: 1.1rem;
    text-align: center;
    align-items: center;
    transition: 0.6s;
}


header {
  background-color: black;
}


li{ 
    list-style: none;
}
a {
    color: white;
    text-decoration: none;
}


.container {
    max-width: 1224px;
    width: 90%;
    margin: 0 auto;
    transition: 0.4s;
}


.navbar {
    position: fixed;  
    right: 0;
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s;
    background-color: rgba(255,184,43,0.9);
    z-index: 100; 
}


.nav-branding {
    font-size: 2rem;
    transition: 0.4s;
    padding-left: 30px;
}
.nav-branding:hover {
    color: #f05216;
    transition: 0.4s;
}


.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    transition: 0.3s;
    padding-right: 30px;
}
.nav-link{
    transition: 0.3s ease-out;
    font-style: bolder;
}
.nav-link:hover {
    background-color: #d1440d;
    transition: 0.6s;
}


.hamburger {
    display: none;
    cursor: pointer;
    padding-right: 30px;
}


.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: white; 
}


.hcontainer .info h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight:bolder;
    transition: 0.6s;
    background-color: 
}
.hcontainer .info h2 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    transition: 0.6s;
}
.hcontainer .info p {
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    max-width: 60%;
    transition: 0.6s;
}
.hcontainer .info button {
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 0.2em 2em;
    margin-top: 2rem;
    color: white;
    background-size: 200%;
    transition: 0.6s;
}


.button1 {
    background-image: linear-gradient(to left, #acd624, #acd624, #6d9419);
    transition: 0.6s;
}
.button1:hover {
    background-position: right;
    transition: 0.6s;
}
.button2 {
    background-image: linear-gradient(to left, #00B7AB, #00B7AB, #007592);
    transition: 0.6s;
}
.button3 {
    background-image: linear-gradient(to left, #f05216, #f05216, #c7330a);
    transition: 0.6s;
}
.button4 {
    background-image: linear-gradient(to left, #acd624, #acd624, #6d9419);
    transition: 0.6s;  
}
.button5 {
    background-image: linear-gradient(to left, #f5cd07, #f5cd07, #ed8a09);
    transition: 0.6s;    
}
.button6 {
    background-image: linear-gradient(to left, #00B7AB, #00B7AB, #007592);
    transition: 0.6s;
}
.button2:hover {
    background-position: right;
    transition: 0.6s ease;
}
.button3:hover {
    background-position: right;
    transition: 0.6s ease;
}
.button4:hover {
    background-position: right;
    transition: 0.6s ease;
}
.button5:hover {
    background-position: right;
    transition: 0.6s ease;
}
.button6:hover {
    background-position: right;
    transition: 0.6s ease;
}

#footer {
	width: 100%;
    height: 200%;
    padding: 10px;
    clear: both;
	color:#E0AFA0;
    background-color: #F4F3EE;
    text-align: center;
    align-items: center;
    display: none;
}


.grow { 
    transition: all .6s ease-out;

}

.grow:hover { 
    transform: scale(1.1);
    transition: 0.6s;
    background-color: #fffcf2;
}


@media(max-width: 1100px) {
  .hamburger{
    display: block;
  }
 .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
 .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
 .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
 .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: rgba(255,184,43);
    width: 100%;
    text-align: center;
    transition: 0.3s;
  }
 .nav-item {
    margin: 16px 0;
  }
 .nav-menu.active{
    left: 0;
  }
}


@media screen and (max-width: 768px){
    html{
        font-size: 14px;
    }
}
@media screen and (max-width:1320px){
    header{
        padding: 0 50px;
    }
}
@media screen and (max-width:1100px){
    header{
        padding: 0 30px;
    }
}
@media screen and (max-width: 960px){
	.aboutcontainer{
		width:640px;
	}
}
@media screen and (max-width: 640px){
	.aboutcontainer{
		width:320px;
        left: 5%;
	}
    .box{
        height: 220px;
    }
}