@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&family=Kanit:wght@300;400;500;600&display=swap");

body {
  background-color: #022a30;
  color: #b6cbce;
  font-family: "kanit";
  
}

.card .img {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #eef3db;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: white;
  transition: all 0.4s ease;
}
#contact-details{
  display: flex;
  margin-top:16px;
}
#main-logo{
  width:30px;
  height:30px;
  margin-left:10px;
}
#nev-logo i {
  font-size: 36px; /* or any other size you prefer */
}
#repo-link{
  font-size: 36px;
  text-align: end;
  margin-top: 5px;
}
.leetcode{
  width:30px;
  margin-top: -20px;
}


a:hover {
  color: #FFFF00;
}

img {
  width: 100%;
}

.navbar .nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
  color: white;
}
.navbar .nav-link:hover {
  color: #FFFF00;
}
.nextup-projects{
  margin-top: 20px;
}


@media (min-width: 992px) {
  .navbar {
    min-height: 100vh !important;
    max-width: 240px !important;
    background: linear-gradient(rgba(3, 63, 71, 0.8), rgba(3, 63, 71, 0.9)),
      url("/assets/images/sidebar-img.jpg") !important;
    background-size: cover;
    background-position: center;
  }

  .navbar-brand img {
    border: 5px solid #FFFF00;
  }

  #content-wrapper {
    margin-left: 240px;
  }
}

.text-brand {
  color: #FFFF00;
}
#mini-project-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 16px;
}
#mini-project{
  background-color: #057786;
  border-radius: 10px;
  width:33%;
  /* width:25%; */
  text-align: center;
  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  /* border:2px  solid #FFFF00; */
  
}
#project-name{
  margin-top: 10px;
  /* color:#FFFF00; */
}



#content-mini-project{
  text-decoration: none;
  line-height: 20px;
  text-align:center;
  margin-left: 10px;
  margin-right: 10px;
  text-wrap: wrap;

}
#mini{
  text-align: center ;
}
#mini-project:hover {
  transform: scale(1.05);
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
  border:2px  solid #FFFF00;
}

#box-project{
  width:100%;
  display: flex;
  justify-content:space-between;
  margin: auto;
  margin-left:-14px;
  margin-right: 20px; 
  top:-10px;

}
#box-project-bigboss{
  display: flex;
  justify-content: end;
  margin-right: -24px;
  width:51%;
}

.full-hight {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.355);
}

.bg-base {
  background-color: #057786;
}

.shadow-effect {
  transition: all 0.5s ease;
}

.shadow-effect:hover {
  box-shadow: -6px 6px 0 0 #FFFF00;
}

.navbar .nav-link.active {
  color: #FFFF00;
}

.iconbox {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background-color: #FFFF00;
  color: #057786;
}

/* BTN */
.btn {
  padding: 12px 28px;
  font-weight: 700 !important;
}

.stars {
  color: #46540f;
}

.btn-brand {
  border: 2px solid #FFFF00;
  background-color: #FFFF00;
  border: 2px solid #46540f;
}

.text-brand {
  color: #FFFF00;
}

.btn-brand:hover,
.btn-brand:focus {
  background-color: #46540f;
  border: 2px solid #46540f;
  color: #057786;
}
/* //BTN */

.custom-link {
  font-weight: 700;
  position: relative;
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #FFFF00;
  position: absolute;
  left: 0;
  top: 110%;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.custom-link:hover::after {
  width: 100%;
}

.navbar {
  background-color: #057786;
}

#contact .form-control {
  background-color: #057786;
  color: #b6cbce;
  border-color: #057786;
}

#contact .form-control:focus {
  border-color: #FFFF00;
  box-shadow: none;
}

#contact .form-control::placeholder {
  color: #b6cbce;
}

#contact input.form-control {
  height: 42px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #057786;
  color: #FFFF00;
  font-size: 24px;
}
.profilepic {
  width: 180px;
  height: 180px;
}


#experience {
  display: flex;
  flex-direction: column;
  
}
.experience-item {
  display: flex;
  /* gap: 20px; */
  align-items: flex-start;
  margin-left:5%;
  margin-top: 20px;
  width:fit-content;
  width:90%;
  background-color: #057786;
  padding-top:30px;
  padding-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);


  
}

.experience-item-content {
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
  /* background-color: #057786; */
  /* border-radius: 10px; */
  color:#eef3db;
  /* margin-left: 20px; */
  
  
}
.experience-item-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 20px;
}
.experience-item-description {
  font-size: 1rem;
  margin-left: 20px;
  
}
.experience-item-branch{
  color:#FFFF00;
  margin-left: 25px;
}


/* #click {
  display: none;
}
label .menu_btn,
label .close_btn {
    display: none;
} */



#overalltool{
  display: flex;
  flex-wrap: wrap;
  /* width:fit-content; */
  justify-content:space-around;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  /* justify-content: space-around; */
  text-align: center;

}
/* #imagecontainer img{
  width:150px;
  height: 150px;
  
  
  border-radius: 50%;
  margin-bottom: 30px;
  margin-left:5%;
  border: 2px solid #FFFF00;
  background-color: white;
} */
/* #imagecontainer{
  margin-top: 20px;
  margin-bottom: 10px;

  
} */

/* #leftbox{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */

} */
#leftbox, #rightbox {
  background-color: #fff; /* White background for boxes */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 20px; /* Padding inside the boxes */
  margin: 10px; /* Margin between boxes */
  width: 45%; /* Set width of boxes */
  display: inline-block; /* Align boxes side by side */
  vertical-align: top; /* Align boxes to the top */
}

ol {
  list-style-type: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
}

ol li {
  padding: 8px 0; /* Padding for list items */
  border-bottom: 1px solid #ddd; /* Bottom border for list items */
}

ol li:last-child {
  border-bottom: none; /* Remove border from last item */
}

b {
  display: block; /* Make the heading block level */
  margin-bottom: 10px; /* Space below the heading */
  font-size: 1.2em; /* Increase font size for the heading */
  /* color: #333; Darker color for the heading */
}



#tech-use , #min-tech-use{
  display:flex;
  justify-content:left;
  flex-wrap: wrap;
  color:#FFFF00
}
#link{
  height: 36px;
}
#nevitem a{
  color:#eef3db; 
}

#nevitem a:hover{
  color:#FFFF00; 
}
#web-link{
  height: 30px;
  width: 30px;
  margin-left: 10px;
  margin-top: 8px;
  
}

#tech{
  background-color: transparent;
  color:#FFFF00;
  padding: 5px;
  border-radius: 10px;
  margin: 5px;
  border:1px solid #b6cbce;
  margin-bottom: 10px;
  border-radius: 5px;
}
#web-site{
  display: flex;
  flex-wrap: wrap;
  margin:10px;
  justify-content: right;
  margin-left: 50px;

}
hr{
  border:1px solid #eef3db
}
#gitlogo{
  margin-left: 30px;
}

#project-detail{
  display: flex;
  flex-wrap: wrap;
}

.image-container:hover .image-name {
  opacity: 0.8;
}
#projects,#experience,#about,#contact ,#footer,#Achievements{
  margin-left: 240px;
}

#contact-details{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#Achievements{
  margin-top: -100px;
}
.experience-item-content hr{
  width: 100%;
  border: 2px solid #FFFF00;
  border-radius: 50%;
}




@media (max-width: 422px) {
  .num {
    padding-top: 2rem;
    display: block;
  }
  #projects,#experience,#about,#contact ,#footer{
    margin-left: 0px;
    
  }
}

/* For medium-sized screens like tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  #mini-project{
    margin-top: 10px;
    width:90%;
    margin:20px;
  }
  #click:checked~ul {
    left: 0;
  }

  #click:checked~label .close_btn {
      display: block;
  }

  #click:checked~label .menu_btn {
      display: none;
  }
  #projects,#experience,#about,#contact ,#footer{
    margin-left: 0px;
  }
}

/* For small screens like mobile phones */
@media (min-width: 480px) and (max-width: 767px) {
  #inner-tool {
    width: 33.33%; /* adjust the width to fit 3 images in a row */
    
  }
  #inner-tool img {
    width: 10em;
    height: 10em;
  }
  #projects,#experience,#about,#contact ,#footer{
    margin-left: 0px;
  }
  #mini-project{
    margin-top: 10px;
    width:90%;
    margin:20px;

  }
}


/* For extra small screens like older mobile phones */
@media (max-width: 479px) {
  #inner-tool {
    width:33.33%; /* adjust the width to fit 2 images in a row */
    

  }
  #inner-tool img {
    width: 8em;
    height: 8em;
  }
  #projects,#experience,#about,#contact ,#footer{
    margin-left: 2px;
  }
  #mini-project{
    margin-top: 10px;
    width:90%;
    margin:20px;

  }

}
@media(min-width:992px){
  #projects,#experience,#about,#contact ,#footer{
    margin-left: 240px;
  }

}



