/* 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;
}
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; 
  background-color: #ffffff; 
  box-sizing: border-box;
  max-width: 1200PX;
}
#maincontent{
  padding-top: 10%;
}
#catalogue-section,
#rotation-section,
#touchscreen-section{
  padding-top: 8rem;
}

.site-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}
.tv-screen {
  position: relative;
  overflow: hidden;
  width: 1100px; /* Set to the width of your iframe */
  height:618.75px; 
  margin: 0 auto; /* Center the TV screen */
  border-radius: 15px;

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

.padding-container {
  padding-left: 16px;
  padding-right: 16px;
}
#logopp{
  width: 40px;
  height: auto;
 
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.4s;
  
}
h2{
  color: #5B6670;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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: #d2d6dc;
}
.color-teal{
  background-color: #81a4a6;
}
.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: #1d3ed1;
  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: #5b6670;
  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 */

.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: #5B6670;
}

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

.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: #5b6670;
}

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

.w-full {
  width: 100%;
}

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

/* Button Styles */
.button_yellow {
  background-color: #324994;
  border: transparent;
  text-decoration: none;
  text-decoration-color: none;
  color: #fff;
  padding: 10px;
}

.button_yellow:hover {
  background-color: #f06c00;
  color: #ffffff;
}

/* 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: 350px;
  height: auto;
  border-radius: 1.5rem;
}
#imageacclivity{
  border-radius:1.5rem;

}
/* !Apparel */
.apparel {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
.carousel-container {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #ffa400; */
  flex-direction: column;
}
.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: #ffa400;
  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: #4b5563;
}
/* !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;


  flex-direction: row;
  width: 100%;

}
/* section two case of study*/

.design-journey {
  max-width: 1200px;
  margin: 20px auto;
}

.design-journey-title {
  text-align: center;
}

.design-section {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
.role-section {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.section-image {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.role-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.section-details {
  flex: 2;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-details p {
  text-align: justify;
}

.section-heading {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 0.5rem;
}














.sec-two{
  display: flex;
  flex-direction: row;

}
.summary-description-title {
  color: #5B6670;
  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-items: center;
  align-items: center;
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  margin-bottom: 7rem;
}
.summary-h4 {
  font-size: 32px;
  max-width: 400px;
  font-weight: bold;
  color: #5B6670;
  margin-bottom: 1.5rem;
}
.map-distribution {
  max-width: 100%;
  height: auto;
  max-width: 1440px;
  border-radius: 1.5rem;
  object-fit: cover;
  object-position: center;
}
/* 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;
}

/* ! 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: flex-start;
}
.catalogue-img-cover {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
  object-fit: cover;
  object-position: center;
}
.catalogue-parts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  margin: auto;
  align-self: flex-end;
  justify-content: space-between;
}
.catalogue-parts p{
  text-align: justify;
}
.catalogue-image .role_image{
  padding-top: 3rem;
  display: flex;
  width:150%;
  height: auto;
  border-radius: 15px;
  justify-self: left;

}
.catalogue-parts-details {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;

  flex-wrap: wrap;
}
.blocks-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.5rem;
}
.block {
  width: 47%;
  display: flex;
  flex-direction: column;
}


.h2-catalogue {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.catalogue-icon {
  background-color: #0044ff;
  border-radius: 15px;
  height: 3rem;
  width: 40%;
  display: flex;
  color: #fff;
  font-size: 1rem;
  justify-content: center;
  align-content: center;
  line-height: 3rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  align-self: flex-end;
  margin-top: auto; /* Push the .catalogue-icon to the bottom */
}
.catalogue-icon:hover {
  background-color: #eb6a00;
  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;
}
/* ! POP GIF VIDEO */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgb(0, 0, 0);
  border: 1px solid #000000;
  z-index: 999;
  width: 800px;
  height:  450px;
  border-radius: 10px;
}

.popup iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup button {
  margin-top: 10px;
}

/* POPUP2 */
.popup2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgb(0, 0, 0);
  border: 1px solid #000000;
  z-index: 999;
  width: 800px;
  height:  450px;
  border-radius: 10px;
}

.popup2 iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup2 button {
  margin-top: 10px;
}


/* POPUP3 */
.popup3 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgb(0, 0, 0);
  border: 1px solid #000000;
  z-index: 999;
  width: 800px;
  height:  450px;
  border-radius: 10px;
}

.popup3 iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup3 button {
  margin-top: 10px;
}
/* POPUP4 */
.popup4 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgb(0, 0, 0);
  border: 1px solid #000000;
  z-index: 999;
  width: 800px;
  height:  450px;
  border-radius: 10px;
}

.popup4 iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup4 button {
  margin-top: 10px;
}

/* POPUP5 */
.popup5 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgb(0, 0, 0);
  border: 1px solid #000000;
  z-index: 999;
  width: 800px;
  height:  450px;
  border-radius: 10px;
}

.popup5 iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup5 button {
  margin-top: 10px;
}

/* POPUP6 */
.popup6 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgb(0, 0, 0);
  border: 1px solid #000000;
  z-index: 999;
  width: 800px;
  height:  450px;
  border-radius: 10px;
}

.popup6 iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup6 button {
  margin-top: 10px;
}
/* !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;
}
#closeBtn1,
#closeBtn2,
#closeBtn3,
#closeBtn4,
#closeBtn5,
#closeBtn6{
  background-color: #FFA400;
  color: #ffffff;
  border-radius: 5px;
}

.tool-icons {
  width: 7rem;
  height: 7rem;
  background-color: #656b71;
  border-radius: 20%;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 7rem;
  color: #fff;
  font-size: 3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.tool-icons:hover {
  transform: skew(-5deg);
  transform: translateY(-5px);
}
.blue {
  background-color: dodgerblue;
}
.yellow {
  background-color: #FFA400;
}
.purple {
  background-color: rgb(115, 46, 180);
}
/* !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 (min-width: 769px) and (max-width: 1024px)  {
  html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.design-section{
  display: flex;
  flex-direction: column;
}
.design-journey > .design-section:nth-child(2){
  flex-direction: column-reverse;
}
.design-journey > .design-section:nth-child(4){
  flex-direction: column-reverse;
}
.map-distribution{
  max-width: 100%;
  height: auto;
}
.top-container1{
  padding-top: 8rem;
  width: 100%;
}
.tv-screen{
  width: 100%;
  height: 30rem;
}

.catalogue-parts-details{
  display: flex;
  flex-direction: column;
}
.blocks-container{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

}
.block{
  width: 100%;
}
.popup,
.popup2,
.popup3,
.popup4,
.popup5,
.popup6{
  width: 80%;
  height: 28rem;
}

#navbar{
  width: 94%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px; 
}
.topnavbar{
  display: flex;
  /* flex-direction: column; */
  font-size: 0.8rem;

  
}
.whitespace-nowrap{
  white-space:collapse;
  text-align: center;
  justify-content: center;
}
.working{
  display:none;

}
.xl\:max-w\[520px\]{
  max-width: 94%;
}
  .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 (min-width: 641px) and (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.design-section{
  display: flex;
  flex-direction: column;
}
.design-journey > .design-section:nth-child(2){
  flex-direction: column-reverse;
}
.design-journey > .design-section:nth-child(4){
  flex-direction: column-reverse;
}
.map-distribution{
  max-width: 100%;
  height: auto;
}
.top-container1{
  padding-top: 8rem;
}
.tv-screen{
  width: 100%;
  height: 22rem;
}

.catalogue-parts-details{
  display: flex;
  flex-direction: column;
}
.blocks-container{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

}
.block{
  width: 100%;
}
.popup,
.popup2,
.popup3,
.popup4,
.popup5,
.popup6{
  width: 80%;
  height: 22rem;
}


#navbar{
  width: 94%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px; 
}
.topnavbar{
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  
}
.topnavbar.gap-16{
  gap:10px;
}


.working{
  display: none;
}
  .catalogue-image {
    display: none;
  }

  .sec-two {
    display: flex;
    flex-wrap: wrap;
  }

  .section-details {
    flex: 1;
    width: 100%;
  }
  .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,
  .sec-two {
    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) {
  html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.design-section{
  display: flex;
  flex-direction: column;
}
.design-journey > .design-section:nth-child(2){
  flex-direction: column-reverse;
}
.design-journey > .design-section:nth-child(4){
  flex-direction: column-reverse;
}
.map-distribution{
  max-width: 100%;
  height: auto;
}
.top-container1{
  padding-top: 8rem;
}
.tv-screen{
  width: 100%;
  height: 14rem;
}

.catalogue-parts-details{
  display: flex;
  flex-direction: column;
}
.blocks-container{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

}
.block{
  width: 100%;
}
.popup,
.popup2,
.popup3,
.popup4,
.popup5,
.popup6{
  width: 93%;
  height: 15rem;
}

#navbar{
  width: 94%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px; 
}
.topnavbar{
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;

}
.topnavbar.gap-16{
  gap:10px;
}
  .catalogue-image {
    display: none;
  }

  .sec-two {
    display: flex;
    flex-wrap: wrap;
  }

  .section-details {
    flex: 1;
    width: 100%;
  }
  
  .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;
  }
  .sec-two,
  .catalogue-parts
  {
    width: 100%;
  }
  .sec_two.catalogue-container-items{
display: none;
  }
  .section-details{
    flex:1;
    width: 100%;
  }
}
