body{
  margin: 0 ;
  padding: 0 ;
  width: 100vw ;
  overflow-x: hidden;
}
body::-webkit-scrollbar{
  width: 0px ;
  height: 0px ;
}
.header-option{
  top: -10px ;
}

.popup{
  position: fixed;
  z-index: 15 ;
  top: 50% ;
  left: 50% ;
  width: 100% ;
  height: 100% ;
  max-width: 320px ;
  max-height: 480px ;
  text-align: right;
  opacity: 0 ;
  transform: translate(-50%, -200%);
  background-color: rgba(255, 255, 255, 1) ;
  box-shadow: 1px 1px 10px 1px rgba(51, 51, 51, 1) ;
  transition: 0.2s  all ease-in-out ;
}
.close-popup{
  font-size: 18px ;
  margin-right: 10px ;
  margin-top: 10px ;
  cursor: pointer;
  color: rgba(51, 51, 51, 1) ;
}
.popup-text{
  text-align: center;
  font-size: 18px ;
  font-family: "DDINCondensed", sans-serif;
  letter-spacing: 1.6px ;
  padding: 5px 10px ;
  margin-bottom: 30px ;
}
.popup-container{
  width: 100% ;
  height: auto ;
  display: flex;
  flex-direction: row;
}
.popup-form{
  display: block;
  width: 100% ;
  text-align: center;
  align-self: center;
}
.popup-input{
  width: 80% ;
  max-width: 280px ;
  height: 25px ;
  font-size: 18px ;
  letter-spacing: 1.3px ;
  font-family: "DDINCondensed", sans-serif;
  padding: 5px 10px ;
  border: 2px solid rgba(51, 51, 51, 1) ;
  margin: 10px auto;
  display: block;
}
.popup-input::placeholder{
  color: rgba(51, 51, 51, 1) ;
  text-align: center;
}
.popup-msg{
  font-size: 16px;
  font-family: "DDINCondensed", sans-serif;
  word-spacing: 1.2px;
  line-height: 1.3 ;
  color: rgba(250, 150, 0, 1) ;
  text-align: center;
  padding-top: 8px 5px ;
  opacity: 0;
}
.popup-button{
  width: 100px ;
  height: 35px ;
  text-align: center;
  background-color: rgba(51, 51, 51, 1) ;
  font-size: 15px ;
  border-radius: 35px ;
  font-family: "DDINCondensedBold", sans-serif;
  letter-spacing: 1.5px ;
  color: rgba(255, 255, 255, 1) ;
  border: 2px solid rgba(51, 51, 51, 1) ;
  margin-top: 10px ;
  cursor: pointer;
  transition: 0.2s all ease ;
}
.popup-button:hover{
  color: rgba(51, 51, 51, 1) ;
  background-color: white ;
}
.popup-submit-text-container{
  align-self: center;
  text-align: center;
  width: 100% ;
  padding-top: 80px;
  display: none ;
}
.submit-image{
  width: 100px ;
  height: 100px ;
  margin: 0 auto;
}
.submit-text{
  font-size: 18px ;
  font-family: "DDINCondensedBold", sans-serif;
  letter-spacing: 1.8px ;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 8px 10px ;
}
.sec-sub-text{
  font-size: 16px ;
  font-family: "DDINCondensed", sans-serif;
  letter-spacing: 1.3px ;
  position: relative;
  top: 5px ;
}
.section-contact{
  margin-top: 270px ;
  width: 100vw ;
  min-height: 80vh ;
  height: auto;
  display: flex;
  flex-direction: row;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.4) ;
}
.content-container{
  width: 80vw ;
  align-self: center;
  margin: 20px auto;
  max-width: 400px ;
  text-align: center;
}
.html-icon{
  font-size: 20px ;
  color: rgba(220, 220, 220, 1) ;
  text-align: center;
  margin-top: 15px ;
  margin-bottom: 0px ;
  padding-bottom: 0px ;
}
.contact-text{
  font-size: 18px ;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: rgba(220, 220, 220, 1) ;
}
.sec-button{
  font-size: 16px ;
  width: 80px ;
  height: 40px ;
  border-radius: 40px ;
  font-family: "DDINCondensedBold", sans-serif;
  color: rgba(51, 51, 51, 1) ;
  border: 2px solid rgba(51, 51, 51, 1) ;
  background-color: white ;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s all ease-in-out ;
}
.sec-button:hover{
  color: rgba(255, 255, 255, 1) ;
  background-color: rgba(250, 160, 0, 1) ;
  border: 2px solid rgba(250, 160, 0, 1) ;
}
@media screen and (min-width: 800px) {
   .section-contact{
     margin-top: 120px ;
   }
}
