@media only screen and (max-width: 768px) and (orientation: portrait) {
  body {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  /* section 1-------------------------- */

  .section1 .content h2 {
    font-size: 28px;
  }
  .section1 .content h1 {
    font-size: 45px;
    font-weight: 300;
  }
  .section1 .content p {
    font-size: 16px;
    font-weight: 100;
  }
  .section1 .content2 {
    top: 75%;
  }
  /* section 2--------------------------- */
  .section2 h2 {
    font-size: 24px;
  }

  .section2 p {
    font-size: 15px;
    text-wrap: nowrap;
    /* width: 200px; */
    margin: 0 auto;
  }

  /* section 3----------------------- */
  .section3 .half-width-image {
    height: 90%;
    width: 90%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .section3 .text-container {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }

  .section3 .animated-text {
    font-size: 13px;
    margin: 10px 0;
    /* padding: 10px 15px 10px 70px; */
    padding: 0 10px 10px 20px;
    background-color: #ffffff96;
    color: black;
    border-radius: 10px;
    white-space: pre-wrap;
    opacity: 0;
    animation: slideIn 1s forwards;
    text-align: right;
    height: 70px; /*ii da inaltime la bacground textual*/
  }
  .section3 .text-group span {
    width: 50%;
  }

  .section3 .text-group .text {
    margin-left: 0;
  }
  .section3 .text-group .thin {
    font-size: 16px;
    font-weight: 400;
    width: 100px;
  }
  .section3 .text-group:first-child .animated-text:first-child {
    background-image: url(images/beton.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(2) {
    background-image: url(images/bricks.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(3) {
    background-image: url(images/izolare.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(4) {
    background-image: url(images/wall.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(5) {
    background-image: url(images/windows.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(1) {
    background-image: url(images/radiator.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(2) {
    background-image: url(images/electric.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(3) {
    background-image: url(images/power.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(4) {
    background-image: url(images/curte.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(5) {
    background-image: url(images/gard.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(1) {
    background-image: url(images/parcare.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(2) {
    background-image: url(images/teren.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(3) {
    background-image: url(images/eco.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(4) {
    background-image: url(images/distance.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(5) {
    background-image: url(images/infrastructure.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  /* section 4------------------------ */
  .section4 {
    height: 310px;
    /* border: 1px solid blue; */
  }
  .section4 .container-img {
    position: absolute;
    top: 15%;
    width: 90%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    /* border: 1px solid red; */
  }
  .section4 .container-img a {
    display: flex;
    width: 100%;
  }
  .section4 .container-img img {
    width: 100%;
    /* border: 1px solid yellow; */
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
  }

  .section4 .text .name {
    font-size: 30px;
    margin: 0;
  }
  /* section 5---------------- */
  .section5 {
    height: 250px;
    /* border: 1px solid rgb(0, 255, 42); */
  }
  .section5 .container-img1 {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -12px;
  }
  .section4 .container-img1 a {
    display: flex;
    width: 100%;
  }
  .section5 .container-img1 img {
    /* border: 1px solid yellow; */
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
  }
  /* --sectiunea 6---------------------------- */

  .video-background2,
  .overlay2 {
    display: none;
  }
  /* --footer ------------------------------------------ */
  footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }

  footer .logo-footer {
    display: block;
    margin-right: 0;
  }
  footer .logo-footer img {
    width: 20%;
  }
  footer .contact-details {
    display: block;
    text-align: center;
    margin: 0;
  }
  footer .contact-details p {
    color: #fff;
  }
}
/* media pu mobile  */
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  /* section 1-------------------------- */
  .section1 .content {
    top: 20%;
  }
  .section1 .content h2 {
    font-size: 28px;
  }
  .section1 .content h1 {
    font-size: 48px;
    font-weight: 300;
  }
  .section1 .content p {
    font-size: 20px;
    font-weight: 100;
  }
  .section1 .content2 {
    top: 70%;
  }
  /* section 2--------------------------- */

  .section2 h2 {
    margin-top: -10px;
    font-size: 24px;
    /* border: 1px solid red; */
  }

  .section2 p {
    font-size: 15px;
    text-wrap: nowrap;
    /* margin: 0 auto; */
    margin-top: -15px;
    /* border: 1px solid red; */
  }

  /* section 3----------------------- */
  .section3 .half-width-image {
    height: 90%;
    width: 90%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .section3 .text-container {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }

  .section3 .animated-text {
    font-size: 13px;
    margin: 10px 0;
    padding: 17px 15px 17px 70px;

    background-color: #ffffff96;
    color: black;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    animation: slideIn 1s forwards;
    text-align: right;
  }

  .section3 .text-group .text {
    margin-left: 0;
  }
  .section3 .text-group .thin {
    font-size: 16px;
    font-weight: 400;
    width: 100px;
  }
  .section3 .text-group:first-child .animated-text:first-child {
    background-image: url(images/beton.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(2) {
    background-image: url(images/bricks.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(3) {
    background-image: url(images/izolare.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(4) {
    background-image: url(images/wall.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(5) {
    background-image: url(images/windows.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(1) {
    background-image: url(images/radiator.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(2) {
    background-image: url(images/electric.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(3) {
    background-image: url(images/power.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(4) {
    background-image: url(images/curte.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(5) {
    background-image: url(images/gard.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(1) {
    background-image: url(images/parcare.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(2) {
    background-image: url(images/teren.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(3) {
    background-image: url(images/eco.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(4) {
    background-image: url(images/distance.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(5) {
    background-image: url(images/infrastructure.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  /* section 4------------------------ */
  .section4 {
    position: relative;
    height: 470px;
  }
  .section4 .container-img {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 100%;
    /* height: 95vh; */
    /* display: block; */
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
  }

  .section4 .text .name {
    font-size: 30px;
    margin: 0;
  }
  /* section 5---------------- */
  .section5 {
    position: relative;
    height: 400px;
  }
  .section5 .container-img1 {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
  }
  .section5 .container-img1 img {
    width: 71%;
    /* height: 90vh; */
    /* display: block; */
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
  }
  /* --sectiunea 6---------------------------- */
  .section6 {
    height: 430px;
  }
  .section6 .map-container {
    width: 350px;
  }
  .video-background2,
  .overlay2 {
    display: none;
  }
  /* --footer ------------------------------------------ */
  footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    height: 230px;
  }

  footer .logo-footer {
    display: block;
    margin-right: 0;
  }
  footer .logo-footer img {
    width: 80px;
  }
  footer .contact-details {
    display: block;
    text-align: center;
    margin: 0;
  }
  footer .contact-details p {
    color: #fff;
  }
}
@media only screen and (min-width: 632px) and (max-width: 1280px) and (orientation: portrait) {
  body {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  /* section 1-------------------------- */

  .section1 .content h2 {
    font-size: 28px;
  }
  .section1 .content h1 {
    font-size: 45px;
    font-weight: 300;
  }
  .section1 .content p {
    font-size: 16px;
    font-weight: 100;
  }
  .section1 .content2 {
    top: 75%;
  }
  /* section 2--------------------------- */
  .section2 h2 {
    font-size: 24px;
  }

  .section2 p {
    font-size: 15px;
    text-wrap: nowrap;
    /* width: 200px; */
    margin: 0 auto;
  }

  /* section 3----------------------- */
  .section3 .half-width-image {
    height: 90%;
    width: 90%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .section3 .text-container {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }

  .section3 .animated-text {
    font-size: 13px;
    margin: 10px 0;
    /* padding: 10px 15px 10px 70px; */
    padding: 0 10px 10px 20px;
    background-color: #ffffff96;
    color: black;
    border-radius: 10px;
    white-space: pre-wrap;
    opacity: 0;
    animation: slideIn 1s forwards;
    text-align: right;
    height: 70px; /*ii da inaltime la bacground textual*/
  }
  .section3 .text-group span {
    width: 50%;
  }

  .section3 .text-group .text {
    margin-left: 0;
    font-size: 22px;
  }
  .section3 .text-group .thin {
    font-size: 20px;
    font-weight: 400;
    width: 100px;
  }
  .section3 .text-group:first-child .animated-text:first-child {
    background-image: url(images/beton.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(2) {
    background-image: url(images/bricks.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(3) {
    background-image: url(images/izolare.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(4) {
    background-image: url(images/wall.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:first-child .animated-text:nth-child(5) {
    background-image: url(images/windows.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(1) {
    background-image: url(images/radiator.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(2) {
    background-image: url(images/electric.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(3) {
    background-image: url(images/power.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(4) {
    background-image: url(images/curte.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(2) .animated-text:nth-child(5) {
    background-image: url(images/gard.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(1) {
    background-image: url(images/parcare.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(2) {
    background-image: url(images/teren.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(3) {
    background-image: url(images/eco.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(4) {
    background-image: url(images/distance.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  .section3 .text-group:nth-child(3) .animated-text:nth-child(5) {
    background-image: url(images/infrastructure.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px center;
  }
  /* section 4------------------------ */
  .section4 {
    height: 550px;
  }
  .section4 .container-img {
    position: absolute;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
  }

  .section4 .text .name {
    font-size: 30px;
    margin: 0;
  }
  /* section 5---------------- */
  .section5 {
    height: 500px;
  }
  .section5 .container-img1 {
    position: absolute;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
  }
  .section5 .container-img1 img {
    max-width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
  }
  /* --sectiunea 6---------------------------- */

  .section6 .map-container {
    width: 350px;
  }

  .video-background2,
  .overlay2 {
    display: none;
  }
  /* --footer ------------------------------------------ */
  footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }

  footer .logo-footer {
    display: block;
    margin-right: 0;
  }
  footer .logo-footer img {
    width: 20%;
  }
  footer .contact-details {
    display: block;
    text-align: center;
    margin: 0;
  }
  footer .contact-details p {
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) and (orientation: landscape) {
  .navbar {
    padding: 0 0px;
  }

  .video-foreground iframe {
    height: 70vw;
  }
  .section1 .content2 {
    top: 75%;
  }
  .section3 .text-group .text {
    margin-left: 100px;
    font-size: 17px !important;
  }
  .section3 .text-group .thin {
    font-size: 18px;
    font-weight: 300;
  }
  .section3 .text-container {
    width: 48%;
    right: 2%;
  }

  .section3 .animated-text {
    font-size: 15px;
    margin: 10px 0;
    padding: 0 30px 15px 20px;
    background-color: #ffffff96;
    color: black;
    border-radius: 10px;
    white-space: pre-wrap;
    opacity: 0;
    animation: slideIn 1s forwards;
    text-align: right;
    height: 70px;
  }
  .section4 {
    height: 820px;
  }
  .section4 .container-img {
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 85%;
  }
  .section5 {
    height: 720px;
  }
  .section5 .container-img1 {
    margin-top: 0px;
  }
  .section5 .container-img1 img {
    max-width: 85%;
  }
  .section6 {
    height: 720px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1480px) {
  .navbar {
    padding: 0;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1800px) {
  .section3 .text-group .text {
    margin-left: 100px;
    font-size: 17px !important;
  }
  .section3 .text-group .thin {
    font-size: 18px;
    font-weight: 300;
  }
  .section3 .text-container {
    width: 48%;
    right: 2%;
  }

  .section3 .animated-text {
    font-size: 15px;
    margin: 10px 0;
    padding: 0 30px 15px 20px;
    background-color: #ffffff96;
    color: black;
    border-radius: 10px;
    white-space: pre-wrap;
    opacity: 0;
    animation: slideIn 1s forwards;
    text-align: right;
    height: 70px;
  }
}

/* Tableta */
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .section4 {
    height: 550px;
  }
  .section4 .container-img {
    position: absolute;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
  }
  .container-img a {
    width: 90%;
  }
  .section4 .container-img img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
    
  }

  .section4 .text .name {
    font-size: 30px;
    margin: 0;
  }
  /* section 5---------------- */
  .section5 {
    height: 500px;
  }
  .section5 .container-img1 {
    position: absolute;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
  }
  .container-img1 a {
    width: 90%;
  }
  .section5 .container-img1 img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) and (orientation: landscape) {
  .section4 {
    height: 700px;
    /* border: 1px solid red; */
  }
  .section4 .container-img {
    position: absolute;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    /* border: 1px solid rgb(0, 247, 255); */
  }
  .container-img a {
    width: 90%;
    /* border: 1px solid yellow; */
  }
  .section4 .container-img img {
    width: 100%;
    height: auto;
   
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
    
  }

  .section4 .text .name {
    font-size: 30px;
    margin: 0;
  }
  /* section 5---------------- */
  .section5 {
    height: 600px;
  }
  .section5 .container-img1 {
    position: absolute;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
  }
  .container-img1 a {
    width: 90%;
  }
  .section5 .container-img1 img {
    width: 100%;
    height: auto;
    /* display: block; */
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(5%);
  }
}





















/* @media only screen and (min-width: 370px) and (max-width: 430px) {
  .section4 {
    height: 300px;
  }
  .section4 .container-img {
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 85%;
  }
  .section5 {
    height: 230px;
  }
  .section5 .container-img1 {
    margin-top: 0px;
  }
  .section5 .container-img1 img {
    max-width: 85%;
  }
} */
/* @media only screen and (min-width: 431px) and (max-width: 630px) {
  .section4 {
    height: 370px;
  }
  .section4 .container-img {
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 85%;
  }
  .section5 {
    height: 300px;
  }
  .section5 .container-img1 {
    margin-top: 0px;
  }
  .section5 .container-img1 img {
    max-width: 85%;
  }
} */
/* @media only screen and (min-width: 820px) and (max-width: 899px) {
  .section4 {
    height: 550px;
  }
  .section4 .container-img {
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 85%;
  }
  .section5 {
    height: 480px;
  }
  .section5 .container-img1 {
    margin-top: 0px;
  }
  .section5 .container-img1 img {
    max-width: 85%;
  }
} */
/* @media only screen and (min-width: 899px) and (max-width: 1199px) {
  .section4 {
    height: 780px;
  }
  .section4 .container-img {
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 85%;
  }
  .section5 {
    height: 650px;
  }
  .section5 .container-img1 {
    margin-top: 0px;
  }
  .section5 .container-img1 img {
    max-width: 85%;
  }
} */
/* @media only screen and (min-width: 1400px) {
  .section4 {
    height: 1000px;
  }
  .section4 .container-img {
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 85%;
  }
  .section5 {
    height: 900px;
  }
  .section5 .container-img1 {
    margin-top: 0px;
  }
  .section5 .container-img1 img {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1700px) {
  .section4 {
    height: 1300px;
  }
  .section4 .container-img {
    margin-top: 40px;
  }
  .section4 .container-img img {
    max-width: 85%;
  }
  .section5 {
    height: 1200px;
  }
  .section5 .container-img1 {
    margin-top: 0px;
  }
  .section5 .container-img1 img {
    max-width: 85%;
  }
} */
