@media only screen and (min-width: 1600px) {
  .ft-center {
    max-width: 1600px;
    margin: auto;
  }
  a{
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {


  .modal-container {
    width: 70%;
  }


  .img_MV {
    margin: 0px 20px;
  }

  .p-content p {
    padding: 0 20px;
  }

  .vector_02,
  .vector_03 {
    opacity: 0.5;
  }

  .c1-p {
    padding: 60px 30px;
    width: auto;
  }
}

@media only screen and (max-width: 1173px) {
  .mx_1000p {
    width: auto;
  }

  .sl-container img {
    height: 300px;
  }

  .sec-01__container,
  .sec-02__container {
    gap: 0;
  }

  .sec-02__container {
    justify-content: space-between;
  }

  nav {
    display: none;
  }

  nav.active {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: #919397;
    z-index: 20;
    overflow: scroll;
  }

  .link-container {
    align-items: center;
    flex-direction: column;
    margin-top: 8rem;
  }

  .link ul {
    align-items: center;
    flex-direction: column;

  }

  .inquiry {
    margin-top: 20px;
  }

  .inquiry-button-container {
    justify-content: center;
  }

  .burg01 {
    width: 32px;
    height: 24px;
    cursor: pointer;
    right: 2rem;
    top: 2rem;
    z-index: 20;
  }

  .burg01 span {
    width: 100%;
    height: 4px;
    background-color: white;
    border-radius: 12px;
    display: block;
    transition: background-color 0.5s ease-in-out;
    margin-top: 10px;
  }

  .burg01 span::before,
  .burg01 span::after {
    content: "";
    width: 100%;
    background-color: white;
    display: block;
    transition: all 0.5s ease-in-out;
    border-radius: 12px;
    height: 4px;
  }

  .burg01 span::before {
    transform: translateY(-10px);
  }

  .burg01 span::after {
    transform: translateY(10px);
    margin-top: -4px;
  }

  .burg01.active span {
    background-color: transparent;
  }

  .burg01.active span::before {
    transform: rotateZ(45deg) translateY(0);
  }

  .burg01.active span::after {
    transform: rotateZ(-45deg) translateY(0);
  }

  .burg01.active {
    z-index: 40;
    position: fixed;
    margin-top: 40px;
    margin-right: 15px;
  }

  .footer {
    padding: 60px 70px 15px 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-p {
    align-items: flex-start;
  }

  .flexx {
    margin-top: 20px;
  }

  .sl-container img {
    height: auto;
  }

  .sl-container {
    padding: 40px 10px;
  }

  .info_input {
    flex-direction: column;
    gap: 0;
  }

  .info_input label {
    text-align: left;
    width: auto;
  }

  input.br {
    width: auto;
    margin-top: 20px;
  }

  .Form-border {
    padding: 0px 50px;
  }

  .contact-title {
    padding: 0 30px;
  }

  .rm {
    padding: 0;
  }
}

@media only screen and (max-width: 970px) {
  .Sec-03__News-head img {
    width: 20%;
    height: 40%;
  }

  .Sec-03__News-head h1 {
    font-size: 50px;
  }

  .ops {
    display: none;
  }

  .f_footer {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .f_footer img {
    width: 140px;
    margin: auto;
  }

  .footer__link {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer__Info {
    position: relative;
  }

  .footer__title {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }

  .footer__title h1 {
    text-align: left;
    font-size: 50px;
  }

  .footer__company,
  .footer__contact {
    padding: 20px;
  }

  .footer__company::after {
    content: "";
    background: url("../img/bg01.jpg") no-repeat center center;
    background-position: left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
  }

  .footer__contact::after {
    content: "";
    background: url("../img/bg02.jpg") no-repeat center center;
    background-position: left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
  }

  .sec-02_title p {
    text-align: left;
    width: 40%;
    margin: 0 0 0 auto;
  }

  .sec-01_content {
    position: relative;
    padding: 20px;
    width: 100%;
  }

  .sec-02_content {
    position: relative;
    padding: 20px;
    width: 100%;
  }

  .sec-01_content::after {
    content: "";
    background: url("../img/pixta_91130053_M.jpg") no-repeat center center;
    background-position: right;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -47%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
  }

  .sec-02_content::before {
    content: "";
    background: url("../img/pixta_86422809_M.jpg") no-repeat center center;
    background-position: left;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
  }

  .sec-01_img img,
  .sec-02_img img {
    height: 500px;
    display: none;
  }

  .vector_img-02,
  .vector_img-01,
  .vector_img {
    display: none;
    width: 0;
    height: 0;
  }

  .Sec_02,
  .Sec_01 {
    position: relative;
  }

  .sec-01_content,
  .sec-02_content {
    z-index: 1;
  }

  .news {
    flex-direction: column;
    width: 50%;
  }

  .section-news-preview {
    width: 90%;
    align-items: center;
    padding: 20px;
  }

  .context {
    width: auto;
    height: 20px;
  }

  .sec-01__container {
    gap: 0;
  }
}

@media only screen and (max-width: 767px) {

  .modal-container {
    width: 90%;
  }




  /***NEWS***/

  .Headline__v1 h1 {
    width: 80%;
    margin: 0 auto;
  }

  .news__flex-container {
    align-items: center;
  }

  .images-news {
    display: block;
    width: 80%;
  }

  .left-img {
    width: 100%;
  }

  .link-span {
    position: relative;
  }

  .link-span p {
    margin-top: 20px;
  }

  .mv-img-container {
    height: auto;
  }

  .news__containers {
    position: relative;
    bottom: 0;
  }

  /*****/



  .content__1 h1 {
    padding: 60px 30px 44px;
  }

  .red_text {
    padding: 60px 30px;
  }

  .info-container {
    padding: 50px 20px;
  }

  .info-input p {
    width: 100%;
  }

  .sec-05-info {
    padding: 20px;
  }

  .sign {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sign img {
    width: 40%;
  }

  .sec-04-flex {
    flex-direction: column;
  }

  .sec-04-text {
    padding: 30px;
    width: 90%;
    margin: auto;
  }

  .sec-04-img {
    margin-right: 0px;
    width: 50%;
    margin: auto;
  }

  .Head-sec-flex {
    align-items: center;
    padding: 0px 30px 0px 20px;
    flex-direction: column;
  }

  .Heading1_head h1 {
    font-size: 50px;
    text-align: center;
  }

  .Heading1_head p {
    text-align: center;
  }

  .sec-02_title h1,
  .sec-01_title h1 {
    font-size: 50px;
  }

  .sec-01__container,
  .sec-02__container {
    flex-direction: column;
  }

  .sec-01_content::after,
  .sec-02_content::before {
    left: 0;
    right: 0;
    background-position: center;
  }

  .footer__contact,
  .footer__company {
    padding: 50px 20px;
  }

  .footer__Info {
    flex-wrap: wrap;
  }

  .Sec-03__News-head h1 {
    font-size: 50px;
    margin-top: 50px;
  }

  .btn-mv p {
    font-size: 25px;
    padding: 30px 80px;
  }

  .container-btn-mv {
    gap: 50px;
  }
}

@media only screen and (max-width: 570px) {

  .info-input h1,
  .info-input p {
    font-size: 1rem;
  }

  .info-input h1 {
    text-align: left;
  }

  .info-input {
    gap: 0;
  }

  .info-container {
    border-radius: 20px;
  }

  .H_logo {
    width: 30%;
  }

  .Heading1_head h1 {
    font-size: 45px;
  }

  .Heading1_head {
    margin-bottom: 2rem;
  }

  .Head-sec-flex {
    flex-direction: column;
  }

  .picture_mv img {
    height: auto;
    object-fit: cover;
    border-radius: 0px;
  }

  .img_MV {
    margin: 0;
    border-radius: 0px;
  }

  .flex-container h1 {
    font-size: 45px;
  }

  .p-content p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 435px) {


  .images-news {
    width: 95%;
  }

  .Headline__v1 h1 {
    width: 95%;
  }


  .content__1 h1 {
    font-size: 24px;
  }

  .Form-border {
    padding: 0 30px;
  }

  .btn-mv p {
    font-size: 20px;
    padding: 30px 50px;
  }

  .container-btn-mv {
    gap: 50px;
  }

  .sec-01_img,
  .sec-02_img {
    position: relative;
    z-index: 0;
    width: 100%;
    /* margin: auto; */
    opacity: 0.2;
    display: none;
  }

  .sec-01__container {
    align-items: center;
    position: relative;
    padding: 10px 10px 0;
    flex-direction: column;
    width: 100%;
  }

  .sec-01__btn {
    margin: auto;
    border-radius: 10px;
  }

  .sec-01_body p {
    margin-bottom: 2.5rem;
  }

  .sec-01_title h1 {
    font-size: 40px;
    line-height: 67px;
  }

  .sec-01_body p {
    margin-bottom: 1.8rem;
    line-height: 28px;
  }

  .sec-01_title,
  .sec-02_title {
    /* margin-bottom: 3.125rem; */
    width: 90%;
    margin: 0 auto 3.125rem;
  }

  .sec-01_body,
  .sec-02_body {
    width: 90%;
    margin: auto;
  }

  .sec-02__container {
    align-items: center;
    position: relative;
    padding: 10px 10px 0;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
  }

  .vector_img {
    display: none;
  }

  .sec-01_content,
  .sec-02_content {
    position: relative;
    left: 0;
    padding: 16px;
    opacity: 1;
  }

  .sec-01__container {
    background: none;
  }

  .sec-01_content::after {
    content: "";
    background: url("../img/pixta_91130053_M.jpg") no-repeat center center;
    background-position: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    border-radius: 20px;
  }

  .sec-02_content::after {
    content: "";
    background: url("../img/pixta_86422809_M.jpg") no-repeat center center;
    background-position: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    border-radius: 20px;
  }

  .sec-02_content::before {
    background: none;
  }

  .sec-02_title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.002em;
    opacity: 1;
  }

  .sec-02_title p {
    text-align: left;
    width: auto;
  }

  .MV {
    height: 600px;
  }

  .Sec_02,
  .Sec_01 {
    margin: 0;
  }

  /***footer***/

  .footer {
    padding: 0;
  }

  .f_footer {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .footer__link {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #0000000d;
    margin-top: 40px;
  }

  .footer__link p {
    padding: 20px;
    font-size: 16px;
  }

  .f_footer img {
    width: 40%;
    margin: 0 auto;
  }

  .footer__Info {
    flex-direction: column;
  }

  .footer__title h1 {
    font-size: 50px;
    line-height: 70px;
  }
}

/*adding from below*/

@media only screen and (max-width: 436px) {
  .section-news-preview {
        flex-direction: column;
    }
  .head_news_container_item {
      margin: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
  .news_container {
    flex-direction: column;
  }
  .news_container_item {
    padding: 15px 30px;
    width: 100%;
 }
 .for_news {
    width: 60%;
 }
 .sec-01__btn {
    margin: 0 auto;
 }
 .Sec_03 { 
    margin-bottom: 0;
  }
  .post-main {
    margin-bottom: 30px;
 }
 footer {
    margin-top: 60px;
 }
}