body {
	font-family: Arial, sans-serif;
    background-color: #808080;

}

.body2{
	 display: none;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
}
    .slider {
      position: relative;
      width: 400px;   /* desktop width */
      height: 650px;  /* desktop height */
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.4);
    }

    .slides {
      display: flex;
      transition: transform 0.6s ease-in-out;
      height: 100%;
    }

    .slides img {
      width: 400px;
      height: 650px;
      object-fit: fill;
      flex-shrink: 0;
    }

    /* Arrows */
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      color: #fff;
      background: rg(0,0,0,0.5);
      border: none;
      padding: 12px;
      padding-top:4px ;
      cursor: pointer;
      border-radius:100% ;
      z-index: 10;
      transition: background 0.3s;
    }

    .prev {
      left: 15%;
    }

    .next {
      right: 15%;
    }



  /* for phone interface */
@media only screen and (max-width: 600) {
   
}

.popup {
	 display:;
}

h2 {
    text-align: center;
    color: #333;
}

label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    margin-top: 20px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

small {
    color: #666;
}
