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: 15px;
    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%;
    }
}

.intro2 {
  background-color: #666666;
  text-align: center;
  text-wrap: left;
}

/* a:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
} */



.carousel-text {
  
}

.carousel2 {
  width: 300px; /* Adjust the width as needed */
  height: 300px; /* Adjust the height as needed */
  overflow: hidden;
  position: relative;
  
}

.carousel-inner2 {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-inner2 img {
  width: 100%;
  height: 100%;
}



.container2 {
  
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}

.column {
  flex: 1;
  padding: 20px;

}

.text-column {

font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
margin-left: auto;
margin-right: auto;
  /* Add any specific styles for the text column */
}

.image-column {
  margin-right: auto;
  margin-left: auto;
  /* Add any specific styles for the image column */
}

.container2 {
  display: flex;
  flex-direction: column; /* Change to column for mobile */
}

@media (min-width: 768px) { /* Adjust the breakpoint as needed */
  .container2 {
      flex-direction: row;
  }
}


/* Carousel Text Section */
#carousel-text {
  padding: 60px 0;
  background: #f9f9f9;
}

#carousel-text .container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

#carousel-text .column {
  flex: 1 1 50%;
  padding: 20px;
  text-align: left;
}

#carousel-text .text-column h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

#carousel-text .text-column p {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

#carousel-text .image-column {
  flex: 1 1 50%;
  padding: 0 20px;
}

#carousel-text .carousel2 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
}

#carousel-text .carousel-inner2 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

#carousel-text .carousel-inner2 img {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin-right: 10px;
  scroll-snap-align: start;
}

@media (max-width: 768px) {
  #carousel-text .container2 {
      flex-direction: column;
  }
  #carousel-text .column {
      flex: 1 1 auto;
      text-align: center;
      padding: 10px;
  }
  #carousel-text .image-column {
      order: -1; /* Move image column above text column on small screens */
      padding: 20px 0;
  }
}

/* Reset default margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section-wrapper {
  padding: 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.section-header h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 1.2rem;
  color: #666;
}

.scrollable-section {
  overflow-x: scroll; /* Enable horizontal scrolling */
  padding: 20px 0;
  /* white-space: nowrap; */
}

.scrollable-container {
  display: flex;
  gap: 20px; /* Gap between image boxes */
  padding: 0 10px;
  max-width: 100%; /* Maximum width of the container */
  overflow-x: scroll; /* Fallback for older browsers */
  scrollbar-width: none; /* Hide scrollbar */
}

.scrollable-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome/Safari */
}

.image-box {
  position: relative; /* Ensure text positioning relative to image-box */
  width: 400px; /* Fixed width for each image box */
  height: 600px; /* Fixed height for each image box */
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto; /* Prevent flex items from growing or shrinking */
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the entire box */
  object-position: center; /* Center the image within the box */
  display: block;
  transition: transform 0.3s ease; /* Smooth transition for image scaling */
}

.image-box:hover img {
  transform: scale(1.05); /* Scale up the image on hover for a zoom effect */
}

.box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background for text */
  color: white;
  padding: 10px;
  opacity: 0; /* Initially hide text */
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

.image-box:hover .box-text {
  opacity: 1; /* Show text on hover */
}

.box-text h2 {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.box-text p {
  font-size: 1rem;
  line-height: 1.4;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .scrollable-container {
    flex-wrap: nowrap; /* Prevent wrapping on smaller screens */
  }
  .image-box {
    width: calc(100% - 20px); /* Adjust width to fit container with gap */
  }
}

.carousel-container {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease; /* Smooth transition for sliding */
}

.carousel-track a,
.carousel-track img {
  flex: 0 0 auto; /* Prevent items from stretching */
  width: 300px; /* Fixed width for each item */
  height: 250px; /* Fixed height for each item */
  border-radius: 8px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .carousel-track a,
  .carousel-track img {
      width: calc(100% - 20px); /* Adjust width to fit container with gap */
  }
}

.oval-button {
  display: inline-block;
  padding: 10px 20px; /* Adjust padding as needed */
  border-radius: 50px; /* Use a large value for border-radius to create an oval shape */
  background-color: #4CAF50; /* Button background color */
  color: white; /* Text color */
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-size: 16px; /* Adjust font size */
}

.sliding-gallery-2 {
  padding: 20px 0; /* Adjust padding as needed */
  background-color: #f0f0f0; /* Background color for the section */
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease; /* Smooth slide transition */
}

.slides img {
  width: 300px; /* Set fixed width */
  height: 250px; /* Set fixed height */
  object-fit: cover; /* Maintain aspect ratio */
  margin-right: 20px; /* Space between images */
}

.slides a {
  display: block;
  width: 300px; /* Set fixed width */
  height: 250px; /* Set fixed height */
}

.play-pause {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 50px; /* Set button width */
  height: 50px; /* Set button height */
  border-radius: 50%; /* Make button round */
  background-color: rgba(0, 0, 0, 0.5); /* Transparent black background */
  color: white; /* Text color */
  border: none; /* Remove border */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-pause i {
  font-size: 24px; /* Adjust icon size */
}

@media (max-width: 768px) {
  .slides {
      flex-wrap: wrap;
  }
  .slides img,
  .slides a {
      width: calc(50% - 20px); /* Adjust to fit two images per row */
      height: auto;
      margin-right: 20px; /* Space between images */
      margin-bottom: 20px; /* Space between rows */
  }
}

/* Scrolling wrapper styling renamed to scrolling-wrapper3 */
.scrolling-wrapper3 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 15px;
  padding: 10px 0;
}

/* Custom scrollbar styling */
.scrolling-wrapper3::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrolling-wrapper3::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.scrolling-wrapper3::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Image box styling */
.image-box3 {
  min-width: 500px;
  height: 500px;
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column; /* Allow content to stack vertically */
  justify-content: space-between; /* Distribute space evenly */
}

/* Scale effect on hover */
.image-box3:hover {
  transform: scale(1.05);
}

/* Image styling */
.image-box3 img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}

/* Content inside the image box */
.image-box3-content {
  padding: 15px;
  text-align: center;
  flex-grow: 1; /* Allow content to take up available space */
}

/* Title styling */
.image-box3-content h3 {
  margin: 10px 0; /* Top and bottom margin */
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2; /* Adjust line height for better spacing */
}

/* Description styling */
.image-box3-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.4; /* Adjust line height for better spacing */
}

/* Responsive styles */
@media (max-width: 768px) {
  .image-box3 {
    min-width: 300px; /* Adjust min-width for smaller screens */
    height: 400px; /* Adjust height for better aspect ratio */
  }

  .image-box3-content h3 {
    font-size: 16px; /* Adjust font size for smaller screens */
    margin: 5px 0; /* Reduce margin for better fit */
  }

  .image-box3-content p {
    font-size: 12px; /* Adjust font size for smaller screens */
    margin: 5px 0; /* Reduce margin for better fit */
  }
}

@media (max-width: 576px) {
  .image-box3 {
    min-width: 250px; /* Further adjust min-width for extra small screens */
    height: 350px; /* Further adjust height for better aspect ratio */
  }

  .image-box3-content h3 {
    font-size: 14px; /* Further reduce font size for extra small screens */
    margin: 5px 0; /* Consistent margin */
  }

  .image-box3-content p {
    font-size: 10px; /* Further reduce font size for extra small screens */
    margin: 5px 0; /* Consistent margin */
  }
}



/* Image box styling renamed to image-box4-wrapper */
.image-box4-wrapper {
  width: 1024px;
  height: 800px;
  background-color: #f9f9f9;
  overflow: hidden;
  border: 2px solid #ddd;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto; /* Center the box on the page */
  border-radius: 10px;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .image-box4-wrapper {
      width: 90%; /* Make it responsive to 90% of the viewport width */
      height: auto; /* Allow height to adjust automatically */
  }
}

@media (max-width: 768px) {
  .image-box4-wrapper {
      width: 100%; /* Full width on smaller screens */
      height: auto; /* Allow height to adjust automatically */
      padding: 10px; /* Reduce padding on smaller screens */
  }
}

@media (max-width: 576px) {
  .image-box4-wrapper {
      padding: 5px; /* Further reduce padding on extra small screens */
  }
}

#atis-revised-text {
  background-color: #f9f9f9;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

#atis-revised-text .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#atis-revised-text .atis-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

#atis-revised-text .atis-text-box {
  max-height: 100%;
  overflow-y: auto;
  padding: 20px;
  background-color: #fff; /* Box background */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 500px; /* Set a fixed height for the box */
}

#atis-revised-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

#atis-revised-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

#atis-revised-text ul {
  margin-top: 15px;
  padding-left: 20px;
  list-style-type: disc;
}

#atis-revised-text ul li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

#atis-revised-text strong {
  font-weight: bold;
  color: #000;
}

#atis-revised-text .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#atis-revised-text img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  #atis-revised-text .atis-content {
      padding: 10px;
  }

  #atis-revised-text h2 {
      font-size: 24px;
      margin-bottom: 15px;
  }

  #atis-revised-text p, 
  #atis-revised-text ul li {
      font-size: 15px;
      line-height: 1.5;
  }

  #atis-revised-text .row {
      flex-direction: column;
  }

  #atis-revised-text .atis-text-box {
      height: 400px; /* Adjust height for smaller screens */
  }
}

@media (max-width: 576px) {
  #atis-revised-text {
      padding: 30px 0;
  }

  #atis-revised-text .atis-content {
      padding: 10px;
  }

  #atis-revised-text h2 {
      font-size: 22px;
      margin-bottom: 10px;
  }

  #atis-revised-text p, 
  #atis-revised-text ul li {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 10px;
  }

  #atis-revised-text .atis-text-box {
      height: 350px; /* Adjust height for mobile */
  }
}

/* General container adjustments */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.section-header h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  margin-bottom: 20px;
}

.centered-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}

.scrollable-images2 {
  display: flex;
  overflow-x: auto;
  max-width: 100%;
}

.scrollable-images2 img {
  margin: 10px;
  max-width: 750px;
  max-height: 650px;
  object-fit: cover;
  cursor: pointer;
}

/* Modal CSS */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive Design - Adjustments for smaller screens */
@media screen and (max-width: 768px) {
  .scrollable-images2 {
      flex-wrap: nowrap;
      overflow-x: scroll;
  }

  .scrollable-images2 img {
      max-width: 300px;
      max-height: 300px;
  }

  .section-header h2 {
      font-size: 20px;
  }

  .section-header p {
      font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .scrollable-images2 {
      flex-direction: column;
      align-items: center;
  }

  .scrollable-images2 img {
      max-width: 250px;
      max-height: 250px;
      margin: 5px;
  }

  .section-header h2 {
      font-size: 18px;
  }

  .section-header p {
      font-size: 14px;
  }
}

.content-section {
  padding: 20px;
  text-align: center; /* Center the title and content */
}

.section-title {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.responsive-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.column {
  background-color: inherit;
  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 30px;
  background-color: #0a0b0c;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.btn:hover {
  background-color: #ca8b15;
}

@media (max-width: 768px) {
  .responsive-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
