* {
  scroll-behavior: smooth !important;
}

canvas#stars {
  display: block;
  width: 100%;
  height: 100%;
  background: #000105;
}

.bg {
  position: relative;
  height: 100vh;
}

.form-container {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  min-width: 735px;
}

.bg .bg-pattern {
  background-image: url("../images/bg.png");
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  background-color: #f1efe0;
}

.bg .bg-pattern .bg-shape1,
.bg .bg-pattern .bg-shape2 {
  position: absolute;
  width: 450px;
}

.bg .bg-pattern .bg-shape1 {
  bottom: 0;
  right: 0;
}

.bg .bg-pattern .bg-shape2 {
  top: 0;
  left: 0;
}

@media screen and (max-width: 992px) {
  .form-container {
    min-width: 535px;
  }
}

@media screen and (max-width: 768px) {
  .form-container {
    min-width: 335px;
  }

  .form-container .form-content {
    padding: 30px 24px;
  }
}

/* form */
.form-wrapper .form-bg {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0px 0px 12px 0px #00000040;
}

.form-content {
  padding: 72px 80px;
}

.form-content h2 {
  font-size: 24px;
  font-family: "29ltbukra Bold" !important;
  line-height: 71.79px;
}

.form-control {
  padding: 14px 44px;
  height: auto;
}

.input-group img {
  position: absolute;
  bottom: 20px;
  right: 27px;
}

.input-group .show-pass {
  position: absolute;
  bottom: 20px;
  right: auto;
  left: 27px;
}

.input-group-submit button {
  border-radius: 8px;
}

.input-group-create {
  font-family: "29ltbukra Bold" !important;
}

.input-group-create a {
  color: #b89635 !important;
  text-decoration: underline !important;
}

.forget-pass {
  color: #141414;
  text-decoration: underline;
  font-size: 14px;
}

.input-file {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  right: 0;
}

.file-label {
  margin-bottom: 0px;
  border: 1px solid #b89635;
  background-color: #fff;
  color: #b89635;
  padding: 13px 75px;
  border-radius: 50px;
}

.file-name {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 38px;
  padding: 7px;
  border: 1px solid #94949436;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .file-name {
    font-size: 12px;
  }
}

.file-upload-info {
  font-size: 12px;
}

.file-upload-info span {
  color: #ebc03f;
  font-family: "29ltbukra Bold" !important;
}

.white-space {
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .white-space {
    white-space: normal;
  }
}

/* tabs */
.nav-tabs .active {
  background: #ebc03f !important;
  border: 2px solid #ebc03f !important;
  color: #fff !important;
}

.nav-tabs .nav-item-connect {
  border-top: 1px dashed #c4c4c4;
  width: 160px;
}

@media screen and (max-width: 380px) {
  .nav-tabs .nav-item-connect {
    border-top: 1px dashed #c4c4c4;
    width: 80px;
  }
}

.nav-tabs .nav-link {
  background: transparent;
  color: #8a8a8a;
  border: 2px dashed #8a8a8ab2;
  border-radius: 50%;
  font-family: "29ltbukra Bold" !important;
  font-size: 24px;
  width: 50px;
  height: 50px;
  padding: 0px;
}

/* tab-content */
.tab-content .form-check {
  display: flex;
  margin: 0px 20px;
  padding: 0px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #8a8a8ab2 !important;
  outline: none !important;
}

.form-check-label {
  margin: 0px 12px;
}

.tab-content input[type="text"] {
  border: 0.86px solid #94949436;
  font-size: 12px;
  padding: 14px 17px;
  color: #a9a9a9db;
}

.tab-content input[type="text"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 192, 63, 0.25);
}

.tab-content input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 55;
}

.custom-radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ebc03f;
  border-radius: 50%;
  top: 5px;
}

.custom-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

input[type="radio"]:checked + .custom-radio::before {
  background-color: #ebc03f;
}

.tab-content h4 {
  font-family: "29ltbukra Bold" !important;
  font-size: 18px;
}

/* select */
.select2 {
  width: 100% !important;
}

.select2-selection {
  height: auto !important;
}

.select2-custom {
  padding: 9px 17px;
  font-size: 12px !important;
  border: 1.05px solid #1414141a !important;
  box-shadow: 0px 1px 2px 0px #1f1f1f1a;
  border-radius: 4.2px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 10px;
  cursor: pointer;
  color: #141414;
}

.select2-selection__arrow {
  display: none;
}

.select2-selection__rendered {
  padding: 0px !important;
  line-height: 1.5 !important;
}

/* checkbox */
.checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.custom-checkbox {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #b89635;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

.check-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  fill: none;
  stroke: white;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

.checkbox-container input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #b89635;
}

.checkbox-container
  input[type="checkbox"]:checked
  + .custom-checkbox
  .check-icon {
  opacity: 1;
}

/* special */
.form-check-special {
  position: relative;
  border: 1px solid #b89635;
  border-radius: 16px;
  padding: 14px 22px !important;
  height: 220px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.form-check-special .custom-radio {
  position: absolute !important;
  top: 14px;
  right: 22px;
}

.form-check-special label {
  font-size: 28px;
  font-family: "29ltbukra Bold" !important;
  position: relative;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.3s ease;
}

.form-check-special .special-info {
  font-size: 14px;
  position: relative;
  width: 100%;
  text-align: center;
  top: 42%;
  opacity: 0;
  transform: translate(0%, -50%);
  transition: all 0.3s ease;
}

.form-check-special {
  cursor: pointer;
}

.form-check-special input:hover {
  cursor: pointer;
}

.form-check-special:hover {
  background-color: #fffbf1;
}

.form-check-special:hover label {
  font-size: 18px;
  top: 15%;
  font-family: "29ltbukra Bold" !important;
}

.form-check-special:hover .special-info {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .form-check-special label {
    font-size: 22px;
  }
}

/* ------------------------footer section------------------------------ */
.footer-container {
  background: rgba(0, 0, 0, 0.69);
  padding: 60px 0px !important;
}

.footer-container .swiper-section-title {
  color: #fff;
  font-family: "mont Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  padding: 0px 30px !important;
}

.footer-container .swiper-heading-text {
  max-width: 960px;
  margin: auto;
}

.footer-container .swiper-section-sub {
  color: #fff;
  text-align: center;
  font-family: "mont";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.footer-swiper .swiper-content {
  text-align: center;
  max-width: 400px;
  margin: 0px auto;
}

.footer-swiper {
  overflow: hidden;
}

.footer-swiper .swipper-svg {
  padding: 20px;
}

.footer-swiper .swiper-slide {
  background-image: url("../images/bottomSwiper/swiperBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  scale: 0.8;
  margin-top: 100px;
  transition: scale 1200ms;
  margin-bottom: 20px !important;
}

.footer-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.068);
  border: transparent;
  opacity: 0.4;
  filter: blur(10px);
}

.footer-swiper .swiper-slide-active {
  scale: 1 !important;
}

.footer-swiper .bottom-swiper-text {
  margin-top: 50px;
  padding-bottom: 10px;
}

.footer-swiper .swiper-content h3 {
  font-family: "Mont Bold";
  font-size: 26.59px;
  font-weight: 700;
  line-height: 32.41px;
  text-align: center;
  color: white;
  margin-top: 20px;
}

.footer-swiper .underline {
  background: rgba(161, 161, 161, 0.26);
  height: 2px;
  width: 230px;
  margin: auto;
}

.footer-swiper .swiper-content h4 {
  font-family: "Mont Bold";
  font-size: 18.04px;
  font-weight: 700;
  line-height: 22.55px;
  text-align: center;
  color: white;
}

.footer-swiper .swiper-content h5 {
  font-family: "Mont Semi-Bold";
  font-size: 13.53px;
  font-weight: 500;
  line-height: 19.48px;
  text-align: center;
  color: white;
}

@media screen and (max-width: 768px) {
  .footer-container .swiper-section-title {
    padding: 0px 24px !important;
  }

  .swiper-heading-text h3 {
    font-size: 32px !important;
    text-align: left !important;
  }

  .footer-container .swiper-section-sub {
    padding: 0px 24px !important;
    font-size: 18px;
    text-align: left;
  }
}

/* -------------------------our services---------------------- */
.our-story {
  padding: 92px 64px;
  background: rgba(0, 0, 0, 0.69);
}

.our-story h2 {
  background: -webkit-linear-gradient(86deg, #5f2eeb 2.41%, #bd2eeb 330.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Mont Bold";
  border-bottom: 1px solid #fff;
  max-width: 180px;
  padding-bottom: 10px;
}

.our-story h4 {
  font-family: "Mont Bold";
  font-size: 32px;
  color: #fff;
  margin-top: 24px;
}

.our-story p {
  font-size: 16px;
  color: #fff;
  margin-top: 24px;
}

.our-story button {
  margin-top: 39px;
}

.our-story .story-statstic img {
  margin-right: -18px;
  transform: translatey(0px);
  width: 174px;
}

@media screen and (max-width: 992px) {
  .our-story .story-statstic img {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .our-story {
    padding: 48px 24px;
  }

  .our-story .story-statstic img {
    width: 90px;
  }
}

@media screen and (max-width: 576px) {
  .our-story h4 {
    font-size: 22px;
  }

  .our-story p {
    font-size: 14px;
  }
}

.story-statstic-1 {
  animation: float1 3s ease-in-out infinite;
}

.story-statstic-2 {
  animation: float2 3s ease-in-out infinite;
}

.story-statstic-3 {
  animation: float1 3s ease-in-out infinite;
}

@keyframes float1 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes float2 {
  0% {
    transform: translatey(-20px);
  }

  50% {
    transform: translatey(0px);
  }

  100% {
    transform: translatey(-20px);
  }
}

/* -------------------------clinets---------------------- */

.clients-swiper {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.69);
}

.clients-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.clients-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------------our peoject---------------------- */
.our-project {
  padding: 72px 64px;
  background: rgba(0, 0, 0, 0.69);
}

.our-project .project-header {
  font-family: "Mont Bold";
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.our-project .project-card {
  border: 0.65px solid #ffffff3b;
  border-radius: 10.47px;
  margin-top: 80px;
  overflow: hidden;
}

.our-project .project-card .project-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.our-project .project-card .project-card-img img {
  width: 100%;
  min-height: 335px;
}

.our-project .project-card .project-card-contect {
  padding: 20px 27px;
  color: #fff;
}

.our-project .project-card .project-card-contect h6 {
  font-family: "Mont Bold";
  font-size: 15px;
}

.our-project .project-card .project-card-contect p {
  font-size: 11px;
  color: #cbcbcb;
}

.our-project .project-card .project-card-contect a {
  border: 0.65px solid #ffffff42;
  border-radius: 32.72px;
  padding: 7px 11px;
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .our-project {
    padding: 50px 24px;
  }
}

@media (max-width: 576px) {
  .our-project {
    padding: 50px 12px;
  }

  .our-project .project-card .project-card-contect {
    flex-direction: column;
  }
}

/* -------------------------our services---------------------- */
body {
  background-image: url("../images/bodyBG.jpg");
  background-size: cover;
  text-align: left;
}

@media (max-width: 768px) {
  body {
    background-position: center; /* Center the image */
  }
}

.our-service {
  padding: 60px;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  background: rgba(0, 0, 0, 0.69);
}

.video-container {
  text-align: center;
  display: flex;
  justify-content: center;
}

.text-container {
  position: absolute;
  left: 48%;
  transition: top 0s ease 0s;
}

.text-part {
  padding-left: 100px;
}

.video-card {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the video covers the entire container */
  border: 1px solid rgba(96, 46, 235, 0.466);
  max-height: 70vh;
  border-radius: 16px !important;
  z-index: 50;
}

.rounded {
  position: relative;
  padding: 0px;
  max-width: 680px !important;
  height: 263px !important;
  border-radius: 16px !important;
  box-shadow: 0px 0px 5px 0px rgba(42, 22, 88, 1) inset;
  margin-top: 16px;
  box-sizing: border-box;
}

.our-service-title {
  font-family: "Mont Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
  color: white;
  text-align: justify;
}

.our-service-sub-title {
  font-family: "Mont";
  font-size: 24px;
  font-weight: 400;
  line-height: 29.26px;
  color: white;
  max-width: 563px;
  text-align: justify;
  word-spacing: 0cm !important;
}

.video-container {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .text-container {
    position: relative;
    left: auto;
  }

  .text-part {
    padding: 0px;
  }

  .our-service-sub-title,
  .our-service-title,
  .btn {
    margin: auto !important;
    padding-top: 20px;
  }

  .rounded {
    max-width: 100%;
    margin-top: 70px;
  }

  .video-wrapper {
    position: relative;
  }

  .video-title {
    position: absolute;
    top: 20px;
    left: 50% !important;
    transform: translateX(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    max-width: 90%;
  }
}

.btn {
  text-align: justify;
  cursor: unset !important;
}

.rounded {
  position: relative;
}

.video-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.9s ease, transform 0.9s ease; /* Smoother transition */
}

.video-title {
  font-family: "Mont Bold";
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 18px;
  text-align: left;
  cursor: default;
}

.video-text {
  position: absolute;
  top: 70px;
  left: 20px;
  right: 20px;
  color: rgb(196, 196, 196);
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  text-align: justify;
  opacity: 0;
  transform: translateY(90px); /* Start with a smaller translation */
  transition: opacity 0.9s ease, transform 0.9s ease; /* Smoother transition */
}

.rounded:hover .video-text {
  opacity: 1;
  transform: translateY(0);
}

.video-card {
  opacity: 0.9; /* Start with a bit more opacity */
}

.rounded:hover .video-card {
  opacity: 0.2;
  transform: scale(1.02); /* Slightly scale the video for a smoother effect */
}

@media screen and (max-width: 768px) {
  .our-service {
    padding: 48px 24px;
    overflow-y: hidden;
  }

  .our-service-title {
    font-size: 32px;
  }

  .our-service-sub-title {
    font-size: 18px;
  }
}
/*---------------our approach-------------*/
.our-approach {
  text-align: center;
  padding: 90px 64px;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.69);
}

.our-approach-title {
  font-family: "Mont Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
  text-align: center;
  max-width: 845px;
  margin: auto;
  color: white;
  margin-bottom: 60px;
}

.approach-subtitle {
  font-family: "Mont Bold";
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: white;
}

.approach-description {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: rgba(221, 221, 221, 0.87);
  max-width: 500px;
}

.approach-main-row {
  margin-top: 50px;
}

.sphere {
  width: 28px;
  height: 28px;
}

.approach-container {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  padding: 20px;
}

.approach-text {
  padding-left: 20px;
}

.Vline {
  position: absolute;
  margin-left: 14px;
  z-index: -1;
  height: 100%;
}

.main-approach-video {
  position: relative;
  overflow: hidden;
}

.approach-video-part {
  position: absolute;
  overflow-x: hidden;
  left: 20%;
}

.left-vid-mask {
  -webkit-mask-image: url(../images/our-approach/leftTriangle.png);
  mask-image: url(../images/our-approach/leftTriangle.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.right-vid-mask {
  -webkit-mask-image: url(../images/our-approach/rightTriangle.png);
  mask-image: url(../images/our-approach/rightTriangle.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: 43%;
  top: 0%;
}

@media screen and (max-width: 992px) {
  .our-approach {
    padding: 48px 24px;
  }

  .approach-video-part {
    position: relative !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center;
    flex-direction: row;
    left: 0%;
    max-height: 500px;
    overflow: hidden;
  }

  .main-row {
    flex-direction: column-reverse;
  }

  .Vline {
    height: 100%;
  }

  .right-vid-mask {
    -webkit-mask-image: url(../images/our-approach/rightTriangle.png);
    mask-image: url(../images/our-approach/rightTriangle.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    right: -11%;
    top: 0% !important;
    scale: 0.7;
  }

  .left-vid-mask {
    -webkit-mask-image: url(../images/our-approach/leftTriangle.png);
    mask-image: url(../images/our-approach/leftTriangle.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    left: -11%;
    top: 0%;
    scale: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .our-approach {
    padding: 48px 24px;
  }

  .our-approach-title {
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0px;
  }
}

/* ------------------------------- proposal route--------------------------------------------- */

/* ---------------------------hero section */
/* .bg-proposal {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 80vh;
} */

.proposal-body {
  background-size: cover;
}

.hero-section-proposal {
  width: 100%;
  height: 70vh;
  background-image: url("../images/proposal/hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}

.proposal-hero-container {
  padding-left: 60px;
  width: 100%;
  position: absolute;
  bottom: 20% !important;
}

.proposal-hero-title {
  font-family: "Mont Bold";
  font-size: 70px;
  font-weight: 700;
  line-height: 85.33px;
  text-align: left;
  background: linear-gradient(90deg, #ffffff 64.96%, #999999 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.proposal-hero-description {
  font-family: "mont";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: rgba(240, 240, 240, 1);
  max-width: 760px;
}

.proposal-hero-socials {
  text-align: left;
}

@media screen and (max-width: 777px) {
  .hero-section-proposal {
    min-height: 80vh;
    background-size: cover;
    overflow-x: hidden;
    padding: 0px;
    height: 100%;
    position: relative;
  }

  .proposal-hero-container {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    background-size: contain;
    padding: 20px;
    bottom: 10% !important;
  }

  .proposal-hero-title {
    margin-top: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .proposal-hero-description {
    font-size: 16px;
    line-height: 30px;
    margin-top: 24px;
    text-align: left;
  }

  .proposal-hero-socials {
    margin-top: 40px;
  }

  .empty-black-separator {
    height: 100px !important;
  }
}

@media screen and (max-width: 375px) {
  .hero-section-proposal {
    min-height: 100vh;
    background-size: cover;
    overflow-x: hidden;
    padding: 0px;
    height: 100%;
    position: relative;
  }

  .proposal-hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: contain;
    padding: 20px;
    margin: auto !important;
  }
}

/* --------------------details form section------------ */

.details-form {
  min-height: 100% !important;
  padding: 60px;
  background-color: #000000b2;
}

.form-title {
  font-family: "mont";
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: white;
}

.form-subtitle {
  font-family: "mont";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: rgba(213, 209, 209, 1);
}

.form-inputs {
  padding-top: 30px;
}

.each-field {
  text-align: left;
}

.form-error {
  color: rgb(255, 42, 42);
  font-family: "mont semi-bold";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  padding: 10px 0px;
  opacity: 0;
}

.form-inputs form div .form-label {
  color: #fff;
  font-family: "mont";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-transform: capitalize;
  text-align: left;
}

.form-inputs form div .form-control {
  border-radius: 10px;
  border: 1px solid #3c3c3c;
  background: rgba(38, 38, 38, 0.72);
  padding: 14px;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.each-field input::placeholder {
  color: #aeaeae;
  font-family: "mont";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

input[type="date"] {
  background-color: white;
  color: rgba(213, 209, 209, 1);
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
}

/* For WebKit browsers */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Invert the colors */
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  display: none; /* Hide the clear button and spin button */
}

/* For Firefox */
input[type="date"]::-moz-focus-inner {
  border: 0;
}

select option {
  color: white;
}

.disabled-opt {
  color: rgba(0, 0, 0, 0.719);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove spin buttons in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="tel"] {
  color: white !important;
}

input[type="email"] {
  color: white !important;
}

input[type="text"] {
  color: white !important;
}

input[type="number"] {
  color: white !important;
}

textarea {
  color: white !important;
}

textarea::placeholder {
  color: rgba(213, 209, 209, 1) !important;
}

input::placeholder {
  color: rgba(213, 209, 209, 1) !important;
}

.empty-black-separator {
  width: 100%;
  height: 275px;
  background: black;
}

.hero-section-about {
  background-image: url("../images/about/bg-hero.jpg");
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.69);
}

.hero-section-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69);
}

.hero-section-about .arrow-container {
  position: absolute;
  bottom: 0;
  left: 75px;
  z-index: 3;
}

@media screen and (max-width: 992px) {
  .hero-section-about .arrow-container {
    left: 12px;
  }
}

.hero-section-about .centered-text {
  z-index: 2;
  top: 40%;
  left: 75px;
  transform: none;
  text-align: left;
  width: auto;
}

.hero-section-about .centered-text h2 {
  font-size: 64px;
  font-family: "Mont Bold" !important;
  background: -webkit-linear-gradient(0deg, #ffffff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section-about .centered-text h3 {
  font-size: 24px;
  color: #fff8f8;
}

.clients-header {
  font-size: 40px;
  font-family: "Mont Bold" !important;
  color: #fff;
  text-align: center;
  padding: 0px 12px;
  margin-top: 120px;
}

.approch-section {
  position: relative;
  background: url("../images/bg-approch.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.approch-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    linear-gradient(358.48deg, rgba(0, 0, 0, 0) 47.3%, #000000 91.71%),
    linear-gradient(
      179.74deg,
      rgba(0, 0, 0, 0) 59.04%,
      rgba(0, 0, 0, 0.78) 90.08%
    );
}

.approch-section img {
  width: 100%;
}

.approch-section .approch-content {
  position: relative;
  z-index: 3;
  padding: 120px 74px;
}

.approch-section .approch-content .approch-content-container {
  max-width: 992px;
  margin: 0 auto;
}

.approch-section .approch-content h2 {
  font-family: "Mont Bold" !important;
  font-size: 39.69px;
  line-height: 45.36px;
  text-align: center;
  color: #fff;
}

.approch-section .approch-content .row {
  margin: 73px 0px 0px !important;
}

.approch-section .approch-content .row img {
  width: 47px;
}

.approch-section .approch-content .row h4 {
  font-family: "Mont Bold" !important;
  font-size: 22.43px;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.approch-section .approch-content .row p {
  font-size: 20.19px;
  line-height: 24.61px;
  text-align: center;
  color: #dddddddd;
  margin-top: 12px;
}

.approch-section .approch-content .row .cell {
  padding: 50px 60px;
}

@media screen and (max-width: 992px) {
  .hero-section-about .centered-text {
    left: 12px;
  }

  .hero-section-about .centered-text h2 {
    font-size: 32px;
  }

  .hero-section-about .centered-text h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .clients-header {
    font-size: 32px;
    margin-top: 0px;
  }

  .approch-section .approch-content {
    padding: 48px 24px;
  }

  .approch-section .approch-content h2 {
    font-size: 24px;
  }

  .approch-section .approch-content .row {
    margin-top: 32px;
  }

  .approch-section .approch-content .row .cell {
    padding: 50px 30px;
  }
}

/* process */
.process-section {
  padding: 119px 64px;
  background-color: rgba(0, 0, 0, 0.69);
  overflow: hidden;
}

.process-section h2 {
  font-family: "Mont Bold" !important;
  font-size: 40px;
  line-height: 48.76px;
  text-align: center;
  color: #fff;
}

.process-section .process-data {
  position: relative;
  width: 50%;
  margin-top: 140px;
}

.process-section .process-data h6 {
  color: #262626;
  font-family: "Mont Bold" !important;
  font-size: 149.54px;
  line-height: 182.29px;
  text-align: left;
}

.process-section .process-data h5 {
  font-family: "Mont Bold" !important;
  font-size: 32px;
  line-height: 39.01px;
  text-align: left;
  color: #fff;
  padding-left: 115px;
  margin-top: -85px;
}

.process-section .process-data p {
  font-size: 24px;
  line-height: 29.26px;
  text-align: left;
  color: #fff;
  padding-left: 115px;
  margin-top: -4px;
}

@media screen and (max-width: 992px) {
  .process-section .process-data {
    width: 75%;
  }
}

@media screen and (max-width: 769px) {
  .process-section {
    padding: 48px 24px;
  }

  .process-section .process-data {
    width: 100%;
    margin-top: 90px;
  }

  .process-section h2 {
    font-size: 32px;
  }

  .process-section .process-data h5 {
    font-size: 24px;
  }

  .process-section .process-data p {
    font-size: 18px;
  }
}

/* story */
.story-section {
  padding: 119px 64px;
  background-color: rgba(0, 0, 0, 0.69);
}

.story-section h2 {
  color: #fff;
  font-family: "Mont Bold" !important;
  font-size: 40px;
  text-align: left;
}

.story-section .story-para-1 {
  color: #fff;
  font-size: 24px;
  text-align: left;
  line-height: 29.26px;
}

.story-section .story-para-2 {
  color: #fff;
  font-size: 18px;
  text-align: left;
  line-height: 29.26px;
  margin-top: 50px;
}

.story-section .story-video-container {
  top: 50%;
  transform: translate(0, -50%);
}

.story-section .story-video-container .story-video-container-video {
  overflow: hidden;
  width: 40%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 10px auto;
}

.story-section .story-video-container .story-video-container-video video {
  width: 170%;
}

.story-section .story-video-container img {
  top: 0;
}

@media screen and (max-width: 769px) {
  .story-section {
    padding: 75px 24px;
  }

  .story-section .story-para-1 {
    margin-top: 120px;
    font-size: 18px;
  }

  .story-section .story-para-2 {
    font-size: 18px;
  }

  .story-section h2 {
    font-size: 32px;
  }
}

.border-left {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

@media screen and (max-width: 769px) {
  .border-left {
    border-right: none !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}

/* ----------------------- Contact-us---------------------------------- */

/* contact hero section */

@keyframes arrowShrinkExpand {
  0%,
  100% {
    transform: scale(1) rotate(180deg);
  }

  50% {
    transform: scale(0) rotate(180deg);
  }
}

.arrow {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 2px; /* Narrower width for the tail */
  height: 80px;
  background-color: rgb(245, 245, 245);
  transform: rotate(180deg);
  animation: arrowShrinkExpand 3s infinite;
  margin-top: 40px;
}

.arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  background-color: rgb(250, 250, 250);
  border-radius: 50%;
}

.arrow-text {
  color: white;
  margin: 0px;
  margin-left: 10px;
  transform: rotate(90deg); /* Rotate the text 90 degrees */
  transform-origin: left center; /* Adjust the origin to align with the arrow */
}

.arrow-container {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  padding: 30px 0px;
}

.hero-section-contact {
  width: 100%;
  height: 100%;
  padding-top: 9em;
  background-image: url("../images/proposal/hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  z-index: 2;
}

.contact-hero-container {
  padding-left: 60px;
  width: 100%;
  position: relative;
  /* bottom: -20% !important; */
}

.contact-hero-title {
  font-family: "Mont Bold";
  font-size: 70px;
  font-weight: 700;
  line-height: 85.33px;
  text-align: left;
  background: linear-gradient(90deg, #ffffff 64.96%, #999999 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-hero-description {
  font-family: "mont";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: rgba(240, 240, 240, 1);
  max-width: 760px;
}

.contact-hero-socials {
  text-align: left;
}

.contact-hero-socials a img {
  width: 37px;
}

@media screen and (max-width: 777px) {
  .hero-section-contact {
    min-height: 80vh;
    background-size: cover;
    overflow: hidden;
    padding: 0px;
    height: 100%;
    position: relative;
  }

  .contact-hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: contain;
    padding: 20px;
    margin-bottom: 100px;
  }

  .contact-hero-title {
    margin-top: 40px;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
  }

  .contact-hero-description {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    text-align: center;
  }

  .contact-hero-socials {
    margin-top: 40px;
  }

  .empty-black-separator {
    height: 100px !important;
  }

  .arrow-container {
    margin-left: 30px;
  }

  .details-form,
  .contact-form {
    padding: 20px !important;
  }

  .form-inputs {
    padding: 14px 10px !important;
  }
}

@media screen and (max-width: 375px) {
  .hero-section-contact {
    min-height: 90vh;
    background-size: cover;
    overflow-x: hidden;
    padding: 0px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .contact-hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: contain;
    padding: 20px;
    margin-bottom: 50px;
  }
}

.contact-form {
  min-height: 100% !important;
  background-color: #00000096;
  padding: 60px;
}

.form-inputs {
  border-radius: 24px;
  border: 1px solid #3c3c3c;
  background: rgba(31, 31, 31, 0.719);
  padding: 50px;
  text-align: center;
}

/*--------------------- check location */
.check-location {
  min-height: 100%;
  padding: 120px 60px;
  background-color: #00000096;
}

.check-location-title {
  font-family: "Mont Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 39.01px;
  text-align: left;
  background: linear-gradient(90deg, #fff 64.96%, #999 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 270px;
  margin-bottom: 70px;
}

.icon-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
}

.icon-text {
  color: rgba(222, 219, 219, 1);
  padding-left: 14px;
}

.icon-title {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Mont semi-bold";
  font-size: 16.8px;
  font-weight: 500;
  line-height: 29.4px;
  text-align: left;
}

.icon-info {
  margin-bottom: 10px;
  margin-top: 10px;
}

.location-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.right-map {
  position: relative;
  width: 100%;
}

.right-map .map-img {
  position: relative;
  width: 100%;
}

.below-map {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-primary.map {
  padding: 10px 40px;
}

@media screen and (max-width: 777px) {
  .below-map {
    display: block;
  }

  .btn-primary.map {
    margin-top: 20px !important;
    font-size: 12px;
  }

  .icon-field img {
    scale: 0.7;
  }

  .icon-info,
  .icon-title {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
  }

  .check-location-title {
    margin-bottom: 30px;
    margin-left: 15px;
  }

  .check-location {
    min-height: 100%;
    padding: 60px 20px;
    background-color: #00000096;
  }

  .form-title {
    font-size: 22px;
  }

  .form-subtitle {
    font-size: 14px;
  }

  .btn-primary {
    font-size: 15px;
  }

  .right-map .map-img {
    margin-top: 12px;
  }
}

/* ----------------------- our projects---------------------- */
.hero-projects {
  position: relative;
  width: 100%;
  height: 100vh; /* or any height you prefer */
  overflow: hidden;
}

.projects-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.projects-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.projects-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to bottom left,
      rgba(0, 0, 0, 0),
      rgba(1, 1, 3, 1)
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58));
  z-index: 2;
}

.hero-section-projects .arrow-container {
  padding-left: 60px;
  width: 100%;
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
}

.hero-section-projects {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-projects .projects-hero-title {
  font-family: "Mont Bold";
  font-size: 70px;
  font-weight: 700;
  line-height: 85.33px;
  text-align: left;
  background: linear-gradient(90deg, #ffffff 64.96%, #999999 100%) !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.projects-hero-description {
  color: #fff8f8;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 960px;
}

@media screen and (max-width: 777px) {
  .hero-section-projects {
    min-height: 90vh;
    background-size: cover;
    overflow-x: hidden;
    padding: 0px;
    height: 100%;
    position: relative;
  }

  .projects-hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: contain;
    padding: 20px;
    position: relative;
  }

  .projects-hero-title {
    margin-top: 40px;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
  }

  .projects-hero-description {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    text-align: left;
  }

  .empty-black-separator {
    height: 100px !important;
  }

  .arrow-container {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .hero-section-projects {
    min-height: 100%;
    background-size: cover;
    overflow-x: hidden;
    padding: 0px;
    height: 100%;
    position: relative;
  }

  .projects-hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: contain;
    padding: 20px;
    margin: auto !important;
  }
}

/* -------------professional----------- */

.professional {
  padding: 85px 64px;
  background-color: #000000b2;
}

.professional h3 {
  color: #fff;
  font-family: "Mont";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 110% */
  text-transform: capitalize;
  max-width: 415px;
}

.professional-card {
  padding: 7px 5px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: background 0.5s ease-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.projects-hero-container {
  padding-left: 60px;
  width: 100%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.card-imgs {
  overflow: hidden;
  position: relative;
  height: 300px;
  border-radius: 16px;
  transition: background-color 0.5s ease-out, backdrop-filter 0.5s ease-out;
}

.card-imgs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35); /* Black with opacity */
  z-index: 1;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.card-imgs img {
  width: 100%;
  border-radius: 16px;
}

.prof-card-text {
  padding: 45px 35px;
  position: relative;
  box-sizing: border-box;
}

.prof-card-text h4 {
  font-family: "Mont Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  text-align: left;
  color: white;
}

.prof-card-text p {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  color: rgba(203, 203, 203, 1);
}

.professional-card:hover .card-imgs::before {
  opacity: 1;
}

.professional-card:hover .card-imgs img {
  transform: scale(1.3);
  transition: transform 300ms ease-out;
}

.professional-card:hover {
  background: linear-gradient(
    rgba(95, 46, 235, 0.14),
    rgba(122, 17, 156, 0.14)
  );
}
@media (max-width: 767px) {
  .professional-card {
    background: linear-gradient(
      rgba(95, 46, 235, 0.14),
      rgba(122, 17, 156, 0.14)
    );
  }
  .professional-card .view-details-button {
    opacity: 1;
    transform: translateY(0);
  }
}

.professional-card:hover .view-details-button {
  opacity: 1;
  transform: translateY(0);
}

.view-details-button {
  position: relative;
  margin-top: 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(
    96deg,
    rgba(95, 46, 235, 0.32) 5.1%,
    rgba(122, 17, 156, 0.32) 124.36%
  );
  color: rgba(255, 255, 255, 1);
  padding: 10px 20px;
  color: #fff !important;
  font-family: "Mont";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

@media screen and (max-width: 776px) {
  .view-details-button {
    position: relative;
    right: 0px;
    margin: auto;
    font-size: 14px;
  }

  .prof-card-text {
    padding: 10px;
  }

  .prof-card-text h4 {
    font-size: 18px;
  }

  .prof-card-text p {
    font-size: 14px;
  }
}

/* ---------------footer */

.footer-prof-container {
  padding: 25px 64px 130px;
  background-color: #000000b2;
}

.footer-prof h4 {
  color: #fff;
  text-align: center;
  font-family: "Mont Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 71px 30px 0px;
}

.footer-prof-title {
  padding-bottom: 51px;
}

.footer-prof h6 {
  color: #fff;
  text-align: center;
  font-family: "Mont";
  font-size: 26.59px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 977px;
  padding: 0px 20px 44px;
}

.footer-prof {
  background-image: url("../images/bottomSwiper/swiperBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  /* padding: 0px 204px; */
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-prof .underline {
  background: rgba(161, 161, 161, 0.26);
  height: 2px;
  width: 350px;
  margin: auto;
}

.btn-div {
  padding-bottom: 91px;
}

@media screen and (max-width: 777px) {
  .footer-prof {
    margin: 0px 24px;
  }

  .projects-hero-container {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: start;
  }

  .hero-section-projects {
    overflow: hidden !important;
  }

  .hero-projects .projects-hero-title {
    font-family: "Mont Bold";
    font-size: 45px;
  }

  .professional {
    padding: 24px;
  }

  .professional h3 {
    font-size: 28px;
    margin: auto;
    text-align: left;
  }

  .footer-prof-container {
    padding: 20px;
  }

  .footer-prof h4 {
    font-size: 24px;
  }

  .footer-prof h6 {
    font-size: 18px;
  }
}

/* --------------services details page ----------------- */

/* hero */
.hero-section-services-details {
  background-image: url("../images/services-details/heroBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.serv-details-title {
  font-family: "Mont Bold";
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  color: white;
  text-transform: capitalize;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}

.serv-details-btn {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.serv-details-btn button {
  text-transform: capitalize;
}

.serv-details-offer {
  padding: 100px 64px;
  background-color: rgba(0, 0, 0, 0.69);
  width: 100%;
}

.offer-left h3 {
  color: #fff;
  font-family: "Mont Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  text-transform: capitalize;
  max-width: 445px;
  margin-bottom: 30px;
}

.offer-left img {
  border-radius: 16px;
  width: 100%;
}

.offer-right p {
  /* max-width: 676px; */
  color: #fff;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.offer-bottom img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .offer-right {
    margin-top: 34px;
  }

  .offer-bottom img {
    margin-top: 34px;
  }

  .serv-details-btn {
    top: 70%;
  }
}

@media screen and (max-width: 777px) {
  .offer-left h3 {
    font-size: 24px;
  }

  .serv-details-title {
    font-size: 42px;
  }

  .offer-right p {
    font-size: 16px;
  }

  .serv-details-offer {
    padding: 48px 24px;
  }

  .footer-prof {
    margin: auto;
  }

  .footer-prof-container {
    padding: 48px 32px;
  }
}

@media screen and (max-width: 431px) {
  .btn-primary {
    padding: 15px 15px;
  }
}

.hero-section-project-details {
  /* background-image: url("../images/bg-project-details-hero.jpg");
  background-size: cover;
  background-position: center; */
  position: relative; /* Ensure that any child elements can be positioned correctly */
  overflow: hidden;
}

.hero-section-project-details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.81%, #010103 95.05%),
    linear-gradient(
      268.83deg,
      rgba(0, 0, 0, 0) 15.2%,
      rgba(0, 0, 0, 0.58) 93.2%
    );
}

.hero-section-project-details .bg-project-details-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-section-project-details .centered-text {
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: none;
  text-align: ceter;
  width: 100%;
  top: auto;
  max-width: 100%;
}

.hero-section-project-details .centered-text h2 {
  font-size: 64px;
  font-family: "Mont Bold" !important;
  color: #fff;
  margin-bottom: 100px;
}

.project-info {
  color: #fff;
  text-transform: capitalize;
  max-width: 980px;
  margin: 0 auto;
  padding: 33px 0px;
}

.project-info h5 {
  font-size: 20px;
  color: #ededed;
}

.project-info h4 {
  font-size: 20px;
  font-family: "Mont Bold" !important;
  margin-top: 21px;
}

@media screen and (max-width: 992px) {
  .hero-section-project-details .centered-text h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section-project-details .approch-content h2 {
    font-size: 24px;
  }
}

.project-about {
  background: rgba(0, 0, 0, 0.69);
  padding: 113px 64px !important;
  color: #fff;
}

.project-about h2 {
  font-family: "Mont Bold" !important;
  font-size: 32px;
}

.project-about p {
  margin-top: 32px;
  font-size: 18px;
}

.project-about .p-bold {
  font-family: "Mont Bold" !important;
}

.project-about iframe {
  margin-top: 64px;
  box-shadow: 0px 0px 15.3px 5px #ffffff4a;
  border-radius: 24px;
  width: 100%;
  pointer-events: none;
}

.project-about .row {
  margin-top: 120px !important;
}

.project-about .row .img-wrapper {
  padding: 10px;
}

.project-about .row img {
  border: 1px solid #d6d6d626;
  border-radius: 20px;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .project-about {
    padding: 48px 24px !important;
  }

  .project-about h2 {
    font-size: 24px;
  }

  .project-about p {
    font-size: 16px;
  }

  .project-about iframe {
    margin-top: 24px;
  }

  .project-about .row {
    margin-top: 28px !important;
  }

  .project-about .row .img-wrapper {
    padding: 10px 0px;
  }
}

.more-project {
  background: url("../images/bg-more-project.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 73px 69px;
}

.more-project::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.44);
  z-index: 1;
}

.more-project h2 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-family: "Mont Bold" !important;
  position: relative;
  z-index: 2;
}

.more-project .underline {
  height: 1px;
  width: 300px;
  margin: 0 auto;
  background-color: rgba(250, 250, 250, 0.2);
  position: relative;
  z-index: 2;
}

.more-project .row {
  margin-top: 67px;
  position: relative;
  z-index: 2;
}

.more-project .prof-card-text {
  padding: 14px 16px;
}

.more-project .prof-card-text h4 {
  font-size: 18px;
}

.more-project .prof-card-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.more-project .view-details-button {
  font-size: 18px;
  transform: translateY(200%);
}

.more-project .professional-card:hover .view-details-button {
  transform: translateY(20px);
}

@media screen and (max-width: 768px) {
  .more-project {
    padding: 48px 24px !important;
  }

  .more-project .prof-card-text {
    padding-bottom: 30px;
  }
}

.hero-services {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("../images/services/heroBG.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section-services .arrow-container {
  padding-left: 64px;
  width: 100%;
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
}

.hero-section-services {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  z-index: 2;
}

.services-hero-title {
  font-family: "Mont Bold";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: -webkit-linear-gradient(0deg, #ffffff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-hero-container {
  padding-left: 64px;
}

.services-hero-description {
  color: #fff8f8;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  max-width: 855px;
}

/* prof-services  */
.prof-services {
  background-color: rgba(0, 0, 0, 0.69);
  padding: 100px 64px;
  overflow: hidden !important;
}

.prof-services-title {
  color: #fff;
  font-family: "Mont Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 110% */
  text-transform: capitalize;
  max-width: 381px;
  margin: 0px;
}

.req-service {
  text-transform: capitalize !important;
  margin: 0px;
  margin-top: 60px;
}

.prof-services-header {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  margin-bottom: 65px;
}

.services-card img {
  border-radius: 16px;
}

.services-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.services-card img {
  width: 100%;
}

.services-card-title {
  color: #fff;
  text-align: center;
  font-family: "Mont Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.services-card-row {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.services-card.shift-1 {
  margin-top: -400px;
}

.services-card-title.shift-1 {
  position: absolute;
  bottom: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.services-card.shift-2 {
  margin-top: -700px;
}

.services-card-title.shift-2 {
  position: absolute;
  bottom: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

@media screen and (max-width: 991px) {
  .services-card-title {
    font-size: 24px;
    bottom: 0px;
  }
}

@media screen and (max-width: 777px) {
  .services-card-title {
    font-size: 24px;
    /* bottom: 0px; */
  }

  .services-card.shift-2,
  .services-card.shift-1 {
    margin: auto;
  }

  .prof-services {
    padding: 48px 24px;
  }

  .services-card-title.shift-2,
  .services-card-title.shift-1,
  .services-card-title {
    bottom: 10%;
  }

  .prof-services-title {
    font-size: 28px;
  }

  .prof-services-title {
    margin-bottom: 30px;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
  }

  .prof-services-header {
    margin-bottom: 30px;
  }

  .services-hero-container {
    padding-left: 24px;
  }

  .services-hero-title {
    font-size: 48px;
  }

  .services-hero-description {
    font-size: 15px;
    margin: 0px;
  }

  .req-service {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 12px;
  }

  .services-card img {
    margin-bottom: 20px;
  }
}
.clients-swiper .swiper-slide {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.clients-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
