/* Typography */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Ubuntu:300,400,500,700");

.header.nav-fixed {
  background: #252f5a;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.navbar-brand img {
  width: 100%;
  max-width: 180px;
}
.header.nav-fixed .top-header {
  display: none;
}
.header.nav-fixed .navbar::before {
  visibility: hidden;
}
.header.nav-fixed .navbar::after {
  visibility: hidden;
}
/* Normalize  */
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  color: #a1aed4;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952381;
}

h1,
h2,
h4,
h5 {
  color: #FFF;
  font-family: "Ubuntu", sans-serif;
}

p {
  font-size: 18px;
  color: #a1aed4;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #FFF;
  text-decoration: none;
}

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

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */

@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes opacityAnimation {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
/* Global style */
.mybtn1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 35px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(255, 52, 77)), to(rgb(210, 39, 60)));
  background-image: linear-gradient(to left, rgb(255, 52, 77), rgb(210, 39, 60));
}
.mybtn1:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 52, 77)), to(rgb(210, 39, 60)));
  background-image: linear-gradient(to right, rgb(255, 52, 77), rgb(210, 39, 60));
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.mybtn2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  width: 190px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: -webkit-gradient(linear, right top, left top, from(#1c294e), to(#1c294e));
  background: linear-gradient(to left, #1c294e, #1c294e);
}
.mybtn2:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 52, 77)), to(rgb(210, 39, 60)));
  background: linear-gradient(to right, rgb(255, 52, 77), rgb(210, 39, 60));
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* Section Heading Css */
.section-heading {
  text-align: center;
}
.section-heading .subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 52, 77)), to(rgb(210, 39, 60)));
  background: linear-gradient(to left, rgb(255, 52, 77), rgb(210, 39, 60));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-heading .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFF;
  margin-bottom: 10px;
}
.section-heading .text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler:focus {
  outline: 0px;
}

/* Preloader Css */
/* bottomtotop Css */

/* Breadcrumb Area Start */
.breadcrumb-area {
  padding: 310px 0px 186px;
  background: #070b28;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.breadcrumb-area.bc-contact {
  padding: 260px 0px 135px;
}
.breadcrumb-area .title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 11px;
  text-transform: uppercase;
  color: #fff;
}
.breadcrumb-area .breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-area .breadcrumb-list li span {
  margin: 0px 7px;
  color: #fff;
}
.breadcrumb-area .breadcrumb-list li a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.breadcrumb-area .breadcrumb-list li a:hover {
  color: #f1f1f1;
}

/* Popup Video CSS */

/* Popup Video CSS */
/* Header Area Start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Top Header Area Start */
  /* Main Menu Area Start */
}
.header .top-header {
  background: #070b28;
}
.header .top-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0px 13px;
}
.header .top-header .content .left-content .left-list li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.header .top-header .content .left-content .left-list li::before {
  position: absolute;
  content: "|";
  top: 0;
  right: -23px;
}
.header .top-header .content .left-content .left-list li:last-child::before {
  display: none;
}
.header .top-header .content .left-content .left-list li p {
  margin-bottom: 0px;
}
.header .top-header .content .left-content .left-list li:last-child {
  margin-right: 0px;
}
.header .top-header .content .right-content {
  text-align: right;
}
.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li::last-child {
  margin-bottom: 0px;
}
.header .mainmenu-area {
  background: #252f5a;
}
.header .mainmenu-area .navbar {
  padding: 0px 0px;
  position: relative;
}
.header .mainmenu-area .navbar::before {
  position: absolute;
  content: "";
  width: 1800px;
  height: 100%;
  top: 0;
  right: 100%;
  background: #070b28;
}
.header .mainmenu-area .navbar::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0px;
  bottom: 0px;
  border-bottom: 83px solid #070b28;
  border-right: 35px solid transparent;
}
.header .mainmenu-area .navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
  padding-left: 50px;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active .mr-hover-effect, .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover .mr-hover-effect {
  opacity: 1;
  height: 100%;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active, .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
  color: #f9314b;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
  color: #a1aed4;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 28px 20px;
  text-transform: uppercase;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  border-top: 2px solid #f9314b;
  border-bottom: 2px solid #f9314b;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f9314b;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f9314b;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
  color: #f9314b;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover .mr-hover-effect {
  opacity: 1;
  height: 100%;
}

/* Footer Area Start */
.footer {
  padding-top: 120px;
  overflow: hidden;
  position: relative;
  background-color: #070b28;
  background-image: url(../assets/footerbg.jpg);
  background-repeat: no-repeat;
  background-position: center 140px;
  background-size: cover;
}
.footer .footer-widget .title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer .footer-widget ul li {
  list-style: none;
}
.footer .footer-widget ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 40px;
  font-weight: 400;
  color: #a1aed4;
}
.footer .footer-widget ul li a:hover {
  color: #f9314b;
  padding-left: 10px;
}
.footer .footer-widget ul li a i {
  font-size: 15px;
  padding-right: 4px;
}
.footer .copy-bg {
  margin-top: 80px;
  padding: 10px 15px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #0b122e;
}
.footer .copy-bg .left-area p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.footer .copy-bg .left-area a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #045cf0;
}
.footer .copy-bg .copright-area-links {
  text-align: right;
}
.footer .copy-bg .copright-area-links li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.footer .copy-bg .copright-area-links li::after {
  position: absolute;
  content: "|";
  right: -22px;
  top: 0px;
}
.footer .copy-bg .copright-area-links li:last-child {
  margin-right: 0px;
}
.footer .copy-bg .copright-area-links li:last-child::after {
  display: none;
}
.footer .copy-bg .copright-area-links li a {
  font-size: 16px;
  font-weight: 400;
  color: #a1aed4;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .copy-bg .copright-area-links li a:hover {
  color: #f9314b;
}

/* Hero Area Start */
.hero-area {
  position: relative;
  padding: 280px 0px 354px;
  position: relative;
  background: #070b28;
  overflow: hidden;
  background-image: url(../assets/bg-images.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-area .left-content {
  position: inherit;
  z-index: 9;
}
.hero-area .left-content .content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 13px;
  letter-spacing: -1px;
}
.hero-area .left-content .content .subtitle {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 52, 77)), to(rgb(210, 39, 60)));
  background: linear-gradient(to left, rgb(255, 52, 77), rgb(210, 39, 60));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-area .left-content .content .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}

/* Hero Area End */
/* Features Area Start */
.features {
  margin-top: -165px;
  padding-bottom: 112px;
}
.features .single-feature {
  text-align: center;
  padding: 55px 30px 35px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #252f5a;
  -webkit-transform: translate(0);
          transform: translate(0);
  border-radius: 10px;
}
.features .single-feature .icon {
  width: 125px;
  height: 125px;
  line-height: 120px;
  margin-bottom: 37px;
  position: relative;
}
.features .single-feature .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #1c2748;
  border-radius: 50%;
}
.features .single-feature .icon::before {
  position: absolute;
  content: "";
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 1;
}
.features .single-feature .icon.one {
  border: 7px solid #f9314b;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
          box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 15px rgba(249, 49, 75, 0.2);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .icon.two {
  border: 7px solid #f67a1f;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
          box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 15px rgba(246, 122, 31, 0.2);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .icon.three {
  border: 7px solid #bc2cdd;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 110px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
          box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 15px rgba(188, 44, 221, 0.2);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 15px;
}
.features .single-feature .content .link {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a1aed4;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .content .link i {
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.features .single-feature .content .link i::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  height: 3px;
  width: 80%;
  background: #a1aed4;
  border-radius: 50px;
}
.features .single-feature .content .link:hover {
  color: #f9314b;
}
.features .single-feature .content .link:hover i {
  color: #f9314b;
  padding-left: 10px;
}
.features .single-feature .content .link:hover i::after {
  background: #f9314b;
}
.features .single-feature:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.features .single-feature:hover .icon.one {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2);
          box-shadow: 0px 0px 0px 15px rgba(249, 49, 75, 0.2), 0px 0px 0px 30px rgba(249, 49, 75, 0.2);
}
.features .single-feature:hover .icon.two {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2);
          box-shadow: 0px 0px 0px 15px rgba(246, 122, 31, 0.2), 0px 0px 0px 30px rgba(246, 122, 31, 0.2);
}
.features .single-feature:hover .icon.three {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2);
          box-shadow: 0px 0px 0px 15px rgba(188, 44, 221, 0.2), 0px 0px 0px 30px rgba(188, 44, 221, 0.2);
}

/* Features Area End */
/* Featured Game Area Start */
.featured-game {
  padding: 0px 0px 120px;
  background: url(../assets/featuredgame-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured-game .section-heading {
  margin-bottom: 44px;
}
.featured-game .game-slider .item .single-game {
  margin: 15px 15px 40px;
}
.featured-game .game-slider .item .single-game img {
  width: auto;
  display: inline-block;
}

.single-game {
  display: block;
  text-align: center;
  border: 1px solid rgb(39, 59, 113);
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 30px 30px 50px;
}
.single-game h2{
  font-size: 22px !important;
  margin: 20px 0px;
}
.single-game img {
  /* margin-top: -25px; */
  -webkit-animation: opacityAnimation 2s linear infinite;
          animation: opacityAnimation 2s linear infinite;
}
.single-game .mybtn2 {
  position: absolute;
  display: block;
  height: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
}
.single-game:hover {
  border-color: #681f40;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.get-start {
  padding: 120px 0px 120px;
  background: #0b122e;
}
.get-start .left-area .section-heading {
  text-align: left;
  margin-bottom: 0px;
}
.get-start .left-area .section-heading .mybtn1 {
  margin-top: 36px;
}
.get-start .right-image {
  text-align: center;
}
.get-start .right-image img {
  display: inline-block;
}

.contact {
  padding: 112px 0px 150px;
  background: #0b122e;
  position: relative;
}
.contact .left-img {
  position: absolute;
  top: 375px;
  left: 100px;
  max-width: 520px;
}
.contact .section-heading {
  margin-bottom: 90px;
}
.contact .contact-form-wrapper {
  padding-right: 65px;
}
.contact .contact-form-wrapper .contact-box {
  position: relative;
  z-index: 9;
  background: #19254d;
  padding: 32px 30px 40px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(25, 37, 77, 0.2), 0px 0px 0px 20px rgba(25, 37, 77, 0.2), 0px 0px 0px 30px rgba(25, 37, 77, 0.2);
          box-shadow: 0px 0px 0px 10px rgba(25, 37, 77, 0.2), 0px 0px 0px 20px rgba(25, 37, 77, 0.2), 0px 0px 0px 30px rgba(25, 37, 77, 0.2);
}
.contact .contact-form-wrapper .contact-box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  margin-bottom: 16px;
}
.contact .contact-form-wrapper .contact-box .input-field {
  width: 100%;
  border: 0px;
  height: 50px;
  color: #a1aed4;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 22px;
}
.contact .contact-form-wrapper .contact-box .input-field::-webkit-input-placeholder {
  color: #a1aed4;
}
.contact .contact-form-wrapper .contact-box .input-field:-moz-placeholder {
  color: #a1aed4;
}
.contact .contact-form-wrapper .contact-box .input-field::-moz-placeholder {
  color: #a1aed4;
}
.contact .contact-form-wrapper .contact-box .input-field:-ms-input-placeholder {
  color: #a1aed4;
}
.contact .contact-form-wrapper .contact-box .input-field.textarea {
  height: 120px;
  resize: none;
}
.contact .contact-form-wrapper .contact-box .mybtn1 {
  margin-top: 11px;
}

/* Contact Area End */
/* 404 Area Start */

/* 404 Area End */
/* faq-section css start */
.faq-section {
  background: #0b122e;
  padding: 80px 0px 80px;
}
.faq-section .card {
  background: #1c294e !important;
}
.faq-section .section-heading {
  margin-bottom: 53px;
}
.faq-section .section-heading .subtitle {
  margin-bottom: 15px;
}

.sorteo-accordion .card-header {
  padding: 0;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.sorteo-accordion .card-header .btn-link {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #1c294e;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 50px;
text-decoration: none;
}

.sorteo-accordion .card-header .btn-link.collapsed::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 15px;
  right: 30px;
  font-size: 22px;
  color: #85878f;
}

.sorteo-accordion .card-header .btn-link::before {
  position: absolute;
  content: "\f106";
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 15px;
  right: 30px;
  color: #85878f;
}

.sorteo-accordion .card .card-header {
  border: none;
}

.sorteo-accordion .card-body {
  margin-top: 10px;
  padding: 20px 50px;
}

.sorteo-accordion .card-header .btn-link:hover,
.sorteo-accordion .card-header .btn-link:focus {
  text-decoration: none;
}

.sorteo-accordion .card-header .btn-link i {
  width: 40px;
  height: 40px;
  font-size: 24px;
  background: #31b3f6;
  -webkit-box-shadow: -0.707px 0.707px 9.5px 0.5px rgba(6, 97, 144, 0.3);
          box-shadow: -0.707px 0.707px 9.5px 0.5px rgba(6, 97, 144, 0.3);
  border-color: 1px solid rgba(198, 198, 198, 0.5);
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  border-radius: 50%;
}

.sorteo-accordion .card {
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
  border-radius: 30px;
}

.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.accordion .card:first-of-type {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.sorteo-accordion .card + .card {
  margin-top: 15px;
}
.footer-widget ul {
  gap: 20px;
}

@media (max-width: 1199px){
 
  .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
    padding: 20px 10px;
}
.header .mainmenu-area .navbar::after {
  border-bottom: 66px solid #070b28;
}
.header .mainmenu-area .navbar::before,
.header .mainmenu-area .navbar::after
{
  display: none;
}
.breadcrumb-area.bc-contact {
  padding: 203px 0px 94px;
}
.contact .left-img {
  top: 390px;
  left: 6px;
  max-width: 480px;
}
.contact .section-heading {
  margin-bottom: 80px;
}
}

@media  (max-width: 991px) {
 
  .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link .mr-hover-effect{
    display: none;
  }
  .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
  }
  .header .mainmenu-area .navbar .navbar-brand {
    padding-left: 0px;
  }
  .header .top-header .content .left-content .left-list li p
  {
    font-size: 14px;
  }
  .header .mainmenu-area .navbar {
    padding: 8px 0px;
}
  .hero-area {
    padding: 189px 0px 730px;
  }

  .features .single-feature {
    margin-bottom: 30px;
    display: block;
  }
  .features {
    padding-bottom: 80px;
}
.section-heading .title {
  font-size: 40px;
  line-height: 50px;
}
.section-heading .subtitle {
  font-size: 20px;
  line-height: 30px;
}
.section-heading .text
{
  font-size: 20px;
  line-height: 30px;
}
.get-start {
  padding: 80px 0px 80px;
}
.get-start .right-image {
  text-align: center;
  margin-top: 60px;
}
.footer .footer-widget .title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px;
}
.footer-widget.info-link-widget {
  margin-top: 22px;
}
.footer .copy-bg .left-area {
  text-align: center;
}
.footer .copy-bg .copright-area-links {
  text-align: center;
}
.header .top-header .content .left-content .left-list li::before
{
  font-size: 14px;
}
.breadcrumb-area .title {
  font-size: 40px;
  line-height: 50px;
}
.breadcrumb-area.bc-contact {
  padding: 187px 0px 94px;
}
.contact .left-img{
  display: none;
}
.contact .contact-form-wrapper{
  padding-right: 0px;
}
div#main_menu .navbar-nav{
  overflow-y: auto;
}
}

@media  (max-width: 767px) {
  .hero-area .left-content .content .title {
    font-size: 50px;
    line-height: 60px;
}
.hero-area .left-content .content .subtitle {
  font-size: 24px;
  line-height: 34px;
}
.hero-area .left-content .content .text {
  font-size: 20px;
  line-height: 30px;
}
.hero-area {
  padding: 189px 0px 265px;
}
.header .top-header .content{
  display: flow-root;
}
.header .top-header .content .left-content {
  text-align: center;
  margin-bottom: 15px;
}
.header .top-header .content .right-content{
  text-align: center;
}
.hero-area .left-content {
  text-align: center;
}
.breadcrumb-area.bc-contact {
  padding: 230px 0px 94px;
}
.get-start .left-area .section-heading {
  text-align: center;
}
.footer .footer-widget ul {
  display: block !important;
}
}
@media  (max-width: 575px) {
  .hero-area {
    padding: 232px 0px 265px;
  }
  .hero-area .left-content .content .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-area .left-content .content .title {
    font-size: 40px;
    line-height: 50px;
  }
  .section-heading .title {
    font-size: 30px;
    line-height: 40px;
  }
  .features .single-feature .content .title {
    font-size: 20px;
    line-height: 30px;
  }

.breadcrumb-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sorteo-accordion .card-header .btn-link.collapsed::before,
.sorteo-accordion .card-header .btn-link::before
{
  display: none;
}
.sorteo-accordion .card-body {
    margin-top: 10px;
    padding: 16px 30px 8px;
}
.sorteo-accordion .card-body p{
  font-size: 14px;
}
.sorteo-accordion .card-header .btn-link {
  display: block;
  position: relative;
}
.sorteo-accordion .card-header .btn-link i{
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sorteo-accordion .card-header .btn-link {
  padding: 17px 10px 17px 70px;
}
.section-heading .subtitle {
  font-size: 18px;
  line-height: 28px;
}
.contact .contact-form-wrapper .contact-box .title
 {
  font-size: 20px;
  line-height: 30px;
}
.breadcrumb-area .title {
  font-size: 30px;
  line-height: 40px;
}
.footer .footer-widget .title {
  font-size: 22px;
  line-height: 32px;
}
.single-game img
{
  animation: unset;
}
}

@media  (max-width: 414px) {
  
  .header .top-header .content .left-content .left-list li {
    margin-right: 15px;
}
.header .top-header .content .left-content .left-list li::before {
  right: -14px;
}
/* .single-game img {
  max-width: 150px;
}
.single-game {
  height: 280px;
  line-height: 280px;
} */
.features .single-feature .icon
{
  width: 100px;
  height: 100px;
}
.features .single-feature .icon img
{
  width: 40px;
}
.features .single-feature .icon.one,
.features .single-feature .icon.two,
.features .single-feature .icon.three
 {
  line-height: 80px;
}
.section-heading .title {
  font-size: 26px;
  line-height: 36px;
}
.hero-area .left-content .content .title {
  font-size: 30px;
  line-height: 40px;
}
.hero-area .left-content .content .subtitle {
  font-size: 18px;
  line-height: 28px;
}
.hero-area .mybtn1 {
  font-size: 14px;
  padding: 9px 20px;
}
.breadcrumb-area .title {
  font-size: 24px;
  line-height: 34px;
}
.sorteo-accordion .card-header .btn-link {
  font-size: 16px;
}
.breadcrumb-area.bc-contact {
  padding: 232px 0px 94px;
}
}

@media  (max-width: 343px) {
.hero-area {
  padding: 258px 0px 265px;
}
.breadcrumb-area.bc-contact {
  padding: 257px 0px 94px;
}
}

.header .top-header .content .right-content .right-list > li .tm-dropdown .tm-dropdown-menu .list li::last-child {
  margin-bottom: 0px;
}

.about-page-section {
  background: #0b122e;
  padding: 112px 0px 120px;
  position: relative;
}
.about-page-section .section-heading {
  text-align: left;
}
.about-page-section .section-heading .mybtn1 {
  margin-top: 23px;
}
.about-page-section .about-video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about-page-section .about-video img {
  width: 100%;
}

.playing {
  margin-bottom: 50px;
  padding-top: 50px;
  height: 450px;
  width: 100%;
}
.page-img {
  max-height: 360px;
  object-fit: cover;
  border-radius: 15px;
  float: left;
  width: 40%;
  margin: 17px;
    margin-top: 17px;
    margin-left: 17px;
  margin-top: 0;
  margin-left: 0;
}
.page-content p {
  margin-bottom: 10px;
}