@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Prompt: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');
:root {
  --theme-color-1: #9418bb;
  --theme-color-2: #320040;
  --primary-color-1: #f2b51a;
  --primary-color-2: #f4e879;
  --primary-color-3: #f2b51a;
  --secondary-color-1: #b26aff;
  --secondary-color-2: #7400f0;
  --primary-font-color: #fff;
  --secondary-font-color: #000;
  --primary-btn-head-1: #ffd749;
  --primary-btn-head-2: #f97f1d;
  --secondary-btn-head-1: #fac2ff;
  --secondary-btn-head-2: #b248ad;
  --modal-bg-color-1: #c8367d;
  --modal-bg-color-2: #5c0b72
}
body {
  font-family: 'Prompt', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 24px;
}
body,
html {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    background-color: #201237;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
h1,h2,h3,h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 10px;

  }
p {
  margin: 0 0 10px;
}
.alt-font {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
}
header nav .navbar-nav.text-normal > li > a {
  font-weight: 600;
  font-size: 16px;
}
.bg-transparent, .background-transparent {
  background-color: #fff200cc;
  background: #2e1a4f;
}
.br-yt {
  border-top: 5px solid #fff200;
}
header nav.navbar-default, nav.navbar.bootsnav {
  border-bottom: 5px solid #fff200;
  /* border-radius: 0 0 30px 30px; */
}
header a.logo img {
  max-height: 150px;
}
.center-logo {

  top: 0px;
}
.wa-nav img {
  max-height: 80px;
  width: auto;
  /* margin-left: -200px; */
  margin-left: 0px;

  display: inline-block;
  float: right;
  margin-right: 0;
  margin-top: -35px;
  padding: 0;
  margin-bottom: -100px;
}
.img{
  max-width: 100%;
}
.pro .img{
  max-width: 100%;
}
.pro{
  background: transparent;
  border: 5px solid #fff200;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .container, .container-lg {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wa-nav img {
    max-height: 60px;
    width: auto;
    margin-left: -100px;
    display: inline-block;
    float: right;
    margin-right: 0;
    margin-bottom: -60px;
    margin-top: -30px;
    padding: 0;
  }
}

@media (max-width:767px) {
.register {
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
  .hidden-xs {
      display: none !important
  }
  .center-logo {
    left: 45%;
    position: absolute;
    margin-top: -14px;
    top: 0px;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 20%;
    padding:0px
  }
  header a.logo img {
    max-height: 110px;
  }
  nav.navbar.bootsnav .navbar-toggler {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 0px;
    padding: 0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
      display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
      display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
      display: none !important
  }
}
.bnt-f-reg{
  width: 180px;
  height: 40px;
  border: none;
  color: #000;
  font-weight: 800;
  border-radius: 8px;
  box-shadow: inset 0 1px 4px rgba(255,108,1,.5);
  transition: all .2s ease-in-out;
  background: #25D366;
}

.bnt-f-login{
  width: 180px;
  height: 40px;
  border: none;
  color: #000;
  font-weight: 800;
  border-radius: 8px;
  box-shadow: inset 0 1px 4px rgba(255,108,1,.5);
  transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #24A1DE;
}
header nav.navbar.white-link .navbar-nav > li > a, nav.navbar.bootsnav.white-link ul.nav > li > a {
  color: #fff951;
}
.navbar-default.white-link .navbar-toggler .icon-bar {
  background: #fff951;
}