:root {
  --red: #b4374e;
  --white: #fff;
  --black: #000;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

/* navbar section */
.navbar {
  z-index: 1000;
  background: #bdc3c7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #2c3e50,
    #bdc3c7
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #2c3e50,
    #bdc3c7
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* a.nav-link {
  color: gray;
}
a.nav-link:hover {
  color: #fff;
} */

span.sparcon__logo-name {
  background: #1488cc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #2b32b2,
    #1488cc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #2b32b2,
    #1488cc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}
/* div.navbar__container {
  height: 61px;
} */

/* form#navbar_buttons {
  height: 61px;
} */

/* form a.login__button {
  margin: 0;
  height: 50px;
} */

a.navbar-brand img {
  height: 90px;
  width: 86px;
}

.nav-item {
  padding: 4px;
}

.fa-ship {
  margin-right: 0.5rem;
}

@media screen and (max-width: 992px) {
  a.navbar-brand img {
    height: 69px;
    width: 69px;
  }

  div#navbarSupportedContent {
    height: auto;

    margin-bottom: 0.7rem;

    background: #0f2027; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #2c5364,
      #203a43,
      #0f2027
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #2c5364,
      #203a43,
      #0f2027
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  /* div#navbarSupportedContent {
    height: auto;

    margin-bottom: 0.7rem;
    color: #000;
    background: #d3d3d3;
  } */
}

/* navbar  */

/* to the top */
a.to__the-top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.to__the-top.active {
  pointer-events: auto;
  opacity: 1;
}

a.to__the-top i {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  a.to__the-top {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  }

  a.to__the-top i {
    font-size: 1rem;
    font-weight: 700;
  }
}
/* to the top */

/* breadcrumb */

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgb(212, 212, 212); */
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 50px;
}

li.breadcrumb-item a {
  color: rgb(190, 190, 190);
  text-decoration: none;
  font-weight: 700;
}

li.breadcrumb-item.active {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}

/* breadcrumb */

/* hero section */
.hero {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)),
    url("./images/sea+container.jpg");
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero__content {
  color: var(--white);
  padding: 3rem 1rem;
  margin: 0rem 2rem;
  line-height: 1;
}

.hero__content h1 {
  font-size: clamp(2rem, 8vw, 4rem);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero__content p {
  font-size: clamp(0.5rem, 4vw, 1.5rem);
  margin-bottom: 3rem;
}

/* .button {
  padding: 1rem 2.5rem;
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0.5rem;
} */
input.serach-input {
  padding: 10px 12px;
  border: none;
  letter-spacing: 1px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}

button.btn.bg-theme.button__track {
  background: #c02425; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f0cb35,
    #c02425
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f0cb35,
    #c02425
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  border-radius: 0;
  border: none;
  font-size: 15px;
  width: 40%;
  height: 50px;

  color: var(--white);
  font-weight: 700;
  /* padding: 11px 20px; */
}

form.d-flex.searching__style {
  height: 50px;
  max-width: 420px;
}

@media screen and (max-width: 510px) {
  button.btn.bg-theme.button__track {
    width: 100%;
  }
}
@media screen and (max-width: 391px) {
  button.btn.bg-theme.button__track {
    width: 100%;
  }
}

/* banner bottom */

.bb-img {
  z-index: 99;
  position: relative;
  top: -60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 5%;
  width: 90%;
}

/* .bb-img {
  position: absolute;
  bottom: -200px;
  left: 14%;
  width: 72%;
} */

.bb-img img {
  border-radius: 1.5rem;
}
.bb-img h3 {
  text-transform: capitalize;
  font-size: clamp(1em, 4vw, 1.2em);
  text-align: center;
  margin: 1em 0 0;
  color: #000;
  font-weight: 600;
}

/* Services section css */

.service__offer {
  margin: 4rem 0rem;
}

.service__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

.service__items {
  margin: 3rem 0rem;
}
/* .icon__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: rgb(144, 144, 144) solid 2px;
  height: 100%;
  width: 50%;
  border-radius: 50%;
  margin: auto;
  color: rgb(0, 255, 55);
} */

.icon__circle {
  background: #c02425; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f0cb35,
    #c02425
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f0cb35,
    #c02425
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;

  display: flex;
  justify-content: center;
  align-items: center;
  /* color: rgb(0, 255, 242); */
  font-size: 3.5rem;
}

.button {
  margin: 3rem 0rem;
}

.bg-services {
  background: url(./images/slide1.jpg) no-repeat center center;
  background-size: cover;
}

.service__title {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
}

.sub-desc {
  color: #ff9595;
  font-size: clamp(1rem, 4vw, 1.5rem);
}

.services-bg-color {
  padding: 2em;
}

h4.home-title {
  text-transform: capitalize;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #fff;
}

.subsec-4 {
  color: #fff;
}

.btn {
  margin: 3rem 0rem;
}

@media screen and (max-width: 768px) {
  .icon__circle {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .icon__circle {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 3rem;
  }
}
/* services  end*/

/* portfolio */

.portfo__heading {
  margin-bottom: 4rem;
}

.portfo-title {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

.sub-title {
  margin-top: 1.5rem;
  margin-bottom: 0;

  font-size: clamp(1rem, 4vw, 1.2rem);
}

/* .port-desc {
  padding: 1.5rem;
  background: gray;
} */

div.port-desc {
  overflow: scroll;
  height: 250px;
  padding: 1em;
  background: #eee;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.img-grid {
  margin-bottom: 2em;
}

.img-grid:hover {
  -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.desc__main-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1em;
  color: #fc636b;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {
  .img-grid {
    margin-bottom: 2em;
    /* background: green; */
    width: 96%;
  }
}
/* portfolio end */

/* footer */

.footer {
  /* background: var(--black); */
  background: #bdc3c7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #2c3e50,
    #bdc3c7
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #2c3e50,
    #bdc3c7
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer-brand {
  text-decoration: none;
  /* color: #fff; */
}

.footer-brand img {
  height: 80px;
  width: 80px;
}

.footer__contact {
  color: #fff;
  font-size: clamp(0.5rem, 4vw, 1rem);
}
.footer__contact a {
  color: #fff;

  text-decoration: none;
}

.footer__links,
hr {
  font-size: clamp(1rem, 4vw, 1.2rem);
  color: #fff;
}

.nav__list {
  padding-left: 0;
}

.nav__list li a {
  font-size: clamp(0.75rem, 4vw, 1rem);
  text-decoration: none;
  color: #fff;
}

.cpy-right {
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpy-right a {
  text-decoration: none;
  color: #fff;
}
