body{
  display: flex;
  /* height: 100vh; */
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background:  linear-gradient(to bottom, #F2ECEC, #F2ECEC);
  font-family: 'Poppins', sans-serif;

}
.container{
  max-width: 700px;
  width: 100%;
  background: #fff;
  padding: 25px 35px;
  border-radius: 10px;
  padding-top: 30px;
  height: 1040px;
  margin-top: 35px;
  box-shadow: 5px 5px #888888;
}
.container .title{
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.container .title1{
  text-align: center;
  padding-top: 30px;
  font-size: 25px;
}
.container form .user-details{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 12px 0;
}
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% /2 - 20px);
}
.user-details .input-box input{
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 7px;
  border: 1px solid #ccc;
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}
.user-details .input-box details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid
{
  border-color: #aca9a9
}
.terms{
  text-align: center;
}

.btn{
    padding: 7px 50px;
    background: linear-gradient(to bottom, #83BD75 , #557B83);
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 7px;
    color: white;
    text-decoration: none;
}

.popup{
    font-size: 16px;
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: justify;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s,top 0.4s;
}

.open-popup{
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.popup img{
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.popup h4{
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0 10px
}

#popup h1{
  font-size: 25px;

}

#popup h1 i {
  color: #B52B40;
}

.popup button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6fd649;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

a.policy:hover{
  text-decoration: none;
  transition: 0.6s;
}
#museum {
  height: 40px;
  width: 45%;
  outline: none;
  border-radius: 7px;
  border: 1px solid #ccc;
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}

#vtour{
    height: 40px;
    width: 45%;
    outline: none;
    border-radius: 7px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px;
    transition: all 0.2s ease;
}

.booking-details{
  display: flex;
  gap: 30px;
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 7px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}
.booking-details input{
  height: 40px;
  width: 100%;
  outline: none;
  border-radius: 7px;
  border: 1px solid #ccc;
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}

.submit{
  text-align: center;

}
/* CSS for submit button in form */
#submits{
  text-align: center;
  background: #18A558;
  border: #18A558;
  font-size: 15px;
  padding-right: 100px;
  padding-left: 100px;
}

/* CSS in submit in confirmation */
#submitss{
  background: #2E8BC0;
  border: #2E8BC0;
  padding: 7px;
}
/* CSS in close in confirmation */
#close{
  background: #B52B40;
}

#close:hover{
  color: white;
}

.banner{
  height: 25%;
  width: 670px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.banner img{
  width: 100%;
}
.container#blur.active{
    filter: blur(20px);
    pointer-events: none;
    cursor: pointer;
}
#popup.active{
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.popup{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
#a1{
    position: relative;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    background: #18A558;
    margin-left: 200px;
}
a:link, a:visited {
  color: #2E8BC0;
  text-decoration: none;
  cursor: pointer;
}
a:link:active, a:visited:active {
  color: black;
  text-decoration: none;
}


.museum-container{
  display: flex;
  justify-content: space-between;
}

.tour{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-decoration: none;
}

/* .schedule{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
} */

.date{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  /* -webkit-animation: anirain 5s linear infinite alternate; */
}
/* @keyframes anirain {
  0%{color: #ff8b00;}
  10%{color: #e8ff00;}
  20%{color: #5dff00;}
  30%{color: #00ff2e;}
  40%{color: #00ffb9;}
  50%{color: #00b9ff;}
  60%{color: #002eff;}
  70%{color: #5d00ff;}
  80%{color: #e900ff;}
  90%{color: #ff008b;}
  100%{color: #ff0000;}
} */

/* .date:hover{
  cursor: pointer;

} */

/* About CSS */
.whole{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left:590px;
  font-weight: 500;
}

.whole a{
  color: black;
  text-decoration: none;
}
.whole a:hover{
  color: #2E8BC0;
  text-decoration: none;
  transition: 0.6s;
}

ul{
  margin: 0;
  padding: 0;

}
ul li{
  position: relative;
  list-style: none;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
  
}

ul li .content1{
  position: absolute;
  bottom: 55px;
  width: 500px;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  font-weight: 500px;
  font-size: 15px;
  text-align: center;
}

ul li:hover .content1{
  visibility: visible;
  opacity: 1;
}

/* Confirmation CSS */
.form-group .form-control{
  width: 100%;
}

.wholeconfirm{
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

@media only screen and (max-width: 500px) {

  .container{
    /*height: 1430px;*/
    height: 1450px;
    padding: 10px;
  }

  .booking-details{
    display: flex;
    flex-direction: column;
  }

  .museum-container{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .container .title1{
    margin-top: 200px;
  }

  .container form .user-details{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1px 0 10px 0;
  }

  .banner{
    object-fit: contain;
    width: 100%;
    height: 200px;
  }

  .popup{
    width: 100%;
    top: 40%;
    font-size: 12px;
    padding: 25px;
  }
  
   #a1{
    margin-left: 100px;
  }
  
  
   #popup h1{
    font-size: 15px;

  }

  #popup h4{
    font-size: 12px;
    font-weight: bold;

  }

  #popup.active{
    width: 90%;
    position: absolute;
    top: 50%;
  }

  .whole{
    margin-left: 250px;
    padding-top: 15px;
  }

  .modal-open{
    width: 100%;
  }
  
  /*modal-open from 20px width change to 100%*/

  .wholeconfirm{
    gap: 10px;
  }

  .gap{
    gap: 200px;
  }

  .date{
    font-size: 14px;
  }

  .body{
    width: 100%;
  }

  .user-details{
    width: 100%;
  }

  #museum{
    width: 100%;
  }

  form .user-details .input-box{
    width:100%;
  }

  #vtour{
    width: 100%;
    margin-bottom: 15px;
  }

  .bobogelo{
    display: none;
  }

  .title1{
    padding-bottom: 15px;
  }

  .user-details{
    margin-bottom: 20px;
  }

}

