@font-face {
  font-family: KareliaTrial;
  src: url("fonts/KareliaTrial-Medium.otf") format("opentype");
}

@font-face {
  font-family: MabryPro;
  src: url("fonts/Mabry Pro Black.ttf")
}

@font-face {
  font-family: Ramona;
  src: url("fonts/Ramona-Bold.ttf")
}

body {
  background-color: #121212;

}

#overlay {
  width: 100%;
  /* Full width (cover the whole page) */
  min-height: inherit;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.7);
  /* Black background with opacity */
  z-index: 1;
}

body {
  background: url("../../images/bgbody2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.team-2 img {
  border-radius: 0px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 200px;
  height: 200px;
}

.nav-tabs-outline .nav-link {
  color: #1245a8;
}

.nav-tabs-outline .nav-link:hover,
.nav-tabs-outline .nav-link.active {
  color: #fff;
  background-color: #0c0032;
}

::-webkit-scrollbar {
  width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #0c0032;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #1245a8;
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #0c0032;
}

[data-navbar="smart"].stick {
  -webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.05);
  box-shadow: 0 1px 9px rgba(0,0,0,0.05);
  background-color:  #212121;
  box-shadow: 0 1px 9px rgba(0,0,0,0.05);
}

.navbar-dark .nav-navbar>.nav-item>.nav-link, .navbar-dark .nav-navbar>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-item>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-link {
  color: white;
}

.navbar-dark .nav-navbar>.nav-item.active>.nav-link, .navbar-dark .nav-navbar>.nav-item>.nav-link.active, .navbar-dark .nav-navbar>.nav-link.active, .navbar-stick-dark.stick .nav-navbar>.nav-item.active>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-item>.nav-link.active, .navbar-stick-dark.stick .nav-navbar>.nav-link.active {
  color: #4AE675;
}
.navbar-open .navbar .nav-navbar>.nav-item.active>.nav-link, .navbar-open .navbar .nav-navbar>.nav-item>.nav-link.active, .navbar-open .navbar .nav-navbar>.nav-link.active {
  color: #4AE675;
}

@media (max-width: 991.98px){
.navbar-expand-lg .navbar-mobile {
   background-color: #212121 ;
}
}

.backdrop-navbar {
  background-color: rgb(28 26 26 / 0.7);
  z-index: 1001;
}

.nav-tabs-outline .nav-link:hover, .nav-tabs-outline .nav-link.active {
  color: #121212;
  background-color:#4AE675;
  font-weight: 600;
}

.nav-tabs-outline .nav-link {
  color: #4AE675;
}

.social-gray a {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Arial, Helvetica, sans-serif
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.logo-dark {
  height: 60px;
  width: 60px;
  margin: 10px;
}

img.logo-light {
  height: 60px;
  width: 60px;
}

.comingsoon1{
  margin: auto;
  color: #4AE675;
  font-size: 4rem;
}
.black-background{
  background-color: #121212;
}
.color{
  color: #4AE675 !important;
}
.back-color{
  background-color:#1858fc;
}
.change-font{
  font-family: Arial, Helvetica, sans-serif;
}
.white-color{
  color: white;
}
.secondary-color{
  color:#0030FF;
}
.btn-theme{
  background-color: #4AE675 ;
  color: #212121;
}
.btn-theme:hover{
  font-weight: bold;
  color: black;
}
.card{
  background-color:  #121212 !important;
  width: 100%;
  text-align: center;
}

.card-body{
  background-color: #121212;
  color: white;
}
.card-footer {
  background-color: #121212;
  border-top: none;
}

.card-text{
  color: rgba(255, 255, 255, 0.87)
}
.registration{
    background: url("../../images/backnew.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 3rem 0px;
}

.custom{
  height: 52px;
  font-size: 1rem;
  border-radius: 200px
}

.description{
  color:rgba(255, 255, 255, 0.5)
}

.name-heading{
  color: white;
}
.white-shade{
 color: #ffffffb3
}
/* Photo on-hover Animation */

.item , .items {
  flex: 1 1 0px;
  transition: transform 500ms;
}

.team-2 .item:focus,
.team-2 .item:hover{
  transform: scale(1.2);
  z-index: 1;
}

.transform .items:focus,
.transform .items:hover{
  transform: scale(1.2);
  z-index: 1000;
}

.card-body.flex-grow-0.text-center>p{
  color:#4AE675
}



/* COUNTDOWN */

#white-background {
  background-color: white;
}

.counter{
  background: url("../../images/backg.svg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#text {
  width: 70%;
  margin: auto;
}

.img-countdown {
  margin-top: -9%;
}

.num {
  font-family: KareliaTrial;
  -webkit-text-stroke-width: 0.14vw;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: transparent;
  font-size: 6.5rem;
}

.sup {
  font-family: MabryPro;
  font-size: 1.5rem;
  color: white;
}

.txt {
  font-size: 2.5rem;
  font-weight: bold;
  color:white;
}

/* FAQ */
.faq{
  border: 2px solid #4AE675;
  margin-bottom: 15px;
}
.accordion {
  background-color: #121212;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
}

.activefaq, .accordion:hover {
  background-color: #1858fc;
}

.activepanel{
  color: #4AE675;
}

.accordion:after {
  content: '\002B';
  color: white;
  float: right;
  margin-left: 5px;
}

.activefaq:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #212121;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel>p{
  color:white;
  margin-top: 10px;
}

/* contact us */

.input-glass.form-control {
  color: white !important;
}

ul{
  list-style: none;
  padding-left: 0px;
}
li{
  color: white;
}

@media(max-width: 1100px) {
 
}

@media(max-width: 786px) {
 

  .num-md {
      font-size: 4rem;
  }

  .sup-md {
      font-size: 1.3rem;
  }

  .txt-md {
      font-size: 1rem;
  }
}

@media(max-width: 576px) {
  .num-sm {
      font-size: 2.5rem;
  }

  .sup-sm {
      font-size: 1rem;
  }

  .txt-sm {
      font-size: 0.8rem;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1740px;
  }
  img.logo-dark {
    height: 90px;
    
  }
  img.logo-light {
    height: 90px;
    width: 90px;
  }
}

@media (min-width: 2800px) {
  .container {
    max-width: 2660px;
  }
  img.logo-dark {
    height: 125px;
    width: 125px;
    margin: 15px;
  }
  img.logo-light {
    height: 125px;
    width: 125px;
  }
}

@media (min-width: 3500px) {
  .container {
    max-width: 3400px;
  }
  img.logo-dark {
    height: 150px;
    width: 150px;
    margin: 15px;
  }
  img.logo-light {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 6000px) {
  .container {
    max-width: 5800px;
  }
  img.logo-dark {
    height: 250px;
    width: 250px;
    margin: 20px;
  }
  img.logo-light {
    height: 250px;
    width: 250px;
  }
}

@media (min-width: 7000px) {
  .container {
    max-width: 6800px;
  }
  img.logo-dark {
    height: 300px;
    width: 300px;
    margin: 20px;
  }
  img.logo-light {
    height: 300px;
    width: 300px;
  }
}
