@charset "utf-8";
/* CSS Document */

.tech-slideshow {
  height: 200px;
  max-width: 2990px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0); 
}

.tech-slideshow > div {
  height: 200px;
  width: 3000px;
  background: url("../images/headers/header scroll.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);

}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 150s linear infinite;
   
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 100s ease-out;
  background-position: 0 -10px;
  animation: moveSlideshow 0.1s linear infinite;
   
}
.tech-slideshow:hover .mover-2 {
  opacity: 1; 
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

.font12{
    font-size: 1.2em
}






.center{
    text-align: center;
}
.text-red{
    color: #560001;
    font-size: 1.5em;
    font-family: "Lora", serif;
    font-weight: bolder;    
}

.big-text-red{
    color: #560001;
    font-size: 1.9em;
    font-family: "Lora", serif;
    font-weight: bolder;    
}


h3{
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
   .video-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .video-container video {
    width: 100%;
    height: auto;
  }

  .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .overlay img {
    max-width: 100%;
    height: auto;
  }

  .overlay2 {
    text-align: center;
    width: 75%; /* Initial width */
    max-width: 500px; /* Maximum width */
    height: 50%;
    
}

@media (max-width: 1200px) {
    .overlay2 {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .overlay2 {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .overlay2 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .overlay2 {
        width: 40%;
    }
}








   .text-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .text-container img {
    width: 100%;
    height: auto;
  }

  
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: darkgoldenrod; 
  font-weight: bold; 
  font-size: 24px;  
  text-shadow: 2px 2px 3px white;
}

.bottom-right-mob {
  position: absolute;
  bottom: 8px;
  right: 30px;
  color: darkgoldenrod; 
  font-weight: bold; 
  font-size: 18px;  
  text-shadow: 2px 2px 3px goldenrod;
}




.grid-container{

  display:grid;

  max-width: 85vw;

  margin: 10px 10vw;

    grid-template-columns: repeat(2, 1fr);

 column-gap: 10px ;

 row-gap:  20px;
    color: white;
   

}





.showdesktop{

display: block;

}

.showmoblie{

display: none;

}



@media (max-width: 768px) {


.grid-container{

display: grid;

	grid-template-columns: repeat(1, 1fr);

	}
	.showdesktop{

display: none;

}

.showmoblie{

display: block;
margin-left: 0px;
}



}


.sahitya-regular {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
}

.sahitya-bold {
  font-family: "Sahitya", serif;
  font-weight: 700;
  font-style: normal;
}