@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:opsz,wght@5..1200,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.cdnfonts.com/css/zekton");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: black !important;
  overflow: auto;
  font-family: "Raleway", sans-serif;
  /* font-family: "Zekton Rg", sans-serif !important; */
  /* height: 100vh; */
}

/* Apply a box-sizing border-box model for easier layout calculations */
*,
*:before,
*:after {
  box-sizing: border-box;
}

#logo img {
  position: absolute;
  z-index: 24214;
  padding: 35px 2px 0 0;
  width: 15%;
  left: 2%;
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding: 10px 0px;
}

section {
  background-color: black;
}

#Section-title hr {
  background-color: rgb(0, 129, 199);
  opacity: 1;
  border: 1px solid rgb(0, 129, 199);
  width: 15%;
  margin: auto;
  border-radius: 10px;
}

#Section-title h1 {
  font-size: 2.5rem;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  letter-spacing: 5px;
  color: rgb(0, 129, 199);
}

#Section-title h1 span {
  /* font-size: 2.5rem; */
  font-size: 2.5rem;
  text-align: center;
  color: rgb(0, 129, 199);
  /* font-family: "Raleway", sans-serif; */
}

#home-back {
  background-image: url("./projects-images/ad7cv-ji6zqdfsaf.jpg");
  background-size: cover;
  width: 100%;
  height: 100vh;
}

#Home-text h1 {
  font-size: 5rem;
}

#Home-text p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  /* border: 4px double rgba(255, 255, 255, 0.25); */
  border-width: 4px 0;
  padding: 1.5em 0em;
  /* position: absolute;
    top: 18%;
    left: 50%;
    width: 40em; */
  /* margin: 0 0 0 -20em; */
  margin-top: 17rem;
  position: absolute;
  top: 20%;
  text-align: center;
  width: 100%;
}

#Home-text p span {
  font: 700 6em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.306);
  /* Clip Background Image */
  background: url("./projects-images/animated-text-fill.png") repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* color: aquamarine; */
  opacity: 0.8;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  text-align: center;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@media (max-width: 600px) {
  #Home-text p {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    display: inline-block;
    /* border: 4px double rgba(255, 255, 255, 0.25); */
    border-width: 4px 0;
    padding: 1.5em 0em;
    /* position: absolute;
        top: 18%;
        left: 81%; */
    width: 100%;
    /* margin: 0 0 0 -20em; */
    margin-top: 17rem;
    /* width: 100%; */
  }

  #Home-text p span {
    font: 700 4em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.306);
    /* Clip Background Image */
    background: url("./projects-images/animated-text-fill.png") repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* color: aquamarine; */
    opacity: 0.8;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    text-align: center;
  }
}

/* project cards css */

#cards-section {
  /* background-color: black; */
  /* height: 60vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* cards secttion card */

figure.snip1163 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 470px;
  height: 500px;
  /* max-height: 600px; */
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
}

figure.snip1163 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1163 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  height: 500px;
}

figure.snip1163 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.snip1163 figcaption > div {
  height: 20%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
}

figure.snip1163 h2,
figure.snip1163 p {
  margin: 0;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  left: 0;
}

figure.snip1163 h2 {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1163 p {
  opacity: 0;
  font-size: 0.9em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, -150%, 0);
  transform: translate3d(0%, -150%, 0);
}

figure.snip1163 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1163:hover img,
figure.snip1163.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

figure.snip1163:hover figcaption h2,
figure.snip1163.hover figcaption h2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0.9;
  color: #000000;
}

figure.snip1163:hover figcaption p,
figure.snip1163.hover figcaption p {
  opacity: 0.7;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#Project-back {
  background-image: url("./projects-images/our\ project\ back.jpg");
  background-size: cover;
  width: 100%;
  padding: 2rem 0;
}

/* #project-section{
    background-color: black;;
}
 */
.animeslide {
  height: 100vh;
}
.animeslide .swiper-slide {
  transition: transform 2s ease-in-out; /* Ensures smooth transitions */
}

#project-section .swiper {
  width: 100%;
  height: 600px;
  margin-right: 0;
  align-items: center;
  /* margin-top: 12rem; */
}

#project-section .swiper-wrapper {
  display: flex;
  align-items: center;
  counter-reset: list-slider;
}

#project-section .swiper-slide {
  position: relative;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  counter-increment: list-slider;
  font-size: 18px;
  opacity: 1;
  transition: opacity 600ms ease;
}

#project-section .swiper-slide::before {
  content: "0" counter(list-slider);
  display: block;
  position: absolute;
  width: 100px;
  left: 0;
  top: 0;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.098);
  transform: scale(0.5);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 350ms ease;
}

#project-section .swiper-slide-active::before {
  opacity: 0.4;
  transform: scale(1);
}

#project-section .swiper-slide-active .c-swiper__text {
  opacity: 1;
}

#project-section .swiper-slide-active .c-swiper__text .c-swiper__title,
#project-section .swiper-slide-active .c-swiper__text .c-swiper__link {
  transform: translateY(0);
  color: white;
}

#project-section .swiper-slide-prev {
  opacity: 0;
}

#project-section .swiper-slide-next {
  opacity: 0.5;
  color: white;
}

#project-section .c-swiper__text {
  opacity: 0;
  width: 300px;
  height: 250px;
  position: absolute;
  top: 25%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: opacity 350ms ease;
  font-family: "Raleway", sans-serif;
}

#project-section .c-swiper__text .c-swiper__title {
  max-height: 100%;
  font-size: 50px;
  font-weight: 400;
  text-shadow: 1px 1px 2px var(--color-dark);
  text-align: left;
  pointer-events: none;
  transition: transform 500ms ease;
  transition-delay: 100ms;
  transform: translateY(-25%);
  z-index: 1;
  color: white;
}

#project-section .c-swiper__text .c-swiper__link {
  position: relative;
  max-width: 100px;
  margin-left: 24px;
  color: white;
  text-decoration: none;
  transform: translateY(25%);
  transition: transform 500ms ease;
  transition-delay: 200ms;
}

#project-section .c-swiper__text .c-swiper__link::after {
  content: "";
  height: 2px;
  position: absolute;
  color: white;
  bottom: -5px;
  left: 0;
  width: 100%;
  background-color: white;
}

#project-section .c-swiper__image-container {
  width: 90%;
  height: 80%;
  overflow: hidden;
  border-radius: 20px;
}

#project-section .c-swiper__image-container img {
  width: 100%;
  /* height: 80%; */
  object-fit: contain;
  aspect-ratio: 3/2;
  padding: 20px;
  border-radius: 20px;
}

@media (max-width: 769px) {
  #project-section .c-swiper__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
    border-radius: 20px;
  }

  #project-section .c-swiper__text {
    opacity: 0;
    width: 300px;
    height: 250px;
    position: absolute;
    top: 25%;
    left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: opacity 350ms ease;
  }
}

#project-section .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  background-color: white;
  border-radius: 0;
}

.wrapper {
  position: absolute;
  /* top: -70px; */
  left: 0px;
  height: 100vh;
  width: 100%;
  z-index: 11;
  /* background: #000; */
  clip-path: circle(25px at calc(100% - 45px) 45px);
  transition: all 0.3s ease-in-out;
}

#active:checked ~ .wrapper {
  clip-path: circle(75%);
}

.menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 12;
  top: 35px;
  right: 30px;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  /*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  /* background: #000; */
  background: transparent;
  transition: all 0.3s ease-in-out;
}

#active:checked ~ .menu-btn {
  color: #fff;
}

#active:checked ~ .menu-btn i:before {
  /* content: "\f057"; */
  display: block;
  font-size: 30px;
  color: white;
  /* background-color: white; */
  /* border: 2px solid rgb(255, 255, 255); */
  border-radius: 50%;

  position: absolute;
  top: 20px;
  right: 0px;
  height: 70px;
  width: 70px;
}

.bx-menu {
  font-size: 30px;
}

.wrapper ul {
  position: absolute;
  top: 30px;
  left: 30%;
  list-style: none;
  text-align: center;
  display: flex;
  border-bottom: 1px solid white;
}

.wrapper ul li {
  margin: 15px 0;
}

.wrapper ul li a {
  color: none;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  border-radius: 20px;
  /* background: #000; */
  position: relative;
  line-height: 50px;
  transition: all 0.3s ease;
}

input[type="checkbox"] {
  display: none;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}

.content .title {
  font-size: 40px;
  font-weight: 700;
}

.content p {
  font-size: 35px;
  font-weight: 600;
}

@keyframes rotate {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(360deg);
  }
}

.Team-member-main {
  background-color: #343434;
  /* height: 40vh; */
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  padding: 10px 45px;
  color: white;
  height: 100%;
  /* min-height: 490px; */
  border-radius: 10px;
}
@media (max-width: 1200px) and (min-width: 989px) {
  .Team-member-main {
    /* min-height: 550px; */
  }
}
@media (max-width: 990px) and (min-width: 610px) {
  .Team-member-main {
    margin: 10px;
    min-height: 0px;
  }
}
@media (max-width: 600px) {
  .Team-member-main {
    background-color: #343434;
    /* height: 40vh; */
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding: 10px 20px;
    margin: 10px 0px;
    color: white;
    border-radius: 10px;
    min-height: 0px;
  }
}

.img-box {
  font-size: 7rem;
}

.Team-member-info {
  display: flex;
  align-items: center;
}

.Team-member-name {
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  /* font-family: "Oswald", sans-serif; */

  /* font-family: 100; */
  letter-spacing: 2px;
}

.Team-member-main span {
  font-size: 0.9rem;
  font-weight: 300;
  color: #c0c0c0;
}

.Team-member-sub {
  background-color: #222222;
  padding: 25px;
  border-radius: 10px;
  color: white;
  margin: 10px 0px;
  /* height: 30vh; */
}

.Team-member-sub h4 {
  font-size: 1.5rem;
  /* font-family: "Oswald", sans-serif; */
  font-family: 100;
  letter-spacing: 2px;
}

.Team-member-sub span {
  font-size: 0.9rem;
  font-family: "Oswald", sans-serif;
  font-family: 100;
  letter-spacing: 2px;
  color: #c0c0c0;
}

#about-para {
  font-size: 1rem;
  color: white;
  /* font-family: "Playfair", serif; */
  padding: 20px;
}

#about-para span {
  font-size: 5rem;

  line-height: 0px;
  color: rgb(0, 129, 199);
  /* font-family: "Playfair", serif; */
}

@media (max-width: 800px) {
  #about-para {
    margin-top: 60px;
    font-size: 1.4rem;
    color: rgb(224, 224, 224);
    /* font-family: "Playfair", serif; */
    padding: 5px;
  }
}

.sectionClass {
  /* padding: 20px 0px 50px 0px; */
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 50%;
  height: 100%;
  padding: 20px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(42 42 42);
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(50 50 50);
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  /* font-family: "Open Sans"; */
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }

  .projectFactsWrap {
    display: flex;
    flex-direction: column;
  }

  .projectFactsWrap .item {
    width: 100%;
    height: 100%;
    /* padding: 50px 0px; */
    /* margin: 10px; */
    text-align: center;
  }
}

#contact-img img {
  width: 100%;
  border-radius: 20px;
  transition: 0.5s;
}

#contact-img img:hover {
  width: 100%;
  border-radius: 20px;
  opacity: 0.5;
  transition: 0.5s;
}

.needs-validation .form-label {
  color: white;
}

#form-column .needs-validation {
  background-color: #343434;
  padding: 40px 40px;
  border-radius: 10px;
}

/*------------------ home page slider */

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.medium {
  width: 50%;
}

.small {
  width: 10%;
}
@media (max-width: 769px) {
  .small {
    width: 20%;
  }
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 16px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

#swiper-button-next:after {
  font-size: 10px;
}

#swiper-button-prev:after {
  font-size: 10px;
}

#swiper-home .container {
  /* max-width:80rem; */
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 5%;
}

@media (max-width: 1000px) {
  #swiper-home .container {
    /* max-width:80rem; */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 20%;
  }
}

.animeslide-slide {
  color: #fff;
}

.animeslide-slide {
  position: relative;
  /* padding: 15px 0; */
  min-height: 500px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.animeslide-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .animeslide-slide .container {
    position: relative;
  } */
.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}

.animeslide-heading {
  margin-bottom: 25px;
  transition-delay: 3s;
}

.animeslide-slide span {
  font-size: 16px;
  background-color: rgb(0, 129, 199);
  padding: 6px 12px 7px;
  border-radius: 8px;
  font-weight: normal;
  cursor: pointer;
}

.animeslide-desc {
  padding: 15px 22px;
  border-radius: 8px;
  background-color: rgb(32, 32, 32);
  max-width: 480px;
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.animeslide-bottom {
  position: absolute;
  bottom: 2%;
  width: 100%;
  border-radius: 8px;
  background-color: transparent;
  /* max-width: 600px; */
  z-index: 1;
  padding: 0px 35px;
  right: 0;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.animeslide-bottom .cell {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: 40px;
  bottom: inherit;
}

.animeslide-bottom .animeslide-scrollbar {
  margin-top: 16px;
}

.animeslide-bottom .animeslide-scrollbar-drag {
  height: 6px;
}

.animeslide-bottom .animeslide-pagination {
  font-size: 25px;
  bottom: inherit;
  color: #fff;
}

.animeslide-bottom .animeslide-pagination b {
  font-size: 28px;
  margin-top: -5px;
}

.animeslide-bottom .animeslide-pagination span {
  padding-left: 5px;
  padding-right: 5px;
}

.animeslide-button-next,
.animeslide-button-prev {
  outline: none;
  font-size: 18px;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
  color: #fff;
  content: "prev";
  background: #414141;
  padding: 18px;
  border-radius: 5px;
}

@media (max-width: 700px) {
  .animeslide-button-next::after {
    margin-left: 60px;
  }
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 111111111;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 50px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
.tab-content {
  margin: 10px;
}
#exTab2 .nav-tabs,
#exTab1 .nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
}

#exTab2 .nav-tabs li,
#exTab1 .nav-tabs li {
  margin: 10px 5px;
}

#exTab2 .nav-tabs li a,
#exTab1 .nav-tabs li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  background: transparent;
  /* background-color: #000000; */
  padding: 5px 20px;
  border-radius: 3px;
  /* font-family: "Titillium Web", sans-serif; */
  /* font-weight: 500; */

  transition: background-color 0.3s, color 0.3s;
}
#exTab2 .nav-tabs li a:hover {
  background-color: rgba(141, 139, 139, 0.12);
}
#exTab2 .tab-content,
#exTab1 .tab-content {
  /* margin: 2rem 0rem; */
  /* background-color: red; */
  color: white;
}

.nav-tabs li.active a,
.nav-tabs li a:focus {
  background-color: green;
  color: #fff;
}

#next,
#prev {
  position: static;
  /* background-color: white; */
  background-color: #383838;
  border-radius: 5px;
  /* color: rgb(0, 0, 0); */
  color: white;
  /* padding: 20px 70px; */
  padding: 18px;
  transition: 0.5s;
  margin: 10px;
}

#next:hover,
#prev:hover {
  position: static;
  /* background-color: rgb(0, 0, 0); */
  background-color: #252525;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  /* padding: 20px 70px; */
  transition: 0.5s;
}
/* .control {
  display: flex;
  justify-content: center;
  margin-top: 10px; 
}


.swiper-button-prev, .swiper-button-next {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 10px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #0056b3;
} */

.control {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin-top: 1rem;
}

/* #next,
#prev {
  color: black !important;
  background-color: white !important;
}*/
#next::after,
#prev::after {
  content: "";
}

.swiper-slide {
  background-color: transparent;
  border-radius: 5px;
}

.swiper-slide .card {
  overflow: hidden;
  border: none;
  height: 100%;
  /* border-radius: 10px; */
}

.swiper-slide .project-card-btn {
  /* background-color: black; */
  border: 1px solid white;
  color: white;
  border-radius: 2px;
  transition: 0.5s;
  width: 100%;
  font-size: 0.9rem;
}

.swiper-slide .project-card-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  transition: 0.5s;
}

.swiper-slide .card-body {
  background-color: #202020;
  border: none;
}

.swiper-slide:hover .card-img-top {
  transform: scale(1.1);
  transition: 0.5s;
}

.swiper-slide .card-img-top {
  /* transform: scale(1.1); */
  transition: 0.5s;
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide:hover .card-body {
  background-color: #383838;
  border: none;
  transition: 0.5s;
  border-bottom: 1px solid white;
}

.swiper-slide .card-body {
  background-color: #383838;
  border: none;
  transition: 0.5s;
  border-bottom: 1px solid #383838;
  padding: 0.8rem;
}

.swiper-slide:hover .card-title {
  color: rgb(0, 129, 199);
  transition: 0.5s;
}

.swiper-slide .card-title {
  color: rgb(255, 255, 255);
  transition: 0.5s;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
}

.swiper-slide .card-title span {
  color: rgb(148, 148, 148);
  transition: 0.5s;
}

.swiper-slide:hover .card-title span {
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.swiper-slide .card-text {
  color: white;
  font-size: 1rem;
}

#exTab1 .nav-tabs .active a,
#exTab2 .nav-tabs .active a {
  background-color: rgb(0, 129, 199);
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgb(44, 44, 44);
  font-size: 144px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
    color: rgb(44, 44, 44);
    font-size: 90px;
    font-weight: bold;
  }
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

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

  to {
    transform: translateX(-50%);
  }
}

/* ------------------scroll bar css  */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(0, 129, 199);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ------------------scroll bar css  */

#Footer {
  display: flex;
  flex-direction: column;
  background-color: black;
  /* background-color: #282828; */
  padding: 30px 0px;
  /* background-color: #878678; */
  /* background-color: #0F2D86; */
  /* background: rgb(15,45,134);
  background: linear-gradient(90deg, rgba(15,45,134,1) 0%, rgba(126,203,190,1) 100%); */
  /* background-color: #878678; */
  /* color: #0A489A; */
  /* background-attachment: fixed; */
}

#Footer .footer-logo {
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  /* Adjust this value as needed */
  /* background-color: #0F2D86; */
  /* background: transparent; */
  border-radius: 20px;
}

#Footer .Footer-social-links {
  display: flex;
  justify-content: center;
  color: rgb(0, 129, 199);
}

#Footer .Footer-social-links li {
  list-style: none;
  margin: 10px;
}

#Footer hr {
  margin: 0px;
  border: 1px solid white;
  background-color: white;
}

@media (max-width: 500px) {
  #Footer .Footer-social-links {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    padding: 10px 0px;
  }
  #Footer {
    background-color: #282828;
  }
  #Footer .Footer-social-links li {
    list-style: none;
    margin: 5px 10px;
    justify-content: center;
    text-align: center;
  }
}

#Footer .social-links {
  display: flex;
  justify-content: center;
}

#Footer .social-links li {
  list-style: none;
  margin: 5px 20px;
}

#Footer .social-links li a {
  font-size: 30px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.5s;
}

#Footer .social-links li a:hover {
  font-size: 30px;
  text-decoration: none;
  color: black;
  background-color: rgb(0, 129, 199);
  /* background-color: rgb(0, 129, 199); */
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.5s;
}

#Footer .Footer-social-links li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 200;
  transition: 0.3s;
  /* border-bottom: 1px solid rgb(0, 0, 0); */
}

#Footer .Footer-social-links li a:hover {
  text-decoration: none;
  /* color: rgb(0, 129, 199); */
  font-size: 20px;
  /* border-bottom: 1px solid rgb(0, 129, 199); */
  transition: 0.3s;
}

.title {
  position: relative;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: rgb(0, 129, 199);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 91%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: rgb(0, 129, 199);
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
  font-size: 14px;
  font-weight: 600;
  margin: 41px 0 0 0;
  color: rgb(73, 73, 73);
}

.timeline .timeline-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: rgb(0, 129, 199);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -7px;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -7px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  /* width: 80%;  */
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
}

@media (max-width: 600px) {
  .timeline .timeline-box,
  .timeline .timeline-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    width: 80%;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
  }
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #4f84c4;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#our-team .col-lg-12 {
  margin-top: 20px;
}
#our-team .col-lg-6 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #our-team .col-lg-6 {
    padding: 0px;
    margin-top: 0px;
    height: 100%;
  }
  #our-team .col-lg-12 {
    margin-top: 0;
    padding: 0px;
    height: 100%;
  }
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-date::after,
  .timeline .row.timeline-right .timeline-date::after {
    left: 47px;
  }

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}

.copyright-text {
  display: flex;
  justify-content: center;
}

.copyright-text span {
  color: #ffffffab;
}

.copyright-text span a {
  color: #ffa401;
  font-weight: bold;
  text-decoration: none;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 57667656757755;
  overflow: hidden;
  font-size: 400px;
  /* font-family: "Dancing Script", cursive; */
  font-optical-sizing: auto;

  font-style: normal;
}

.method-2 {
  display: inline-block;
  /* font-size: 10vw; */
  background: url("./projects-images/backgroung.png") no-repeat;
  -webkit-background-clip: text;
  color: rgba(255, 255, 255, 0);

  text-shadow: 0 0 rgba(0, 0, 0, 0.1);
  background-size: 0 100%;
  animation: fill-2 2s infinite;
  /* Increase animation duration to 10 seconds */
  overflow: hidden;
}

@keyframes fill-2 {
  50% {
    background-size: 100% 100%;
  }

  100% {
    background-size: 0 100%;
  }
}

/* Media query for tablets (landscape) and larger */
@media (min-width: 768px) {
  .method-2 {
    font-size: 10vw;
  }
}

/* Media query for small devices (portrait) */
@media (max-width: 600px) {
  .method-2 {
    font-size: 7vw;
  }
}

.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  /* font-family: "Lato"; */
  font-weight: 400;
}

.form-control,
textarea {
  max-width: 500px;
  background-color: white;
  color: #000000;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all 0.2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px "Lato", sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

@media (max-width: 1090px) {
  .wrapper ul {
    left: 15%;
  }
}

@media (max-width: 876px) {
  #logo img {
    width: 20%;
    /* top: -10px; */
    left: 5%;
    /* display: none; */
    padding: 40px 0;
  }

  .wrapper ul li {
    margin: 10px 0;
  }

  .wrapper ul li a {
    font-size: 1rem;
    padding: 10px;
  }

  .menu-btn {
    top: 10px;
    right: 9px;
    background: transparent;
  }

  #active:checked ~ .menu-btn i:before {
    top: 20px;
    right: 0px;
    background: transparent;
  }

  #loader img {
    width: 300px;
    height: auto;
  }

  #active:checked ~ .menu-btn {
    color: #fff;
  }

  #active:checked ~ .wrapper {
    transform: translateX(50%);
    width: 70%;
    transition: transform 0.5s ease-in-out;
  }

  .wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.9);

    color: black;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }

  .wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    transition: all 0.5s ease-in-out;
    color: white;
    left: 0;
    top: 0;
    height: 100vh;
  }

  .wrapper ul li a {
    font-size: 2rem;
  }
}

.col-md-6 a {
  color: black;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/* Navbar styles */
.navigationBar {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  backdrop-filter: blur(5px);
  border-bottom: 0.5px solid #dddddd4e;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  height: 70px;

  /* transition: background-color 0.5s ease; */
}

.navigationBar .nav-open {
  /* background-color: #ffffffab;  */
}

/* Logo container */
.logo-container {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.logo-container img {
  object-fit: contain;
  width: 150px;
  height: auto;
}

/* Nav-toggler styles */
.nav-toggler {
  background: transparent;
  color: rgb(53, 62, 71);
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 2rem;
  z-index: 20;
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.nav-toggler .menu-icon {
  font-size: 1.5rem;
}

/* Menu styling */
.nav-menu {
  display: flex;
  flex-direction: row;
  position: static;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
  /* transition: 0.7s ease; */
  transform: translateX(100%);
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  z-index: 10;
}

.nav-menu.open {
  opacity: 1;
  transform: translateX(0);
}

.nav-menu.open {
  transform: none;
}

.nav-menu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigationBar.nav-open {
  background-color: #ffffffab;
  color: black;
  transition: 0.7s ease;
}

.nav-menu li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  /* padding: 10px 20px; */
}

.nav-menu.open li a {
  padding: 10px 20px;
}

/* Responsive styling */
@media (max-width: 576px) {
  .animeslide-bottom {
    padding: 0;
  }
  .nav-toggler {
    width: 50px;
  }
  .logo-container {
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .logo-container img {
    width: 90px;
  }
  .nav-menu.open li {
    padding: 0 5px;
  }
  .nav-menu.open li a {
    padding: 0;
    font-size: 15px;
  }
  /* .nav-menu {
    visibility: hidden;
    transition: opacity 0.7s ease, transform 0.7s ease;
    transform: translateX(100%);
    height: 100vh;
    position: absolute;
    align-items: flex-start;
    justify-content: left;
    opacity: 0;
    background-size: cover;
    background-position: center;

    z-index: 20;
  }

  .nav-menu.open {
    right: 0;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 70%;
    right: 0;
    position: fixed;
    display: flex;
    background-color: white;
    z-index: 11;
    opacity: 1;
    transform: translateX(0);
  }

  .nav-menu .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 21;
    background-color: #232323;
  }
  .nav-menu ul {
    gap: 50px;
    z-index: 22;
    flex-direction: column;
    margin-top: 200px;
    margin-left: 30px;
  }

  .nav-menu ul li a {
    font-size: 2rem;
    color: white;
  } */
}
@media (max-width: 500px) {
  .nav-menu.open li a {
    padding: 0;
    font-size: 15px;
  }
}
.NirmanBtn {
  background-color: black;
  color: white;
  border: none;
  font-size: 16px;
  padding: 5px 20px;
}

#loader img {
  width: 300px;
}

a {
  font-family: "Raleway", sans-serif;
}
p {
  font-family: "Raleway", sans-serif;
}
span {
  font-family: "Raleway", sans-serif;
}
button {
  font-family: "Raleway", sans-serif;
}
.TopBackContainer {
  height: 80vh;
  background-image: url("./projects-images/Nirman\ Rejoice.jpg");
  /* background-image: url(./projects-images/bg3.jpg); */
  /* background-image: url("https://images.unsplash.com/photo-1638519922476-50688bb1f318?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); */
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.TopBackContainerProject {
  height: 80vh;
}
.OverlayBack {
  height: 80vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.532);
  position: absolute;
  top: 0px;
}
.OverlayBack h1 {
  font-family: "Raleway", sans-serif;
}
.TopBackContainerProject {
  height: 80vh;
  background-image: url("./projects-images/Nirman-Lifestyle.jpg");
  /* background-image: url(./projects-images//projectbg.avif); */
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.NirmanProjectBtn {
  background-color: #4f84c4;
  color: black;
  border: none;
}
.TopBackContainerProjectPage {
  height: 80vh;
  background-image: url(./projects-images//menu\ back.jpg);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  position: relative;
}
.OverlayBackProjectPage {
  height: 80vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.532);
  position: absolute;
  top: 0px;
}
.TopBackContainerContact {
  height: 80vh;
  background-image: url("./projects-images/Nirman\ Tower.jpg");
  /* background-image: url(./projects-images/contact-back.jpg); */
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.OverlayBackContact {
  height: 80vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.532);
  position: absolute;
  top: 0px;
}
#project-section-title h1 {
  opacity: 1;
  margin: auto;
  border-radius: 10px;
  font-size: 3rem;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  letter-spacing: 7px;
  font-size: 3rem;
  text-align: center;
}
#project-section-title hr {
  background-color: white;
  opacity: 1;
  border: 1px solid white;
  width: 15%;
  margin: auto;
  border-radius: 10px;
}
.qualitiesCards {
  padding: 30px 150px;
}
.qualityCard {
  background-color: #343434;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #0081c7;
  margin: 20px 0;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  min-height: 400px;
  /* width: 500px; */
}
.qualityCard h4 {
  /* padding:5px; */
  font-size: 1.8rem; /* Adjust heading size */
  margin: 15px 0; /* Spacing between title and image */
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.qualityCard p {
  font-size: 1.1rem;
  margin-top: 10px;
  line-height: 1.6; /* Improve readability with proper line height */
  padding: 0 15px; /* Padding to ensure text doesn’t touch card edges */
}
.qualityCard img {
  width: 50px;
  padding: 15px 0;
}
.ContactUsContainer {
  position: relative;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.ContactUsContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("./projects-images/01.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.5; /* Slightly increase opacity for more visibility */
  z-index: 1;
}

.ContentContainer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; /* Align text in the center */
  color: white;
  font-family: "Raleway", sans-serif;
}

.ContactUsBtn {
  background: transparent;
  border: 2px solid #0081c7;
  font-weight: 600;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 15px;
  transition: all 0.3s ease-in-out; /* Ensure smooth transitions */
}
.ContactUsBtn a {
  text-decoration: none;
  color: white;
}
.ContactUsBtn:hover {
  transform: scale(1.1) !important;

  background-color: #0081c7;
}
.ContactUsBtn:hover a {
  /* background-color: #bc7742; */

  color: #fff;
}
.teamSection {
  padding: 2rem 0rem 0rem 0rem;
}
@media (max-width: 576px) {
  .ContentContainer {
    font-size: 1.4rem;
    padding: 0 20px; /* Add padding to prevent content from shrinking too much */
  }
}
@media (max-width: 1300px) {
  .qualityCard h4 {
    font-size: 1.5rem;
  }
  .qualityCard {
    padding: 20px;
    /* min-height: 430px; */
  }
  .qualitiesCards {
    /* padding: 30px 40px; */
    padding: 2rem 0rem;
  }
}
@media (max-width: 768px) {
  .qualitiesCards {
    padding: 30px 0;
  }
  .qualityCard {
    margin: 15px 0;
    padding: 20px;
    min-height: 300px;
  }

  .qualityCard h4 {
    font-size: 1.5rem;
  }

  .qualityCard img {
    width: 50px;
  }
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4) !important; /* Lightens the backdrop */
}
.modal-title {
  font-family: "Raleway", sans-serif;
}
.modal-content {
  background-color: #383838 !important;
  color: white !important;
}
.modal-header .close {
  color: white !important;
}
a:not([href]):not([tabindex]) {
  color: white !important;
}
a:not([href]):not([tabindex]):hover {
  color: black !important;
}
#projectImageCarousel {
  margin: 10px;
}
#carouselImages img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}
#modalProjectName {
  margin: 10px 10px;
}
.modal-body p {
  margin: 10px;
}

.contactUs-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 2rem 0rem;
  /* background-color: #343434; */
  background-color: rgb(21, 21, 21);
}
.contact-form,
.contact-details {
  margin: 15px 30px;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  /* background-color: #f9f9f9; */
  flex-shrink: 0;
}

.contact-form {
  flex-basis: 47%;
}
.contact-details {
  flex-basis: 45%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.contact-form h2 {
  color: white;
  text-align: center;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
  color: white;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form button {
  width: 100%;
  padding: 10px;
  background-color: #5799f1;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #5186c28a;
}

.contact-details h2 {
  text-align: center;
  color: white;
}
.contact-form h2 {
  text-align: center;
  color: white;
}
.contact-details p {
  color: white;
}

.contact-details a {
  color: white;
}
.contact-details {
  display: flex;
  flex-direction: column;
}
.contact-details-container {
  padding: 20px 0;
}

.contact-details-container i {
  font-size: 30px;
  padding: 0px 10px;
  top: 8px;
  position: relative;
}
.mapContainer {
  margin: 20px 0;
  padding: 20px 0;
}
.mapContainer {
  width: 100%;
}
.mapContainer iframe {
  aspect-ratio: 3/2;

  width: 100%;
  /* height: 100%; */
}

#prev::after {
  content: "prev";
  font-size: 10px;
}
#next::after {
  content: "next";
  font-size: 10px;
}
.TopBackContainer .TopBackContainer h1 {
  font-size: 50px;
}

@media (max-width: 769px) {
  .animeslide-slide {
    background-repeat: no-repeat;
  }
  .TopBackContainer {
    height: 50vh;
  }
  .TopBackContainerProject {
    height: 50vh;
  }
  .TopBackContainerContact {
    height: 50vh;
  }
  .OverlayBack {
    height: 50vh;
  }
  .animeslide {
    height: 50vh;
  }
  .animeslide-slide {
    background-size: contain;
  }
}
@media (max-width: 576px) {
  #exTab2 .nav-tabs li a,
  #exTab1 .nav-tabs li a {
    font-size: 1rem;
  }

  #single-project-title {
    display: none !important;
    /* margin-top: 70px; */
  }
  .projectImageSlider {
    top: 70px;
  }
  .projectImageSlider-button-prev,
  .projectImageSlider-button-next {
    display: none !important  ;
  }

  .copyright-text {
    font-size: 0.8rem;
  }
  .modal {
    top: 20% !important;
  }
  .col-lg-6 {
    width: 100% !important;
  }
  .address,
  .num,
  .mail {
    font-size: 13px;
  }
  .TopBackContainer {
    height: 30vh;
  }
  .TopBackContainerProject {
    height: 30vh;
  }
  .TopBackContainerContact {
    height: 30vh;
  }
  .animeslide {
    margin-top: 70px;
    height: 40vh;
  }
  .OverlayBack {
    height: 30vh;
  }
  .OverlayBack h1 {
    font-size: 35px;
  }
  .animeslide-slide {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100px;
  }
  .contact-details,
  .contact-form {
    padding: 10px 15px;
  }
  .contactUs-container {
    padding: 2rem 0rem;
  }

  .container {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .copyright-text {
    font-size: 0.7rem;
  }
  .nav-toggler {
    margin-right: 40px;
  }
  .logo-container {
    padding-left: 20px;
  }
}
@media (max-width: 400px) {
  .nav-toggler {
    margin-right: 170px;
  }
  .nav-menu.open li a {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .logo-container img {
    width: 70px;
  }
}
@media (max-width: 300px) {
  .nav-menu.open li a {
    font-size: 9px;
  }
}
#projectImageCarousel .carousel-control-prev,
#projectImageCarousel .carousel-control-next {
  height: 50px; /* Set a specific height */
  width: 50px; /* Set a specific width */
  border-radius: 50%; /* Optional: Make them circular */
  top: 50%; /* Position them vertically in the middle */
  transform: translateY(-50%); /* Adjust for perfect centering */
}

#projectImageCarousel .carousel-control-prev-icon,
#projectImageCarousel .carousel-control-next-icon {
  height: 20px; /* Icon height */
  width: 20px; /* Icon width */
}
