
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&family=Stalinist+One&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
    position: fixed;
    bottom: 0;
    background: rgb(0 0 0 / 54%);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    backdrop-filter: blur(5px);
    height:	100vh;
    overflow: auto;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.logo{
	position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
}
 
.img{
	width: -webkit-fill-available;
    max-width: 10rem;
    /* min-width: 136px; */
}
 
 .innerTextComp {
    width: fit-content;
    text-align: center;
    margin-left: 18px;
}
 
.module-info {
    position: relative;
    top: 15px;
}

.stalinist-one-regular {
  font-family: arial;
  font-weight: 400;
  font-style: normal;
  color: #edfffe;
  font-size: 2rem;
}


#cards .card {
    border-radius: 20px;
    min-height: 100%;
    background: antiquewhite;
}

#cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

#cards .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #f8f9fa!important;
    padding: 4px;
}

#cards .card .user-content .user-name {
    margin-right: 150px;
}











.timeline {
  position: relative;
  padding-left: 4rem;
  margin: 0 0 0 30px;
  color: white;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #999693;
  
}
.timeline .timeline-container {
  position: relative;
  margin-bottom: 1.5rem;
}
.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #4f537b;
}
.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.timeline .timeline-container .timeline-body {
  background: #27293d;
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
}
.timeline .timeline-container .timeline-body:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  top: 24px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}
.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 10px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
 
.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #4f537b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
}
.timeline .timeline-container .timeline-body .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  opacity: 0.4;
  margin-top: 16px;
  font-size: 11px;
}
.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
  background: #1d8cf8 !important;
}
.timeline .timeline-container.info .badge,
.timeline .timeline-container.info .timeline-icon {
  background: #11cdef !important;
}
.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
  background: #00bf9a !important;
}
.timeline .timeline-container.warning .badge,
.timeline .timeline-container.warning .timeline-icon {
  background: #ff8d72 !important;
}
.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
  background: #fd5d93 !important;
}

.author {
  font-family: inherit;
  padding: 3em;
  text-align: center;
  width: 100%;
  color: white;
}
.author a:link,
.author a:visited {
  color: white;
}
.author a:link:hover,
.author a:visited:hover {
  text-decoration: none;
}
.author .btn:link,
.author .btn:visited {
  margin-top: 1em;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
  font-weight: 100;
  color: white;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: black;
  padding: 1.5em 2rem;
  border-radius: 1em;
  transition: 0.5s all;
}
.author .btn:link:hover, .author .btn:link:focus, .author .btn:link:active,
.author .btn:visited:hover,
.author .btn:visited:focus,
.author .btn:visited:active {
  background-color: #1a1a1a;
}

.comp-info{
  font-size: 14px !important;
}

/* custom button css start */
.btn-login {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: arial;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 35px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .btn-login {
    padding: 6px 20px;
  }
}

.btn-login:before,
.btn-login:after {
  border-radius: 80px;
}

.btn-login:before {
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.btn-login:after {
  background-color: initial;
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 2px;
  content: "";
  display: block;
  left: 2px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  top: 2px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.btn-login:hover:not(:disabled):before {
  background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
}

.btn-login:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
} 

.btn-login:active:not(:disabled) {
  color: #ccc;
}

.btn-login:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.btn-login:active:not(:disabled):after {
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.btn-login:disabled {
  cursor: default;
  opacity: .24;
}
/* custom button css end */

.card-body {
    position: relative;
    padding-bottom: 60px; /* Adjust if needed to give space for button */
}

.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px; /* Adjust this value to set how far from the bottom you want the button */
    left: 50%;
    transform: translateX(-50%);
}
.ctxt-muted {
    color: #1a1f24 !important;
    /* padding: 7px 0px; */
}
.m0-5{
	margin: 5px;
}
.multi-clg{
	height: 68vh;
    overflow-y: auto;
}

 .style-txt{
 	background: -webkit-linear-gradient(#84e3ff, #ffc006);
    -webkit-background-clip: text;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
 }
/* custom scrollbar css start */
::-webkit-scrollbar {
  width: 4px;
}

 
::-webkit-scrollbar-track {
  background: #ccc; 
}
 
 
::-webkit-scrollbar-thumb {
  background: #888; 
}
 
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* -----------------Footer----------------------------------- */
  .footer{
    position: fixed;
    left: 0;
    bottom: 7px;
    width: 100%;
    background-color: #ff000000;
    color: white;
    text-align: center;
 }
  @media (max-width: 767px) {
  .footer{
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #364760;
    color: white;
    text-align: center;
 }
}

/* -------------------------Button Design------------------------------------------- */
.links-url {
  font-family: "Lexend Deca", sans-serif;
  border: none;
  background-image: linear-gradient(to right top, #5FFBF1,#D16BA5,#86A8E7);
  color: #ffffff;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 7px 11px;
  cursor: pointer;
  transform: skew(15deg);
  transition: all 1s;
}

.main-text {
  display: inline-block;
  transform: skew(-15deg);
  color: #fff;
  font-size: 16px;
}

.links-url:hover {
  transform: translateY(-3px);
  background-image: linear-gradient(to bottom, #D16BA5,#86A8E7,#5FFBF1);
  border-radius: 26px;
  animation: pulsate 1s infinite;
}

.links-url:hover span {
  display: inline-block;
  transform: translateX(2px);
  transition: all 1s;
}

.links-url:focus {
  outline: none;
  border-radius: 26px;
  animation: pulsate 1s infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    box-shadow: none;
  }

  50% {
    transform: scale(1.03);
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.4);
  }

  100% {
    transform: scale(1);
    box-shadow: none;
  }
}
 /* End here */
 