custom.css


/* Container holding the image and the text */
.text-block {
    position: absolute  ;   
    
  } 
  
  /* Bottom right text */
   /* .text-block {
    position: absolute  ;
    bottom: 50px;
    right: 600px;
    background-color: rgba(180, 37, 37, 0.925);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  } */

  .card-red {
    background-color: #a52a2ae8;
    border-radius: 4px;
    max-width: 450px;
    margin: 0% auto;
    height: 200px;
    position: relative;
    padding: 34px;
    color: #fcfafa;
    cursor: pointer;
    bottom: -100px;
}

.text-center {
  text-align: center !important;
}

a {
  color: #aa1414;
}

  .center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
  }

  * {box-sizing:border-box}

  #crolling-text {
    color: #0b0c0c;
    font-size: 25px;
    text-align: initial;
    background-color: rgb(252, 248, 248);
    font-family: Arial, Helvetica, sans-serif;
}

.gallery{ 
	margin-top: 5%;
	padding-top: 60px; 
	text-align: center;
}

.centered-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 10px;
	margin-right: 10px;
}

.image-container {
	width: 100%;
	text-align: center;
}

.footer-section {
  background: #1a1a1a;
  color: #fff;
  padding: 1em 0;
  box-sizing: border-box;
}


#myModal {
	z-index: 101;
}


.scrollable-images {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  gap: 10px;
  transition: 700ms cubic-bezier(0.075, 0.02, 0.165, 1);
  transform-origin: center;
   }
   
   .scrollable-images::-webkit-scrollbar {
  display: none;
   }
   
   .scrollable-images img {
  width: 600px;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  filter: grayscale(100%);
   }
   
   .scrollable-images img:hover {
  filter: grayscale(0%);
   }
  
   .destination-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
   }
   
   .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
   }
   
   .modal-content {
  background-size: contain;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
   }
   #caption {
  margin: auto;
  display: block;
  font-family: 'Hubballi', sans-serif;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
   }
   .modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
   }
   .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
   }
   .close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
   }

   @keyframes zoom {
    from {
   transform: scale(0.1);
    }
    to {
   transform: scale(1);
    }
  }
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  @media screen and (max-width:768px) {
   .modal-content {
  margin-top: 20%;
  width: 100%;
   }
  }
  @media (min-width: 769px) {
    .modal-content {
   /*max-width: none; */
   max-height: 100%; 
   width: auto; 
    }
  }

  @media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/* home page speakers */

#myModal {
	z-index: 101;
}


.scrollable-images2 {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  gap: 10px;
  transition: 700ms cubic-bezier(0.075, 0.02, 0.165, 1);
  transform-origin: center;
   }
   
   .scrollable-images::-webkit-scrollbar {
  display: none;
   }
   
   .scrollable-images2 img {
  width: 750px;
  max-width: 100%;
  height: 750px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  filter: none;
   }
   
   .scrollable-images2 img:hover {
  filter: grayscale(0%);
   }
  
   .destination-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
   }
   
   .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
   }
   
   .modal-content {
  background-size: contain;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
   }
   #caption {
  margin: auto;
  display: block;
  font-family: 'Hubballi', sans-serif;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
   }
   .modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
   }
   .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
   }
   .close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
   }

   @keyframes zoom {
    from {
   transform: scale(0.1);
    }
    to {
   transform: scale(1);
    }
  }
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  @media screen and (max-width:768px) {
   .modal-content {
  margin-top: 20%;
  width: 100%;
   }
  }
  @media (min-width: 769px) {
    .modal-content {
   /*max-width: none; */
   max-height: 100%; 
   width: auto; 
    }
  }

  @media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.content-section {
  padding: 20px;
  text-align: center; /* Center the title and content */
}

.section-title {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
  text-align: left;
}

.responsive-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.column {
  background-color: #f9f9f9;
  padding: 20px;
  text-align: center;
  width: 300px;
  height: 450px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}

.title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.description {
  font-size: 1rem;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #15171a;
  color: #fff;
  text-decoration: none;
  border-radius: 0px;
}

.btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .responsive-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


.atis-current-and-future-events {
  background-color: #e7e4e1; /* Light brown background */
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

.atis-section-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.responsive-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on large screens */
  gap: 20px;
  width: 100%;
  max-width: 1200px; /* Ensure content doesn't exceed this width */
  padding: 0 15px; /* Padding to fit margins */
}

.column {
  background-color: #f9f9f9;
  padding: 20px;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.column:hover {
  transform: translateY(-5px); /* Slight hover effect */
}

.logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.description {
  font-size: 1rem;
  margin-bottom: 15px;
}

.btn {
  text-decoration: none;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #0056b3;
}

/* Responsive Adjustments */

/* For tablets and small laptops */
@media (max-width: 992px) {
  .responsive-content-grid {
      grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
  }
}

/* For mobile phones */
@media (max-width: 576px) {
  .responsive-content-grid {
      grid-template-columns: 1fr; /* 1 column for mobile */
  }

  .atis-section-title {
      font-size: 1.75rem; /* Adjust title size for mobile */
  }
}

.atis-welcome {
  background-color: white;
  padding: 0px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}

.section-text, .section-list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  font-size: 1.125rem;
}

/* Responsive Styling for Tablets */
@media (max-width: 768px) {
  .section-title {
      font-size: 1.75rem;
  }

  .section-text {
      font-size: 1rem;
      padding-left: 10px;
      padding-right: 10px;
  }

  .section-list {
      padding-left: 10px;
      padding-right: 10px;
  }
}

/* Responsive Styling for Mobile */
@media (max-width: 576px) {
  .section-title {
      font-size: 1.5rem;
  }

  .section-text {
      font-size: 0.95rem;
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
  }

  .section-list {
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
  }
}

/* intro section */

/* Make the video responsive and display in HD */
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.5); /* This dims the video directly */
}

/* Optional: If you want more control over dimming, use an overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 50% opacity black overlay */
  z-index: 0; /* Place the overlay below the content but above the video */
}

/* Container styles to ensure the section and content are visible and responsive */
.intro-container {
  position: relative;
  width: 100%;
  height: 96vh; /* Reduced height from 100vh to 80vh */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column; /* Stack content vertically */
  z-index: 1;
}


/* Text content styling */
.intro-content {
  z-index: 2;
  color: white;
  text-align: center;
  padding: 20px;
  margin-bottom: 200px; /* Push content upwards */
}

.intro-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.intro-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Card styling */
.card-container {
  position: absolute;
  bottom: 50px; 
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2;
}

.card {
  background-color: rgba(206, 19, 19, 0.637);
  width: 400px;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  bottom: 150px;
 }

.card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.card p {
  font-size: 16px;
}

/* Button styling */
.btn {
  background-color: #0057b39c;
  color: white;
  padding: 0px 50px;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
}

/* Responsive Media Queries */
@media (max-width: 768px) {
  .intro-content h2 {
      font-size: 36px;
  }
  .intro-content p {
      font-size: 16px;
  }
  .btn {
      font-size: 14px;
      padding: 8px 16px;
  }

  .card {
      width: 300px;
      height: 250px;
      display: bottom;
  }

  .card h3 {
      font-size: 22px;
  }

  .card p {
      font-size: 14px;
  }
}

@media (max-width: 576px) {
  .intro-content h2 {
      font-size: 28px;
  }
  .intro-content p {
      font-size: 14px;
  }
  .btn {
      font-size: 12px;
      padding: 6px 12px;
  }

  .card {
      width: 250px;
      height: 200px;
  }

  .card h3 {
      font-size: 20px;
  }

  .card p {
      font-size: 12px;
  }
}

@media (max-width: 400px) {
  .intro-content h2 {
      font-size: 22px;
  }
  .intro-content p {
      font-size: 12px;
  }
  .btn {
      font-size: 10px;
      padding: 5px 10px;
  }

  .card {
      width: 200px;
      height: 180px;
  }

  .card h3 {
      font-size: 18px;
  }

  .card p {
      font-size: 10px;
  }
}


.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 10px;
  padding: 20px 0;
}

.scroll-item {
  flex: 0 0 100%;
  max-width: 400px;
  scroll-snap-align: start;
  margin: 0 auto;
}

.image-box {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.text-box {
  text-align: center;
  padding: 10px;
}

@media (min-width: 768px) {
  .scroll-item {
      flex: 0 0 45%;
  }
}

@media (min-width: 992px) {
  .scroll-item {
      flex: 0 0 30%;
  }
}

@media (min-width: 1200px) {
  .scroll-item {
      flex: 0 0 25%;
  }
}



/* Styling for the #why-attend section */
#why-attend {
  padding: 40px 0;
  background-color: #f9f9f9;
}

h3 {
  margin-bottom: 30px;
}

.scrollable-wrapper {
  overflow-x: scroll; /* Allows horizontal scrolling */
  scroll-snap-type: x mandatory; /* Smooth snap to scroll areas */
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-left: 50px; /* Allow space to see the first box partially */
}

.scrollable {
  display: flex;
  gap: 20px; /* Gap between image boxes */
  scroll-snap-align: start;
}

.image-box {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
  border: 1px solid #ddd;
  background-color: white;
  overflow: hidden;
}

.first-box {
  margin-left: -200px; /* Show half of the first box */
}

.image-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 0 0 0 ;
}

.box-content {
  padding: 20px;
  text-align: left; /* Text aligned to the left */
  height: 350px;
}

h4 {
  margin-bottom: 10px;
}

/* Dots navigation styling */
.dots-navigation {
  text-align: center;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #717171;
}

/* Responsive styling */

/* For screens 768px and smaller (tablet) */
@media (max-width: 768px) {
  .image-box {
      width: 300px;
      height: 450px;
  }
  .box-content {
      height: 200px;
  }

  .first-box {
      margin-left: -150px; /* Adjust for smaller screens */
  }
}

/* For screens 576px and smaller (mobile) */
@media (max-width: 576px) {
  .image-box {
      width: 250px;
      height: 400px;
  }
  .box-content {
      height: auto;
      padding: 10px;
      text-align: left;
  }

  .first-box {
      margin-left: -125px; /* Adjust for mobile */
  }
}

.atis-current-and-future-events {
  padding: 20px; /* Add padding around the section */
}

.atis-section-title {
  text-align: center; /* Center the section title */
  margin-bottom: 20px; /* Space below the title */
}

.responsive-content-grid {
  display: flex; /* Use flexbox for layout */
  flex-wrap: wrap; /* Allow items to wrap onto the next line */
  justify-content: center; /* Center the items */
  gap: 20px; /* Space between columns */
}

.column {
  flex: 1 1 300px; /* Allow each column to grow and shrink */
  max-width: 300px; /* Set a max width for each column */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for depth */
  border-radius: 5px; /* Optional: Add rounded corners */
  overflow: hidden; /* Hide overflow */
  background: #fff; /* Background color for contrast */
  padding: 15px; /* Padding inside the column */
  text-align: center; /* Center text inside the column */
}

.logo {
  width: 100%; /* Make the logo image responsive */
  height: auto; /* Maintain aspect ratio */
  margin-bottom: 10px; /* Space below the image */
}

.title {
  font-size: 18px; /* Set title font size */
  margin: 5px 0; /* Space above and below titles */
}

.description {
  font-size: 14px; /* Set description font size */
  color: #555; /* Set color for description text */
}

/* sponsors section */

.sponsors-and-partners {
  padding: 50px 0;
}

.sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.sponsor-logo {
  flex: 1 1 12%; /* Allows up to 8 logos per row, adjusts responsively */
  max-width: 150px;
  text-align: center;
}

.sponsor-logo img {
  width: 100%;
  max-width: 100px; /* Adjust as needed */
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* Remove grayscale on hover */
.sponsor-logo img:hover {
  filter: grayscale(0%);
}

@media (min-width: 768px) {
  .sponsor-logo {
      max-width: 120px;
  }
}






#why-exhibit {
  background-color: #f8f9fa; /* Light background color */
  padding: 20px;
}

.image-box {
  border-radius: 5px; /* Rounded corners */
  overflow: hidden; /* Prevent content overflow */
  transition: transform 0.3s; /* Smooth hover effect */
}

.image-box:hover {
  transform: scale(1.05); /* Scale up on hover */
}

.box-content {
  padding: 15px;
}

h3 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .image-box {
      width: 100%; /* Full width on smaller screens */
      height: auto; /* Automatic height */
  }
}

html {
  scroll-behavior: smooth; /* Enables smooth scrolling */
}

.partnership-registration {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}

.partnership-registration h2 {
  text-align: center;
  font-size: 1.8em;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Ensure padding and width behave responsively */
}

.form-group textarea {
  resize: vertical;
}

#wordCount {
  font-size: 0.9em;
  color: #888;
}

.btn-forms {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #2835a7;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2em;
}

.btn:hover {
  background-color: #da281b;
}

/* Responsive Styles */

/* Mobile devices (up to 600px wide) */
@media (max-width: 600px) {
  body {
      padding: 10px;
  }

  .partnership-registration {
      padding: 15px;
      box-shadow: none; /* Remove shadow on mobile for simpler design */
  }

  .partnership-registration h2 {
      font-size: 1.5em;
  }

  .form-group input, 
  .form-group select, 
  .form-group textarea {
      padding: 8px;
  }

  .btn {
      font-size: 1em;
      padding: 8px;
  }
}

/* Tablet devices (600px to 1024px wide) */
@media (min-width: 601px) and (max-width: 1024px) {
  .partnership-registration {
      padding: 20px;
      max-width: 90%;
      margin: 0 auto;
  }

  .partnership-registration h2 {
      font-size: 1.6em;
  }

  .form-group input, 
  .form-group select, 
  .form-group textarea {
      padding: 9px;
  }

  .btn {
      font-size: 1.1em;
      padding: 9px;
  }
}

/* Larger devices (1025px and up) */
@media (min-width: 1025px) {
  .partnership-registration {
      max-width: 600px;
      padding: 25px;
  }

  .partnership-registration h2 {
      font-size: 1.8em;
  }

  .btn {
      font-size: 1.2em;
  }
}


/* about banner section */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh; /* Adjust this value for the desired height */
  opacity: 100%;
  color: #5da7693a;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  position: relative;
  z-index: 2; /* Make sure the text appears over the video */
}

.banner-header, .banner-nav {
  color: white; /* Ensure text is visible over the video */
}

@media (max-width: 768px) {
  .banner {
      height: 50vh; /* Reduce height on smaller screens */
  }

  .banner-header {
      font-size: 1.5rem;
  }

  .banner-nav a {
      font-size: 1rem;
  }
}

/* banner section end */



