.background {
    background-color: black;
    background-image:url(".././img/background/grid-me.png");
    background-repeat: repeat;
    background-attachment:fixed;
    background-position: top left;
}
.layout{
    display: flex;
    /* background-color: red; */
    flex-direction: column;
    /* padding-top: 112px; */
}
.Header{
    display: flex;
        /* background-color: red; */
    position: fixed;
    top:0px;
    right:0px;
    left: 0px;
    height: 72px;
    z-index: 1;
}
#gotohome{
  background:none;
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  padding: 20px;
  cursor: pointer; /* Add a mouse pointer on hover */
}
.Main-Home-Container{
    display: flex;
    /* background-color: blue; */
    padding-top: 100px;
    padding-bottom: 170px;
    justify-content: center;
}
#Home-Container{
    display: flex;
    /* background: none; */
    color: white;
    align-items: center;
    justify-content: center;
    /* background-color: hotpink; */
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(11, 15, 22, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.125);
    max-width: 840px;
    min-width: 470px;
    border-radius: 50px;
    box-shadow: 0px 0px 1000px rgba(255, 255, 255, 20%);
}

.Home-Info{
    display: flex;
    /* background-color: rgb(41, 39, 39); */
    height: 360px;
    /* border-style: dotted;
    border-color: blue;  */
    flex-direction: column;
    flex: 2;
}
.Home-Pic{
    display: flex;
    /* border-style: dotted;
    border-color: greenyellow; */
    height: 360px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
}
.Name{
    /* background-color: aquamarine; */
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: 15px;
}
.Job-title{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 15px;
}

.Summary{
    /* background-color: red; */
    padding: 10px;
    display: flex;
    flex:1;
}
.Sum{
    display: flex;
    flex:1;
    padding-top: 10px;
}
@media screen and (max-width: 1060px) {
    .Sum{
        padding-top: 0px;
    }
    .Summary{
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.Top-Left-Container{
    display: flex;
    height: auto;
    /* border-style: dashed;
    border-color: blueviolet; */
    color: white;   
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}
.Top-Right-Container{
    display: flex;
    height: auto;
    /* border-style: dashed;
    border-color: darkgoldenrod; */
    color: white;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.TRCA-Container{
    display: flex;
    /* background-color: red; */
    justify-content: flex-end;
    flex: 1;
}
.TRCA-Container ul{
    /* background-color: blue;   */
    padding-right: 36px;
}
.TRCA-Container a{
    display: flex;
    font-size: 19px;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    color: white;
    text-decoration: none;
    justify-content: center;
}
.Image-Container{   
    display: flex;
    background-color: rgba(44, 43, 43, 0.8);
    box-shadow: 3px 5px 10px rgb(255,255,255,20%);
    border-radius: 20px;
    justify-content: center;
    height: 250px;
    width: 250px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.other-Container{
    background-color: blue;
    display: flex;
}
.logo{
    display: flex;
    padding-left: 20px;
}
.buger{
    display: flex;

    background: none;;
}
.Image-profile{
    border-radius: 20px;
    height: 250px;
    width: 250px;
}
.project-section{
    background-color: rgb(35, 33, 46);
    background-image:url(".././img/background/endless-clouds.svg");
    background-repeat: repeat;
    background-attachment:fixed;
    background-position: top left;
}
.project-header{
  display: flex;
  justify-content: center;
  padding-top: 24px;  
  color: white;
  font-size: 26px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style:normal;
}
.project-grid{
    width: 100%;
    height: 680px;
    padding-top: 64px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    /* background-image: radial-gradient(circle at center center, transparent 0%,rgb(33,33,33) 99%),repeating-linear-gradient(0deg, rgba(94,91,91, 0.2) 0px, rgba(94,91,91, 0.2) 1px,transparent 1px, transparent 6px),repeating-linear-gradient(90deg, rgba(94,91,91, 0.2) 0px, rgba(94,91,91, 0.2) 1px,transparent 1px, transparent 6px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33)); */
    /* background-color: aqua; */
}

.project-container{
    display: flex;  
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(11, 15, 22, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 10px;
    flex-direction: column;
    margin: 16px;
    align-items: center;

}
.project-container p{
    color: white;
    margin: 12px;
    font-size: 16px;
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style:normal;
}
.project-container img{
    width: 100%;
    overflow: hidden;
    height: 1fr;
    border-radius: 10px;
}

.contact-section{
    background-color: pink;
    width: 100%;
    height: 150px;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;    
}
.contact-container{
    display: flex;
    background-color: brown;
    justify-content: flex-end;
    margin: 20px;
    padding: 10px;
    flex-direction: column;
}
.contact-container div{
  margin: 5px;
}
.contact-me{
    background-color: blueviolet;
}
