@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Bebas+Neue&family=Lato:wght@400;700&family=Open+Sans:wght@400;600&family=Oswald:wght@400;500;700&family=Poppins:wght@400;600&family=Rajdhani:wght@400;600&family=Roboto:wght@400;500;700&family=Teko:wght@400;600&family=Ubuntu:wght@400;500&display=swap');
body{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
}

.logo{
    width: 180px;
}

.banner-carousel,
.banner-carousel .owl-item,
.banner-slide {
  height: 80vh;
  position: relative;
}

.banner-carousel .item img {
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(33, 37, 41, 0.999) 5%, rgba(0, 0, 0, 0.4) 100%);
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.banner-text h2 {
  font-size: 4.5rem;
  font-weight: bold;
}
   
/* Registration Number page */
.otp-container {
    height: 70vh;   
}



/* global button */
.global_button {
    background-color: #652d90;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    /* width: 100%; */
    padding: 8px 0;
}
.global_button:hover{
    border: #652d90 1px solid;
    color: #652d90;
}

.global_button-outline {
    border: #652d90 1.5px solid;
    color: #652d90;
}

/* mobile responsive */
@media (max-width: 767px) {
 .banner-text h2 {
  font-size: 3.5rem;
  font-weight: bold;
}
}




