body {
  background-color: #00225ab8;
  background-image: linear-gradient(to bottom right, black, black, #00225a, black, black);

  font-family: Inter, sans-serif;

}

section {
  padding-top: 160px;
}

@media (max-width: 769px) {
  section {
    padding-top: 100px;
  }
}

header {
  background: linear-gradient(154deg, #00225a 5%, #66666600 60%);
  height: 780px;

}

nav {
  z-index: 999
}

nav>div {
  padding: 5px 24px !important;
  border-radius: 30px;
  border: 1px solid grey;
  background-color: white;
  /*background-color: #002587!important;*/
}

.bg-scrolled {
  background-color: white !important;
  transition: background-color 0.3s ease;
}

.navbar-collapsed {
  background-color: white !important;
  transition: background-color 0.3s ease;
}

/*.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke=' blue' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}*/
.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.navbar-toggler {
  border-color: white;
}

.nav-item {
  padding-right: 20px;
}

.nav-link {
      font-size: 15px !important;
    line-height: 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    display: block;
    letter-spacing: 0.6px;
    transition: color 0.3s;
}


.up-down {
  color: rgba(165, 165, 165, 1);
  background-color: rgb(102 102 102 / 43%);
  display: inline-block;
  border-radius: 9px;
  opacity: 70%;
  padding: 6px;
  position: absolute;
  text-transform: uppercase;
  animation: upDown 2s ease-in-out infinite;
  will-change: transform;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

.an-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 415px;
  margin-top: 100px;
}

.an-text img {
  z-index: 1;
  position: absolute;
  right: 42%;
  bottom: 0;
  width: 25%;
}

.an-textt h3 {
  color: white;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 4.688vw;
  line-height: 81px;
  letter-spacing: -0.9px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;


}

.an-textt h3 span {
  margin-left: 210px;
}

.an-textt-b {
  margin-right: 50px;
  margin-top: 37px;
}

.an-textt-b span {
  margin-left: 87px !important;

}

.b-text {
  position: absolute;
  z-index: 1;

}

.b-text h2 {
  color: white;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 4.688vw;
  line-height: 81px;
  letter-spacing: -0.9px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;


}

.b-text h2>span {
  background-color: #002587;
  padding: 5px;
  margin-left: 10px;
  border-radius: 10px;

}


.button {
  text-align: center;
  margin-top: 20px;
  border-radius: 30px;
  background-color: transparent;
  padding: 18px 20px;
  border: 1px solid grey;

}

.button a {
  text-decoration: none;
  border-radius: 5px;
  color: white;
}

.button:hover {
  background-color: #002587;
}

/* text res ---*/

.text-1 {
  top: 30px;
  left: 27%;
}

.text-2 {
  top: 103px;
  right: 30%;
}

.text-3 {
  top: 188px;
  left: 20%;
}

.text-4 {
  top: 221px;
  right: 22%;
}

.text-5 {
  top: 65px;
  left: 12%;
}

.text-6 {
  top: 78px;
  right: 12%;
}


.head {
  font-weight: lighter;
  font-size: 23px;
}

.card>div {
  width: 233px;
  height: 233px;
}

.card>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card h3 {
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
}

.card p {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 19.01px;
  letter-spacing: 0.29px;
  vertical-align: middle;

}

.about>div>h3 {
  color: white;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 46.07px;
  letter-spacing: -0.72px;
  vertical-align: middle;
}

.about>div>h6 {
  font-family: Inter, sans-serif;
  font-weight: lighter;
  font-size: 18px;
  line-height: 25.4px;
  vertical-align: middle;
  text-align: justify;
}

.about>div>p {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  color: #797979;
  line-height: 23px;
  vertical-align: middle;
  text-align: justify;
}


/*-------------images portfolio -----------*/

.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: transform 0.3s ease-in-out;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.grid-item:hover {
  filter: opacity(0.9);
  transform: scale(1.04);
}

.grid-item a {
  width: 100%;
  height: 100%;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  gap: 10px;
  padding: 20px;
  grid-auto-flow: dense;
}

@media (min-width: 600px) {
  .wide {
    grid-column: span 2;
  }

  .tall {
    grid-row: span 2;
  }
}

.overlay {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  transition: .5s ease;

}

.middle {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overlay:hover .image {
  opacity: 0.5;
}

.overlay:hover .middle {
  opacity: 1;
}

.text {
  background-color: black;
  color: white;
  border-radius: 20px 0px 20px 0px;
  font-size: 16px;
  padding: 10px 20px;
}

.why {
  position: relative;
  overflow: hidden;

}

.whyy img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.marquee-container {
  width: 100%;
  background-color: #f8f9fa;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #495057;
}

.marquee-item img {
  width: 50%;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.col {
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  padding-top: 20px;
  color: white;
  font-family: Inter, sans-serif;
}

.col h3 {

  font-weight: 500;
  font-size: 81.36px;
  line-height: 81.36px;
  letter-spacing: 0%;
  vertical-align: middle;

}

.col-b {
  border-bottom: 1px solid #b3b3b3;
}

.col p {
  line-height: 23.39px;
  letter-spacing: 0px;
  vertical-align: middle;
  padding-top: 80px;
  text-align: justify;

}

.cols {
  border-top: 1px solid #b3b3b3;
  text-align: right;
  color: white;
  font-family: Inter, sans-serif;


}

.cols h3 {
  font-weight: 500;
  font-size: 175.3px;
  line-height: 209.86px;
  letter-spacing: -0.39px;
  vertical-align: middle;

}

.person img {
  filter: grayscale(5);

}

.personn img {
  opacity: 50%;
  margin-bottom: 50px;
}

.person h6 {
  font-size: 1.379vw;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #828282;

}


.slide>a>img {
  height: 50px;
}

.slider {
  height: 60px;
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}

.slider::before,
.slider::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
}

.slider::before {
  left: 0;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(150px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}

.slide {
  width: 150px;
  height: 60px;

  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}

.slide:hover {
  transform: scale(0.8)
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-150px * 10));
  }
}


@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(80px * 20);
  }

  .slide {
    width: 100%;
    padding: 0px 10px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

}

footer h3 {
  font-weight: 500;
  font-size: 80px;
  line-height: 103px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  margin-bottom: 80px;
}

ul {
  list-style: none;
  padding: 0px 0px 0px 10px;
}


.footer-col h4 {
  font-size: 18px;
  color: #828282;
  font-weight: 700;
  font-size: 23.44px;
  line-height: 31.45px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.footer-col h4::before {
  content: '';
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: white;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: grey;
  padding-left: 8px;
}


.dk-footer-form {
  position: relative;
}

.dk-footer-form input[type=email] {
  padding: 14px 28px;
  border-radius: 50px;
  background: white;
  border: 1px solid #2E2E2E;
}

.dk-footer-form button[type=submit] {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0px 30px;
  border-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: white;
  bottom: 4px;
}

.dk-footer-form button:hover {
  cursor: pointer;
}

.contact ul li a {
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
}

.contact ul li a:hover {
  color: grey;
  padding-left: 8px;
}

.copy {
  color: #828282;
}

.call-bg {

  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  height: 100%;
}

.steps {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  max-width: 250px;
  text-align: center;
}

.step-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


.step-icon img {
  width: 50px;
  height: 50px;
}

.step-title {
  font-weight: 500;
  font-size: 28.34px;
  line-height: 35.42px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  margin-top: 15px;
}

.step-description {
  color: #666;
  font-size: 0.9rem;
  margin-top: 10px;
}




.animation {
  animation-name: hover;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transition-property: scale;
}

.animation-1 {
  animation-name: hover;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transition-property: scale;
  animation-delay: 2s;
}

.animation-2 {
  animation-name: hover;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transition-property: scale;
  animation-delay: 6s;
}

@keyframes hover {
  0% {
    border: 2px solid blue;
  }

  10% {
    border: 2px solid blue;
  }
}


.dots {
  margin-top: 50px;
}

.loader {
  width: 100%;
  aspect-ratio: 30;
  background: radial-gradient(circle closest-side, #ffff 100%, #0000) 0/calc(100%/12) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 10s steps(12) infinite;
  animation-delay: 1s;
}

.loader-1 {
  width: 100%;
  aspect-ratio: 30;
  background: radial-gradient(circle closest-side, #ffff 100%, #0000) 0/calc(100%/12) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 10s steps(12) infinite;
  animation-delay: 5s;
}

@keyframes l1 {
  to 0% {
    clip-path: inset(0 100% 0 0)
  }

  10% {
    clip-path: inset(0 0 0 0)
  }

  30% {
    clip-path: inset(0 0 0 0);
    background: radial-gradient(circle closest-side, #00000000 100%, #00000000)
  }

  100% {
    clip-path: inset(0 0 0 0);
    background: radial-gradient(circle closest-side, #00000000 100%, #00000000)
  }
}

/*responsive*/

@media (max-width: 990px) {
  .col h3 {

    font-weight: 500;
    font-size: 42px;
    line-height: 41.36px;



  }

  .col p {
    line-height: 20.39px;
    padding-top: 60px;

  }

  .cols h3 {
    font-weight: 500;
    font-size: 100.3px;

  }
}

@media (max-width: 768px) {
  .dots {
    display: none;
  }

  .steps {
    gap: 60px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }

  footer h3 {
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .person h6 {
    font-size: 16px;

  }
}

@media (max-width: 991px) {
  .card img {
    width: 100%;
    height: auto;
  }
}



/*.gradient{
   background-color: #00225ab8;
  background-image: linear-gradient(to bottom right, black, black, #00225a, black,  black);
}

.gradient-1{
   background-color: #00225ab8; 
  background-image: linear-gradient(to bottom left, black, black, #00225a, black,  black);
}*/

#navv {
  display: none;
}

#navi {
  display: block;
}