
@import url('https://fonts.googleapis.com/css2?family=Poly:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{color: #611C15;
}
body{
  font-family:  "Poly", serif;
  padding: 0px;
  margin: 0px;
}
.experience-link p{
  color: #ffffff;
}
h2{
  font-family: "Poppins", serif;
  font-weight:600;
  font-size: 2rem;
  color: white;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  margin-top: 0px;
}
h5{
  font-family: "Poppins", serif;
  font-weight:700;
   color: white;
   font: size 1.5em;
     text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
#loadingText {
   font-family: "Poppins", serif;
    margin-bottom:10px;
    font-size:1.5rem;
    color: white;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }
  .loadingText{
    font-family: "Poppins", serif;
    margin-bottom:10px;
    font-size:2rem;
    color: white;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }
#replayContainer{
      display: none;
      background: #000000e3;
    z-index: 99999999;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    flex-direction: column;
    gap: 9dvh;
}

 .home-screen{flex-direction: column;
    gap: 0;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
    background-image: url(https://cdn.makear.ai/images/bg_image.png);
    position: absolute;
    z-index: 66;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;     
    align-items: center;
    justify-content: center;
    display: none;
    transition: all 500ms ease-in-out;
    visibility: visible;
    opacity: 1;}
 .loading-screen{
      
    flex-direction: column;
    gap: 0;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
    background-image: url(https://cdn.makear.ai/images/bg_image.png);
    position: absolute;
    z-index: 76;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;     
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 500ms ease-in-out;
    visibility: visible;
    opacity: 1;
}
.apibee_logo{
    width: 45%;
}
.home-center-container{
    align-items: center;
    text-align: center;
        display: flex;
    flex-direction: column;
}
.loading-center-container{flex-direction: column;
    width: 100vw;
    position: relative;
    height: max-content;
    align-items: center;
    justify-content: center;
    display: flex
;}
.select-language {
    display: flex;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    align-items: flex-end;
        align-items: center;
    text-align: center;
    justify-content: center;
}
#hindi{
   padding: 10px 35px;
}
.language-button {
    border-radius: 25px;
    padding: 10px 25px;
    border: 2px solid #611C15;
    background-color:#FFD6D2;
    color:#611C15;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: 0.3s;
}
.english, .hindi {
    width: 50%;
}

 /* Loading overlay */   
  #progress{  
    bottom: 2dvh;
    text-align: center;
    margin: unset;
    margin-bottom: 5dvh;
    width: 100vw;
    position: absolute;
  }
 
#loadingBarContainer {
  width: 300px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}


#loadingBar {
  width: 0%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    #ffb300,  /* honey orange */
    #ffb300 15px,
    #ffffff 15px,
    #ffffff 30px
  );
  animation: moveStripes 1s linear infinite;
}

@keyframes moveStripes {
  from { background-position: 0 0; }
  to   { background-position: 30px 0; }
}





  .background-image {
  display: none;
 background: linear-gradient(to bottom, #ff6f00, #d32f2f) ;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  /* margin-right: 12%; */
}

.background-image .experience-link {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 550px;
  text-align: center;
  align-items:center;
  /* margin-right: 12%; */
}
.apibee-center-logo{
  width: 45%;
}
.background-image .experience-link .aashirvaad-center-logo{
    position: unset; 
    margin: auto;
}
.logo-background-image {
  position: absolute;
  width: 110px;
  top: 10px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .background-image {
    display: flex;
  }

  .main {
    display: none;
  }
}