@font-face {
  font-family: "Eurostile";
  src: url("./eurostile_extended_black.ttf");
}
@font-face {
  font-family: "EuroStile-regular";
  src: url("./EurostileBQ-Regular.otf");
}

:root {
  --primary-color: rgb(253, 181, 43);
  --primary-font: "Eurostile", sans-serif;
  --paragraph-font--: "EuroStile-regular";
  ---paragraph-weight--: 500;
}
.servicesDiv1 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servicesDiv2 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servicesDiv3 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.servicesDiv4 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.servicesDiv5 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.servicesDiv6 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servicesDiv7 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servicesDiv8 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic8.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.servicesDiv9 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic9.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.servicesDiv10 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic10.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servicesDiv11 {
  background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.329)),
    url("./../image/services/pic11.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servicesDiv-top {
  padding: 20% 0px 15%;
}
.servicesDiv-top h1 {
  /* font-family: "Outfit"; */
  font-family: var(--primary-font);
  font-size: 3rem;
  color: white;
  text-transform: uppercase;
}
.servicesDiv-top p a {
  color: white;
  text-decoration: none;
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 1.2rem;
  padding-right: 12px;
}
.servicesDiv-top p i {
  color: white;
  padding-right: 12px;
}
.services-text {
  color: var(--primary-color) !important;
}
/* About services */
.service-content {
  background: linear-gradient(
      rgba(255, 255, 255, 0.788),
      rgba(255, 255, 255, 0.943)
    ),
    url("./../image/services/bg1.jpg");
  background-repeat: no-repeat;
  background-position: top;
  /* background-size: contain; */
}
.service-left {
  position: relative;
}
.service-left img {
  z-index: 50;
  width: 100%;
}
.service-right h5 {
  font-family: "Poppins";
  font-size: 15px;
  color: var(--primary-color);
}
.service-right h2 {
  /* font-family: "Outfit"; */
  font-family: var(--primary-font);
  font-size: 2.4rem;
  text-transform: uppercase;
}
.service-right p {
  /* font-family: "Rokkitt"; */
  font-family: var(--paragraph-font--);
  color: rgba(69, 68, 68, 0.783);
  font-size: 18px;
  font-weight: var(---paragraph-weight--);
}
.service-content {
  padding: 4% 0px 5%;
}
.service-left::after {
  content: "Nissi Shipping";
  position: absolute;
  background-color: var(--primary-color);
  color: white;
  /* font-family: "Montserrat"; */
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 18px;
  padding: 10px 20px;
  right: 0px;
}

/* Messaging a quote */

.messageDiv {
  background: linear-gradient(rgba(0, 0, 0, 0.836), rgba(0, 0, 0, 0.662)),
    url("./../image/index/ships-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8% 0px 5%;
}
.request {
  background-color: white;
  padding: 40px;
}

.request input {
  border: none;
  border-bottom: 1px solid rgb(125, 125, 125);
  margin-bottom: 40px;
  width: 100%;
  font-family: var(--paragraph-font--);
}
.request input::placeholder {
  font-size: 14px;
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
}
.request input:focus {
  outline: none;
  border-bottom: 1px solid var(--primary-color);
}
.request-title h5 {
  width: fit-content;
  /* font-family: "Montserrat"; */
  font-family: var(--primary-font);
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: white;
  margin-bottom: 0px;
}
.message-subTitle {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 14px;
  /* margin-top: 20px; */
  margin-bottom: 20px;
  color: var(--primary-color);
}
.submit-btn {
  /* display: flex;
  justify-content: center; */
  width: unset !important;
}
.submit-btn input {
  color: white;
  background-color: var(--primary-color);
  border: none;
  padding: 8px 30px;
  transition: 0.2s ease-in-out;
}
.submit-btn input:hover {
  border-radius: 20px;
}
.stepsDiv {
  display: flex;
  padding: 8px 0px;
}
.stepsDiv h3 {
  color: var(--primary-color);
}
.steps-content {
  padding-left: 20px;
}
.steps-content h3,
.steps-content h6 {
  color: white;
}
.steps-content h3 {
  /* font-family: "Mulish"; */
  font-family: var(--primary-font);
  font-size: 1.5rem;
}
.steps-content h6 {
  /* font-family: "Rokkitt"; */
  font-family: var(--primary-font);
  font-size: 13px;
  color: rgb(205, 205, 205);
}

.choose-left h5 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--primary-color);
  padding-top: 11px;
}
.choose-left h2 {
  /* font-family: "Platypi"; */
  font-family: var(--primary-font);
  font-size: 2.4rem;
}
.choose-left p {
  /* font-family: "Rokkitt"; */
  font-family: var(--primary-font);
  padding: 13px 0px;
  font-size: 17px;
}

.choose-right {
  padding-left: 40px;
}
.choose-left-works h2 {
  padding-bottom: 20px !important;
  text-transform: uppercase;
  font-size: 2rem;
}
.choose-left-works p {
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
  color: white;
  padding: 0px !important;
  font-size: 14px;
  margin-bottom: 3px !important;
}

/* Common Contact */
.contact-commonDiv {
  background: linear-gradient(
      rgba(255, 255, 255, 0.788),
      rgba(255, 255, 255, 0.943)
    ),
    url("./../image/services/bg1.jpg");
  background-repeat: no-repeat;
  background-position: top;
  padding: 4% 0px 5%;
}

.contact-common h4 {
  color: var(--primary-color);
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.contact-common h2 {
  /* font-family: "Patua One"; */
  font-family: var(--primary-font);
  text-align: center;
  font-size: 3rem;
  color: rgba(53, 53, 53, 0.874);
  /* text-transform: uppercase; */
  margin-bottom: 0px !important;
}
.contact-btnDiv {
  margin-top: 25px;
  text-align: center;
}
.contact-btnDiv button {
  background-color: var(--primary-color);
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: 20px;
  padding: 8px 25px;
}

@media (max-width: 576px) {
  .servicesDiv-top h1 {
    font-size: 2.2rem;
  }
  .servicesDiv-top {
    padding: 33% 0px 23%;
  }
  .service-left::after {
    font-size: 12px;
    padding: 6px 14px;
  }
  .request {
    padding: 40px 20px;
  }
  .service-content {
    background-position: center;
  }
  .contact-common h2 {
    font-size: 2rem;
  }
  .choose-left h2 {
    font-size: 2rem;
  }
  .choose-left p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .contact-btnDiv button {
    font-size: 0.8rem;
  }
  .choose-left h2 {
    font-size: 1.5rem;
  }
  .choose-left h5 {
    font-size: 14px;
  }
  .choose-left p {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .servicesDiv-top h1 {
    font-size: 2rem;
  }
  .servicesDiv-top p a {
    font-size: 1rem;
  }
  .service-right p {
    font-size: 16px;
    padding-top: 10px;
  }
  .service-right h2 {
    font-size: 2rem;
  }
  .service-right h5 {
    font-size: 12px;
  }
  .contact-common h2 {
    font-size: 1.5rem;
  }
  .contact-common h4 {
    font-size: 0.8rem;
  }
}
@media (max-width: 320px) {
  .servicesDiv-top {
    padding: 40% 0px;
  }
  .contact-common h2 {
    font-size: 1.2rem;
  }
}
