p{
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal; 
  align-self: center;
}
body{
  background-image: url("../photos/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover ;
  background-attachment: fixed;
}
.lib{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:20px;
    margin-top: 50px;
}
 .first-year, .second-term, .third-year, .fourth-year{
    display: flex;
    flex-direction: column;
    
 }
 .sub-header-div{
    align-self: center;
 }
.folder-img{
    height: 120px;
    width:150px;
}
.header-text{
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: 500px;
  font-style: normal;
  font-size: 80px;
}
.header-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.header-div-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.right-side{
  display: flex;
  flex-direction: row;
  align-items:start;
}
.left-side{
  display: flex;
  flex-direction: row;
  align-items: end;
}
.logo-img{
    width: 100px;
    height: 100px;
}
.logo-header{
  width: 60px;
  height: 60px;
  margin-left: 10px;
}
.img-div:hover{
  cursor: pointer;
}
.first-row, .second-row, .third-row, .fourth-row{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.rows{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.searchBox {
    background: white;
    height: 40px;
    border-radius: 40px;
    padding: 10px;

}

.searchBox:hover > .searchInput {
    width: 240px;
    padding: 0 6px;
}

.searchBox:hover > .searchButton {
  color : black;
  cursor: pointer;
  background-color: #c4c4c4;
  transition: background-color 0.3s ease;
}

.searchButton {
    color: black;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: black;
    font-family: "Edu NSW ACT Cursive", cursive;;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;

}

@media screen and (max-width: 620px) {
.searchBox:hover > .searchInput {
    width: 150px;
    padding: 0 6px;
}
}

.backButton{
  background-color: white;
  color: black;
  float: right;
  width: 58px;
  height: 58px;
  margin-left: 10px;;
  border-radius: 50%;
  border-color:black;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backButton:hover{
  cursor: pointer;
  background-color: #c4c4c4;/*şeffaf*/
  transition: background-color 0.3s ease;
}
.hover-effect:hover {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
