.section-1{
    position: relative;
}
.section-1 img{
    display: block;
    width: 100%;
    height: auto; /* 500px */
    /*object-fit: cover;
    object-position: center;*/
}
.section-1-overlay{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  padding: 5%;
}
.section-1-overlay h1{
    font-size: 60px;
    font-family: 'Hastegi';
    /*text-transform: uppercase;*/
    font-weight: 400;
}
@media (max-width:1200px){
    .section-1-overlay h1 {
        font-size: 42px;
    }
}
@media (max-width:1024px){
    .section-1-overlay h1 {
        font-size: 36px;
    }
}
@media (max-width:992px){
    .section-1-overlay h1 {
        font-size: 36px;
    }
}
@media (max-width:768px){
    .section-1-overlay h1 {
        font-size: 32px;
    }
}
@media (max-width:575px){
    .section-1-overlay h1 {
        font-size: 32px;
    }
}
@media (max-width:425px){
    .section-1-overlay h1 {
        font-size: 28px;
    }
}
@media (max-width:375px){
    .section-1-overlay h1 {
        font-size: 28px;
    }
}


.section-2{
    padding: 50px 5% 0 5%;
}
.section-2-row{
    display: flex;
}
.section-2-row-left, .section-2-row-right{
    width: 50%;
}
.section-2-row-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-2-row-right video{
    width: 80%;
}
.section-2-content{
    max-width: 100%;
}
.section-2-content h2{
    font-size: 24px;
    text-align: left;
    margin: 0 0 15px 0;
}
.section-2-content p{
    width: 70%;
  margin: 0 0 30px 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.75);
}
.form-input, .form-input:hover, .form-input:focus, .form-input:active{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin: 0 0 30px 0;
    outline: 0;
    box-shadow: none;
}
.submit-btn, .submit-btn:hover, .submit-btn:focus, .submit-btn:active{
    background: black;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 10px 20px;
  color: white;
}
.section-2-content form{
    padding-right: 10%;
}
@media (max-width:1200px){
    .section-2-content h2{
        font-size: 18px;
    }
    .section-2-content p {
        width: 75%;
        font-size: 14px;
    }
}
@media (max-width:1024px){
    .section-2-content h2{
        font-size: 18px;
    }
    .section-2-content p {
        width: 85%;
        font-size: 14px;
    }
}
@media (max-width:992px){
    .section-2-content h2{
        font-size: 18px;
    }
    .section-2-content p {
        width: 90%;
        font-size: 14px;
    }
    .section-2-row-right{
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width:768px){
    .section-2-row {
        flex-wrap: wrap;
    }
    .section-2-row-left, .section-2-row-right {
        width: 100%;
    }
    .section-2-row-left{
        order: 2;
    }
    .section-2-row-right{
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-2-row-right video {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .section-2-content form{
        padding-right: 0%;
    }
    .section-2-content h2{
        font-size: 18px;
    }
    .section-2-content p {
        width: 60%;
        font-size: 14px;
    }
}
@media (max-width:575px){
    .section-2-row {
        flex-wrap: wrap;
    }
    .section-2-row-left, .section-2-row-right {
        width: 100%;
    }
    .section-2-row-left{
        order: 2;
    }
    .section-2-row-right{
        order: 1;
    }
    .section-2-row-right video {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .section-2{
        padding: 40px 5% 0 5%;
    }
    .section-2-content {
        max-width: 100%;
    }
    .section-2-content h2{
        font-size: 18px;
    }
    .section-2-content p {
        width: 75%;
        font-size: 14px;
    }
}
@media (max-width:425px){
    .section-2-row {
        flex-wrap: wrap;
    }
    .section-2-row-left, .section-2-row-right {
        width: 100%;
    }
    .section-2-row-left{
        order: 2;
    }
    .section-2-row-right{
        order: 1;
    }
    .section-2-row-right video {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .section-2{
        padding: 40px 5% 0 5%;
    }
    .section-2-content {
        max-width: 100%;
    }
    .section-2-content h2{
        font-size: 18px;
    }
    .section-2-content p {
        width: 75%;
        font-size: 14px;
    }
}
@media (max-width:375px){
    .section-2-row {
        flex-wrap: wrap;
    }
    .section-2-row-left, .section-2-row-right {
        width: 100%;
    }
    .section-2-row-left{
        order: 2;
    }
    .section-2-row-right{
        order: 1;
    }
    .section-2-row-right video {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .section-2{
        padding: 40px 5% 0 5%;
    }
    .section-2-content {
        max-width: 100%;
    }
    .section-2-content h2{
        font-size: 18px;
    }
    .section-2-content p {
        width: 90%;
        font-size: 14px;
    }
}