@font-face {
  font-family: "Monument";
  src: url('assets/fontt.ttf');
}

main {
  cursor: none;
}

.landing__page {
  text-align: left;
  font-style: normal;
  margin-bottom: 0px;
  background-color: black;
  width: 100%;
  height: 100%;
}

.circle-wrapper {
  display: flex;
  justify-content: flex-end;
}
.text_info {
  line-height: 1.5rem;
  color:black;
  text-align: justify;
  font-style: "helvetica";
  font-style: normal;
  margin-left: 0;
}
.name-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px; /* Adjust the width as needed */
  padding: 20px;
  background-color: white;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  margin-right: 10px;
}


h1 {
  text-align: left;
  font-size: 2rem;
  margin-left: 10px;
  margin-top: 0px;
  color: white;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  margin-right: 10px;
}

marquee {
  font-size: 1rem;
  color: white;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
}

.text {
  font-size: 1rem;
  color: white;
}

#cursor {
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  fill: #f1f1f1;
  border-radius: 50%;
  position: fixed;
  transition: all 0.3s ease-out;
  pointer-events: none;
  display: none;
  z-index: 9999;
  mix-blend-mode: difference; /* Add this property to make the cursor visible on any background color */
  transform: translate(-50%, -50%);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 10px;
  cursor: crosshair;
  background: #f1f1f1;
}

img {
  width: 100%;
}

.flex {
  display: block;
}

h2 {
  border: 1.5px solid black;
  padding: 0;
  text-align: center;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  transition: color 0.3s ease;
}

h2:hover {
  color: grey;
}

.main-flex-container {
  display: flex;
}

.mySlides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s ease-in-out;
}

p {
  font-size: 21px;
   font-weight: bold;  
  margin-top: 100px;
  text-align: left;
  padding: 0;
  color: gray;
  /* text-decoration:  */
}
.date{
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 40px;
 
}


.flex-container {
  display: flex;
  border-radius: 2px;
  border-top: 0;
}

.flex-box {
  flex: 2;
  padding: 1px;
  text-align: center;
  border-color: #000;
  margin: 0%;
}

.image-container {
  background-color: #000000;
  border-color: black;
}

.flex-box img {
  width: 100%;
  border-color: black;
  padding: 0;
}

.content {
  border: 1.5px solid black;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}

video {
  width: 100%;
}
.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.10s ease-out; /* Adjust as needed */
}


.title {
  /* font-size: 2rem;
  text-align: left;
  padding: 0;
  font-weight: normal;
  margin-left: 100px;
  font-style: helvetica;
  text-decoration-thickness: 4px; */

  text-align: left;

  font-size: 2rem;
  margin-left: 40px; 

  color: black;
  font-weight: bold;
  line-height: MEDIUM;
  margin-bottom: 0px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  
}

.underline {
  text-decoration: underline;
}

.coloumn-1 {
  width: 45%;
  flex-grow: 1;
  margin-bottom: 0%;
}

.coloumn-2 {
  width: 55%;
  flex-grow: 1;
  background-color: #000;
  margin-bottom: 0%;
}

#tooltip {
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  background-color: white;
  color: black;
  font-family: 'Helvetica', sans-serif;
  border-radius: 50%;
  position: absolute;
  transition: all 0.3s ease-out;
  pointer-events: none;
  display: none; 
    z-index: 9999;
  
  justify-content: center;
  align-items: center;
}


#tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

#trial:hover + #tooltip {
  opacity: 1;
}

.hidden {
  display: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
