body{
    margin:0;
    padding: 0;
}
.main{
    background-color: white;
    min-height: 900px;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 48px;
  }
  
  header .title {
    font-family: 'Abyssinica SIL';
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

    @media (max-width: 1024px) {
        header .title {
            font-size: 36px;
        }
    }

    @media (max-width: 768px) {
        header .title  {
            font-size: 28px;
        }
    }
  header .navbar {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 22px;
  }

  header .navbar span {
    font-family: 'BIZ UDPMincho';
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  
  .menu-icon {
    display: none;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #000;
  }

  .menu-toggle {
    display: none;
  }

  @media (max-width: 1024px) {
    header {
      flex-wrap: wrap;
    }
  
    .navbar {
        opacity: 0;
        display: none;
        flex-direction: column; 
        position: absolute;
        top: 80px;
        right: 48px; 
        background-color: #fff;
        padding: 16px;
        z-index: 1000;
    }
  
    .menu-toggle:checked + .menu-icon + .navbar {
        opacity: 1;
        display: flex;
    }
  
    .menu-icon {
        display: block; 
    }
  }
  
.divider{
    border: 2px solid #00000029
}

.container{
    padding: 48px 48px;
}

.hero{
    gap: 48px;
    border: 0px 0px 2px 0px;
    opacity: 0px;
    padding-bottom: 96px;
}
.welcometext{
    margin: 48px 0;
    font-family: 'BIZ UDPMincho';
    font-size: 120px;
    font-weight: 300;
    line-height: 120px;
    letter-spacing: -0.02em;
    text-align: center;
}

@media (max-width: 1024px) {
    .welcometext {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .welcometext {
        font-size: 80px;
    }
}

@media (max-width: 480px) {
    .welcometext {
        font-size: 60px;
    }
}

.welcomeimg{
    width: 100%;
    height:auto;
    max-height: 700px;
}

.projects{
    display: grid;
    grid-template-columns: repeat(3,auto);
    gap: 48px;
    padding: 48px 0;
}

.project{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.projectbutton{
    color:white;
    font-family: 'Roboto Mono';
    background-color: #19332D;
    padding: 8px 16px;
    border-radius: 8px 
}

@media (max-width: 660px) {
    .projects {
        grid-template-columns: auto;
    }
}


img{
    width: 100%;
    height: 80%;
}
.aboutdiv{
    display: grid;
    grid-template-columns: 40% 60%
}
.abouttext{
    font-family: 'BIZ UDPMincho';
    font-size: 48px;
    font-weight: 280;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: left;
}

@media (max-width: 1024px) {
    .abouttext {
        font-size: 40px;
    }
    .aboutdiv{
        padding:30px 70px; ;
    }
    .projects{
        padding: 20px 0px;
    }
}

@media (max-width: 768px) {
    .abouttext {
        font-size: 32px;
    }
    .aboutdiv{
        padding:10px 40px; ;
    }
    .projects{
        padding: 0;
    }
}


.contactdiv{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 48px 0px;
    gap: 40vw;
}
.spacertext{
    font-family: 'BIZ UDPMincho';
    font-size: 29px;
    font-weight: 250;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
}
.contacttext{
    font-family: 'Gothic A1';
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
}
footer{
    padding: 96px 48px 24px 48px;
}


@media (max-width: 1024px) {
    footer{
        padding: 60px 48px 24px 48px;
    }
    .container{
        padding: 20px 48px;
    }
}

@media (max-width: 768px) {
    footer{
        padding: 30px 48px 24px 48px;
    }
    .container{
        padding: 0px 48px;
    }
}

.footercontainer{
    display: flex;
    justify-content: space-between;
}

.pagelink{
    font-family: 'BIZ UDPMincho';
    color: #00000099;
    font-size: 29px;
    font-weight: 270;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;

}
.followme{
    padding: 12px 24px;
    border-radius: 8px;
    border-color: #00000029;
    background-color: transparent;
}
.buttontext{
    font-family: 'BIZ UDPMincho';
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.socials{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 48px;
}

.socialstext{
    font-family: 'BIZ UDPMincho';
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: center;
}
.email{
    display: flex;
    gap: 12px;
}

.socialemail{
    padding: 8px 12px;
    width: 350px;
    height: auto;
    border-radius: 8px;
    border: 1px solid black;

}
.emailbutton{
    background-color: #19332D;
    color: white;
    height: auto;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Roboto Mono';

}

.vectorlogos{
    display: flex;
    gap: 32px;
}

.followme{
    font-family: 'Roboto Mono';
}
