@media only screen and (max-width: 2050px) {

.left img {
  left: 83%;
}

}



@media only screen and (max-width: 1800px) {

  .left img {
    left: 80%;
  }
  
  }


  @media only screen and (max-width: 1525px) {

    .left img {
      left: 76%;
    }
    
    }
  

@media only screen and (max-width: 1460px) {

  .main-menu li a {
      font-size: 20px;
    }

}


@media only screen and (max-width: 1300px) {

  .left img {
    left: 71%;
  }

  .box1 div {
    font-size: 20px;
  }

  .box1 div :nth-child(1) {
    font-size: 25px;
  }

  .right2 p:nth-child(1) {
    font-size: 30px;
    
    }
    
    .right2 p:nth-child(2) {
      font-size: 20px;
      }
  
  }


  @media only screen and (max-width: 1070px) {

    .left img {
      left: 65%;
    }
    
    }

@media only screen and (max-width: 1000px) {

  .feat_box {
    width: 50%;
  }

  .feat_text {
     width: 200px;
  }

    .s-text {
        font-size: 30px; 
      }

      .pasek {
        font-size: 15px;
      }
      

      .box1 {
        flex-direction: column;
       align-items: center;
       margin-top: 0;
      }

      .box1 img {
        padding-right: 0;
        width: 300px;
      }

      .box1 div {
        font-size: 15px;
        padding-top: 10px;
      }
    
      .box1 div :nth-child(1) {
        font-size: 20px;
      }



      .right2 p:nth-child(1) {
        font-size: 20px;
        
        }
        
        .right2 p:nth-child(2) {
          font-size: 15px;
          }
          .right2 p{
            padding-left: 120px;
          }


          .parallax {
            min-height: 200px;
          }

          .parallax3 {
            font-size: 25px;
          }
          
  }


  @media only screen and (max-width: 875px) {

    .left img {
      left: 67%;
      height: 260px;
    }

    .box2 {   
      min-height: 150px;    
      }
    
    }


    @media only screen and (max-width: 665px) {

      .left img {
        left: 57%;
       
      }
      
      }

  


@media only screen and (max-width: 610px) {
    .footer-menu ul {
        flex-direction: column;
    }

    .footer-menu ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s-text {
        font-size: 20px; 
      }

      .pasek {
        font-size: 12px;
      }
      .left img {
        display: none;
       
      }


      .box1 {
        margin-bottom: 30px;
      }

      .right2 p:nth-child(1) {
        font-size: 20px;
        
        }
        
        .right2 p:nth-child(2) {
          font-size: 15px;
          }

          .right2 {
            padding: 20px 0;
          }
          .right2 p{
            padding-left: 10px;
          }
          .box2 {
            margin-top: 0;
            min-height: auto;
            }

            .left {
              width: 20%;
            }

            .right {
              width: 80%;
            }

            .box3 {
              margin: 30px 0;
            }
    
        .box4 {
          flex-direction: column;
        }

        .box4 :nth-child(1){
         width: auto;
         padding-bottom: 10px;
        }

         .feat_box {
            width: 100%;
          }

          .feat {
            margin-bottom: 50px;
          }

 
}





@media only screen and (max-width: 520px) {

  .footer-content-1 {
      flex-direction: column;
  }
}


