@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

:root {
  --brand: #ff4d29;
  --dark: #092032;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--body);
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 700;
  color: var(--dark);
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img {
  width: 100%;
}

a {
  color: var(--dark);
  transition: all 0.4s ease;
  font-weight: 500;
}

a:hover {
  color: var(--brand);
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-brand {
  color: var(--brand) !important;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 60px !important;
  height: 60px !important;
  display: block;
  display: grid;
  place-items: center;
  color: #fff !important;
  border-radius: 100px;
  line-height: 0;
  border-radius: 100px !important;
  position: absolute;
  top: 50%;
  font-weight: 600 !important;
  font-size: 12px !important;
  transition: all 0.4s ease;
  margin-top: -30px !important;
}
.footer_link {
  text-decoration: none;
  display: block;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
  background-color: var(--brand) !important;
}

.owl-dot.active span {
  background-color: var(--brand) !important;
}

/* slide */
.slide {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.slide .display-3 {
  text-transform: uppercase;
  color: #fff;
}

/* navbar */
.top-nav {
  background-color: var(--brand);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-nav p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.top-nav span,
.top-nav i {
  vertical-align: middle;
}

.navbar {
  box-shadow: var(--shadow);
}

.social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.social-icons a:hover {
  background-color: #fff;
  color: var(--brand);
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
  color: var(--brand);
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
}

.navbar-brand .dot {
  color: var(--brand);
}
.pro {
  color: var(--brand);
}
.btn {
  padding: 8px 26px;
}

.btn-brand {
  border-color: var(--brand);
  background-color: var(--brand);
  color: #fff;
}

.btn-brand:hover {
  background-color: #d64022;
  border-color: #d64022;
  color: #fff;
}

.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  max-width: 500px;
}
.intro h6 {
  color: var(--brand);
  font-weight: 400;
  text-transform: uppercase;
}

.intro h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-box {
  align-items: center;
  display: flex;
}

.info-box img {
  width: 90px;
}

#milestone {
  background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)),
    url(../img/J4o.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
  color: #fff;
}

.service {
  padding: 32px;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.service h5 {
  margin-top: 24px;
  margin-bottom: 14px;
}

.service img {
  width: 90px;
}

.project {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.project h6 {
  font-weight: 400;
}

.project h6::before {
  content: "";
  height: 2px;
  width: 30px;
  display: inline-block;
  background: var(--brand);
  vertical-align: middle;
  margin-right: 10px;
}

.project .overlay {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 76, 41, 0) 0%,
    var(--dark) 100%
  );
}

.project .content {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.project h2,
.project h6 {
  color: #fff;
}

.team-member {
  text-align: center;
}

.team-member .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.team-member .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(255, 77, 41, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.team-member .social-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member .social-icons a {
  width: 40px;
  height: 40px;
}

.team-member:hover .social-icons {
  top: 50%;
  opacity: 1;
}

.team-member:hover .overlay {
  top: 0%;
  opacity: 1;
}

#reviews {
  background: linear-gradient(
      -90deg,
      rgba(8, 32, 50, 0.8),
      rgba(8, 32, 50, 0.8)
    ),
    url(../img/TestyDisloyalChinchilla-size_restricted.gif), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 15px;
  max-width: 768px;
  margin: auto;
}

.review .bxs-quote-alt-left {
  font-size: 120px;
  position: absolute;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.review img {
  width: 80px !important;
  height: 80px;
  border-radius: 100px;
  margin: auto;
}

.review h5 {
  margin-top: 16px;
  margin-bottom: 4px;
  color: #fff;
}

.review h3 {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}

.review small {
  color: var(--brand);
}

.review .stars {
  color: var(--brand);
}

.blog-post {
  position: relative;
  /* background-color: #fff; */
  box-shadow: var(--shadow);
}

.blog-post .content {
  padding: 32px;
}

.blog-post a.tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--brand);
  padding: 2px 12px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

.blog-post a.title {
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 12px;
}
.blog-post title:hover {
  color: var(--brand);
}
.blog-post small {
  text-transform: uppercase;
  color: var(--brand);
  text-decoration: underline;
}

footer {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),
    url(../img/bg_banner14.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #adb3b9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}

input.form-control {
  border-color: transparent;
  height: 44px;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.04);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}

/* custom css */
.text-muted {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.614);
  padding: 0;
  margin: 0;
}
.card-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.card img {
  max-width: 100%;
}

.services-details img {
  float: left;
  width: 50%;
  margin-right: 30px;
  border-radius: 20px;
}
.sub-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 20px;
}
.sub-services-grid .card {
  height: 500px;
}
.sub-services-grid .card .image {
  height: 45% !important;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}
.sub-services-grid .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-services-grid .card .card-body {
  height: 55% !important;
}
.page-slide {
  padding: 20px;
}
.page-slide .page-head {
  z-index: 11;
}
.page-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, #000);
}

.page-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.project {
  height: 300px;
  border-radius: 10px;
}
.project img {
  object-fit: cover;
}

.projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 20px;
}
.projects .project {
  height: 300px;
  position: relative;
}
.projects .project img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.projects .project .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 0;
  height: 200px;
  justify-content: end;
  right: 0;
  left: 0;
  padding: 20px 10px;
  background: linear-gradient(transparent, #000);
}
.projects .project .info h3 {
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0;
}
.projects .project .info span {
  color: var(--brand) !important;
}
.projects .project .external-link {
  position: absolute;
  color: #fff;
  text-decoration: none;
  height: 100px;
  display: flex;
  gap: 10px;
  justify-content: end;
  padding: 10px 20px;
  background: linear-gradient(#000, transparent);
  width: 100%;
}
.projects .project .external-link:hover {
  color: var(--brand);
}

.blog-header {
  display: flex;
  justify-content: space-between;
}
.blog-header p {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  background: var(--brand);
}
.blog-header span {
  font-size: 14px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .services-details img {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .mt-5 {
    margin-top: 0.8rem !important;
  }
}

.wrapper nav {
  display: flex;
  justify-content: center;
}
.wrapper .items {
  /* display: flex;
  max-width: 720px; */
  /* width: 100%; */
  justify-content: space-between;
}
.items span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: var(--brand);
  border-radius: 50px;
  border: 2px solid var(--brand);
  transition: all 0.3s ease;
}
.items span.active,
.items span:hover {
  color: #fff;
  background: var(--brand);
}

.gallery {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  /* -webkit-columns: 4 300px; */
}
.gallery .image {
  border-radius: 15px;
  height: 300px;

  overflow: hidden;
  position: relative;
}
.gallery .image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
}
.gallery .image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.gallery .image .image-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 10px;
  background: linear-gradient(transparent, #000);
}
.gallery .image .image-info h2 {
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
}
.gallery .image .image-info span.text-muted {
  color: var(--brand) !important;
}
.gallery .image.hide {
  display: none;
}
.gallery .image.show {
  animation: animate 0.4s ease;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.share-icons .share {
  padding: 10px;
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  color: #fff;
}
.share-icons .share.whatsapp {
  background: #1a9e4fe7;
}
.share-icons .share.facebook {
  background: #143aa4;
}
.share-icons .share.twitter {
  background: rgb(9, 124, 240);
}
@media (max-width: 600px) {
  .wrapper {
    margin: 30px auto;
  }
  .wrapper nav .items {
    flex-wrap: wrap;
    justify-content: center;
  }
  nav .items span {
    margin: 5px;
  }
  .gallery .image {
    width: 100%;
  }
  .footer-col {
    flex-direction: column;
    justify-content: center;
  }
  .footer-col .footer {
    width: 100%;
  }
  .footer-col .about {
    width: 100%;
  }
}
.footer-bottom {
  background-color: #000;
}

.about-body {
  padding: 10px;
}

.footer-col {
  background-color:#000000b5;
  padding: 40px 40px;
  /* border-radius: 50px 50px 0 0; */
  color: #f9f9f9;
  display: flex;
  justify-content: space-between;
}
.footer-col .about {
  width: 40%;
  color: #fff;
}
.footer-col .about p {
  color: #ccc;
}
.footer-col .footer .footer-head h2 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.footer-col .footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-col .footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.5s;
}
.services ul li a:hover {
  padding-left: 10px;
}
.social-icons {
  display: flex;
  gap: 20px;
}
.social-icons .icon {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #ccc;
  font-size: 16px;
  text-decoration: none;
}
.social-icons .icon .i {
  font-size: 30px;
  color: #f9f9f9;
}
footer .copyright {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #fff;
}
@media (max-width: 600px) {
  .footer-col {
    flex-direction: column;
    justify-content: center;
  }
  .footer-col .footer {
    width: 100%;
  }
  .footer-col .about {
    width: 100%;
  }
  .slide {
    max-height: 200px;
    min-height: 200px;
  }
  .slide .display-3 {
    font-size: 14px;
  }
  .share-icons .share {
    padding: 6px;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }
}
