* {
    margin: 0;
    padding: 0;
}

body {
  background-image: url(./School\ item.png);
  height: 100%; 
   width: 1330px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.tittle {
  margin-top: 18px;
}

.tag{
  display: flex;
}

.tagline {
   height: 130px;
   width: 180px;
   margin: -100px 0px 0px 150px;
   border: 10px solid none ;
}

.tag h4{
   margin-top: -47px;
   margin-left: -45px;
   font-size: 30px;
   color:  rgba(190, 100, 21, 0.911);
   font-family:cursive;
   font-style: italic;
}
/* .head{
   height: 105px;
} */

header nav{
  display: flex;
  margin: 0px 0px 0px 70px;

}

nav img {
  height: 60px;
  width: 60px;
  margin-top: 2px;
}

nav ul {
  display: flex;
  margin-top: 35px;
  padding-left: 10px;
  list-style: none;
  background-color: none;
  font-size: large;
  font-weight: 700;
}

nav ul li {
  /* justify-content:space-between ;
   */
   padding: 0px 20px;
   margin-top: -0.5px;
}




nav a {
  text-decoration: none;
  color: rgb(201, 105, 3);
}

nav ul a:hover{
  background-color: rgba(22, 181, 187, 0.804);
  /* height: 85px;
  width: 100px; */
  font-size: larger;
  text-transform: ease-out;
  transition-delay: 5sec;
  /* border-radius: 5px; */
  height: 60px;
  width: 200px;
  /* border-style: double; */
  border-color: black;
  text-orientation: sideways-right;
}

nav img:hover {
  background-color: rgba(232, 66, 116, 0.6);
  transition-delay: 5sec;
  border-radius: 5px;
  height: 55px;
  width: 55px;
  border-style: double;
  border-color: black;
  text-orientation: sideways-right;
}
#checkbtn{
  float: left;
  line-height: 10px;
  display: none;
}

#check{
  display: none;
}

#check:checked ~ .menu nav ul{
  left: 100%;
}

.thought {
  display: flex;
  margin: 15px 0px 0px 15px;
  background-color: rgba(235, 245, 255, 0.687);
  width: 800px;
  position: absolute;
  white-space: nowrap;
  animation: rightThenLeft 30s  infinite;
}

@keyframes rightThenLeft {
0% {left: 0px;}
  100% {left: 600px;}
}
.thought p {
  margin-top: 5.8px;
  margin-left: 4px;
}




main {
  margin: 120px  0px 0px 190px;
  
}

.message{
  /* display: flex; */
  /* justify-content: space-between; */
  margin-top: -45px;
}

.message img{
  height: 150px;
  width: 130px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container {
   width: 180px;
  margin: 60px  0px 0px 10px;
  background-color: rgba(97, 148, 202, 0.153);
  border-radius: 12px;
  text-align: center;
  padding: 15px 20px;
}

div.container h3{
  padding-top: 10px;
  font-size: 23px;
  font-family:monospace;
  font-style: italic;
  color: rgb(34, 143, 210);
}

.value {
  margin: -240px 0px 0px 280px;
  width: 680px;
  justify-content: space-between;
  font-family: 'Josefin Sans', sans-serif;
  width: 500px;
      padding: 10px;
      background-color: rgba(240, 248, 255, 0.502);
      border-radius: 8px;
      box-shadow: 5px 5px 5px 5px rgb(57, 57, 51);
}

.message h1{
  font-size: 40px;
  color: rgba(80, 202, 184, 0.733);
  font-style:oblique;
  justify-content: space-between;
  margin: 0px 0px 10px 200px;
}

.message p{
  /* font-family: 'Josefin Sans', sans-serif; */
  margin-top: 10px;
  font-size: 19.2px;
}
.quote1{
  font-style: italic;
}
.quote2 {
  text-align: right;
  line-height: 2;
}

.quote2 p{
  word-spacing: 2px;
}
.notice img {
  height: 250px;
  width: 600px;
  margin-top: -4%;
  position: fixed;
  top: 76%;
  left: 40%;
  background-color: none;
  z-index: -1;
}
footer {
  display: flex;
  margin-top: 10%;
  position: relative;
  background-color: rgba(114, 111, 111, 0.578);
  width: 1700px;
  height: 38px;
}


.left{
  display: flex;
}

.left p {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.836);
}

.left img {
  height: 40px;
  margin-left: 15px;
  padding-left: 20px;
}

.right {
  display: flex;
  padding-left: 35%;
}

.right p {
   padding-top: 15px;
   padding-left: 25px;
}




@media  (max-width: 700px) {
     body{
      /* background-size:1100px ;  */
      width: 750;  
  }
    #check{
      display: block;
      visibility: hidden;
    }

    input[type=checkbox] {
      display: block;
    }
    #checkbtn{
      display: block;
      border-radius: 5px;
      width: 140px;
      height: 130px;
      margin: 5px 0px 0px 25px;
      padding: 15px 10px 10px 30px;
      background-color: rgba(47, 187, 175, 0.247);
      /* backdrop-filter: bulr(12px); */
      
    }

    .menu nav ul {
      display: block;
      margin: 160px 10px 10px -410px;
      line-height: 70px;
      border-radius: 8px;
      background-color: rgba(69, 177, 177, 0.183);
      width: 200;
      height: 100 ;
      box-shadow: 2px 5px 2px 5px #025d49;
      overflow: hidden;
      z-index: 1;
    }

    .menu nav ul li a {
      /* transition: 1s ease-out; */
      color: rgb(201, 105, 3);
      font-size: 20px;
    }

    input[type=checkbox]:checked ~  nav ul {
      width: 380px;
      margin: 165px 10px 10px -190px;
      text-align: center;
      transition: 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      
    }
    .menu nav img {
      display: none;
    }

    .top{
        height: 130px;
        width: 780px;
        margin: 10px 0px 0px -30px;
    }

    .thought {
      margin-top: -725px;
      z-index: -1;
      
      width: 680px;
      height: 190px;
      text-align: center;
      margin-left: 135px;
    }
    .thought h3 {
      text-align: center;
      font-size: 30px;
      padding-left: 40px;
    }

    .thought p {
      font-size: xx-large;
      padding-top: 40px;
      margin-left: -370px;
    }
    .thought .n2
    {
      padding-top: 80px;
      margin-left: -399px;
    }

    .message {
      margin-top: -550px;
      margin-left: -40px;
    }
    .message h1 {
      margin-left: -40px;
    }

    .container {
      margin-left: 40px;
    }

     .value {
      margin-left: 25px;
      margin-top: 40px;
      width: 500px;
      padding: 10px;
      background-color: rgba(240, 248, 255, 0.502);
      border-radius: 8px;
      box-shadow: 5px 5px 5px 5px rgb(57, 57, 51);
     }

     footer {
      display: block;
      height: 200px;
      padding-left: 40px;
      text-align: center;
 }

 .left {
  padding-left: -20px;
   display: block;
   font-size: 22px;
 }

 .left img {
     height: 60px;
     width: 75px;
 }

 .left p {
   /* padding-left: 18px; */
   font-size: 20px;
 }

 .right {
   display: block;
   margin-left: -580px;
   text-align: center;
   font-size: 22px;
 }
}