body {
  background: #fff;
}

section{
  display: block;
}
#img1 img{
  display: block;
  height: 100%;
  width: 100%;
  box-shadow: 5px 5px 10px black;
  }
#img3 {
  position:absolute;
  right: 0;
  border-radius: 8px;
  display: block;
  width: 40%;
  margin-top: 3%;
  margin-right: 10px;
}
h1 {
  text-align: center;
  font-size: 70px;
  margin: 5% 0 2% 0;
  color: black;
}
#sp-1{
  font-family: Amatic SC, cursive;
  font-size: 40px;
}
#l{
  position:absolute;
  left: 13%;
   width: 30%;
  word-spacing: 5px;
  text-align: center;
  font-size: 25px;
  line-height: 200%;
  margin-top: 10%;
  font-family: 'Yomogi';font-size: 22px;
}
button{
  background: #000000;
  border: 1px solid #999;
  border-style: none none solid none;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 16px 0;
  width: 290px;
  text-align: center;
  margin-left: 33%;
  margin-bottom: 3%;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: 8px;

}
.open-button{
  margin-left: 19%;
  margin-top: 47.5%;
}
.open-button:hover{
  color: #fff;
  background: #429188;
}
.btn:hover{
  color: #fff;
  background: #429188;
}
.btnCancel:hover{
  color: #fff;
  background: #429188;
}
h2{
  font-size: 30px;
  font-family: Amatic SC, cursive;
}
div p{
  font-size: 18px;
  font-family: Amatic SC, cursive;
}
div h3{
  font-size: 25px;
  font-family: Amatic SC, cursive;
}
div{
  font-size: 20px;
  text-align: center;
  font-family: Amatic SC, cursive;
}
div input{
  border: solid black;
  padding: 15px;
  margin: 5px 0 22px 0;
}
#extrainfo{
  margin-top: 10px;
  border: solid black;
}
.container {
  margin-top: 10%;
  margin-bottom: 5%;
  margin-left: 25%;
  border-top-left-radius: 37px 140px;
  border-top-right-radius: 23px 130px;
  border-bottom-left-radius: 110px 19px;
  border-bottom-right-radius: 120px 24px;

  display: block;
  position: relative;
  border: solid 3px #000000;
  padding: 40px 60px;
  max-width: 800px;
  width: 70%;
  font-size: 17px;
  line-height: 28px;
  transform: rotate(-1deg);
  transition: all 0.13s ease-in;
  box-shadow: 5px 5px 10px black;
}
 .container:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: 3px 15px 8px -10px rgba(0, 0, 0, 0.3);
}
.container:hover .border {
  transform: translateY(4px) rotate(-5deg);
}
.border {
  position: absolute;
  transition: all 0.13s ease-in;
}
.topnav {
  position: fixed;
  align-items: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  background-color:black;
  box-shadow: 0px 0px 10px gray;
  display: flex;
  line-height: 50px;
}
.topnav> .brand {
    position: absolute;
    left: 5%;
    top: 12%;
}
.topnav .link {
  flex: left;
  margin: 7% 10px 11px;
  padding: 10px 0 0 12px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-family:open-sans-serif;
}
.topnav >a>i{
  display: inline;
  float: left;
  margin-top: 12px;
  margin-right:12px;
  margin-bottom:17px;
}
.topnav>a :hover{
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5); 
}
.topnav >.link:hover {
  border-bottom: 2px solid white;
}
.footer-sticky {
  position: absolute;
  width:100%;
  background: black;
  color: white;
  margin-top: 0px;
  padding-bottom: 20px;
}
.icons{
  padding-top: 1rem;
  text-align: center;
}
.icons a{
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  margin: 0.5rem;
  color: #f4f4f4;
}
.company-name{
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media (max-width: 500px){
  html{
      font-size: 50%;
      float: right;
  }
}    
@media(min-width: 501px) and (max-width: 768px){
  html{
  font-size: 50%;
  }
}
#phonenum input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* --------------------------------- */
#box{
  margin-top:60px;
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.alert{
  margin-top:25px;
  /* background-color:#fff; */
  font-size:25px;
  font-family:sans-serif;
  text-align:center;
  width:300px;
  height:100px;
  padding-top: 150px;
  position:relative;
  /* border: 1px solid #efefda;
  border-radius: 2%;
  box-shadow:0px 0px 3px 1px #ccc; */
}
.alert::before{
  width:100px;
  height:100px;
  position:absolute;
  border-radius: 100%;
  inset: 20px 0px 0px 100px;
  font-size: 60px;
  line-height: 100px;
  border : 5px solid gray;
  animation: reveal 1.5s 2;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.alert>.alert-body{
  opacity:0;
  animation-timing-function: ease-out;
  animation-delay:1.5s;
  animation-fill-mode:forwards;
  animation: reveal-message 1s 2;
  animation-direction: alternate;
}
@keyframes reveal-message{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
.success{
  color:green;
}
.success::before{
  content: '✓';
  background-color: #eff;
  box-shadow: 0px 0px 12px 7px rgba(200,255,150,0.8) inset;
  border : 5px solid green;
}
@keyframes reveal {
  0%{
    border: 5px solid transparent;
    color: transparent;
    box-shadow: 0px 0px 12px 7px rgba(255,250,250,0.8) inset;
    transform: rotate(1000deg);
  }
  25% {
    border-top:5px solid gray;
    color: transparent;
    box-shadow: 0px 0px 17px 10px rgba(255,250,250,0.8) inset;
    }
  50%{
    border-right: 5px solid gray;
    border-left : 5px solid gray;
    color:transparent;
    box-shadow: 0px 0px 17px 10px rgba(200,200,200,0.8) inset;
  }
  75% {
    border-bottom: 5px solid gray;
    color:gray;
    box-shadow: 0px 0px 12px 7px rgba(200,200,200,0.8) inset;
    }
  100%{
    border: 5px solid gray;
    box-shadow: 0px 0px 12px 7px rgba(200,200,200,0.8) inset;
  }
}