/**
 * media 768 navbar
 *
 * @format
 */

/*Yoga 9i*/
@media (max-width: 1536px) {
  .herotext_1 {
    font-weight: bold;
    font-size: 70px;
    color: #14a1e7;
    line-height: 4rem;
  }
  .herotext_2 {
    font-weight: bold;
    font-size: 70px;
    color: #facd00;
    line-height: 4rem;
  }
}

@media (min-width: 2560px) {
  .Nametag {
    padding-top: 15px;
  }
}
/*1440*/
@media (max-width: 1440px) {
  .Nametag {
    display: none;
  }
  .herobox {
    float: left;
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
  nav .logo {
    float: left;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #000;
    padding: 2%;
  }
}

/*1024*/
@media (max-width: 1024px) {
  .Nametag {
    display: none;
  }
  nav .logo {
    float: none;
    width: 35%;
    height: 97%;
    justify-content: center;
  }
  body {
    overflow-x: hidden;
  }
  nav .logo {
    float: none;
    width: 35%;
    height: 100%;
    justify-content: center;
  }
  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 100%;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
  }
  nav .link a {
    font-size: 20px;
  }
  nav :checked ~ .links {
    bottom: 0;
  }
  nav .icon-burger {
    display: block;
    color: white;
  }
  nav :checked ~ .icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(2) {
    opacity: 0;
  }

  .maindev {
    overflow-x: hidden;
    background-image: url("asset/image/homepage.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    max-width: 100%;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .second_maindev {
    margin-top: 0px;
  }
  .abu .half_3 .text_group {
    margin-top: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  nav .logo {
    float: none;
    width: 40%;
    height: 100%;
    justify-content: center;
  }
  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 100%;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
  }
  nav .link a {
    font-size: 20px;
  }
  nav :checked ~ .links {
    bottom: 0;
  }
  nav .icon-burger {
    display: block;
    color: white;
  }
  nav :checked ~ .icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(2) {
    opacity: 0;
  }

  .Nametag {
    display: none;
  }

  .second_maindev h1 {
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    line-height: 3.4rem;
  }

  .second_maindev {
    margin-top: 0px;
  }

  footer .logo_footer {
    display: none;
  }

  .abu .half_3 .text_group {
    margin-top: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 250px;
  }

  .abu .half_2 .text_group {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contact_form {
    padding-top: 25%;
    padding-bottom: 5%;
    height: 100%;
  }
  .container .plant {
    background: none;
    height: 465px;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden !important;
  }
  .container .plant .img-fluid {
    display: unset;
    justify-content: space-between;
  }
  .abu .container {
    margin-top: 0;
    overflow-x: hidden;
    padding-bottom: 30px;
  }
  .cpn {
    background: none;
  }

  .cpn .img-fluid {
    display: unset;
  }

  .container .topic {
    padding-left: 1rem;
  }
}

/*Media 430 px*/
@media (max-width: 430px) {
  .wedo_hero .bubble h1 {
    left: 0rem;
    overflow: hidden;
  }
  .abu_hero .bubble h1 {
    left: 0rem;
    overflow: hidden;
  }
  .indus_hero .bubble h1 {
    left: 0rem;
    overflow: hidden;
  }
}

/* media 425 px */
@media (max-width: 425px) {
  .toggle-button {
    display: flex;
  }
  header {
    padding: 0;
  }
  .navbarlinks {
    display: none;
    width: 100%;
  }
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbarlinks ul {
    width: 100%;
    flex-direction: column;
  }
  .navbarlinks li {
    text-align: center;
  }
  .navbarlinks li a {
    padding: 0.5rem 1rem;
  }
  .navbarlinks.active {
    display: flex;
    transition: all 0.5s ease;
  }
  .logo img {
    justify-content: center;
    width: 70%;
    height: 100%;
  }

  .packandmove {
    position: relative;
    margin-left: 0;
    align-items: center;
    color: white;
    overflow-x: hidden;
  }
  .Nametag {
    display: none;
  }

  .second_maindev h1 {
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    line-height: 3.4rem;
  }
  .maindev {
    height: 868px;
  }
  .second_maindev .herotext_2 {
    margin-bottom: 30px;
    font-size: 5rem;
    font-weight: bold;
    color: #facd00;
    line-height: 3.4rem;
  }
  .second_maindev .herotext_1 {
    margin-bottom: 30px;
    font-size: 5rem;
    font-weight: bold;
    color: #028dd0;
    line-height: 3.4rem;
  }

  .abu .half_4 {
    background: url("asset/image/aboutusboat.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .abu .half_3 .text_group {
    margin-top: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 70px;
  }

  .abu .half_2 .text_group {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contact_form {
    padding-top: 25%;
    padding-bottom: 5%;
    height: 100%;
  }
  .container .plant {
    background: none;
    height: 265px;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden !important;
  }
  .container .plant .img-fluid {
    display: unset;
    justify-content: space-between;
  }
  .abu .container {
    margin-top: 0;
    overflow-x: hidden;
    padding-bottom: 30px;
  }

  .wedo_hero .bubble h1 {
    left: 0rem;
    overflow: hidden;
  }
  .abu_hero .bubble h1 {
    left: 0rem;
    overflow: hidden;
  }
  .indus_hero .bubble h1 {
    left: 0rem;
    overflow: hidden;
  }
}

/*media 414 - 420*/
@media (max-width: 420px) {
  .toggle-button {
    display: flex;
  }
  header {
    padding: 0;
  }
  .navbarlinks {
    display: none;
    width: 100%;
  }
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbarlinks ul {
    width: 100%;
    flex-direction: column;
  }
  .navbarlinks li {
    text-align: center;
  }
  .navbarlinks li a {
    padding: 0.5rem 1rem;
  }
  .navbarlinks.active {
    display: flex;
    transition: all 0.5s ease;
  }
  .logo img {
    justify-content: center;
    width: 75%;
    height: 100%;
  }
  .Nametag {
    display: none;
  }

  .second_maindev .herotext_2 {
    margin-bottom: 30px;
    font-size: 4rem;
    font-weight: bold;
    color: #facd00;
    line-height: 3.4rem;
  }
  .second_maindev .herotext_1 {
    margin-bottom: 30px;
    font-size: 4rem;
    font-weight: bold;
    color: #028dd0;
    line-height: 3.4rem;
  }
  .abu .half_4 {
    background: url("asset/image/aboutusboat.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .abu .half_3 .text_group {
    margin-top: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 70px;
  }

  .abu .half_2 .text_group {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contact_form {
    padding-top: 25%;
    padding-bottom: 5%;
    height: 100%;
  }

  .container .plant {
    background: none;
    height: 220px;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden !important;
  }
  .container .plant .img-fluid {
    display: unset;
    justify-content: space-between;
  }
  .abu .container {
    margin-top: 0;
    overflow-x: hidden;
    padding-bottom: 30px;
  }
}

@media (max-width: 375px) {
  .maindev {
    height: 100vh;
  }
  .second_maindev .herotext_2 {
    font-size: 4rem;
    font-weight: bold;
    color: #facd00;
  }
  .second_maindev .herotext_1 {
    font-size: 4rem;
    font-weight: bold;
    color: #028dd0;
  }
  .abu .half_4 {
    background: url("asset/image/aboutusboat.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .abu .half_3 .text_group {
    margin-top: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 70px;
  }

  .abu .half_2 .text_group {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contact_form {
    padding-top: 25%;
    padding-bottom: 5%;
    height: 100%;
  }
  .container .plant {
    background: none;
    height: 215px;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden !important;
  }
  .container .plant .img-fluid {
    display: unset;
    justify-content: space-between;
  }
  .abu .container {
    margin-top: 0;
    overflow-x: hidden;
    padding-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .maindev {
    height: 100vh;
  }
  .second_maindev .herotext_2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #facd00;
  }
  .second_maindev .herotext_1 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #028dd0;
  }

  .abu .half_4 {
    background: url("asset/image/aboutusboat.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .abu .half_3 .text_group {
    margin-top: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 70px;
  }

  .abu .half_2 .text_group {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contact_form {
    padding-top: 25%;
    padding-bottom: 5%;
    height: 100%;
  }
  .container .plant {
    background: none;
    height: 210px;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden !important;
  }
  .container .plant .img-fluid {
    display: unset;
    justify-content: space-between;
  }
  .abu .container {
    margin-top: 0;
    overflow-x: hidden;
    padding-bottom: 30px;
  }

  .cpn {
    background: none;
  }

  .cpn .img-fluid {
    display: unset;
  }
}
