/** @format */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville+SC&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

h3 {
  font-family: "Roboto", sans-serif;
  line-height: 2.5rem;
}

/*All img*/
.img-fluid {
  display: block;
  width: 100%;
  height: 100%;
}

/*about us page 2 */
.abu_hero {
  background: url("asset/image/abucover.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-width: 100%;
}
.abu_hero .bubble {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding: 5rem;
  color: white;
}

.abu_hero .bubble h1 {
  padding: 2rem 8rem;
  background: rgba(105, 171, 247, 0.1);
  position: absolute;
  left: -3rem;
}

.abu .container {
  margin-top: 30px;
  overflow-x: hidden;
  padding-bottom: 30px;
}

.abu .img-fluid {
  border-radius: 10px;
}

.abu .half_1 {
  background: url("asset/image/map.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-color: #028dd0;
}

.abu .half_2 {
  background: url("asset/image/map.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-color: #f2b500;
}

.abu .half_3 {
  background: url("asset/image/map.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-color: #028dd0;
}

.abu .half_4 {
  background: url("asset/image/aboutusboat.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 465px;
  padding: 70px;
  padding-top: 45px;
}
.abu .half_4 h6 {
  border-radius: 5px;
  padding: 1rem;
  line-height: 1.3rem;
}

.abu .half_1 .text_group {
  margin-top: 100px;
}

.abu .half_2 .text_group {
  margin-top: 100px;
}

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

.abu h1 {
  color: #114c97;
}

.abu_hero .container h1 {
  font-size: 3rem;
}

.container .topic h5 {
  color: #028dd0;
}
.container .topic {
  padding-left: 1.5rem;
}

.cpn {
  background: url("asset/image/iStock-1286469130.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden !important;
}

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

.plant {
  background: url("asset/image/aboutus1.jpg");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden !important;
}
.plant .img-fluid {
  display: none;
}

.history {
  background-image: linear-gradient(to right, black, #028dd0);
  height: 450px;
  width: auto;
}

.history .container {
  padding-top: 100px;
  color: white;
}

.history .container h1 {
  margin-top: 100px;
  color: white;
}

/*Our services*/
.wedo .img-fluid {
  border-radius: 10px;
}

.wedo .container h1 {
  color: #114c97;
}

.wedo .container .bg_sev {
  background-color: #77cbf5;
  padding: 15px;
  border-radius: 10px;
  height: auto;
}
.wedo_hero {
  background: url("asset/image/iStock-2180154220.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-width: 100%;
}

.wedo_hero .bubble {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  height: 100vh;
  padding: 5rem;
  color: white;
}

.wedo_hero .bubble h1 {
  padding: 2rem 8rem;
  background: rgba(105, 171, 247, 0.1);
  position: absolute;
  left: -3rem;
}

.wedo h2 {
  color: #028dd0;
}
.wedo h3 {
  color: #033f83;
}

/* Header*/
.container-fluid .maindev {
  overflow-x: hidden !important;
}

/*indus*/
.industry {
  overflow-x: hidden;
}
.industry .img-fluid {
  border-radius: 10px;
}

.industry h1 {
  color: #114c97;
}

.industry h2 {
  color: #028dd0;
}

.indus_hero {
  background-image: url("asset/image/ourproject.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-width: 100%;
}
.indus_hero .bubble {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding: 5rem;
  color: white;
}

.indus_hero .bubble h1 {
  padding: 2rem 8rem;
  background: rgba(105, 171, 247, 0.1);
  position: absolute;
  left: -3rem;
}

.indus h2 {
  color: #028dd0;
}
.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;
}

.maindev .header-wrapper {
  display: flex;
  align-items: center;
  height: 500px;
  margin-top: 5rem;
}

.maindev .header-info h1 {
  border-radius: 10px;
  padding: 5px 5px;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.6);
}

.maindev .header-info p {
  font-size: 1.2rem;
  color: whitesmoke;
  padding: 0.4rem;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
}

.maindev .logo_banner {
  border-radius: 10px;
  box-shadow: 1px 1px 8px rgb(240, 227, 227);
}

/*2nd maindev*/
.second_maindev {
  margin: 0 auto;
  z-index: 2 !important;
  padding: 2rem;
}

.herobox {
  float: left;
  & .herotext_1 {
    font-weight: bold;
    font-size: 70px;
    color: #14a1e7;
  }
  & .herotext_2 {
    font-weight: bold;
    font-size: 70px;
    color: #facd00;
  }
}

nav {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  padding: 0 5%;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

nav .logo {
  float: left;
  width: 165px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #000;
  padding: 2%;
}

nav .logo a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-family: "Inconsolata", monospace;
}

nav .links {
  float: right;
  padding: 0;
  margin: 0;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav .links li {
  list-style: none;
}

nav .links a {
  display: block;
  padding: 0.6rem;
  font-size: 18px;
  font-style: bold;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

nav .links a:hover {
  display: block;
  padding: 0.6rem;
  font-size: 18px;
  color: black;
  text-decoration: none;
  border-radius: 10px;
  background-color: #facd00;
}

#nav-toggle {
  position: absolute;
  top: -100px;
}

nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: white;
  margin: 5px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

/*Overview*/
.overview {
  overflow-x: hidden;
}
.overview h4 {
  color: #028dd0;
}
/*We are section*/

.weare {
  background-color: #028dd0;
  overflow-x: hidden;
  height: auto;
  width: 100%;
}

.weare hr {
  color: white;
}
.weare .img-fluid {
  border-radius: 10px;
}

.freight {
  overflow-x: hidden;
}

/*contact form*/
.contact_form {
  padding-top: 10%;
  padding-bottom: 6%;
  height: 100%;
}

/*footer*/
footer {
  padding: 2rem;
  overflow-x: hidden;
}
footer .container {
  overflow-x: hidden;
}

footer li {
  list-style: none;
}

footer li a {
  list-style: none;
  justify-content: space-evenly;
  color: white;
  text-decoration: none;
  line-height: 2.5rem;
}

footer li a:hover {
  color: white;
  text-decoration: none;
}

footer span a {
  text-decoration: none;
  color: white;
  line-height: 2.5rem;
}

footer span a:hover {
  color: white;
  text-decoration: none;
}
.form {
  padding: 15px 15px;
  border: 2px solid white;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgb(152, 155, 157);
  justify-content: space-between;
}

.form button {
  background-color: #028dd0;
  border-radius: 5px;
  padding: 5px;
  border: solid #028dd0;
}
.form input {
  border: solid #fff;
  border-radius: 5px;
}
.form textarea {
  border-radius: 5px;
}

.form textarea,
input {
  width: 100%;
}

footer iframe {
  border-radius: 10px;
}
.logo_footer {
  display: none;
}

/*Back to top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #facd00;
  color: black;
  cursor: pointer;
  padding: 7px;
}

#myBtn:hover {
  background-color: #555;
  transition: all 0.3s ease-in-out;
}

/*button contact*/
.getin {
  color: white;
  background-color: #033f83;
  padding: 1rem;
}

.getin button {
  color: white;
  padding: 15px 40px 15px 40px;
  border: 2px solid orange;
  border-radius: 30px;
  background-color: #033f83;
}
