@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;
}
body{
  margin: 0 ;
  padding: 0 ;
  width: 100% ;
  overflow-x: hidden;
}
body::-webkit-scrollbar{
  width: 0 ;
}
.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-1{
  width: 100vw;
  height: 100vh ;
  margin-top: 270px ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.4);
}
.social-media{
  position: absolute;
  top: 300px ;
  right: 0 ;
  width: 50px ;
  height: auto;
  z-index: 5;
  background-color: white ;
}
.social-media-icon{
  width: 18px ;
  height: 18px ;
  margin: 20px auto;
  display: block;
}
.sec-1-text-container-1{
  padding-left: 15px ;
  position: absolute;
  top: 90% ;
  transform: translateY(-50%);
}
.sec-1-sub-text-1{
  position: relative;
  top: 20px ;
  font-size: 16px ;
  max-width: 250px ;
  font-family: "DDINCondensed", sans-serif;
  text-align: left;
  letter-spacing: 1.2px ;
  color: rgba(255, 255, 255, 1) ;
}
.sec-1-text-1{
  font-family: "DDINCondensedBold" ;
  text-align: left;
  letter-spacing: 2px ;
  padding: 0 ;
  margin: 0 ;
  color: rgba(255, 255, 255, 1) ;
}
.sec-1-text-1-font-1{
  position: relative;
  top: 5px ;
  font-size: 40px ;
  padding: 0 ;
  margin: 0 ;
}
.sec-1-text-1-font-2{
  position: relative;
  top: -5px ;
  font-size: 60px ;
  padding: 0 ;
  margin: 0 ;
}
.sec-1-sub-text-2{
  position: relative;
  top: -20px ;
  max-width: 250px ;
  font-size: 18px ;
  font-family: "DDINCondensed", sans-serif;
  text-align: left;
  padding-left: 10px ;
  letter-spacing: 1.2px ;
  color: rgba(255, 255, 255, 1) ;
}
.sec-1-sub-text-3{
  position: relative;
  top: 10px ;
  max-width: 250px ;
  font-size: 18px ;
  font-family: "DDINCondensed", sans-serif;
  text-align: left;
  padding-left: 10px ;
  letter-spacing: 1.2px ;
  color: rgba(255, 255, 255, 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) ;
}
.sec-1-button-1{
  font-family: "DDINCondensed", sans-serif;
  background-color: rgba(51, 51, 51, 1) ;
  color: rgba(255, 255, 255, 1) ;
  letter-spacing: 1.2px ;
  margin-left: 10px ;
}
.sec-1-button-1:hover{
  color: rgba(255, 255, 255, 1) ;
  background-color: rgba(250, 160, 0, 1) ;
  border: 2px solid rgba(250, 160, 0, 1) ;
}
.sec-1-text-container-2{
  position: absolute;
  bottom: -380px ;
  right: 0 ;
  width: 100%;
  max-width: 400px ;
  height: 180px ;
  text-align: center;
  display: flex;
  flex-direction: row;
  background-color: white ;
}
.sec-1-text-wrapper{
  width: 100% ;
  height: auto ;
  align-self: center;
  text-align: center;
}
.sec-1-text-2{
  margin: 0  auto;
  font-size: 18px ;
  margin-bottom: 20px ;
  font-family: "DDINCondensed", sans-serif;
  color: rgba(51, 51, 51, 1) ;
}
.sec-1-text-2-font-2{
  font-size: 30px ;
  font-family: "DDINCondensedBold", sans-serif;
}
.section-2{
  width: 100vw ;
  margin: 0px ;
  margin-top: 180px ;
  padding: 0px ;
  margin-bottom: 70px ;
  display: flex ;
  flex-direction: column;
}
.sec-2-text-container-1{
  width: 100vw ;
  max-width: 400px ;
  margin: 0 auto;
  padding-bottom: 30px ;
  text-align: center;
}
.sec-2-text-1{
  font-size: 22px ;
  font-family: "DDINCondensedBold", sans-serif;
  color: rgba(51, 51, 51, 1) ;
  letter-spacing: 1.3px ;
  line-height: 1.3 ;
  text-align: center;
  padding: 12px  ;
}
.sec-2-text-container-2{
  width: 100vw ;
  max-width: 400px ;
  margin: 0 auto;
}
.sec-2-writeup{
  width: 80% ;
  margin: 0px auto;
  padding: 0 ;
  height: 55px ;
  display: flex;
  flex-direction: row;
}
.sec-2-writeup-number{
  font-size: 15px ;
  font-family: "DDINCondensedBold", sans-serif;
  width: 25px ;
  height: 25px ;
  line-height: 25px ;
  text-align: center;
  align-self: center;
  border-radius: 100% ;
  border: 1px solid black ;
}
.sec-2-writeup-text{
  width: 80% ;
  align-self: center;
  text-align: left;
  font-size: 16px ;
  font-family: "DDINCondensed", sans-serif;
  letter-spacing: 1.2px ;
  line-height: 1.3 ;
  padding-left: 20px ;
}
.image-container{
  width: 85vw ;
  height: 70vh ;
  display: flex;
  text-align: center;
  flex-direction: row;
  margin: 20px auto;
  margin-top: 380px ;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-3{
  width: 100%;
  height: auto;
  padding-top: 30px ;
  padding-bottom: 25px ;
  text-align: center;
}
.sec-3-container{
  width: 85vw ;
  margin: 0 auto;
  padding-top: 50px ;
  background-color: rgba(240, 240, 240, 1) ;
  padding-bottom: 20px ;
}
.sec-3-text-1{
  text-align: center;
  font-size: 20px ;
  font-family: "DDINCondensedBold",sans-serif;
  color: rgba(51, 51, 51, 1) ;
  letter-spacing: 1.5px ;
  padding: 15px ;
}
.sec-3-text-container-1{
  width: auto;
  text-align: center;
}
.products-container{
  width: 95% ;
  height: 380px ;
  max-width: 300px ;
  border-bottom: 1.5px solid rgba(51, 51, 51, 1) ;
  margin: 10px auto ;
  padding: 15px ;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.product-number{
  font-size: 15px ;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.2px ;
  line-height: 1.3 ;
}
.product-heading{
  text-align: left;
  font-size: 18px ;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1.2px ;
  line-height: 1.3 ;
}
.product-desc{
  text-align: left;
  width: 100% ;
  font-size: 15px ;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.8px ;
  word-spacing: 1.5px ;
  line-height: 1.6 ;
  padding: 0 5px ;
}
.sec-3-button-1{
  margin: 15px auto;
  border: none ;
}
.section-4{
  width: 100vw ;
  text-align: center;
  padding-top: 50px ;
  padding-bottom: 50px;
}
.saperater{
  width: 80px ;
  height: 5px ;
  border-radius: 5px ;
  background-color: rgba(51, 51, 51, 1) ;
  margin: 0 auto;
}
.sec-4-text-1{
  font-size: 30px ;
  font-family: "DDINCondensed", sans-serif;
  text-align: center;
  color: rgba(51, 51, 51, 1) ;
}
.sec-4-text-1-font-2{
  font-size: 45px ;
  font-family: "DDINCondensedBold", sans-serif;
}
.step-container{
  width: 100vw ;
  max-width: 700px ;
  margin: 10px auto;
  text-align: center;
}
.step-number-container{
  width: 90% ;
  max-width: 280px ;
  height: 250px ;
  padding-top: 30px ;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 15px ;
  border-radius: 8px ;
  background-color: rgba(240, 240, 240, 1) ;
}
.step-number{
  font-size: 15px ;
  width: 35px ;
  height: 35px ;
  margin: 0 auto;
  text-align: center;
  border-radius: 100% ;
  line-height: 35px ;
  font-family: "DDINCondensedBold", sans-serif;
  color: rgba(255, 255, 255, 1) ;
  border: 1.5px solid rgba(51, 51, 51, 1) ;
  background-color: rgba(51, 51, 51, 1) ;
}
.step-heading{
  font-size: 22px ;
  color: rgba(51, 51, 51, 1) ;
  letter-spacing: 1.3px ;
  line-height: 1.3 ;
  font-family: "DDINCondensedBold", sans-serif;
  text-align: center;
}
.step-writeup{
  font-size: 18px ;
  font-family: "DDINCondensed", sans-serif;
  text-align: center;
  line-height: 1.4 ;
  letter-spacing: 1.3px ;
  padding: 9px ;
}
.sec-4-button-1{
  margin: 10px auto;
}
.image-2{
  width: 100vw ;
  height: 70vh ;
  margin: 25px auto;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-5{
  width: 100vw ;
  height: auto;
  margin: 0 ;
  padding: 0 ;
  padding-bottom: 20px ;
  margin-bottom: 30px ;
  padding-top: 30px ;
  display: block;
  text-align: center;
  background-position: top right;
  background-repeat:  no-repeat;
  background-size: contain;
  background-color: white ;
}
.calc-subheading{
  font-size: 12px ;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: rgba(51, 51, 51, 1) ;
  letter-spacing: 1.2px ;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
  width: 60% ;
  color: rgba(200, 200, 200, 1) ;
}
.calc-heading{
  font-size: 17px ;
  font-family: "DDINCondensed", sans-serif;
  color: rgba(51, 51, 51, 1) ;
  font-weight: bold;
  text-align: center;
  width: 80% ;
  padding-bottom: 15px ;
  margin: 0 auto;
}
.calc-design{
  width: 50vw ;
  height: 50vw ;
  max-width: 250px ;
  max-height: 250px ;
  margin: 0 auto;
  align-self: center;
  border-radius: 100% ;
  background-color: rgba(250, 160, 0, 1) ;
  box-shadow: 15px 15px 200px 100px rgba(250, 160, 0, 1) ;
  transition: 1s all ease-in-out ;
}
.calc-design-text{
  text-align: center;
  align-self: center;
  font-size: 13px ;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1.2px ;
  margin: 0 auto;
  line-height: 1.5;
  color: white ;
}
.calc-container{
  width: 100vw ;
  height: auto ;
  margin: 0 auto;
  text-align: center;
  transition: 1s all ease ;
  box-sizing: border-box;
}
.calc-step-container{
  width: 87vw ;
  height: auto ;
  padding-bottom: 30px ;
  padding-top: 30px ;
  margin: 10px auto;
  background-color: rgba(240, 240, 240, 1) ;
  transition: 0.5s all ease-in-out ;
}
.bill-container{
  width: 100% ;
  align-self: center;
  text-align: center;
}
.bill-container-1{
  height: auto ;
}
.bill-container-2{
  height: auto;
}
.bill-container-3{
  height: auto;
}
.bill-container-4{
  height: auto;
}
.bill-container-5{
  height: auto;
}
.calc-input{
  width: 90% ;
  max-width: 250px ;
  height: 40px ;
  padding: 8px ;
  margin: 0 auto;
  margin-top: 8px ;
  display: block;
  border: none ;
  background-color: rgba(0, 0, 0, 0.6) ;
  color: rgba(255, 255, 255, 1) ;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}
.calc-input:focus{
  outline: none ;
}
.calc-input::placeholder{
  color: rgba(255, 255, 255, 0.95) ;
  transition: 0.2s all ease ;
}
.calc-input:focus::placeholder{
  color: rgba(250, 170, 0, 0.3) ;
}
.calc-input-label{
  align-self: center;
  font-size: 20px ;
  font-weight: normal;
  font-family: "DDINCondensed", sans-serif;
  color: rgba(51, 51, 51, 1) ;
  letter-spacing: 1.8px ;
  width: 100% ;
  padding-bottom: 20px ;
  margin-top: 30px ; ;
}
.bill-input{
  width: 90% ;
  max-width: 450px ;
  height: 15px ;
  margin-bottom: 20px ;
  overflow: hidden;
  border-radius: 15px ;
  -webkit-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(200, 200, 200, 0.7) ;
  cursor: pointer;
  transition: 0.5s all ease ;
}
.bill-input:focus{
  outline: none ;
}
.bill-input:hover{
  background-color: rgba(200, 200, 200, 1) ;
}
.bill-input::-webkit-slider-thumb{
  width: 15px ;
  height: 15px ;
  border-radius: 15px ;
  background-color: white ; /*rgba(117, 216, 23, 1) ;*/
 border: 1.5px solid grey ;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.bill-input::-moz-slider-thumb{
  width: 15px ;
  height: 15px ;
  border-radius: 100% ;
  -moz-appearance: none;
  appearance: none;
}
.input1::-webkit-slider-thumb{
     box-shadow: -100vw 0 0 100vw rgba(132, 226, 42, 1) ;
}
.input2::-webkit-slider-thumb{
     box-shadow: -100vw 0 0 100vw rgba(250, 200, 0, 1) ;
}
.input3::-webkit-slider-thumb{
     box-shadow: -100vw 0 0 100vw rgba(250, 200, 0, 1) ;
}
.input4::-webkit-slider-thumb{
     box-shadow: -100vw 0 0 100vw rgba(250, 100, 0, 1) ;
}
.input5::-webkit-slider-thumb{
     box-shadow: -100vw 0 0 100vw rgba(250, 0, 0, 1) ;
}
.bill-value{
  width: 60% ;
  margin: 0 auto;
  font-size: 17px ;
  color: rgba(132, 226, 42, 1) ;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1.2px ;
  text-align: center;
  padding: 15px 8px ;
  box-sizing: border-box;
  margin-bottom: 10px ;
  height: 60px ;
  box-sizing: border-box;
}
.bill-msg{
  width: 80% ;
  margin: 0 auto;
  font-size: 14px ;
  color: rgba(51, 51, 51, 1) ;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: 1.2px ;
  text-align: center;
  padding: 15px 8px ;
  padding-top: 0px ;
  box-sizing: border-box;
  height: 80px ;
}
.cal-heading{
  font-size: 23px ;
  font-family: "DDINCondensed",  sans-serif;
  letter-spacing: 1.3px ;
  line-height: 1.5 ;
  color: rgba(51, 51, 51, 1) ;
}
.cal-option{
  font-size: 16px ;
  font-family: "DDINCondensed", sans-serif;
  color: rgba(51, 51, 51, 1) ;
  letter-spacing: 1.3px ;
  width: 150px ;
  padding: 12px 5px;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 1) ;
  border: 2px solid rgba(51, 51, 51, 1) ;
  transition: 0.3s all ease-in-out ;
  cursor: pointer;
}
.cal-option:hover{
   background-color: rgba(51, 51, 51, 1) ;
   color: rgba(255, 255, 255, 1) ;
}
.cal-input{
  width: 70% ;
  max-width: 350px;
  height: 25px ;
  padding: 7px 5px ;
  margin: 8px auto;
  font-size: 18px ;
  border-radius: 25px ;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 1) ;
  font-family: "DDINCondensed", sans-serif;
  background-color: rgba(0, 0, 0, 0.5) ;
  border: none ;
  letter-spacing: 1.3px ;
}
.cal-input:focus{
  outline: none ;
}
.cal-input::placeholder{
  color: rgba(255, 255, 255, 1) ;
}
.cal-button{
  width: 80px ;
  height: 30px ;
  border-radius: 30px ;
  text-align: center;
  font-size: 15px ;
  font-family: "DDINCondensed", sans-serif;
  letter-spacing: 1.5px ;
  cursor: pointer;
  color: rgba(255, 255, 255, 1) ;
  background-color: rgba(51, 51, 51, 1) ;
  border: 2px solid rgba(51, 51, 51, 1) ;
  transition: 0.2s all ease-in-out ;
}
.cal-button:hover{
  background-color: rgba(250, 160, 0, 1) ;
  border: 2px solid rgba(250, 160, 0, 1) ;
}
.section-6{
  width: 100vw ;
  padding-top: 30px ;
  padding-bottom: 30px ;
  background-color: rgba(65, 65, 65, 1) ;
}
.sec-6-part-1{
  width: 90vw ;
  height: auto ;
  text-align: center;
  margin: 0 auto;
}
.sec-6-part-1-image{
  width: 80% ;
  max-width: 250px ;
  height: auto;
  display: block;
  margin: 15px auto;
}
.sec-6-part-1-image-5{
  width: 45% ;
  max-width: 125px ;
  height: auto;
  display: inline-block;
  margin: 10 auto;
}
.sec-6-part-1-image-6{
  width: 45% ;
  max-width: 125px ;
  height: auto;
  display: inline-block;
  margin: 10 auto;
}
.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;
}
.brands{
  width: 100vw ;
  max-width: 800px ;
  padding: 20px 0 ;
  margin: 100px auto;
  margin-top: 200px;
  text-align:center;
  background-color: rgba(200, 200, 200, 1)
}
.brands-image{
  width: 140px ;
  margin: 10px ;
  height: auto;
  display: inline-block;
}
.section-7{
  width: 100vw ;
  height: auto;
  padding-top: 30px ;
  padding-bottom: 30px ;
  background-color: rgba(250, 160, 0, 1) ;
}
.sec-7-text-1{
  font-size: 20px ;
  padding: 10px;
  margin: 0 ;
  letter-spacing: 1.4px ;
  font-family: "DDINCondensedBold", sans-serif;
  text-align: center;
  color: white ;
}
.sec-7-text-2{
  font-size: 45px ;
  letter-spacing: 5px ;
  padding: 10px;
  margin: 0 ;
  font-family: "DDINCondensedBold", sans-serif;
  text-align: center;
  color: rgba(250, 200, 0, 1) ;
}
.sec-7-text-3{
  font-size: 20px ;
  padding: 10px;
  margin: 0 ;
  letter-spacing: 1.4px ;
  font-family: "DDINCondensedBold", sans-serif;
  text-align: center;
  color: white ;
}
@media screen and (min-width: 400px) {
   .products-container{
     margin: 15px 20px;
   }
   .sec-3-text-1{
     font-size: 25px ;
   }
}
@media screen and (min-width: 650px) {

  .section-2{
    margin-top: 50px ;
  }
  .sec-2-text-1{
    text-align: center;
  }
  .sec-3-text-1{
    font-size: 35px ;
  }
  .step-container{
    max-width: 800px ;
  }
  .sec-7-text-1{
    font-size: 30px ;
    padding: 10px;
  }
  .sec-7-text-2{
    font-size: 65px ;
  }
  .sec-7-text-3{
    font-size: 30px ;
    padding: 10px;
  }
}
@media screen and (min-width: 700px) {

   .calc-subheading{
     font-size: 15px ;
   }
   .calc-heading{
     font-size: 22px ;
   }
   .calc-container{
     width: 100vw ;
     height: auto ;
     align-self: center;
   }
   .bill-container{
     width: 100% ;
     height: auto;
     margin-bottom: 20px ;
     vertical-align: middle;
   }
   .bill-input{
     width: 60% ;
   }
   .bill-msg{
     font-size: 18px ;
   }
   .section-6{
     display: flex;
     flex-direction: row ;
   }
   .sec-6-part-1{
     width: 30% ;
     align-self: center;
   }
   .sec-6-part-2{
     width: 70% ;
     height: 500px ;
     align-self: center;
   }
}
@media screen and (min-width: 800px) {
  .section-1{
    margin-top: 120px ;
  }
  .sec-1-text-container-1{
    top: 65% ;
  }
  .sec-1-text-container-2{
    bottom: -120px ;
  }
  .image-container{
    margin-top: 70px ;
  }
}
@media screen and (min-width: 800px) {
  .section-2{
    flex-direction: row;
    margin: 10px auto ;
    width: 85vw ;
  }
  .sec-2-text-container-1{
    width: 50% ;
    text-align: left;
  }
  .sec-2-text-container-2{
    width: 50% ;
    margin-top: 35px ;
  }
  .sec-2-text-1{
    text-align: left;
    font-size: 45px ;
  }
  .sec-2-button-1{
    margin-left: 10px;
  }
  .sec-2-writeup{
    height: 70px ;
  }
  .sec-2-writeup-number{
    width: 35px ;
    height: 35px ;
    line-height: 35px;
    font-size: 18px ;
  }
  .sec-2-writeup-text{
    font-size: 20px ;
  }
  .sec-4-text-1{
    font-size: 40px ;
  }
  .sec-4-text-1-font-2{
    font-size: 63px ;
  }
}
@media screen and (min-width: 800px) {
   .sec-1-text-1-font-1{
     font-size: 120px ;
     top: 20px ;
   }
   .sec-1-text-1-font-2{
     font-size: 180px ;
     top: -20px ;
   }
   .sec-1-sub-text-1{
     max-width: 500px ;
     top: 60px ;
     font-size: 30px ;
   }
   .sec-1-sub-text-2{
     max-width: 350px ;
     top: -60px ;
     font-size: 30px ;
   }
   .sec-1-sub-text-3{
     max-width: 350px ;
     top: -40px ;
     font-size: 30px ;
   }
   .sec-1-button-1{
     position: relative;
     top: -60px ;
     font-size: 20px ;
     width: 100px ;
     height: 40px ;
   }
   .sec-1-text-container-2{
     bottom: -120px ;
   }
}
@media screen and (min-width: 1000px) {
  .sec-2-text-1{
    font-size: 55px ;
  }
  .sec-2-writeup{
    height: 70px ;
  }
  .sec-4-text-1{
    font-size: 50px ;
  }
  .sec-4-text-1-font-2{
    font-size: 78px ;
  }
}
