.font-gotham {
  font-family: "Gotham Rounded Book";
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.text-gray {
  color: #808080;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
  line-height: normal;
}

.font-13 {
  font-size: 13px;
  line-height: normal;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-32 {
  font-size: 32px;
}
/* nav.navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
} */
.bg-vedio {
  height: 100vh;
}

/* Logo style */


.home {
  height: 100vh;
  position: relative;
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content {
  position: relative;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home p {
  font-size: clamp(25px, 4vw, 40px);
  margin-top: 10px;
}

.home-content button {
  display: block;
  font-size: clamp(14px, 1.5vw, 18px);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin: 50px auto 0;
  padding: 12px 20px;
  cursor: pointer;
}
.title-text {
  font-size: 4rem;
  font-weight: 900;
}
.bg-dgray {
  background: #828282 !important;
}
.btn-register {
  font-size: 16px !important;
}
.bg-gradientscolor {
  background: rgb(255, 255, 255);
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 16%,
    rgba(238, 238, 238, 1) 11%
  ); */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 15%,
    rgba(238, 238, 238, 1) 10%,
    rgba(238, 238, 238, 1) 90%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}
.bg-border {
  border: 8px solid #fff;
}
.large-text {
  font-weight: bold;
  color: #e4e4e4;
  font-size: calc(15vw + 4vh + 2vmin);
  letter-spacing: 0.8rem;
  line-height: 1;
}
.overlap-img {
  right: 15%;
  max-width: 15%;
  bottom: 9%;
}
.bg-lgray {
  background: #eeeeee;
}

@media screen and (max-width:1199px){
    .home{height: auto;}
    .home video{position: relative!important;}
}
@media screen and (max-width:576px){
   .large-text {font-size: 62px!important;}
}



/* Responsive style for small screens */

