@charset "UTF-8";
@import url("../css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;1,200;1,300;1,400;1,600;1,700&display=swap");

@font-face {
  font-family: dotpfont;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: bold;
}


*,
*::before,
*::after {
  box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: 0.5s ease-in;
}


@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}



p {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  font-family: "inter", sans-serif;
  line-height: 2;
}

h1 {
  font-family: dotpfont !important;
}


body {
  background-color: #000;
  /*background-image: url("../img/bg.png");*/
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#web {

  width: 11rem;

}

#play {

  width: 9rem;
}


.card {

  background-color: #121212;
  border-radius: 0.5rem;

}


#open {

  font-size: 34px;
}

#feature i {

    color: #fff;
    border-radius: 80%;
    padding: 5%;
    font-size: 2.3rem;
}

#round {
  background-color: #121212;
  border-radius: 10px;
  margin: 5rem 1.2rem;
  padding: 50px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.accordion-item, .accordion-header, .accordion-button {

  background-color: #121212 !important;
  color: #626262;
}

.accordion-button:not(.collapsed) {
  background-color: #121212 !important;
  color: #626262;
}


.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

iframe, object, embed {
  max-width: 100%;
  max-height: 100%;
}


:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

hr {

  color: white;
  text-align: center !important;
  align-self: center !important;
  justify-self: center !important;
}

#footer i{

  font-size: 20px;
  color: #a1a1a1 !important;
}

#ema {

  width: 75%;
}

pre {

  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

#mobiledeviceshow .nav img{

  width: 35px;
  border-radius: 50%;
}

#mobiledeviceshow .nav i{

  font-size: 25px;
}

#mobiledeviceshow input{

  border: none;
  background: white;
}

#mobiledeviceshow .banner .card-img-top{

  border-radius: 4%;
}

.bkcv img{

  border-radius: 0.7rem;

}

.contentforall {
  position: fixed;
  top: 10px;
  left: 10px;
  bottom: 10px;
  overflow-y: scroll;
}

.bottomnav {

  background-color: #000 !important;
}

#textt{

  margin-top: -2% !important;
}


.fa-fade {

  animation-duration: var(--fa-animation-duration,2s) !important;
}

/***** End of Animations ****/

/********** RESPONSIVENESS **********/

/* For 480 Resolution - Laptop*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* STYLES GO HERE */

  #web {

    width: 10rem;
  
  }
  
  #play {
  
    width: 8rem;
  }

  #ema {

    width: 90%;
  }
  

  #round {
    background-color: #121212;
    border-radius: 10px;
    margin: 0rem;
    padding: 15px;
    margin-top: 4rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }


  .signupbtnn {

    width: 100% !important;
  }
}

/* For 640 Resolution - mobile */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {

  #sbtn {

    width: 100% !important;
  }

}

/* For 1024 Resolution - laptop 1 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 
}

/* For 1366 Resolution  -- laptop 2*/
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
  /* STYLES GO HERE */
}

/** desktop screen */
@media only screen and (min-width: 1370px) and (max-width: 1605px) {
  /* STYLES GO HERE */
}

/*Ipad Orientation : Landscape */
@media only screen and (orientation: landscape) and (min-device-pixel-ratio: 1) and (min-device-width: 768px) and (max-device-width: 1007px) {
  /* STYLES GO HERE */
}

/*ipad Orientation : Portrait */
@media only screen and (orientation: portrait) and (min-device-pixel-ratio: 1) and (min-device-width: 768px) and (max-device-width: 1007px) {
  /* STYLES GO HERE */
}
