@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
}
.main-header .bg-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  display: block;
  content: "";
  /* border-radius: 0 0 30px 30px; */
}
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-image: url(../img/BG.png); */
    background-color: #2f023b;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
h1,h2,h3,h4,h5 {
  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;
}
header.header-appear nav.header-dark, header.sticky nav.navbar-fixed-top.header-dark, header.sticky nav.navbar-scroll-fixed-top.header-dark {
  background-color: var(--theme-color-1);
  /* background: -webkit-linear-gradient(to bottom, #662d91 0%, #da1c5c 100%);
  background: linear-gradient(to bottom, #662d91 0%, #da1c5c 100%); */
  background: linear-gradient(180deg,var(--theme-color-1),var(--theme-color-2));
  border-bottom: 5px solid #fff200;
}
.blog-image a > img {
  max-width: 100%;
  height: auto;
}
.bg-transparent, .background-transparent {
  background-color: #fff200cc;
  background: linear-gradient(180deg,var(--theme-color-1),var(--theme-color-2));
}
.bg-logo {
  background-color: #fff200cc;
  background: linear-gradient(180deg,#e488ff,#ba38fc,#9a03f4);
}
.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;
}
.line-nav img {
  max-height: 80px;
  width: auto;
  /* margin-left: -200px; */
  margin-left: 0px;

  display: inline-block;
  float: right;
  margin-right: 0;
  margin-top: -43px;
  padding: 0;
  margin-bottom: -100px;
}
.img{
  max-width: 100%;
}
.pro .img{
  max-width: 100%;
}
.pro{
  background: #000000db;
  border: 5px solid #fff200;
}
.thumb-article img{
  max-width: 100%;
  height: auto;
}
.txt-y{
  color: #fff200;
}
.mobile-menu {
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  display: none;
  /* background: #400000;
  background: -moz-radial-gradient(center, ellipse cover, #400000 0%, #be1e2d 50%, #400000 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #400000 0%, #be1e2d 50%, #400000 100%);
  background: -webkit-radial-gradient(center, ellipse, #400000 0%, #be1e2d 50%, #400000 100%);
  background: -o-radial-gradient(center, ellipse, #400000 0%, #be1e2d 50%, #400000 100%);
  background: radial-gradient(ellipse at center, #400000 0%, #be1e2d 50%, #400000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#400000', endColorstr='#400000', GradientType=1);
  background:url(../img/Mobile/BGmenu-mobile.png) no-repeat top center;
  background-size: cover;

  background-position: center;*/
  position: fixed;
}

/* .mobile-menu .mobile-menu-item {
  width: 100%;
  height: 42px
} */

.mobile-menu .mobile-menu-item .box-menu-item {
  padding-left: 0px;
  padding-right: 0px;
}

.mobile-menu .mobile-menu-item .box-menu-item img {
  width: 100%
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* body,
  html {
      height: 100%;
      -moz-osx-font-smoothing: grayscale;
      background-image: url(../img/BG_MO.png);
      background-color: #ffc5d4;
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
  } */
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 25px;
    padding-left: 25px;
  }
  .line-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;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {

} */

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {...} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */

@media (max-width:767px) {
  /* body,
  html {
      height: 100%;
      -moz-osx-font-smoothing: grayscale;
      background-image: url(../img/BG_MO.png);
      background-color: #ffc5d4;
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
  } */
  .mobile-menu {
    width: 100%;
    display: block;
    /*  background: #400000;
    background: -moz-radial-gradient(center, ellipse cover, #400000 0%, #be1e2d 50%, #400000 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #400000 0%, #be1e2d 50%, #400000 100%);
    background: -webkit-radial-gradient(center, ellipse, #400000 0%, #be1e2d 50%, #400000 100%);
    background: -o-radial-gradient(center, ellipse, #400000 0%, #be1e2d 50%, #400000 100%);
    background: radial-gradient(ellipse at center, #400000 0%, #be1e2d 50%, #400000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#400000', endColorstr='#400000', GradientType=1);

    background:url(../img/Mobile/BGmenu-mobile.png) no-repeat top center;*/
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
    position: fixed;
}

.mobile-menu-logo {
    /*position: absolute;       */
    /*left: 35%;*/
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    margin-left: 25%;
    /*margin-right: 25%;*/
}

.mobile-menu-logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mobile-menu .mobile-menu-item .box-menu-item .left {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #000000;
    width: 34%;
    color: white;
    z-index: 99;
}

.mobile-menu .mobile-menu-item .box-menu-item .right {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    width: 34%;
    z-index: 99;
}

.mobile-menu .mobile-menu-item .box-menu-item .center {
    position: fixed;
    right: 33%;
    bottom: 0px;
    /* background-color: #000000; */
    width: 34%;
}
  .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;
    margin-top: -10px;
  }
  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: 700;
  border-radius: 8px;
  box-shadow: inset 0 1px 4px rgba(255,108,1,.5);
  transition: all .2s ease-in-out;
  background: linear-gradient(180deg,var(--primary-btn-head-1),var(--primary-btn-head-2));
}

.bnt-f-login{
  width: 180px;
  height: 40px;
  border: none;
  color: #000;
  font-weight: 700;
  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: linear-gradient(180deg,var(--secondary-btn-head-1) .03%,var(--secondary-btn-head-1) 100.05%);
}
header nav.navbar.white-link .navbar-nav > li > a, nav.navbar.bootsnav.white-link ul.nav > li > a, header nav.navbar.white-link .header-social-icon a, nav.navbar.bootsnav.white-link .header-social-icon a, header nav.navbar.white-link .header-searchbar a, nav.navbar.bootsnav.white-link .header-searchbar a, header nav.navbar.bootsnav ul.nav.white-link > li > a, nav.navbar.white-link .heder-menu-button a {
  color: #fff951;
}
.navbar-default.white-link .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark-transparent .navbar-toggler .icon-bar {
  background: #fff951;
}