@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

* {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h5,
h4,
div,
nav,
span {
  cursor: default;
}

.hidden-left {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}

.hidden-right {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(100%);
  transition: all 1s;
}

.hidden-top {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(-4rem);
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  transform: translateZ(0);
}

body {
  position: relative;
  overflow-x: hidden;
}

.navbar .navbar-toggler {
  background-color: #e5e5e5;
}
.navbar .nav-link {
  color: #2e2e2e;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
}
.navbar .nav-link:hover {
  color: white;
  background: #4d93ff;
}

.navbar {
  padding: 0.5rem 1rem;
  z-index: 2; /* Ensures content inside is above the pseudo-element */
  background: rgb(255, 255, 255);
  position: relative;
  top: 0;
}

.nav-link {
  font-size: 1.2rem;
  color: white;
}

main {
  width: 100%;
  min-height: 100vh;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("./img/hero.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 1rem;
  z-index: 1; /* Ensures content inside is above the pseudo-element */
  background-attachment: fixed;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.568); /* Semi-transparent black overlay */
  z-index: -1; /* Places the overlay behind the content */
}

.banner > h1 {
  margin-top: 13%;
  margin-left: 2rem;
  font-size: 3rem;
  color: #ffffff;
  width: 60%;
  font-weight: 600;
}

.banner > h2 {
  margin-top: 1rem;
  margin-left: 2rem;
  color: #ffffffe0;
  font-size: 1.5rem;
  width: 60%;
  font-weight: normal;
}

#About {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2rem 0;
  width: 95%;
  justify-self: center;
  background: linear-gradient(183deg, #f4fff8, #d5d5d5);
  padding: 2rem;
  border-radius: 1rem;
  border: 2px solid whitesmoke;
  box-shadow: 4px 3px 20px 0px #0000003d;
}

.about h1 {
  font-weight: 600;
}

.about_img {
  height: 100%;
  width: 50%;
  border-radius: 1rem;
  border: 2px solid whitesmoke;
}

.about_text_section {
  padding: 0rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

#Mission {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("./img/mission_1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2rem 0;
  width: 95%;
  justify-self: center;
  box-shadow: 00px 0px 20px 5px rgb(0 0 0 / 28%);
  background-attachment: fixed;
}

#Mission > h1 {
  padding: 1rem;
  background-color: rgb(52 52 52 / 41%);
  color: rgb(255 255 255);
  font-weight: bold;
  width: 100%;
  margin: 0;
  justify-self: center;
  backdrop-filter: blur(7px);
}

#Mission > p {
  font-size: 1.2rem;
  padding: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgb(0 0 0 / 49%);
  color: white;
  backdrop-filter: blur(3px);
}

#Vision {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  background-image: url(./img/vision_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  z-index: 1;
  padding: 1rem;
  border-radius: 1rem;
}

#Vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  background-color: rgb(8 19 36 / 54%);
  z-index: -1;
  border-radius: 1rem;
}

#Vision > h1 {
  font-size: 2rem;
  color: white;
  font-weight: 600;
}

#Vision > p {
  font-size: 1.2rem;
  color: white;
  width: 85%;
  text-align: center;
}

#Core-Values {
  display: flex;
  height: auto;
  margin: 2rem 0;
  width: 95%;
  justify-self: center;
}

#Core-Values > img {
  width: fit-content;
}

#Industries {
  width: 95%;
  /* background: linear-gradient(45deg, #d8a2ff, #45ffff); */
  background-image: url(img/techno.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  justify-self: center;
  border-radius: 1rem;
  padding: 2rem;
}

#Industries > h1 {
  color: rgb(51 38 88);
  color: #dfdfdf;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 2.5rem;
}

#Industries .swiper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

#Industries .swiper-wrapper {
  width: 100%;
  height: 20rem;
}

#Industries .swiper-slide {
  max-width: 600px;
  height: 300px;
  /* width: 20%; */
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #2e2e2e;
  padding: 1rem;
  border-radius: 1rem;
  /* background-color: #2e2e2e; */
  background: linear-gradient(45deg, #ffffff63, #dfdfdf);
  backdrop-filter: blur(7px);
}
#Industries .swiper-slide > img {
  height: auto;
  width: 55%;
}

#Industries .swiper-slide > p {
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  text-align: center;
}

/* --------------------------------------- Our partners  */

.partners {
  width: 100%;
  height: min-content;
  background: lightgoldenrodyellow;
  justify-self: center;
  margin: 2rem 0;
}

.partners > h1 {
  color: rgb(51 38 88);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  margin: 0.5rem 0;
  padding-top: 2rem;
}

.partners .partnerSwiper {
  width: 100%;
  height: 250px;
}

.partners .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.partners .swiper-slide {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  background: transparent;
}
.partners .swiper-slide > div {
  width: 200px;
  height: 200px;
  background-size: 85% 85%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: white;
}

#Contact {
  display: flex;
  width: 95%;
  height: 600px;
  margin: 2rem 0;
  justify-self: center;
  box-shadow: 3px 3px 20px 5px #0000002b;
  border-radius: 1rem;
}

.gmap,
.contact_details_container {
  width: 50%;
  height: 100%;
}

.gmap iframe {
  width: 100%;
  height: 100%;
  border-radius: 0;

  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.contact_details_container {
  position: relative;
  background-image: url(./img/contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  padding: 1rem;
  color: white;
  border-radius: 0;

  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.contact_details_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(10 24 44 / 80%);
  z-index: -1;
  border-radius: 0;

  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.contact_details_container > h1 {
  width: 100%;
  font-size: 3.5rem;
  font-weight: 100;
  text-align: center;
  color: white;
  margin-top: 2rem;
}

.contact_details_container > div:nth-child(2) {
  margin-top: 2.5rem;
}

.contact_details_container > div:nth-child(2),
.mail,
.phone {
  margin-left: 15%;
}

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

.mail > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}

.mail > a > img,
.phone > div > img {
  width: 20px;
  height: 20px;
}

.mail > a > p,
.phone > div > p {
  padding: 0;
  margin: 0;
  margin-left: 0.2rem;
  padding-bottom: 0.33rem;
}

.phone {
  display: flex;
  margin-top: 2rem;
  gap: 0.8rem;
  margin-left: 15%;
  display: block;
  color: white !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.phone p {
  margin: 0;
}

.more_details {
  display: flex;
  padding: 0.2rem 5%;
  margin-top: 1rem;
}

.more_details > a {
  text-decoration: none;
  background-color: #000000;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  margin-left: auto;
  color: white;
  border-radius: 50px;
  border: 2px solid white;
}

.home-page .address_card_container {
  padding: 1rem;
  padding-bottom: 2rem;
  justify-content: center;
}

.home-page .address_card_container > div {
    width: 29vw;
    border-radius: 1rem;
    background: #f3f3f3;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    aspect-ratio: auto;
}

.footer {
  width: 100%;
  background-color: #09142b;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 1rem;
  padding: 3rem 1rem;
  position: relative;
}

.footer a {
  text-decoration: none;
  color: white;
}

.footer > div {
  display: flex;
  flex-direction: column;
}
.logo-sectn {
  gap: 2rem;
}
.logo-sectn > img:nth-child(1) {
  height: 80px;
  width: fit-content;
}

.logo-sectn > img:nth-child(2) {
  height: 4.5rem;
  width: fit-content;
}

.resources > div {
  padding-left: 0.4rem;
}

.resources a {
  display: block;
  transform: translateX(0);
  transition: 0.35s;
}
.resources a:hover {
  transform: translateX(5px);
  transition: 0.35s;
}

.middle-sectn a {
  font-size: 0.8rem;
}
.middle-sectn > div {
  display: flex;
  justify-content: center;
}
/* .social_media>a{
    margin-left: 1rem;
}

.social_media>a>i{
  font-size: 2rem;
} */

.offices {
  display: flex;
  gap: 0.5rem;
  font-size: 1.6rem;
  font-weight: 100;
  margin-left: auto;
  align-items: center;
  margin-bottom: 1rem;
}

.offices p {
  margin: 0;
}

.offices a {
  font-size: 1rem;
}

.devtag {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #2196f3 !important;
  padding: 0.5rem 1rem;
}

.hover-cst:hover {
  background-color: rgb(255, 255, 255);
  transition: 0.4s;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

/*---------------------- Technology-------------------  */
.tech_main_container {
  background: #f9f9f9;
}

.tech_card_container {
  padding: 1rem;
  height: min-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}

.tech_head {
  padding: 2rem;
  background: linear-gradient(45deg, #00f1ff, #3a92ff);
  font-weight: bold;
  color: #ffffff00;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 3px 0px #1f1a6c;
  -webkit-text-stroke: 2px #ffffff;
}

.tech_card {
  position: relative;
  width: 23%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.tech_card > p {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 4.6rem;
  color: white;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: rgb(1 115 161 / 49%);
  border-radius: 0 0 15px 15px;
  text-align: center;
  backdrop-filter: blur(6px);
  background: rgb(1, 115, 161);
}

.digital_transformation {
  width: 95%;
  height: auto;
  z-index: 1;
  padding: 2rem 0;
  justify-self: center;
}

.digital_transformation > h1 {
  color: rgb(60 60 60);
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: baseline;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 1rem;
}

.digital_transformation .swiper {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
}

.digital_transformation .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.digital_transformation .swiper-slide {
  position: relative;
  max-width: 600px;
  height: 90%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  margin: auto 1rem;
}

.digital_transformation .swiper-slide > p {
  width: 100%;
  height: 90px;
  color: white;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: rgba(103, 101, 101, 0.578);
  border-radius: 0 0 15px 15px;
  text-align: center;
}

.renewable_energy {
  width: 95%;
  height: auto;
  z-index: 1;
  padding: 2rem 0;
  justify-self: center;
}

.renewable_energy > h1 {
  color: rgb(60 60 60);
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: baseline;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 1rem;
}

.renewable_energy .swiper {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
}

.renewable_energy .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.renewable_energy .swiper-slide {
  position: relative;
  max-width: 600px;
  height: 90%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  margin: auto 1rem;
}

.renewable_energy .swiper-slide > p {
  width: 100%;
  height: 90px;
  color: white;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: rgba(103, 101, 101, 0.578);
  border-radius: 0 0 15px 15px;
}

.happy_clients {
  position: relative;
  width: 95%;
  justify-self: center;
  height: 15rem;
  background-image: url(img/customers.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}

.happy_clients h3 {
  font-size: 3rem;
  font-weight: bold;
  background: #00000096;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fbff00;
  border-radius: 1rem;
}

/* --------------------------------------- contact us  */

.contact_gmap {
  width: 100%;
  height: 360px;
}

.contact_gmap iframe {
  width: 100%;
  height: 100%;
}

.address_card_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3vw;
  padding: 450px 6vw;
  padding-bottom: 2rem;
}

.address_card_container > div {
  width: 26vw;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 12px 1px lightgray;
  padding: 2rem 1rem;
}

.address_card_container > div > img {
  width: 45px;
  height: fit-content;
}

.address_card_container > div > h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.15rem 0 0.7rem 0;
}

.address_card_container > div > p {
  text-align: center;
  font-size: 0.95rem;
  margin: 0;
  margin-bottom: 0.4rem;
}

.contact_us_pop_up {
  width: 50%;
  height: min-content;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  box-shadow: 0px 0px 12px 1px lightgray;
  border-radius: 20px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.contact_us_pop_up .mail {
  margin-left: auto;
}

.contact_us_pop_up .phone {
  margin-left: auto;
}

.contact_us_pop_up > h3 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.contact_us_pop_up .mail > a {
  color: black !important;
}

.contact_us_pop_up .phone > i,
.contact_us_pop_up .phone > p {
  color: black;
}

/* Phone Responsive */
@media screen and (max-width: 768px) {
  .navbar .nav-link {
    padding-left: 1rem;
  }

  .banner {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(./img/hero.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 1rem;
    z-index: 1;
    background-attachment: scroll;
  }

  .banner > h1 {
    margin-top: 30%;
    margin-left: 2rem;
    font-size: 1.9rem;
    color: #ffffff;
    width: 90%;
    font-weight: 600;
  }

  .banner > h2 {
    margin-top: 1rem;
    margin-left: 2rem;
    color: #ffffffe0;
    font-size: 1rem;
    width: 95%;
    font-weight: normal;
  }

  #About {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .about_img {
    height: 100%;
    width: 100%;
  }

  .about_text_section {
    padding: 0rem;
    margin-left: 0;
    margin-top: 1rem;
    font-size: 0.8rem;
  }

  #Vision > p {
    color: white;
    width: 100%;
    font-size: 0.7rem;
    text-align: justify;
  }

  #Core-Values > img {
    width: 30%;
  }

  /* -------------our partners Mobile  */

  .partners .partnerSwiper {
    height: 150px;
  }

  .partners .swiper-slide > div {
    width: 100px;
    height: 100px;
  }

  #Contact {
    display: flex;
    flex-direction: column-reverse;
    width: 95%;
    height: auto;
  }

  .gmap,
  .contact_details_container {
    width: 100%;
    height: 25rem;
  }

  .contact_details_container {
    height: auto !important;
    border-radius: 0;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }

  .gmap iframe {
    border-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .contact_details_container::before {
    border-radius: 0;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }

  .footer {
    width: 100%;
    background-color: #09142b;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1rem;
    padding: 3rem 1rem;
    position: relative;
    padding-bottom: 1rem;
  }

  .footer > div {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .logo-sectn > img:nth-child(1) {
    height: fit-content;
    width: 50%;
  }
  .logo-sectn > img:nth-child(2) {
    height: fit-content;
    width: 25%;
  }
  .resources > div {
    padding-left: 0.4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .resources h5 {
    display: none;
  }

  .resources a i {
    display: none;
  }

  .resources a {
    display: block;
    transform: translateX(0);
    transition: 0.35s;
    margin: 0 0.5rem 0.5rem 0;
    color: aliceblue;
    padding: 0.25rem;
    background: rgba(240, 248, 255, 0.212);
    border-radius: 5px;
  }
  .offices p {
    margin: 0;
    display: none;
  }

  .offices a {
    font-size: 0.6rem;
    color: #008cff !important;
  }

  .middle-sectn {
    flex-direction: column-reverse;
    width: 100%;
  }

  .devtag {
    position: relative;
    font-size: 0.7rem;
    color: #2196f3 !important;
    padding: 0;
    margin-bottom: 0rem;
    width: 100%;
    text-align: center;
  }

  .middle-sectn > div {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    color: chocolate;
    font-size: 0.7rem;
    margin-bottom: 1rem;
  }

  .tech_card {
    position: relative;
    width: 45%;
  }

  .tech_main_container p {
    font-size: 1rem !important;
  }

  .partners > h1 {
    text-align: center;
    font-size: 2rem;
  }

  .happy_clients h3 {
    font-size: 2rem;
    padding: 1rem;
    text-align: center;
  }

  /* -----------------------contact us mobile  */
  .contact_us_pop_up {
    top: 400px;
    width: 80vw;
  }

  .contact_us_pop_up {
    padding: 2rem;
  }

  #head_office_address h3,
  #head_office_address h5 {
    font-size: 1.2rem;
  }

  .contact_us_pop_up > h3 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }

  .contact_us_pop_up i,
  .contact_us_pop_up p {
    font-size: 0.8rem;
  }

  .contact_us_pop_up .mail,
  .contact_us_pop_up .phone {
    margin-left: 0;
  }

  .address_card_container {
    flex-direction: column-reverse;
    align-items: center;
    padding: 500px 6vw;
    padding-bottom: 2rem;
  }

  .home-page .address_card_container {
    padding: 1rem;
    padding-bottom: 2rem;
    justify-content: center;
  }

  .address_card_container > div {
    width: 80vw;
    height: min-content;
    aspect-ratio: auto;
  }

  .home-page .address_card_container > div {
    width: 92vw;
  }
}

@media screen and (max-width: 450px) {
  .partners .swiper-slide > div {
    width: 80px;
    height: 80px;
  }
}
