@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {}

@media(max-width: 1280px) {}

@media(max-width: 1080px) {}

@media(max-width: 1050px) {}

@media(max-width: 1024px) {}

@media(max-width: 991px) {}

@media(max-width: 900px) {}

@media(max-width: 800px) {}

body {
  background-color: #000 !important;
}

/*section one*/

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--polished-cotton);
  width: 100vw !important;
}

.text-overlay h1 {
  margin: 0;
  animation: fadeIn 2s ease-in-out;
}

.text-overlay p {
  font-size: 1.5em;
  margin: 10px 0 0;
  animation: fadeIn 3s ease-in-out 1s;
}

.text-block {
  text-align: center;
  font-size: 5vw !important;
  font-family: 'Magnetic', sans-serif !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.text-block span {
  font-size: 26px !important;
}

.marquee-heading {
  max-width: 100vw !important;
}
}

.button-link {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  color: #fff;
  background-color: #F39E3F;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid #000;
  /* Add bottom border with your desired color */
  transition: background-color 0.3s ease;
}

.button-link:hover {
  background-color: #DC5533;
}

/*.button-container {
  display: flex;
  justify-content: center;
   Centers horizontally 
  align-items: center;
   Centers vertically
  height: 30vh;
 Ensures full viewport height */
}

.center {}

.btn {
  text-decoration: none;
  font-size: 1.2rem;
  padding: 14px 24px;
  border: 2px solid var(--polished-cotton);
  background-color: transparent;
  color: var(--polished-cotton);
  border-radius: 3px;
  transition: all 0.3s ease;
  max-width: 100px;
  height: 100%;
  /* Set a fixed width */
  text-align: center;
}

.btn:hover {
  background-color: #F39E3F;
  color: var(--polished-cotton);
}

.hover:hover {
  color: #F39E3F;
}

@media (max-width:768px) {
  .text-block {
    font-size: 2.5rem !important;
  }

  .text-block span {
    font-size: 16px !important;
  }

  .marquee-heading {
    max-width: 100vw !important;
  }

  .heading-text-size {
    font-size: 2rem !important;
    text-transform: uppercase !important;
  }

  .text-yellow {
    text-align: center !important;
  }
}

/* end-section one*/

/* section two*/

/* Default styling for larger screens */
.sticky-services-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Media query for phones */
@media screen and (max-width: 768px) {
  .sticky-services-wrapper {
    flex-direction: column;
    /* Stack the columns vertically */
    align-items: center;
  }

  .sticky-icon {
    order: -1 !important;
    /* Move the icon to the top */
    margin-bottom: 20px !important;
    /* Add some spacing after the icon */
    display: block !important;
    width: 65% !important;
  }

  .services-component {
    flex-direction: column;
    /* Align text and other content vertically */
    align-items: center;
    text-align: center;
  }

  .services-content {
    max-width: 100%;
    /* Ensure the content takes full width on mobile */
  }

  .text-size-xxlarge {
    font-size: 1.5rem !important;

  }
}

.sticky-services-wrapper {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.big-icon {
  width: 100% !important;
}

.text-size-xxlarge {
  font-family: Poppins, sans-serif !important;
}

.text-size-medium {
  font-size: 1.2rem !important;
  font-weight: 200 !important;
}

/* end-section two*/

/* section three*/

.max-width-48ch {
  max-width: 100ch !important;
}

.text-size-medium {
  font-weight: 200 !important;
}

.big-numbers {
  font-size: 5rem !important;
  font-family: Poppins, sans-serif;
  color: #F39E3F !important;
}

.text-size-medium {
  font-size: 1.2rem !important;
  font-weight: 200 !important;
}

.heading-text-size {
  font-family: Poppins, sans-serif;
}


.text-size-xdisplay-vw {
  color: #F39E3F !important;
  font-family: Poppins, sans-serif;
}


.font-sentient {
  text-align: center !important;
  font-size: 1.2rem !important;
  font-family: Poppins, sans-serif !important;
  font-weight: 200 !important;
}

.marquee-headings {
  text-align: center;
  max-width: 45vw;
}

.services-component {
  grid-row-gap: 2rem !important;
}

@media (max-width:768px) {
  .services-component {
    grid-row-gap: 5rem !important;
  }
}

/* end-section three*/

/* start section three*/
.phrase-text-size {
  font-family: Poppins, sans-serif;
  color: var(--polished-cotton) !important;
}

.size {
  line-height: 1.5;
  color: var(--polished-cotton);
  font-weight: 200 !important;
  font-family: Poppins, sans-serif;
}

@media (max-width:768px) {
  .size {
    line-height: 1.5;
    color: var(--polished-cotton);
    font-weight: 200 !important;
    font-family: Poppins, sans-serif;
  }

  .text-weight-medium {
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
  }
}

/* end section four*/

/* start section five*/
.max-width-35vw {
  max-width: 100vw !important;
  font-size: 2.5rem !important;
  color: var(--polished-cotton) !important;
}

.color {
  color: var(--polished-cotton) !important;
  font-size: 3rem !important;
}

/*.phrase-text-size {
  font-family: Poppins, sans-serif;
  font-size: 4rem !important;
}*/

/*.button-container {
  display: flex;
  justify-content: center;
  gap: 20px;*/
}

.btn {
  padding: 25px 20px;
  background-color: transparent !important;
  color: var(--polished-cotton);
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-size: 16px;
  margin: 8px !important;
  width: 100%;
}

.btn:hover {
  background-color: #F39E3F !important;
  transform: scale(1.05);
  color: #000 !important;
}

/* end section five*/
/* start section five*/
footer {
  background-color: #000 !important;
  color: #fff;
  padding: 20px 0;
  font-family: Poppins, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-column {
  flex: 1 1 90px;
  margin: 10px;
}

.footer-column h4 {

  margin-bottom: 10px;
  color: var(--polished-cotton);
  font-family: Poppins, sans-serif;

}

.footer-column p {

  line-height: 1.5;
  color: var(--polished-cotton);
  font-weight: 200 !important;
  font-family: Poppins, sans-serif;
}

.footer-column a {
  color: var(--polished-cotton);
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #444;
  padding-top: 10px;
}

.footer-bottom p {
  color: var(--polished-cotton);
}

.social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 20px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #1da1f2;
  /* Twitter color */
}

.social-icons a:nth-child(2):hover {
  color: #e1306c;
  /* Instagram color */
}

@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .social-icons {
    margin-top: 10px;
  }
}

/* Counter Container Styling */
.counter-container {
  display: flex;
  justify-content: space-between;
  /* Add space between counters */
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  /* Increase max width for better layout */
  margin: 0 auto;
  /* Center the container itself */
  padding: 20px;
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
  gap: 15px;
  /* Add consistent gap between counters */
}

/* Counter Styling */
.counter {
  font-size: 4.5rem;
  /* Slightly adjust font size for better layout */
  font-weight: bold;
  color: #F39E3F !important;
  flex: 1;
  margin: 5px;
  /* Reduce margin for balanced spacing */
  min-width: 130px;
  /* Adjust to prevent counters from shrinking too much */
  text-align: center;
  /* Align text to the left */
}

/* Counter Description Styling */
.counter-description {
  color: var(--polished-cotton);
  font-weight: 200 !important;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem !important;
  text-align: left;
  /* Align descriptions to the left */
  margin: 3px !important;
}

/* Media Queries for Small Devices */
@media (max-width: 768px) {
  .counter-container {
    flex-direction: column;
    /* Stack counters vertically */
    align-items: flex-start;
    /* Align counters to the start */
    gap: 10px;
    /* Adjust gap for smaller screens */
  }
  .event_logo{
    width: 200px!important;
  }
}

/* Media Queries for Small Devices */
@media (max-width: 768px) {
  .font-sentient {
    text-align: center !important;
    font-size: 1rem !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 200 !important;
  }

  .text-size-medium {
    font-size: 1.2rem !important;
    font-weight: 200 !important;
    text-align: left !important;
  }

  .text-size-xxlarge {
    font-family: Poppins, sans-serif !important;
    text-align: left !important;
    font-size: 1.2rem !important;

  }
}


.phrase-component {
  /*padding-top: 5vh !important;
  padding-bottom: 5vh !important;*/
}

/* Styling the horizontal line */
.responsive-line {
  border: none;
  border-top: 2px solid #F39E3F !important;
  /* Slightly transparent orange */
  width: 100% !important;
  /* Responsive width */
  margin: 20px auto;
  /* Centered */
  transition: width 0.3s ease-in-out;

}

/* Adjusting the width for smaller screens */
@media (max-width: 600px) {
  .responsive-line {
    width: 100% !important;
    /* Full width on smaller screens */
    margin: 20px auto;
  }
}

.font-sentients {
  /* text-align: center !important; */
  font-size: 1.2rem !important;
  font-family: Poppins, sans-serif !important;
  font-weight: 200 !important;
}

.fontsize {
  font-size: 1.2rem !important;
  font-weight: 200 !important;
}

.w-dropdown-toggle {
  font-family: Poppins, sans-serif !important;
}

.title-section {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically if height is applied */
  text-align: center;
  /* Ensure text inside is centered */
  padding: 5rem 0;
  /* 5rem padding for top and bottom */
  font-family: Poppins, sans-serif !important;

}

h2 {
  color: var(--polished-cotton) !important;
  font-size: 2.8rem !important;
  font-weight: 500 !important;
  margin: 0;
  /* Remove default margin */
  font-family: Poppins, sans-serif !important;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
    /* Adjust for smaller screens */
  }
}

.integrations-banner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding: 0px !important;
  display: grid;
}


.integrations-banner {
  display: grid;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-content: stretch;
  place-items: center stretch;
  padding: 0 !important;
}

/* Media query for smaller devices (phones) */
@media (max-width: 768px) {
  .integrations-banner {
    grid-template-columns: 1fr;
    /* Single column layout */
    grid-row-gap: 2rem;
    /* Adjust row gap for better spacing */
  }
}

.caps {
  font-size: 1.2rem;
  text-transform: none !important;
  font-family: Poppins, sans-serif !important;
  color: #F39E3F !important;
  opacity: 0px !important;
}

/* Container styling for layout */
.icon-text-container {
  display: flex;
  align-items: center;
  /* Align image and text vertically */
  gap: 10px;
  /* Space between icon and text */
}

/* Image icon styling */
.icons {
  width: 50px;
  /* Adjust icon size */
  height: auto;
  /* Maintain aspect ratio */
}

/* Ensure text doesn't overflow */
.icon-text-container p {
  margin: 0;
  font-size: 1.2rem;
  /* Adjust text size */
  white-space: nowrap;
  /* Prevent text from wrapping */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .icon-text-container {
    flex-wrap: wrap;
    /* Allow wrapping if screen gets too small */
    justify-content: center;
    /* Center items on smaller screens */
  }
  .icon-text-container p {
  margin: 0;
  font-size: 15px!important;
  /* Adjust text size */
  white-space: nowrap;
  font-weight: 400!important;
  /* Prevent text from wrapping */
}
}

a {
  color: var(--polished-cotton) !important;
  text-decoration: none !important;
  font-size: 1.1rem !important;
  font-weight: 200 !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/background_video.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.play-button-container {
  background-color: orange;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.play-button-container:hover {
  opacity: 0.8;
}

.play-button {
  background: none;
  border: none;
  color: black;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .play-button-container {
    width: 70px;
    height: 70px;
  }

  .play-button {
    font-size: 18px;
  }

  .video-wrapper {
    width: 100%;
    height: 50%;
  }
}

.collection-item {
  perspective: 100vw;
  perspective-origin: 50% 0;
  padding-bottom: 2px;
  position: sticky;
  top: 6rem;
  transition: background-color 6s ease, transform 6s ease !important;
  /* Longer duration for smoother effect */
  will-change: transform !important;
  /* Optimizes performance for transform changes */
}

/*COLOMBE HOME PAGE - SLIDES*/

/*HEADER SLIDER*/
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 92vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  padding: 0 100px;
  margin: auto;
  text-align: center;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.slideshow .slide .image-container.slide_1::before {
  background: rgba(0, 0, 0, 0.5);
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  /*  text-align: center;*/
  display: flex;
  /*  justify-content: center;*/
  align-items: center;
}

.slideshow .slide .title h1 {
  font-size: 60px;
  margin: 0 auto 15px;
  max-width: 1000px;
  line-height: 1.1;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 25px;
  line-height: 1.4;
}

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item+.page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .prev:hover .svg {
  left: -10px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .next:hover .svg {
  left: 10px;
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

.slideshow .slide {
  margin-right: 0;
}

.slideshow p {
  margin-bottom: 30px;
}

.slideshow .read_more,
.slideshow .read_more:hover {
  background: #dc5533 !important;
  color: #fff !important;
  border: none;
  border-radius: 0px;
  padding: 10px 40px;
  font-weight: 500 !important;
}

@media (max-width:768px) {
  .slideshow .slide .caption {
    padding: 0 15px;
  }

  .slideshow .slide .title h1 {
    font-size: 35px
  }
}

.blog-card-content {
  margin-top: 1rem !important;
}

.services-content {
  grid-row-gap: 0.5rem !important;
}

.responsive-logo {
  display: block;
  margin: 0 auto;
  width: 25%;
  height: auto;
  padding-bottom: 20px;
  /* Adjust the padding as needed */
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Make the logo more responsive for smaller screens */
@media (max-width: 768px) {
  .responsive-logo {
    width: 50%;
    /* Adjust width for smaller screens */
  }
}

@media (max-width: 480px) {
  .responsive-logo {
    width: 70%;
    /* Adjust width for even smaller screens */
  }
}

.card {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1216px;
  height: 500px;
  background-color: #7f151c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 80px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card-image {
  flex: 1;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 0px !important;
}

.card-image {
  border-radius: 0px !important;
}

.card:hover .card-image img {
  transform: scale(1.1);
}

.card-text {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3rem;
  /* Adjust this value to control the downward spacing */

}

.card-text h1 {
  font-size: 1.9rem;
  margin-bottom: 4px;
  color: #fff;
  line-height: 1.5;

}

.card-text p {
    font-size: 1.25rem;
    font-weight: 200;
    font-family: Poppins, sans-serif !important; 
  }

/* Responsive adjustments */
 @media (max-width: 768px) {
  .card {
    flex-direction: column;
    height: auto;
     height: 500px;
  }
  .card-text {
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0!important;
  margin-bottom: 14rem!important;
}
  .card-text h1 {
  font-size: 1.25rem;
  margin-bottom:4px;
  color: #fff;
  line-height: 1.5;
}
  .card-text p {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif !important; 
    text-align: center;
  }
}
.texts {
  font-size: 4rem !important;
}

.impact-statement {
  background-color: #031217;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.impact-title {
  font-size: 6rem;
  /*margin-bottom: 30px;*/
}

.button-container {
  display: flex;
  justify-content: center;
  /* gap: 20px;
  Space between buttons */
}

/* Default styles (for larger screens) */
.button {
  display: inline-block;
  padding: 20px 10px;
  color: #fff!important;
  text-decoration: none;
  font-size: 28px;
  background-color: #F39E3F;
  transform: scale(1.05);
  border: none !important;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  flex: 1;
  /*max-width: 350px;*/
  width: 100%;
  /*min-height: 100px;*/
  margin: 1rem!important
}

/* Hover effect */
.button:hover {
  background-color: #7f151c;
  border: 2px solid #F39E3F;
  color: #fff!important;
}

/* Media query for tablets (768px and below) */
@media (max-width: 768px) {
  .button {
    padding: 15px 25px;
    font-size: 16px;
    max-width: 250px; /* Slightly reduce max-width for tablets */
    min-height: 100%; /* Adjust height for tablets */
  }
}

/* Media query for mobile phones (480px and below) */
@media (max-width: 480px) {
  .button {
    padding: 12px 20px;
    font-size: 14px;
    max-width: 200px; /* Further reduce max-width for mobile */
    min-height: 50px; /* Adjust height for smaller screens */
    min-height: 100%; /* Ensure full width on smaller devices */
  }
}

.headings_content {
  font-size: 6rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

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

.sub_headings {
  color: #F39E3F !important;
  font-size: 3rem !important;
  font-weight: 200 !important;
}

/* Responsive adjustments for phones */
@media (max-width: 768px) {
  .headings_content {
    margin-top: 2rem !important;
    font-size: 3rem !important;
    /* Adjust font-size for smaller screens */
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .square_heading {
    font-size: 0.8rem;
  }

  .sub_headings {
    font-size: 2rem !important;
    text-align: center !important;
  }

  .responsive-logo {
    display: block;
    margin: 0 auto;
    width: 40% !important;
    height: auto;
    padding-bottom: 20px;
    /* Adjust the padding as needed */
    animation: fadeIn 1s ease-in-out;
  }

  .why_weconvening {
    text-align: left !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
  }

  .impact-title {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    font-weight: 300 !important;
  }

  .curate {
    text-align: left !important;
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  .headings_content {
    margin-top: 2rem !important;
    font-size: 3rem !important;
    /* Adjust font-size for smaller screens */
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .square_heading {
    font-size: 0.8rem;
  }

  .sub_headings {
    font-size: 2rem !important;
    text-align: center !important;
  }

  .responsive-logo {
    display: block;
    margin: 0 auto;
    width: 40% !important;
    height: auto;
    padding-bottom: 20px;
    /* Adjust the padding as needed */
    animation: fadeIn 1s ease-in-out;
  }

  .why_weconvening {
    text-align: left !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
  }

  .impact-title {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    font-weight: 300 !important;
  }
}

. {
  background-color: #000 !important;
}


#panels {
  position: sticky;
  height: 100vh;
  overflow: hidden;
}

#panels-container {
  display: flex;
  flex-direction: row;
  width: 600vw;
  height: 100%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.panel {
  flex: 0 0 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--color-just-black);
  background-color: #000;
  scroll-snap-align: start;
  transition: transform 0.5s ease, filter 0.5s ease; /* Transition for the entire panel */
}

.panel:hover {
  transform: scale(1.05); /* Zoom in the entire panel slightly */
  filter: brightness(1.1); /* Increase brightness on hover */
}

.panel img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease; /* Add transition for image */
}

.panel img:hover {
  transform: scale(1.1); /* Zoom in the image */
  filter: brightness(1.2); /* Increase brightness on hover */
}

.grid-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f0f0;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  justify-items: center;
  text-align: center;
  max-width: 1200px;
  padding: 20px;
  animation: fadeIn 2s ease-out;
}

.grid-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.text h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #F39E3F !important;
  animation: slideIn 1.5s ease-out;
}

.text p {
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif !important;
  font-weight: 200 !important;
}

.text button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.text button:hover {
  background-color: #0056b3;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .text h1 {
    font-size: 1.8rem;
  }

  .text p {
    font-size: 1.25rem;
    font-family: Poppins, sans-serif !important;
  }
}
/* CSS for the horizontal line */
.line {
  border: none;              /* Remove default border */
  height: 0.5px;             /* Make the line thinner */
  background-color: white;   /* Set the line color to white */
  width: 100%;               /* Ensure it takes full width of the container */
  margin: 20px 0;            /* Add some spacing around the line */
  opacity: 0.3;              /* Add opacity to the line */
}

/* Make the line responsive */
@media (max-width: 600px) {
  
}

/* Style for the infographic section */
.infographic-section {
  width: 100%;
  height: 100vh; /* Takes up the full height of the viewport */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8; /* Light background color */
  padding: 20px;
  overflow: hidden; /* Prevents overflow of the infographic */
  position: relative;
}

/* Infographic container to ensure proper sizing */
.infographic-container {
  width: 100%;
  max-width: 1200px; /* Maximum width for large screens */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Ensures the image doesn't go out of bounds */
  animation: fadeIn 1.5s ease-in-out; /* Animation for fade-in */
}

/* Infographic image styling */
.infographic {
  width: 100%;
  max-width: 100%; /* Ensures the image is responsive */
  height: auto;
  transition: transform 0.5s ease-in-out; /* Adds smooth zoom on hover */
}

/* Hover effect to zoom in the infographic */
.infographic:hover {
  transform: scale(1.1);
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
  .infographic-section {
    height: 80vh; /* Less height on medium devices */
  }
}

@media (max-width: 768px) {
  .infographic-section {
    height: 60vh; /* Even less height on smaller devices */
  }
}

@media (max-width: 480px) {
  .infographic-section {
    height: 50vh; /* Very compact for small screens */
  }
}

/* Keyframe for fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}





