body{
  margin: 0 ;
  padding: 0 ;
  width: 100vw ;
  height: auto;
  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-6{
  width: 100vw ;
  padding-top: 30px ;
  padding-bottom: 30px ;
  margin-top: 270px ;
  background-color: rgba(65, 65, 65, 1) ;
}
.sec-6-part-1{
  width: 90vw ;
  height: auto ;
  text-align: center;
  margin: 0 auto;
}
.sec-6-heading{
  margin-left: 20px ;
  font-size: 20px ;
  font-family: "Montserrat", sans-serif;
  font-weight: bold ;
  color: rgba(220, 220, 220, 1) ;
  word-spacing: 1.3px ;
  letter-spacing: 1.2px;
  text-align: left;
}
.sec-6-text{
  max-width: 600px ;
  margin-top: 10px ;
  margin-left: 20px ;
  font-size: 15px ;
  font-family: "Montserrat", sans-serif;
  font-weight:  normal ;
  color: rgba(220, 220, 220, 1) ;
  word-spacing: 1.3px ;
  letter-spacing: 1.2px;
  line-height: 1.5 ;
  text-align: left;
}
.sec-6-part-2{
  width: 90vw ;
  height: 400px ;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.sec-6-part-2-image{
  width: 90% ;
  height: 90% ;
  margin: 0 auto;
  align-self: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: 700px) {

  .section-6{
    display: flex;
    flex-direction: row ;
  }
  .sec-6-part-1{
    width: 60% ;
    align-self: center;
  }
  .sec-6-part-2{
    width: 40% ;
    height: 500px ;
    align-self: center;
  }
}
@media screen and (min-width: 800px ) {
  .section-6{
    margin-top: 120px ;
  }
}
