html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    font-family: 'Arial',sans-serif;
}
body {
    margin: auto 0px;
    padding: 0;
}
.c1 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  border: 0px solid blue;
  background-color: #3C494F;
}
.c1-in1 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0px solid blue;
  flex: 3;
}
.ring {
  width: 100%;
}
.c1-in1:hover {
  transform: scale(1.4);
  
}
.c1-in11 {
  border: 0px solid blue;
  border-radius: 50px;
  width: 120px;
  height: auto;
}
.c1 h1 {
  font-size: 30px;
  margin: 0;
  padding-left: 20px;
  color: rgb(212, 184, 147);
  
}
a:hover {
  transform: scale(1.2);
  opacity: 0.7;
}
h1 {
  font-size: 30px;
  margin: 0;
  padding-left: 20px;
  color: rgb(245, 188, 113);
  font-family: 'Comic Sans MS', 'Brush Script MT', cursive;
}
.c1-in2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0px solid blue;
  flex: 2;
}
.c1-in2 p {
  font-size: 20px;
  padding-right: 15px;
  margin: 0;
  color: rgb(212, 184, 147);
}
a {
    color: black;
    text-decoration: none;
    font-family: tahoma;
}
@media (max-width: 767px) {
   .c1 {
    flex-direction: column;
   }
   .c1-in1 {
     width: 100%;
   }
   .c1-in2 {
      width: 100%;
   }
}
.c2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid blue;
  transition: transform 10s ease-out;
}
.banner {
  width: 100%;
}
.banner:hover {
  transform: scale(1.1);
}
.c3 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid blue;
  padding: 20px 40px;
  gap: 20px;
  background-color: #e6dddd;
}
.c3-in {
   display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  padding: 10px;
  flex: 1;
  transition: transform 0.3s ease-in-out;
  
}
.c3-in:hover {
  transform: scale(1.1);

}
p, ul,ol {
  text-align: justify;
  line-height: 1.7;
}
.login-form {
    width: 80%;
    margin: 0 auto;
    border: 2px solid #ce8448;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: transform 0.5s ease;
}
.login-form:hover {
    transform: scale(1.2);
}
.txt1 {
    width: 100%;
    font-size: 18px;
    font-family: arial;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #ce8d50;
    margin: 0;
    padding: 10px;
    box-shadow: 2px 2px 5px #aaa;
}
.btn1 {
    background: #a3845b;
    width:100%;
    font-size: 18px;
    border: 2px solid#72634d;
    border-radius: 10px;
    padding: 10px;
    color: white;
    margin: 5px 0;
    cursor: pointer;
}
.btn1:hover {
    opacity: 0.7;
}
.btn1:active {
    transform: scale(0.98);
}

.c3-inin {
   display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  padding: 10px;
  row-gap: 15px;
  flex: 1;
}
.c3-inin:hover {
  transform: scale(1.1);

}
.in1 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid yellow;
  width: 30%;
  box-shadow: 2px 7px 10px #3C494F;
}
.in1:hover {
  transform: scale(1.6);
}
.in2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid yellow;
  padding: 10px;
  width: 65%;
}
.c3-in5:hover {   
    background: url("mmvg.png");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 30px;
    transform: scale(0.8) rotate(360deg);
}
.c3-in5 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  padding: 20px;
  flex: 3;
  gap: 10px;
  transition: transform 0.5s ease-in;
}
.c3-in6 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  padding: 10px;
  flex: 1.5;
  gap: 10px;
}
.in3 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid red;
  flex: 1;
  flex-direction: column;
}
 p,h1,ol,ul {
  text-shadow: 2px 2px 5px rgb(110, 105, 105);
}
.in4 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid red;
  flex: 3;
}
.in5 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
  width: 45%;
  margin: 0;
  box-shadow: 2px 2px 10px #3C494F;
  transition: transform 0.5s ease-in;
}
.in51:hover {
  transform: translate(-35px,-10px) scale(1.3);
}
.in52:hover {
  transform: translate(35px,-10px) scale(1.3);
}
.in53:hover {
  transform: translate(-35px,10px) scale(1.3);
}
.in54:hover {
  transform: translate(35px,10px) scale(1.3);
}
.in6 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  width: 30%;
}
.in7 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  flex-direction: column;
  row-gap: 10px;
  width: 65%;
}
.inin7 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  margin: 0;
  padding: 20px;
  width: 100%;
}
.inin8 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  margin: 0;
  width: 100%;
}
.in9 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  flex: 1;
}
.in10 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border: 0px solid green;
  flex: 3;
}
.in10 {
  transform: scale(1.4);
}
@media (max-width:767px) {
  .c3 {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .c3-in,
  .login-form,
  .in6,
  .in7,
  .in9,
  .in10 {
    width: 100%;           
    max-width: 600px;      
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: center;
  }

  .c3-in5,
  .c3-in6 {
    width: 100%;           
    max-width: 600px;      
    display: flex;
    align-items: center;   
    justify-content: center;
  }

  .inin7,
  .inin8 {
    width: 100%;
    text-align: center;
  }
}
