@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');

body {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #0c0b50;
  overflow-x: hidden;
}
.swal-wide{
  width:354px !important;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}



html {
  
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p, h1, h2, .box, .container .header_section, label, textarea, b, h3, a, h6, img, button, h4, input, select, h7 {
  -webkit-animation: fadein 1.2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 1.2s; /* Firefox < 16 */
      -ms-animation: fadein 1.2s; /* Internet Explorer */
       -o-animation: fadein 1.2s; /* Opera < 12.1 */
          animation: fadein 1.2s;
}

html {
  scroll-behavior: smooth;
}


h2, h3, h4, h1, .navbar-brand, .footer-logo {
 
  text-transform: uppercase;
  font-family: 'Jua', sans-serif;
  font-size: 110%;
  letter-spacing: 3px;
  font-weight: 650;
  color: #7c88f8;
  text-shadow: 1px 1px 1px #8303fa,
      10px 10px 20px #3413a0,
      1px 3px 4px #1221ff,
      1px 4px 1px #070707,
      1px 2px 1px #1221ff;
}


@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


.layout_padding {
  padding: 30px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}
h1,
h2 {
  letter-spacing: 2.3px;

  user-select: none;
}

li {
  user-select: none;
}

a {
  user-select: none;
}



.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 3.1rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #263bf8;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  background: linear-gradient(65deg, #1b0671 0, #240947 100%);

  -webkit-box-shadow: 0 2px 2px #ffffff, 0 0 12px #ffffff;
  box-shadow: 0 0 2px #ffffff, 0 0 12px #ffffff;
  animation-duration: all 0.5s;
  transition-duration: all 0.5s;
  opacity: 0.9;
  
}

.bg-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


#CC_01 {
  background: #151515;
  background: linear-gradient(65deg, #110c5e 0, #191055 90%);
  margin-top: 8px;
}

#CC_01 img {
  position: absolute;
  width: 20%;
  left: 75%;
  height: 60%;
  align-content: center;
}




.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}



.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #5da6ff;
  font-family: 'Fredoka One', cursive;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 1%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  border-radius: 15px;
  border-color: #bbc9ff;
  padding: 6px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.custom_nav-container .navbar-nav .nav-item {
  margin-left: 5px;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #c8d3ff;
  font-weight: bold;
  background-color: #251871;
  border-style: double;
  border-color: #6b51ff;
  border-radius: 15px;
  cursor: default;
}

.custom_nav-container .navbar-nav .nav-item:not(.active):hover .nav-link{
  color: #907cff;
  font-weight: bold;
  background-color: inherit;
  border-style: double;
  border-color: #6568ff;
  border-radius: 15px;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #263bf8;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .cart_link:hover svg {
  fill: #263bf8;
}

.user_option .Play_Now {
 
  font-weight: bold;
  padding: 8px 30px;
  background-color: #158002;
  color: #ffffff;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}





.user_option .Play_Now:hover {
  background-color: #1bb600;
  font-size: 19px;
}

.user_option .Play_Now i {
  margin-right: 3px;
}



.user_option .Join_Discord {
  font-weight: bold;
  padding: 8px 30px;
  background-color: #2f28fe;
  color: #ffffff;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border-color: #605bff;
}

.user_option .Join_Discord:hover {
  background-color: #423ddc;
  font-size: 19px;
}

.user_option {
  display: relative;
}

.user_option .FAQ {
  border-color: #ff8000;
  display: inline-block;
  font-weight: bold;
  padding: 8px 30px;
  background-color: #c36200;
  color: #feaf5f;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .FAQ:hover {
  border-color: #ff8000;
  background-color: #a45200;
  font-size: 18px;
}




.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 0 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 30px;
}

.slider_section .detail-box h1 {
  font-size: 3.15rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 23px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  font-size: 22px;
  font-weight: bold;
  background-color: #263bf8;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #4053fd;
}

.slider_section .img-box img {
  width: 100%;
  padding: 18px;
}

img {  
  
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #263bf8;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(to bottom, #171579 25px, #171579 25px);
  box-shadow: 3px 2px 3px 3px #3610b2;
  color: #ffffff;
}

/* generate condo games frame */




.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  padding: 25px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #5866c7;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  letter-spacing: 0.2px;
  font-size: 24px;
  margin: 0;
}

a:hover {
  cursor: pointer;
}



.offer_section .box .detail-box h6 {
  /*font-family: 'Lobster';*/
  letter-spacing: 0.2px;
  padding-bottom: 8px;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a i {
  margin-right: 12px;
  color: #56ff8e;
}





.offer_section .box .detail-box a {
  border-color: #22e200;
  height: 45px;
  border-radius: 19px;
  padding-bottom: 8px;
  padding: 16px;
  font-size: 17px;
  background: #168d00;
  color: #d0ffc8;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 21px;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.food_section .box .options a i{
  padding-right: 5px;
  
}

.offer_section .box .detail-box a:hover {
  
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 21px;
  background: #168d00;
  color: #d0ffc8;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1aab00;
}

#GenFraame .box .detail-box #friends {
  border-color: #ffe208;
  height: 45px;
  border-radius: 19px;
  padding-bottom: 8px;
  padding: 16px;
  font-size: 21px;
  background: #8d7d00;
  color: #d0ffc8;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#GenFraame .box .detail-box #friends:hover {
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 23px;
  color: #d0ffc8;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9a9f02;
}

#closePopup {
  margin-left: 13px;
  height: 45px;
  border: 0.7px solid;
  border-radius: 15px;
  padding-bottom: 8px;
  padding: 16px;
  font-size: 21px;
  background: #463da2;
  color: #c2cdff;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#closePopup:hover {
  border: 1.1px solid;
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #302a74;
}

#closePopup:active {
  border: 2px solid;
  border-color: #e0ddfc;
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 24px;

  transition: 0.3s;

  background: #362e8a;
}



#ActionPopup {
  margin-left: 13px;
  height: 45px;
  border: 0.7px solid;
  border-radius: 15px;
  padding-bottom: 8px;
  padding: 16px;
  font-size: 21px;
  background: #079100;
  color: #d0ffcd;
  border-color: #7efb77;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ActionPopup:hover {
  border: 1.1px solid;
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0ac500;
}

#ActionPopup:active {
  border: 2px solid;
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 24px;

  transition: 0.3s;

  background: #067000;
}

#ActionPopup i {
  margin-right: 5px;
  color: #c8ffc6;
}





#VisitEs {
  margin-left: 13px;
  height: 45px;
  border: 0.7px solid;
  border-radius: 15px;
  padding-bottom: 8px;
  padding: 16px;
  font-size: 21px;
  background: #384bf7;
  color: #c9e1ff;
  border-color: #8a9fff;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#VisitEs:hover {
  border: 1.1px solid;
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5666fe;
}

#VisitEs:active {
  border: 2px solid;
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 24px;

  transition: 0.3s;

  background: #3242d5;
}

#VisitEs i {
  margin-right: 5px;
  color: #a9bcff;
}







@keyframes ldio-ermugomyfb {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-ermugomyfb div {
  position: absolute;
  animation: ldio-ermugomyfb 0.85s linear infinite;
  width: 86px;
  height: 86px;
  top: 7px;
  left: 7px;
  border-radius: 50%;
  box-shadow: 0 6.9px 0 0 #7d95fe;
  transform-origin: 43px 46.35px;
}
.loadingio-spinner-eclipse-6vdmz54cds {
  width: 78px;
  height: 78px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-ermugomyfb {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.78);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-ermugomyfb div { box-sizing: content-box; }
/* generated by https://loading.io/ */







.swal2-popup, .swal2-modal, .swal2-show {
  border: 1px solid;
  border-color: #d7cdff;
  box-shadow: 0 2px 18px 9px #171663;
  border-radius: 20px;
}


#GenFraame .box .detail-box #Everyone {
  border-color: #6294ff;
  height: 45px;
  border-radius: 19px;
  padding-bottom: 8px;
  font-size: 21px;
  padding: 16px;
  background: #155fff;
  color: #b8ceff;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#GenFraame .box .detail-box #Everyone:hover {
  height: 45px;
  border-radius: 19px;
  padding: 21px;
  font-size: 23px;
  color: #b8ceff;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #447fff;
}

#GenFraame .box .detail-box #friends i {
  margin-right: 12px;
  color: #fdffc3;
}
#GenFraame .box .detail-box #Everyone i {
  margin-right: 12px;
  color: #a6c2ff;
}


.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #3b487b;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #222693 25px, #222693 25px);
  box-shadow: 4px 4px 5px 5px #040522;
}

.food_section .box .img-box {
  background: #3f43b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 700;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options h6 i {
  margin-right: 7px;
}



.food_section .box .options h6, #webpushr-subscriber-count, #GnameEf, .offer_section .box .detail-box h6 {
  font-weight: bold;
  user-select: none;
  font-size: 23px;
  background-color: #ffffff;
  background: linear-gradient(
    100deg,
    #e8fff0,
    #00d045,
    #37ff7a 15%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;


  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: 5s loading1 ease-in-out infinite;
}

#GnDet {
  font-weight: bold;
  user-select: none;
  font-size: 22px;
  background-color: #ffffff;
  background: linear-gradient(
    100deg,
    #c9d5ff,
    #c9d5ff,
    #abbbfc 15%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;


  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: 5s loading1 ease-in-out infinite;
}

@keyframes loading1 {
  to {
    background-position-x: -70%;
  }
}



.food_section .box .options a {
  margin-bottom: 5px;
  border-color: #22e200;
  height: 42px;
  border-radius: 15px;
  padding: 19px;
  width: 51%;
  text-transform: uppercase;
  font-size: 18px;
  background: #168d00;
  color: #d0ffc8;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.food_section .box .options a i{
  padding-right: 7px;
}




.food_section .box .options a:hover {
  height: 42px;
  border-radius: 19px;
  padding: 21px;
  font-size: 21px;
  width: 57%;
  background: #168d00;
  color: #d0ffc8;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: 0.3s;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1aab00;
}


.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.62);
          transform: scale(1.62);
}


.food_section .btn-box {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #263bf8;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #4053fd;
}

.about_section {
  background: #222831;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #263bf8;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #4053fd;
}

.book_section {
  position: relative;
  
}

.book_section .heading_container {
  margin-bottom: 15px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  
  margin-bottom: 25px;
  padding-left: 25px;
  border: solid 1px #6551fe;
  outline: none;
  color: #dcf0ff;
  border-radius: 10px;
  outline: none;
}

#Nombre {
  height: 50px;
}

/*
#GameName {
  height: 50px;
}
*/
/* Premiun: #5811f1*/
.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #ddc1c1;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.book_section .form_container .form-control::placeholder {
  color: #ffffff;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  font-size: 165%;
  background-color: #1a2038;
  box-shadow: 0 0 0 .2rem rgb(125, 125, 125);
  color: #e8e8ff;
  border-radius: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.36s;
  border: none;
  font-weight: bold;
}



.book_section .form_container button:not(:disabled):not(.disabled):hover {
  background-color: #3b34f7;
  font-size: 180%;
}
.book_section .form_container button:disabled {
  box-shadow: 0 0 0 3.8px #443fad;
  color: #766ffd;
}

.col-md-6{
  min-width: 50%;
}



.book_section .form_container button:not(:disabled):not(.disabled):active:focus {
  background-color: #18149d;
}



.form-control:active:focus {
  border-color: #4060ff;
  background-color: #262b68;
  -webkit-box-shadow: 0 2px 2px #4060ff, 0 0 12px #4060ff;
   box-shadow: 0 0 2px #4060ff, 0 0 12px #4060ff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #4060ff;
  background-color: #262b68;
  -webkit-box-shadow: 0 2px 2px #4060ff, 0 0 12px #4060ff;
   box-shadow: 0 0 2px #4060ff, 0 0 12px #4060ff;
}

.form-control:not(:focus):hover {
  border-color: #5471ff;
  background-color: #262b68;
  -webkit-box-shadow: 0 1px 1px #5471ff, 0 0 7px #5471ff;
   box-shadow: 0 0 1px #5471ff, 0 0 7px #5471ff;
}

.form-control { 
  background-color: #262b68;
    color: #488eff;
    font-weight: bold;
    border-color: #3b84fa;
    -webkit-box-shadow: 0 1px 1px #3b84fa, 0 0 1px #3b84fa;
     box-shadow: 0 0 1px #3b84fa, 0 0 1px #3b84fa;
}



.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #1a2038;
  border-radius: 5px;
  border: solid 1px #5d9bff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #95beff; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #95beff; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #5d9bff;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #1a2038;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.3s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #1a2038;
      font-weight: bold;
     }
    .nice-select .option.selected {
      font-weight: 400; background-color: #1b223e;}
    .nice-select .option.disabled {
      background-color: transparent;
      color: #bababa;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }







  .form-select:active:focus { 
    border-color: #768dff;
    -webkit-box-shadow: 0 2px 2px #768dff, 0 0 12px #768dff;
     box-shadow: 0 0 2px #768dff, 0 0 12px #768dff;
  }
  .form-select:not(:focus):hover { 
    border-color: #768dff;
    -webkit-box-shadow: 0 1px 1px #5471ff, 0 0 7px #5471ff;
     box-shadow: 0 0 1px #5471ff, 0 0 7px #5471ff;
  }
  
  .form-select { 
    font-size: 110%;
    
    background-color: #1a2038;
    color: #73a8fe;
    font-weight: bold;
    border-color: #488eff;
    -webkit-box-shadow: 0 1px 1px #2277ff, 0 0 1px #2277ff;
     box-shadow: 0 0 1px #2277ff, 0 0 1px #2277ff;
  }
  
  
  .option { 
    width: 100%;
    border-radius: 10px;
    border-style: double;
    border-color: #488eff;
    -webkit-box-shadow: 0 1px 1px #2277ff, 0 0 1px #2277ff;
     box-shadow: 0 0 1px #2277ff, 0 0 1px #2277ff;
  }

  ::-moz-selection { /* Code for Firefox */
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: #2d22ff;
  }
  
  ::selection {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: #2d22ff;
  }
  

.option:not(:active):hover { 
  border-radius: 12px;
  border-style: double;
  font-weight: bold;
  font-size: 118%;
  background-color: #252e4f;
  color: #7371f1;
  border-color: #768dff;
  -webkit-box-shadow: 0 2px 2px #768dff, 0 0 7px #768dff;
   box-shadow: 0 0 2px #768dff, 0 0 7px #768dff;
}


.option:active { 
  border-radius: 12px;
  border-style: double;
  font-weight: bold;
  color: #7d8aff;
  background-color: #374472; 
  border-color: #768dff;
  -webkit-box-shadow: 0 2px 2px #768dff, 0 0 12px #768dff;
   box-shadow: 0 0 2px #768dff, 0 0 12px #768dff;
}





#Pago {
  background-color: #dcdcdc;
  color: #523902;
  font-weight: bold;
  margin-left: 17px;
  padding: 12px;
  user-select: none;
  font-size: 110%;
  border-radius: 14px;
}


.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}


/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #3c39e9;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #3c39e9;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #261aa4;
  box-shadow: 4px 4px 5px 5px #000000;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

#ClientErrorName, #ClientErrorPhone, #ClientErrorMeesage{
  background-color: #ff4848;
  padding: 5px;
  padding-left: 20px;
  border-radius: 8px;
  color: #f1f2f3;
  font-weight: bold;
  user-select: none;

}
#ClientErrorHttp {
  background-color: #ff4848;
  height: 50%;
  padding: 5px;
  justify-content: center;
  padding-left: 20px;
  border-radius: 8px;
  color: #f1f2f3;
  font-weight: bold;
  user-select: none;

}

button, h2, img {
  user-select: none;
}

button {
  font-weight: bold;
  font-size: 200%;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #263bf8;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #263bf8;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #4053fd;
}

/* footer section*/
.footer_section {
  background-color: #0e125f;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_detail h1 {
  font-size: 280%;
  font-weight: bold;
  
  color: #5da6ff;
  font-family: 'Fredoka One', cursive;
 
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 205%;
  letter-spacing: 2px;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer-col h4{
  font-size: 260%;
  user-select: none;
}

.footer_section .footer-col p{
  font-size: 115%;
  user-select: none;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
  transition-duration: 0.5s;
  font-size: 22px;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #818eff;
  font-size: 24px;
  
}

.footer_section .footer-logo {
  display: block;
  font-size: 300%;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #263bf8;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

.btn-box {
  font-size: 130%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #f4f6ff;
  transition: background-color 5000s ease-in-out 0s;
}







.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 4.3px #829bff
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 5.7px #4b3eff
}

.btn-primary:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
  box-shadow: 0 0 0 3.8px #645cff
}

.btn-outline-primary {
  color: #7cc;
  background-color: transparent;
  background-image: none;
  border-color: #7cc
}

.btn-outline-primary:hover {
  color: #222;
  background-color: #8ad3d3;
  border-color: #7cc
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: rgb(149, 149, 149);
  background-color: transparent
}

.btn-primary:disabled {
  color: rgb(92, 92, 92);
  background-color: transparent
}



.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #8ad3d3;
  border-color: #7cc
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}


/* Loading sec */
:root {
  --loading-grey: #ededed;
}

#testd {
  min-height: 16px;
  min-width: 105px;
  border-radius: 6px;
  animation-delay: .05s;
}

.loadingClass .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 0px solid #141414;
  overflow: hidden;
}




#ppLoading {
  min-height: 45px;
  border-radius: 4px;
  animation-delay: .05s;
}


#ACNANE {
  min-height: 15px;
  min-width: 140px;
  border-radius: 6px;
  animation-delay: .05s;
  }
#Ssize {
min-height: 15px;
min-width: 100px;
border-radius: 6px;
animation-delay: .05s;
}
#Large {
  min-height: 15px;
  min-width: 250px;
  border-radius: 6px;
  animation-delay: .05s;
}

.loadingClass .box .detail-box #GLname {
  min-height: 28px;
  min-width: 240px;
  border-radius: 5px;
  animation-delay: .05s;
  margin-bottom: 10px;
  margin-top: 10px;
}

.loadingClass .box .detail-box #GLname {
  min-height: 28px;
  min-width: 240px;
  border-radius: 5px;
  animation-delay: .05s;
  margin-bottom: 10px;
  margin-top: 10px;
}



#loadingSelect {
  min-height: 44px;
  min-width: 100%;
  border-radius: 6px;
  animation-delay: .05s;
}

#loadingTTarea {
  min-height: 65px;
  min-width: 100%;
  border-radius: 6px;
  animation-delay: .05s;
}

#loadingbton {
  min-height: 65px;
  min-width: 50%;
  border-radius: 38px;
  animation-delay: .05s;
}



#testd, #loadingSelect, #ppLoading, #Ssize, #ACNANE, #loadingTTarea, #Large, #loadingbton  {
  background-color: #232b49;
  background: linear-gradient(
    100deg,
    #232b49,
    #36416c,
    #232b49 60%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

.loadingClass .box .img-box, #GLname {
  background-color: #311aa7;
  background: linear-gradient(
    100deg,
    #2f31ba,
    #311aa7,
    #2f31ba 60%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

@media (max-width: 940px) {
  .col-md-6{
    min-width: 100%;
    align-items: center;
  }
  h1 {
    font-size: 10px;
  }
  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
   
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: flex-start;
  }

  .user_option .Join_Discord:hover {
    background-color: #534eff;
    font-size: 14px;

  }

  .user_option .Play_Now:hover {
    background-color: #1aab00;
    font-size: 14px;
  }

  
}

.Post {
  display: flex;
  justify-content: center;
  align-items: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

#ErrorUI {
  border-color: #202644;
  border: 1px solid;
  user-select: none;
  padding: 5px;
  margin: 8px;
  color: #7887d1;
  font-size: 15px;
  border-radius: 7px;

  display: flex;
  justify-content: center;
  align-items: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.alert>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.alert>.start-icon {
    margin-right: 5px;
}

.greencross
{
  font-size:18px;
      color: #25ff0b;
    text-shadow: none;
}

.alert-simple.alert-success
{
  border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
  text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}
.alert-success:hover{
  background-color: rgba(7, 149, 66, 0.35);
  transition:0.5s;
}
.alert-simple.alert-info
{
  border: 1px solid #5975e8;
    background-color: rgba(7, 73, 149, 0.12156862745098039);
    box-shadow: 0px 0px 4px #6982e3;
    color: #7893ff;
  text-shadow: 2px 1px #30438e;
  transition:0.5s;
  cursor:pointer;
}

.alert-info:hover
{
  background-color: rgba(5, 77, 160, 0.35);
  transition:0.5s;
}

.blue-cross
{
  font-size: 18px;
    color: #27d7ff;
    text-shadow: none;
}



.alert-simple.alert-warning
{
      border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    color: #ffb103;
    text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}

.alert-warning:hover{
  background-color: rgba(220, 128, 1, 0.33);
  transition:0.5s;
}

.warning
{
      font-size: 18px;
    color: #ffb40b;
    text-shadow: none;
}

.alert-simple.alert-danger
{
  border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #ff0303;
    text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}

.alert-danger:hover
{
     background-color: rgba(220, 17, 1, 0.33);
  transition:0.5s;
}

.danger
{
      font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}

.alert-simple.alert-primary
{
  border: 1px solid rgba(6, 241, 226, 0.81);
    background-color: rgba(1, 204, 220, 0.16);
    box-shadow: 0px 0px 2px #03fff5;
    color: #03d0ff;
    text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}

.alert-primary:hover{
  background-color: rgba(1, 204, 220, 0.33);
   transition:0.5s;
}

.alertprimary
{
      font-size: 18px;
    color: #03d0ff;
    text-shadow: none;
}

.square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: 0.302;
}

.square_box.box_three {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: -80px;
    top: -60px;
    width: 500px;
    height: 500px;
    border-radius: 45px;
}

.square_box.box_four {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: 150px;
    top: -25px;
    width: 550px;
    height: 550px;
    border-radius: 45px;
}

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
      height: 20px;
}

#pp:not(:hover)
{
-webkit-animation: blink-1 1s infinite both;
	        animation: blink-1 3s infinite both;
}

/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 0.65;
  }
  25%,
  75% {
    opacity: 1;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  75% {
    opacity: 0.65;
  }
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

.swal2-title h4 {
  font-family: 'Permanent Marker', cursive;
  font-weight: bold;
  color: #5da6ff;

  text-shadow: 1px 1px 1px #414af8,
      10px 10px 20px #414af8,
      1px 3px 4px #414af8,
      1px 4px 1px #a04dff,
      1px 2px 1px #414af8;
}

.scrollbar {
  width: 4%;
  height: 20%;
  position: absolute;
  top: 2%;
  right: 2%;
  background-color: black;
  border-radius: 50px;
}
button:disabled:hover {
  cursor: not-allowed;
}
#swalClose {
  font-family: Arial;
  color: #fb6641;
  font-size: 20px;
  margin-left: 100px;
}



#MoreOptionsGame {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  border: 1px solid;
  border-radius: 11px;
  padding: 8px;
  color: #b6c3fa;
}

#Pointss {
  margin-right: 15px;
  
}

a:active:hover {
 -webkit-box-shadow: 0 2px 2px #6061b5, 0 0 12px #6061b5;
     box-shadow: 0 0 2px #6061b5, 0 0 12px #6061b5;
  animation-duration: all 0.5s;
  transition-duration: all 0.5s;
  opacity: 0.9;
  border: 2.5px solid;
}



#MoreOptionsGame:active:hover {
  opacity: 0.87;
  border: 4px solid;
  background-color: #1c2545;
  border-color: #5469bb;
}





#MoreOptionsGame:active:hover {
  opacity: 0.87;
  border: 4px solid;
  background-color: #1c2545;
  border-color: #5469bb;
}




#MoreOptionsGame:hover {
  font-size: 20px;
}


#PlayPostGame {
  -webkit-transition: all 0.3s;
  font-size: 17px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  border: 1px solid;
  border-radius: 11px;
  padding: 8px;
  color: #06ff59;
  border: 2px solid;
  border-color: #00aa39;
}

#PlayPostGame:active:hover {
  opacity: 0.87;
  border: 4px solid;
  color: #46fe84;
  background-color: #014e1a;
  border-color: #008a2e;
}

#PlayPostGame:hover {
  font-size: 18px;
}

#MoreOptionsGame:hover {
  font-size: 20px;
}


@media (max-width: 800px ) {
  #MoreOptionsGame:hover {
    font-size: 21px;
  }
}
@media (max-width: 640px ) {
  #MoreOptionsGame:hover {
    font-size: 23px;
  }
}

@media (max-width: 340px ) {
  #recaptcha3 div, #recaptcha3 div iframe{
    max-width: 85%; 
  }
}





.navbar-brand:active:hover {
  border: none;
  opacity: 0.8;
}
.footer-logo:active:hover {
  border: none;
  opacity: 0.8;
}

.contact_link_box a {
  border-radius: 19px;
}

.swal2-title h5 {
  margin-bottom: -5px;
}

#swp {
  margin-bottom: 15px;
}


.flex-shrink-1 {
  background-color: #404c7d;
}

.text-muted {
  
  font-weight: bold;
}
.font-weight-bold {
  color: #99aeff; /*99aeff Boy, e679ff Girl*/ 
}


body::-webkit-scrollbar {
  width: 0.7em;
  
  border-radius: 18px;
}
body::-webkit-scrollbar-thumb {
  background-color: #4d529b;
  border-radius: 18px;
}

.chat-messages::-webkit-scrollbar {
  width: 0.5em;
 
  border-radius: 18px;
}

.chat-messages::-webkit-scrollbar-thumb {
  background-color: #4d529b;
  border-radius: 18px;
}



/*# sourceMappingURL=style.css.map */


