@font-face {
  font-family: "Lucida Grande";
  src: url("../fonts/LucidaGrande.ttf");
}


@font-face {
  font-family: "Comme";
  src: url("../fonts/Comme-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Comme";
  src: url("../fonts/Comme-Regular.ttf");
}

@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "SF UI Text";
  src: url("../fonts/SFUIText-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Rounded MPlus 1c";
  font-weight: bold;
  src: url("../fonts/MPLUSRounded1c-Bold.ttf");
  
}

html,body{
  height:100%;
}

h1 {
  font-family: "SF UI Display";
  color:rgba(21,28,42,87);
  text-decoration: none;
  font-size:4rem;
  font-weight: bold;
  line-height: 70px
}


h2{
  font-family: "SF UI Display";
  font-weight: bold;
  font-size:2rem;
  color:rgba(255,186,0,1) !important;


}

p {
  font-family: 'Lucida Grande';
  color:rgba(21,28,42,87);
  font-size: 23px;
  line-height: 34px;

}
.link {
  font-family: 'Lucida Grande';
  color:rgba(255,186,0,1);
  font-size: 12px;
  padding:6px;
  font-weight: bold;
  line-height: normal !important;
  text-decoration: underline;
  

}
.copyright {
  font-family: 'Lucida Grande';
  color:rgba(255,186,0,1);
  font-size: 12px;
  padding:6px;
  display:block;
  line-height: normal !important;
  

}

input{
  outline: none;
  font-family: 'Lucida Grande';
  color:rgba(21,28,42,20);
  font-size: 23px;
  background: transparent;
    border: none
  
}

::placeholder{
  color:rgb(245,166,35);
}


  button{
    font-family: "Rounded MPlus 1c";
    font-weight: bold;
    width:270px;
    height:64px;
    border-radius: 64px;
    border: none;
    background-image: url("../images/button-background.png");
    background-size:cover;
    font-size:24px;
    color:white;

    }
    .button-off, .hide{
      display:none;
    }

.website-container{
  height:100vh; 
  width:100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
/* header */
.header-container{
  width:100%;
  display:flex;
  justify-content: center
}
.header{
  
  max-width:1300px;
  margin:0 auto;
  width:100%;
  padding:48px 0 0 0;
  margin:0 1.5rem 0 1.5rem;
}
.header-detail{
 
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
}
.social-media{
  color:rgb(144,161,187);
  padding: 0 12px 0 12px;

}
a{
  font-size:32px
}

/* main-content */
.main-container{
  width:100%;
  display:flex;
  justify-content: center;
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  flex: 1 1 auto;
}
.main{
  max-width:1300px;
  width:100%;
  display:flex;
  align-items: center;
  margin:0 1.5rem 0 1.5rem

}
.content{
  width:50%
}
.description{
  margin-top:2rem;
  margin-bottom:3rem;
  width:70%
}
.input{
  width:277px;
  height:64px;
  border-width: 1.2px;
  border-style: solid;
  border-color: rgb(245,166,35);
  border-radius: 64px;
  display:flex;
  align-items: center;
  overflow: hidden;
  background-color: white
  
}
.input-title{
  padding-left:30px;
  padding-right:.5rem;
  font-family: "SF UI Text";
  font-weight: bold;
  color:rgb(245,166,35);
  width:100%
}
.input-spacing{
  margin-bottom:1rem
}
.button-spacing{
  margin-top:56px;
  margin-bottom:2rem
}

.background-portrait{
  background-image: url("../images/background-portrait.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  width:100%;
  height:40vh

}
.submitted-container{
  width: 270px;
  margin-bottom:2rem
  
}
.submitted{
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,186,0,1)

}
.hide{
  display:none;
}

/* horizontal */
@media only screen and (min-width: 1800px) {
  .main-container{
  
    background-size: auto 110%;
    
  }

}

@media only screen and (max-width: 1367px) {
  .main-container{
  
    background-size: auto 90%;
    
  }

}

@media only screen and (max-width: 1025px) {
 h1{
   font-size:3rem;
   line-height:60px
 }
 p, input{
   font-size:1rem;
   line-height: 22px
 }
 .header{
   padding:64px 0 0 0 ;
 }
 
 .input{
   height:52px;

 }
 button{
   height:52px;
 
   font-size:18px
 }
 a{
   font-size:32px
 }

}


@media only screen and (max-width: 813px) {
  h1{
    font-size:2.3rem;
    line-height:40px;
  }
  h2{
    font-size:1.3rem
  }
  p, input{
    font-size:1rem;
    line-height: 22px
  }
  .header{
    padding:1rem 0 0 0 ;
  }
 
  .input{
    height:40px;
    width:220px
 
  }
  .input-title{
    padding-left:24px
  }
  button{
    height:40px;
    font-size:18px;
    width:220px
  }
  a{
    font-size:24px
  }
  .main-container{
    background-size: auto 110%;
  }


.content{
  width:60%
}
.button-spacing{
  margin-top:1rem
}
.description{
  margin: 1rem 0 1rem 0
}
.social-media{
  padding:0 .5rem 0 .5rem
}

 }

 @media only screen and (max-width: 668px) {
  h1{
    font-size:2rem
  }
  h2{
    font-size:1.3rem
  }
  p , input{
    font-size:.8rem;
    line-height: 18px
  }
  .header{
    padding:1rem 0 0 0 ;
  }
 
  .input{
    height:32px;
    width:180px;
 
  }
  .input-title{
    padding-left:16px
  }
  button{
    height:32px;
    font-size:16px;
    width:180px
  }
  a{
    font-size:24px
  }
  .main-container{
    background-size: auto 110%;
  }


.content{
  width:60%
}
.button-spacing{
  margin-top:1rem
}
.description{
  margin: 1rem 0 1rem 0
}

 }

 @media only screen and (max-width: 569px) {
  h1{
    font-size:1.6rem ;
     line-height: 30px

  }
  h2{
    font-size:1rem
  }
  p, input{
   
    line-height: 16px
  }
  .header{
    padding:.7rem 0 0 0 ;
    margin:0 1rem 0 1rem;
  }
 
  .input{
    height:32px;
    width:180px;
 
  }
  .main{
    margin: 0 1rem 0 1rem
  }
  .input-title{
    padding-left:16px
  }
  button{
    height:32px;
    font-size:16px;
    width:180px
  }
  a{
    font-size:24px
  }
  .main-container{
    background-size: auto 100%;
  }


.content{
  width:60%
}
.button-spacing{
  margin-top:.5rem
}
.description{
  margin: .8rem 0 .8rem 0
}
.input-spacing{
  margin-bottom:.5rem
}

 }


/*viertical */
@media screen and (orientation: portrait) {
  a{
    font-size:24px
  }
  .main-container{
    background-image: none;  
}

.main-container{
  flex-direction: column;
  justify-content: flex-start;
  align-items:center;
  padding: 0 1.5rem 0 1.5rem;
  margin-top:2rem
}
.main{
  flex-direction: column;
  justify-content: center;
  align-items:center;
}
.header-container{
  background-image: url("../images/background-portrait.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  width:100%;
  height:60vh

}
.description{
  width:100%
}
.content h1, .description{
  align-self: flex-start
}
.content{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content{
  width:60%
}
.input{
  width:320px
}

}

@media screen and (orientation: portrait) and (max-width: 1026px) {
  .input{
    height:64px;
 
  }
  button{
    height:64px;
  
    font-size:24px
  }
  .main-container{
 
    margin-top:0rem
  }
  }
@media screen and (orientation: portrait) and (max-width: 769px){
  .input{
    width:320px
  }
  .button-spacing{
    margin-top:2rem
  }
 
  .content{
    width:70%
  }
  .description{
    margin: 1rem 0 2rem 0
  }

  .website-container{
    height:auto;
  }

  .input{
    height:52px;
 
  }
  button{
    height:52px;
  
    font-size:18px
  }
  .main-container{
   
    margin-top:1rem
  }
  .header-container{
    height:55vh
  }
}

@media screen and (orientation: portrait) and (max-width: 415px)  {
  .website-container{
    height:auto;
  }

  .header-container{
    background-image: url("../images/background-portrait.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    width:100%;
    height:45vh
  }
  .main-container{
    padding: 0 52px 0 52px;
    margin-top:1rem
  }
  h1{
    font-size:28px;
    line-height: 36px
  }
  h2{
    font-size:1.3rem
  }
  p{
    font-size:1rem;
    line-height: 22px
  }
  .header{
    padding:1rem 0 0 0 ;
  }
 
  .input{
    width:277px;
    height:52px;
    border-width: 1.2px;
    border-style: solid;
    border-color: rgb(245,166,35);
    border-radius: 64px;
    display:flex;
    align-items: center;
    overflow: hidden;
    
  }
  .input-spacing{
    margin-bottom:1rem
  }
  .input-title{
    padding-left:33px
  }
  button{
    font-family: "Rounded MPlus 1c";
    font-weight: bold;
    width:272px;
    height:52px;
    border-radius: 64px;
    border: none;
    background-image: url("../images/button-background.png");
    background-size:cover;
    font-size:18px !important;
    color:white;

    }

    .button-spacing{
      margin:24px 0 24px 0 
    }


  a{
    font-size:24px
  }
  .main-container{
    background-size: auto 110%;
  }


.content{
  width:100%
}

.description{
  margin: 1rem 0 21px 0
}
.social-media{
  padding:0 .5rem 0 .5rem
}



}

@media screen and (orientation: portrait) and (max-width: 415px) and (min-width: 376px) {
.header-container{
  background-size: auto 110%;
}
}

@media screen and (orientation: portrait) and (max-width: 321px)  {
  .header-container{
    background-size: auto 110%;
  }
  .main-container{
   
    margin-top:1rem !important
  }
  }

  @media screen and (orientation: landscape) and (max-height: 820px)  {
    .website-container{
      height:auto
      
    }
    h1{
      margin-top:1rem
    }
    }

  

    @media screen and (max-height:769px) and (min-height: 767px)  {
      .website-container{
        height:100vh !important
        
      }
      
      }