@font-face {
    font-family: 'DDINCondensed';
    src: url('d-din/fonts/DDINCondensed.eot');
    src: url('d-din/fonts/DDINCondensed.eot') format('embedded-opentype'),
         url('d-din/fonts/DDINCondensed.woff2') format('woff2'),
         url('d-din/fonts/DDINCondensed.woff') format('woff'),
         url('d-din/fonts/DDINCondensed.ttf') format('truetype'),
         url('d-din/fonts/DDINCondensed.svg#DDINCondensed') format('svg');
  font-weight: normal;
}
@font-face {
    font-family: 'DDINCondensedBold';
    src: url('d-din-bold/fonts/DDINCondensedBold.eot');
    src: url('d-din-bold/fonts/DDINCondensedBold.eot') format('embedded-opentype'),
         url('d-din-bold/fonts/DDINCondensedBold.woff2') format('woff2'),
         url('d-din-bold/fonts/DDINCondensedBold.woff') format('woff'),
         url('d-din-bold/fonts/DDINCondensedBold.ttf') format('truetype'),
         url('d-din-bold/fonts/DDINCondensedBold.svg#DDINCondensedBold') format('svg');
    font-weight: bold;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800');
body{
  margin: 0 ;
  padding: 0 ;
  overflow-x: hidden;
}
body::-webkit-scrollbar{
  width: 0 ;
  height: 0 ;
}
.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 ;
}
.container{
   width: 100vw ;
   height: auto;
   margin-top: 270px ;
   padding-top: 50px ;
   min-height: 100vh ;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-blend-mode: darken;
   background-color: rgba(0, 0, 0, 0.4) ;
   padding-bottom: 50px ;
}
.about-heading{
  font-size: 25px ;
  text-align: center;
  padding: 10px 15px ;
  font-family: "Montserrat", sans-serif;
  word-spacing: 1.3px ;
  line-height: 1.4 ;
  color: white ;
}
.about-text{
  font-size: 16px ;
  max-width: 500px ;
  margin: 0 auto;
  text-align: center;
  padding: 10px 15px ;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  word-spacing: 1.3px ;
  line-height: 1.5 ;
  color: white ;
}
.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 ) {
  .container{
     margin-top: 120px ;
     padding-top: 50px ;
  }
  .about-heading{
    font-size: 50px ;
  }
  .about-text{
    font-size: 18px ;
    max-width: 900px ;
    margin-bottom: 8px ;
    letter-spacing: 1.2px;
  }
}
