/* color teal: 81a4a6
color beige :#F2EFED */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  scroll-behavior: smooth;
  background: linear-gradient(200deg, #520352, #000);
}
#challenge-section, 
#apparel-section,
#process-section{
  padding-top: 9rem;
}

.site-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}

.max-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; 
  background-color: #200124; 
  box-sizing: border-box;
  max-width: 1200PX;
  border-radius: 0 0 20px 20px; 
  color: #e6e6e6;
}
#maincontent{
  padding-top: 10%;
}
.padding-container {
  padding-left: 16px;
  padding-right: 16px;
}
#logopp{
  width: 40px;
  height: auto;
 
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.4s;
  
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
 
 
}
.flexBetween ul{
  display: flex;
  
}
.bold-20 {
  font-size: 20px;
  font-weight: bold;
}
.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.w-16 {
  width: 4rem;
}

.h-16 {
  height: 4rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.bg-white {
  background-color: #fff;
}

.font-bold {
  font-weight: bold;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex {
  display: flex;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.img_duration {
  width: 24px;
  height: 24px;
}
.regular-16 {
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 5px;
}

.text-gray-50 {
  color: #e6e6e6;
}
.color-teal{
  background-color: #88a5a3;
}
.cursor-pointer {
  cursor: pointer;
 
}

.pb-1_5 {
  padding-bottom: 0.375rem;
}

.transition-all {
  transition-property: all;
  transition-duration: 0.3s;
}

.hover\:font-bold:hover {
  font-weight: bold;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.gap-16 {
  gap: 4rem;
}

.lg\:flex {
  display: flex;
}

.relative {
  position: relative;
}

.z-30 {
  z-index: 30;
}

.lg\:hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.lg\:flex {
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.full-line {
  display: inline-block;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.lg\:hidden {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}
.justify-text{
  text-align: justify;
  text-justify: auto;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gap-3 {
  gap: 0.75rem; /* Equivalent to 3 in Tailwind units */
}

.rounded-full {
  border-radius: 9999px; /* Large value to create a circle */
}

.border {
  border: 1px solid #000; /* Replace with your desired border color */
}

.bold-16 {
  font-weight: regular;
  font-size: 1rem;
  transition: font-weight 0.5s ease, font-size 0.5s ease;
}
.bold-16:hover {
  font-weight: bold;
  font-size: 1rem;
  transition: font-weight 0.5s ease, font-size 0.5s ease;
}

.whitespace-nowrap {
  white-space: nowrap;
}
.button_yellow {
  background-color: #610051;
  border: transparent;
  text-decoration: none;
  text-decoration-color: none;
  color: #fff;
  padding: 10px;
  transition: all 0.4s;
}
.button_yellow a {
  border: transparent;
  text-decoration: none;
  text-decoration-color: none;
  color: #fff;
  padding: 10px;
  transition: all 0.4s;
}

.button_yellow:hover {
  background-color: black;
  border: transparent;
  text-decoration: none;
  text-decoration-color: none;
  color: #fff;
  padding: 10px;
}

.topnavbar {
  text-decoration: none;
  color: #5b6670;
  transition: all 0.4s;
}

.topnavbar li {
  list-style-type: none;
}

.topnavbar a {
  display: inline-block;
  /* Your existing styles here */
}
/* !HERO SECTIOM */
/* Styles for the popup container */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Styles for the image inside the popup */
.popup-image {
  display: block;
  margin: 10% auto;
  margin-top: 20%;
  max-width: 70%;
  max-height: 70%;
  z-index: 3000;
  
}

/* Styles for the close button */
.close {
  position: absolute;
  top: 30%;
  right: 25%;
  color: rgb(255, 166, 32);
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.hero-map {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
 
  width: 100vw;
  /* background-image: url("../images/pattern-bg.png"); */
  background-size: cover;
  background-position: center;
}
.working {
  position: absolute;
  right: 0;
  top:0;
}

.topicon {
  position: absolute;
  left: -55px;
  top: 110px;
  width: 50px;
}
.max-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-container {
  padding-left: 16px;
  padding-right: 16px;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.gap-20 {
  gap: 20px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-32 {
  padding-bottom: 80px; /* Adjust as needed */
}

.md\:gap-28 {
  gap: 28px; /* Adjust as needed */
}

.lg\:py-20 {
  padding-top: 60px; /* Adjust as needed */
  padding-bottom: 60px; /* Adjust as needed */
}

.xl\:flex-row {
  flex-direction: row;
}

/* Left Column Styles */
.relative {
  position: relative;
}

.z-20 {
  z-index: 20;
}

.flex-1 {
  flex: 1;
}

.flex-1 {
  flex-basis: 0;
}

.xl\:max-w\[520px\] {
  flex-grow: 1;
}

.bold-40 {
  font-weight: bold;
  font-size: 2rem;
}

.top-100px {
  margin-top: 100px;
}

.lg\:bold-64 {
  font-weight: bold;
  font-size: 3rem;
}

.text-gray-600 {
  color: #c6ccd1;
}

.regular-16 {
  font-size: 1rem;
  line-height: 1.5;
  color: #b4b4b4;
}

.mt-6 {
  margin-top: 1.5rem; /* Adjust as needed */
}

.xl\:max-w\[520px\] {
  max-width: 520px;
}

.my-11 {
  margin-top: 2.75rem; /* Adjust as needed */
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-5 {
  gap: 5px;
}

.flex.items-center {
  display: flex;
  align-items: center;
}

.gap-2 {
  gap: 2px;
}

.img-duration {
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
}

.text-gray-700 {
  color: #c9c9c9;
}

.ml-1 {
  margin-left: 0.25rem; /* Adjust as needed */
}

.w-full {
  width: 100%;
}

.sm\:flex-row {
  flex-direction: row;
}
#comp_info{
  width: 100%;
}
/* Button Styles */
.button_yellow {
  background-color: #8a1563;
  border: transparent;
  text-decoration: none;
  text-decoration-color: none;
  color: #fff;
  padding: 10px;
}

.button_yellow:hover {
  background-color: black;
}

/* Right Column Styles */
.hidden {
  display: none;
}

.lg\:top-40 {
  top: 40px; 
}

.lg\:w-\[550px\] {
  width: 550px;
}

.Lg\:flex-col {
  flex-direction: column;
}

.Lg\:gap-8 {
  gap: 8px;
}

.Lg\:rounded-3xl {
  border-radius: 2rem;
}

.Lg\:px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.Lg\:py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Images */
.img-working {
  flex-shrink: 0;
  
  width: 550px;
  height: auto;
  border-radius: 1.5rem;
}

/* !Apparel */.apparel {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.carousel-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-container video {
  border-radius: 20px;
  max-width: 100%; 
  max-height: 100%; 
  width: auto;
  height: auto;
}
.view-rotating {
  display: flex;
  align-items: center;
  gap: 8px;

  justify-content: space-between;
  transition: all 0.5s ease-in;
  /* background-color: #4b5563; */
}
.view-rotating .images-list {
  max-width: 1000px;
  scroll-snap-type: x mandatory;
  width: 67vw;
  padding: 20px 10px;
  display: flex;
  gap: 25px;
  scroll-behavior: smooth;
  transition: all 0.5s ease-in;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  scroll-snap-type: x mandatory;
}
.images-list::-webkit-scrollbar {
  display: none;
}
.image-item {
  scroll-snap-align: center;
  min-width: 420px;
  height: 350px;

  border-radius: 10%;
}
.btn-previous,
.btn-following {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #610051;
  color: #fff;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-previous:hover,
.btn-following:hover {
  background-color: black;
}
/* !Summary */
.summary {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.summary-description {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 6rem;
}
.summary-description-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  flex-direction: column;
  width: 100%;
}
.summary-description-title {
  color: #c2c2c2;
  font-size: 50px;
  font-weight: bold;
  max-width: 560px;
}
.summary-description-p {
  font-size: 16px;
  color: #5b6670;
  columns: 2;
  max-width: 1000px;
  text-align: justify;
  padding-right: 25px;
}
.summary-images {
  display: flex;
  justify-content: space-evenly; 
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-bottom: 7rem;
  flex-wrap: wrap;
}
.summary-h4 {
  font-size: 32px;
  max-width: 400px;
  font-weight: bold;
  color: #5B6670;
  margin-bottom: 1.5rem;
}
.map-distribution {
 width: 48%;
  height: auto;
  cursor: pointer;
  border-radius: 1.5rem;
  transition: transform 0.2s ease-in-out;
  
}
.map-distribution:hover {
  transform: scale(1.05); 
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.5); 
}

/* ! CATALOGUE CONTAINER */
.catalogue-container {
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: 1440px;
}
.catalogue-container-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
  margin-right: 2rem;
  margin-bottom: 2rem;
  background-image: url("../images/feature-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.catalogue-image {
  width: 45%;
  position: relative;
  height: auto;
  align-self: center;
}
.catalogue-img-cover {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
cursor: auto;
}
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

#popupImg {
  max-width: 80%;
  max-height: 80%;
}

#closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.catalogue-parts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  margin: auto;
  align-self: flex-end;
  justify-content: space-between;
}
.catalogue-parts-details {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;

  flex-wrap: wrap;
}
.blocks-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  
}
.block {
  width: 100%;
}
.h2-catalogue {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.catalogue-icon {
  background-color: #800020;
  border-radius: 15px;
  height: 3rem;
  width:50%;
  display: flex;
  color: #fff;
  font-size: 1rem;
  justify-content: center;
  align-content: center;
  line-height: 3rem;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.catalogue-icon:hover {
  background-color: #610051;
  transform: translateY(-5px);
}
.cataloge-description-title {
  color: #4b5563;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0px;
}
.cataloge-description-p {
  color: #5b6670;
  font-size: 1rem;
  text-align: justify;
  margin-top: 0;
}

/* !TOOLS  USED SECTION*/

.tools-container {
  max-width: 1440px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-content: center;
  margin-bottom: 8rem;
}
.tools-items {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  gap: 1rem;
}
/* tools */
.projects-software {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-wrap: wrap;

  gap: 1em;

  /* background-color: rgb(127, 58, 145); */
}
.projects-software-cells {
  flex-basis: calc(10% - 0.5rem);
  height: 50%;
  width: 50%; /* Set both height and width to the same percentage value */
  padding: 1em;
  gap: 0.7em;
  background: linear-gradient(45deg, #fff, #ddd);
  transform: skewX(-10deg) rotate(10deg);
  border-radius: 18%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.projects-software-cells {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: rgb(255, 255, 255);
  transform: skewX(-10deg) rotate(10deg);
}

.projects-software-cells img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  transform: skewX(10deg) rotate(-10deg);
}
.projects-software-cells:hover{
  scale:1.1;
  transition: all 0.4s ease-in-out;
}

/* !RESPONSIVENESS */

@media (min-width: 1200px) {
  .hero-map {
    top: -60px;
  }
  .working {
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* For xl:extra-large devices and larger */
@media (min-width: 1280px) {
  .xl\:max-w-\[520px\] {
    max-width: 520px;
  }
  .xl\:bold-40 {
    font-weight: 40;
  }
  .working {
    width: 50%;
    position: relative;
    height: auto;
    align-self:center;
  }
}
/* For lg:large devices and larger */
@media (max-width: 1024px) {
  .lg\:w-\[50px\] {
    width: 50px;
  }
  .lg\:left-\[-55px\] {
    left: -55px;
  }
  .lg\:top-14px {
    top: 14px;
  }
  .lg\:bold-64 {
    
    font-size: 1.8rem;
    font-weight: 400;
  }
  .catalogue-image {
    display: none;
  }
  .catalogue-parts,
  .catalogue-parts-details {
    width: 100%;
  }
  .working {
    width: 50%;
    position: relative;
    height: auto;
    align-self:center;
  }
  .sm\:bold-40 {
    font-weight: bold;
    font-size: 50px;
  }
  .summary-description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .summary-description-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .summary-description-title {
    color: #4b5563;
    font-size: 40px;
    font-weight: bold;
  }
  .summary-description-p {
    font-size: 16px;
    color: #5b6670;
    columns: 1;
    max-width: 1000px;
    text-align: justify;
    padding-right: 25px;
  }
  .summary-h4 {
    font-size: 20px;
    max-width: 400px;
    font-weight: bold;
    color: #4b5563;
    margin-bottom: 1.5rem;
  }
  .map-distribution {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
    object-fit: cover;
    object-position: center;
  }
}

/* For md:medium devices and larger */
@media (max-width: 768px) {

  .projects-software {
    width: 100%;
    max-width: 100%;
  }
  .projects-software {
    margin-bottom: 8em;
    height: auto;
  }
  .projects-software-cells {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }

  .projects-software-cells img {
    width: 50%;
    height: 50%;
    object-fit: contain;
  }
  .catalogue-image {

    display: none;
  }
  .catalogue-parts,
  .catalogue-parts-details,
  .blocks-container,
  .block {
    width: 100%;
  }

  .hero-map {
    right: -28px;
  }
  .working {
    width: 40%;
    right: 0;
    position: inherit;
    height: auto;
    align-self:center;
  }

  .md\:gap-28 {
    gap: 28px;
  }
  .md\:bold-50 {
    font-weight: bold;
    font-size: 50px;
  }
  .topicon {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 40px;
  }
}

/* For sm:small devices and larger */
@media (max-width: 640px) {
  .topnavbar,
  .working,
  .catalogue-image {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:top-100px {
    top: 100px;
  }
  .sm\:w-full {
    width: 100%;
    text-align: justify;
  }
  .sm\:bold-40 {
    font-weight: bold;
    font-size: 40px;
  }
  p {
    padding-right: 20px;
  }
  .topicon {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 40px;
  }
  .full-button {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
