@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  /* background: linear-gradient(45deg, #F0BE14 0, #faae4b 50%, #F0BE14 110%); */
  background: #0e111b;
  /* background: url(../images/webbg.jpg) no-repeat; */
  /* background-size: 100% 100%;
  background-attachment: fixed; */
}

a:link,
a:visited,
a:any-link {
  text-decoration: none;
}
.celebrity_section p {
  color: #ffffff;
}
.sticky-floating-icon.instagramcsgh a {
  background: radial-gradient(circle at 30% 107%, #fd5949 0%, #fd5949 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.sticky-floating-icon.instagramcsgh {
  top: 80vh;
}

.herosection_main {
  margin-bottom: 30px;
  margin-top: 10px;
}
.herosection_main_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.herosection_col {
  width: 24%;
  display: inline-flex;  
}
.hero-colset {
  display: flex;
  width: 100%;  
  padding: 20px;
  align-items: center;
  background-color: rgb(50 55 56 / 1);
  position: relative;
}
.hero-colset h3 {
  margin: 0;
  letter-spacing: 1px;
}
.hero1 {
  background-image: linear-gradient(to left, rgb(44, 80, 64), transparent 75%);
  background-size: cover;
  height: 80px;
  border-radius: 16px;
}
.hero1 img {
    width: 150px;
    position: absolute;
    right: -19px;
    top: -28px;
}
.hero2 {
  background-image: linear-gradient(to left, rgb(88, 46, 89), transparent 75%);
  background-size: cover;
  height: 80px;
   border-radius: 16px;
}
.hero2 img {
  width: 150px;
  position: absolute;
  right: -19px;
  top: -28px;
}
.hero3 {
  background-image: linear-gradient(to left, rgb(66, 83, 48), transparent 75%);
  background-size: cover;
  height: 80px;
   border-radius: 16px;
}
.hero3 img {
  width: 120px;
  position: absolute;
  right: -19px;
  top: -18px;
}
.hero4 {
  background-image: linear-gradient(to left, rgb(80, 65, 48), transparent 75%);
  background-size: cover;
  height: 80px;
  border-radius: 16px;
}
.hero4 img {
  width: 120px;
  position: absolute;
  right: -19px;
  top: -18px;
}
.hero-colset h3 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-shadow: rgba(9, 12, 29, 0.25) 0px 2px 0px;
  font-size: 30px;
}
.grid_wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 17px;
}
.grid_link_wrap {
  display: flex;
}
.grid_link_wrap img {
  border-radius: 10px;
  max-width: 100%;
}
.grid_wrap_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cmn_sec_title {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #fff;
  margin: 0px;
  flex-wrap: wrap;
  column-gap: 5px;
}
.view_all_btn {
  font-size: 12px;
  line-height: 18px;
  color: rgb(255, 255, 255, 0.6);
}
.view_all_btn:hover {
  color: rgb(255, 255, 255, 1);
}


.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1360px;
}

.khelnaorjit .about_us_mglionpk_inner:after {
  display: none;
}

.top_header {
  width: 100%;
  background: #012b26;
  padding: 8px 0;
  overflow: hidden;
  display: none !important;
}

.best_tips_listing .about_us_mglionpk_inner {
  flex-direction: column;
  background: #9d7a10;
}

.best_tips_listing .about_us_mglionpk_inner:after {
  display: none;
}

.whtclrx,
.p_mglionpkx {
  color: #ffffff !important;
}

.header__animate__wraper {
  display: flex;
  height: 40px;
  white-space: nowrap;
  position: relative;
  will-change: transform;
  animation: marquee 50s linear 0s infinite normal;
  animation-play-state: running;
}

.header__animate__item {
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.header__animate__item img {
  margin-right: 20px;
  width: 18px;
}

.header__animate__item h3 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.header .header_sec {
  background: linear-gradient(90deg, rgba(7, 143, 100, 0.27) 0%, rgba(160, 212, 195, 0.15) 38%, rgba(255, 255, 255, 0.15) 50%, rgba(7, 143, 100, 0.27) 100%);
  border: none;
  border-radius: 10px;
  padding: 6px 16px;
  margin: 10px 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.header {
  width: 100%;
  background: transparent;
  padding: 0;
}

.img-fluidz {
  max-width: 160px;
}

.header ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header ul li {
  display: inline-flex;
  margin: 0 8px;
}

.header ul li a {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.spin_the_wheel_inner.sp1 {
  background: linear-gradient(180deg, #0e439f, #0c2d76) !important;
}

.spin_the_wheel_inner.sp2 {
  background: linear-gradient(180deg, #5c5600, #fdeb13) !important;
}

.spin_the_wheel_inner.sp2.sp3 {
  background: linear-gradient(180deg, #bd57a5, #e10689) !important;
}

.footer_rowthree {
  justify-content: center;
}

.menubar_set_rft {
  display: inline-flex;
  font-weight: 600;
  padding: 0 20px;
  color: #222;
  font-size: 16px;
  border-radius: 6px;
  background-color: #fdcf13;
  height: 40px;
  letter-spacing: 0.5px;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.celebrity_section_inner .swiper-container .swiper-slide button:hover svg path {
  fill:#fdcf13;
}
.celebrity_section_inner .swiper-container .swiper-slide button:hover svg circle {
  fill:#31bc69;
}

.menubar_set_rft.reg {
  background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
  color: #fff;
}


.banner_section {
  width: 100%;
  padding: 0 0 20px 0;
}

.banner_item {
  display: flex;
  width: 100%;
  height: 380px;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  /* background: url(../images/pk.jpg) right no-repeat; */
  background-size: cover;
  border-radius: 20px;
  margin: 0;
}

.banner_item h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.banner_item p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.whrtboxlink {
  box-shadow: 0 10px 35px #0003;
  border-radius: 12px;
  font-weight: 600;
  font-size: 26px;
  padding: 12px 32px;
  color: #fff !important;
  background: #12d766;
  min-height: 44px;
  text-align: center;
  max-width: 100%;
  min-width: 174px;
}

.spin_the_wheel_inner {
  display: flex;
  background: linear-gradient(135deg, #1d6f64 10%, #015901 90%);
  width: 100%;
  align-items: center;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  background-size: 200% 200%;
  background-position: 0 100%;
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  color: #fff;
}

.sp1 {
  position: relative;
  letter-spacing: 0.5px;
}

.sp1 .wheel-of-fortune-button-module_image {
  position: absolute;
  left: -16px;
  top: 16px;
  z-index: 2;
  width: 70px;
  height: 70px;
}

.whrtboxlink:hover {
  background: #fbfbfb;
  color: #198754 !important;
}

.sp1 span {
  position: absolute;
  left: -14px;
  top: 18px;
  box-shadow: none;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  z-index: 1;
  animation: wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common 7s linear infinite;
}

.sp1 span img {
  animation: wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common 10s linear infinite;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

@keyframes wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common {
  100% {
    transform: rotate(1turn);
  }
}

.sp2 {
  position: relative;
  letter-spacing: 0.5px;
}

.sp2 .menu-referrals-buttons_imageFrame__Q9Khk {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 70px;
}

.spin_the_wheel_mglionpk {
  margin-bottom: 20px;
}

.sp3 {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.5px;
}

.sp3 span {
  font-size: 16px;
  font-weight: 500;
}

.col-smdright>img {
  height: 450px !important;
}

.sp2 .menu-referrals-buttons_imageFrame__Q9Khkx {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 70px;
}

.h2_mglionpk {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  /* text-transform: capitalize; */
  letter-spacing: 0.5px;
  margin: 0 0 20px 0;
}

.p_mglionpk {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.bgCTZA {
  background: #033b1b !important;
  background-size: 300px !important;
  position: relative;
  width: 100%;
  height: 300px;
}

.bgCTZA:after {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  content: '' !important;
  left: 0 !important;
  bottom: 0;
  background: url(../images/img-light.png) no-repeat !important;
  transform: rotateY(180deg) !important;
  background-position: right !important;
  z-index: -1 !important;
  opacity: 0.6 !important;
}

.h3_mglionpk {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0 0 20px 0;
}

.p-80 {
  padding: 40px 0;
}

.about_us_mglionpk_inner {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  height: 100%;
  position: relative;
  background-size: contain;
  color: #fff;
  background: linear-gradient(144.76deg, #2c6558, #020b04);
  background-repeat: no-repeat;
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 11;
}

.about_us_mglionpk_inner:after {
  background: url(../images/ambassador-effect.webp) no-repeat bottom right;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  height: 100%;
}

.about_us_mglionpk_inner .col-sm-4 img {
  position: relative;
  z-index: 2;
}

.about_us_mglionpk_inner .col-sm-8 {
  position: relative;
  z-index: 2;
}

.col-smd {
  width: 60%;
  padding-right: 0;
}

.col-smdright {
  width: 34%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about_us_mglionpk {
  margin-bottom: 20px;
}

.setMain_section {
  position: relative;
  width: 100%;
}

.wht {
  background: #fff !important;
}

.whtclr {
  color: #fff;
}

.main-section-links_itemWrapper__bj0lv {
  padding: 0 8px;
  width: 33.33%;
  height: 320px;
}

.main-section-links_item__WhAzo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  border-radius: 8px;
  padding: 16px;
  background-color: #162029;
  overflow: hidden;
}

.main-section-links_blur__y8Bxs {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 80%;
  height: 200px;
  filter: blur(30px);
  transform: translate(-50%, 0);
  z-index: 0;
  opacity: .15;
}

.main-section-links_top__ePN0f,
.main-section-links_bottom__r2QkV {
  z-index: 1;
}

.main-section-links_title__5Ky4B {
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.main-section-links_description__mgQtk {
  color: #94aeb4;
  font-weight: 400;
  line-height: 1.45em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-section-links_bottom__r2QkV {
  display: flex;
  justify-content: center;
}

.button_default__8rn6c.button_main__xQW14 {
  background-color: #2bc69d;
  text-shadow: 0 0 2px rgb(15.7012448133, 72.2987551867, 57.3278008299);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 6px;
}

.button_inner__2ZdlS {
  /* display: block; */
  max-width: 100%;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button_icon__cBb3p.button_right__eWshK {
  margin-left: 12px;
}

.app-button .svg-icon {
  font-size: 20px;
}

.main-section-links_itemWrapper__bj0lv:nth-child(1) .main-section-links_image__06frl {
  left: calc(50% - 25px);
}

.main-section-links_image__06frl {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: calc(100% - 60px);
  z-index: 1;
}

.in-section-links_mainSecti {
  margin: 0 -8px;
}

.howto_placebox {
  padding: 30px 20px;
  /* border: 2px dashed #ffffff; */
  border-radius: 20px;
  height: 100%;
}

.p-60 {
  padding: 60px 0;
}

.capcontrnen_dp .main-section-links_description__mgQtk {
  overflow: inherit;
  -webkit-line-clamp: none;
}

.capcontrnen_dp .main-section-links_blur__y8Bxs {
  height: 100%;
}

.capcontrnen_dp .main-section-links_itemWrapper__bj0lv {
  height: auto;

}

.howtobetstep .howto_placebox h3 {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 40px;
}

.howtobetstep .howto_placebox h3 img {
  position: absolute;
  width: 36px;
  left: 0;
  top: auto;
}

.capcontrnen_dp .main-section-links_description__mgQtk {
  color: #fff;
}

.setpaddingnw .howto_placebox {
  padding: 18px;
  border: 1px solid #6dcfa1;
}

.setpaddingnw .howto_placebox .p_mglionpk {
  margin-bottom: 0 !important;
}

.setpaddingnw .col-sm-12:nth-child(2n) .howto_placebox {
  border: 1px solid #fdce14;
}

.whrtboxlinkgreen {
  background: #2bc69d;
  color: #fff !important;
}

.howtobetstep .howto_placebox {
  background: url(../images/ctabg.png) no-repeat;
  background-size: cover;
}

.newblursectionvclass.in-section-links_mainSecti {
  margin: 0;
}

.capcontrnen_dp .main-section-links_description__mgQtk {
  margin: 0 !important;
}

.newblursectionvclass.in-section-links_mainSecti .main-section-links_itemWrapper__bj0lv {
  width: 100%;
  margin: 8px 0;
}

.nwsectionfetuopRop.howtobetstep .howto_placebox h3 {
  font-size: 26px;
}

.nwsectionfetuopRop.howtobetstep .howto_placebox p {
  margin-bottom: 0;
}

.nwsectionfetuopRop.howtobetstep .howto_placebox {
  border: 2px dashed #ffc107;
  background: #ffc10717;
}


.accordion-item {
  background-image: linear-gradient(to left, rgb(71, 56, 111), transparent 30%);
  /* background-image: linear-gradient(to right, rgb(66, 83, 48), transparent 50%); */
  background-color: #2f437570;
  color: #fff !important;
}

.accordion-button:not(.collapsed) {
  background: #090f1e;
  color: #fff;
}

.accordion-button {
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}

.setMain_sectionxcg1 {
  position: relative;
  width: 100%;
  /* background: url(../images/overlay-shape.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}

.setMain_sectionxcg2:after {
  width: 100%;
  height: 100%;
  background: url(../images/overlay-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: -111px;
  top: 0;
  transform: rotateY(208deg);
  z-index: -1;
}

.setMain_sectionxcg2 {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.accordion-body h4 {
  font-size: 18px;
}


.footer_rowtwo {
  justify-content: space-between;
  margin-bottom: 25px;
}

.footer_rowtwo,
.footer_secure {
  align-items: center;
  display: flex;
}

.banner_videowrapper video,
.offcanvas,
.theme_modal video,
img {
  max-width: 100%;
}

.footer_secure .footer_secure_content,
ul.social_link li a {
  margin-left: 15px;
}

.footer_rowfourT h6,
.footer_title_wrapper h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.footer_rowfourT span,
.footer_title_wrapper p {
  font-size: 21px;
  color: #ffcc32;
  margin: 0;
}

.footer_rowtwor ul li,
ul.singleul {
  margin-left: 30px;
}

.footer_rowtwor ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
}

b {
  color: #e0bf00;
}

.footer_row1,
.footer_rowfourT,
.footer_rowthree {
  border-bottom: 1px dashed #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
}

.smmglionbetFooter ul li a {
  color: #fff;
}

.footer_rowthree .palmentmethod_box {
  background-image: linear-gradient(to left, rgb(71 56 111 / 50%), transparent 30%);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px;
  padding: 0;
  border: 5px solid #12d766;
  display: inline-flex;
  align-items: center;
  width: 180px;
  justify-content: center;
  margin: 5px 20px;
}

.smmglionbetFooter ul {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.smmglionbetFooter ul li {
  color: #fff;
}

.smmglionbetFooter h4 {
  color: #fff;
  font-weight: 600;
}

.smmglionbetFooter p {
  color: #fff;
}

.smmglionbetFooter img {
  width: 160px;
}

.smmglionbetFooter ul li a:hover {
  color: #ccc;
}

.footer_rowfifth {
  border-top: 1px dashed #fff;
  padding-top: 10px;
}

.footer_rowfifth span {
  display: flex;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  color: #ffc630;
  font-weight: 300;
  font-size: 18px;
  justify-content: center;
}

.offer_box_part {
  position: relative;
  z-index: 1;
}

.offer_box_part:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background: #031f5fb3;
  z-index: -1;
}

.toggle_btn_wrap {
  display: none;
}

.main_menu_close {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  top: 20px;
  bottom: auto;
  width: auto;
  opacity: 1;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev {
  left: auto;
  right: 65px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: #198754a3;
  border-radius: 4px;
  background-size: 28px;
  background-position: center center;
  opacity: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  /* border: 2px dotted #0db552; */
}

.banner_item {
  position: absolute;
  height: 100%;
  top: 0;
  width: 60%;
  padding-left: 96px !important;
}

.sticky-floating-icon {
  position: fixed;
  overflow: hidden;
  top: 60vh;
  right: 0;
  z-index: 1009;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sticky-floating-icon a {
  display: flex;
  padding: 0 10px 0 16px;
  width: 70px;
  height: 66px;
  background: #47c757;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
  border-radius: 33px 0 0 33px;
  border: 2px solid #fff;
  border-right: 0;
  cursor: pointer;
  align-items: center;
  transition: 0.5s;
}

.sticky-floating-icon a span.icon {
  position: absolute;
  height: auto !important;
  font-size: inherit !important;
}

.sticky-floating-icon a span.icon {
  position: absolute;
  height: auto !important;
  font-size: inherit !important;
}

.sticky-floating-icon a:hover {
  width: 220px;
}

.sticky-floating-icon a span {
  position: absolute;
}

.sticky-floating-icon a span.title {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0s;
  padding-left: 50px;
}

.sticky-floating-icon a:hover span.title {
  transform: scale(1);
  transition-delay: 0.25s;
}


.modal-dialog {
  width: auto;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: transparent;
}

.modal-content .modal-body {
  padding: 0;
  border: none;
  background: linear-gradient(to right, red, orange);
  padding: 4px;
  border-radius: 10px;
  line-height: 1;
}

.modal-content .btn-close span {
  color: #000;
  font-size: 30px;
  position: relative;
  top: -3px;
}

.modal-content video {
  max-width: 100%;
  border-radius: 10px;
}

.celebrity_section_inner .swiper-container .swiper-slide button svg {
  display: none;
}

.celebrity_section_inner .swiper-container .swiper-slide button:hover svg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 1;
}

.celebrity_section_inner .swiper-container .swiper-slide button:hover:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content .btn-close {
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0;
  font-size: 0;
  position: absolute;
  right: -15px;
  top: -17px;
  margin: 0;
  border: none;
}

.modal-dialog .modal-content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  background: none;
  border: none;
  background: transparent;
}

.celebrity_section_inner .swiper-container .swiper-slide button {
  border-radius: 50%;
  background: transparent;
  border: none;
  padding: 0;
}

.celebrity_section_inner .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
}

.celebrity_section_inner .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.celebrity_section_inner .swiper-container .swiper-slide {
  padding: 2px;
  /* background: radial-gradient(circle at 30% 107%, #fd5949 0%, #fd5949 5%, #fd5949 45%, #36722a 60%, #47c757 90%); */
  border-radius: 10px;
}

.celebrity_section_inner .swiper-container .swiper-slide img {
  max-width: 100%;
  border-radius: 10px;
}

.celebrity_section_inner .swiper-nav-container {
  background: transparent;
  position: absolute;
  top: 48px;
  right: 0;
  display: flex;
}

.celebrity_section_inner .swiper-nav-container .swiper-button-prev,
.celebrity_section_inner .swiper-nav-container .swiper-button-next {
  border-radius: 50%;
  border: none;
  background-color: rgb(209 251 187);
  width: 36px;
  height: 36px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-size: 11px;
}

.celebrity_section_inner .swiper-nav-container .swiper-button-prev {
  position: absolute;
  left: -90px;
}

.celebrity_section_inner h1 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FDCF13;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .herosection_col .hero-colset img {
    right: 0 !important;
  }
  .header__animate__wraper {
    height: 45px;
  }

  .banner_item h1 {
    font-size: 36px;
  }

  .whrtboxlink {
    font-size: 18px;
    padding: 10px 28px;
  }

  .spin_the_wheel_inner {
    font-size: 18px;
  }

  .h2_mglionpk {
    font-size: 32px;
  }

  .main-section-links_title__5Ky4B {
    font-size: 22px;
  }

  .h3_mglionpk {
    font-size: 26px;
    margin: 0 0 15px 0;
  }

  .best_tips_listing .col-sm-6 .about_us_mglionpk_inner {
    padding: 30px 20px;
  }

  .footer_rowfourT h6,
  .footer_title_wrapper h3 {
    font-size: 20px;
  }

  .footer_rowfourT span,
  .footer_title_wrapper p {
    font-size: 18px;
  }

  .smmglionbetFooter h4 {
    font-size: 22px;
  }

  .footer_rowfifth span {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .hero-colset h3 {
    font-size: 20px;
  }
  .herosection_col .hero-colset img {
    width: 100px;
    top: auto;
  }
  .header .col-sm-6 {
    display: none !important;
  }

  .col-smdright {
    display: none;
  }

  .col-smd {
    width: 100%;
  }

  .header__animate__wraper {
    height: 40px;
  }

  .header__animate__item img {
    margin-right: 32px;
  }

  .header__animate__item h3 {
    font-size: 12px;
  }

  .header__animate__item {
    margin-right: 32px;
  }

  .header ul li {
    margin: 0 6px;
  }

  .header ul li a {
    padding: 5px 8px;
  }

  .banner_item {
    /* height: 340px; */
    /* background: url(../images/mglionpk_banner.png) center right -50px no-repeat; */
    background-size: cover;
  }

  .banner_item h1 {
    font-size: 32px;
  }

  .banner_item p {
    font-size: 15px;
    max-width: 600px;
  }

  .banner_item p br {
    display: none;
  }

  .spin_the_wheel_inner {
    padding: 0 10px;
  }

  .sp1 .wheel-of-fortune-button-module_image {
    left: -22px;
    top: 22px;
    width: 60px;
    height: 60px;
  }

  .sp1 span {
    left: -22px;
    top: 20px;
  }

  .spin_the_wheel_inner {
    font-size: 16px;
    height: 65px;
  }

  .sp2 .menu-referrals-buttons_imageFrame__Q9Khk {
    left: -10px;
    top: 5px;
    height: 60px;
  }

  .sp2 .menu-referrals-buttons_imageFrame__Q9Khkx {
    right: -10px;
    top: 5px;
    height: 60px;
  }

  .sp3 span {
    font-size: 14px;
  }

  .about_us_mglionpk_inner {
    padding: 30px 20px;
  }

  .about_us_mglionpk_inner:before {
    background: url(../images/ambassador-effect.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .h2_mglionpk {
    font-size: 30px;
  }

  .h3_mglionpk {
    font-size: 24px;
  }

  .footer_rowfifth span {
    padding-top: 0;
    font-size: 15px;
  }

  .nwsectionfetuopRop.howtobetstep .howto_placebox h3 {
    font-size: 24px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 32px;
    height: 32px;
    background-size: 22px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 15px;
  }

  .carousel-control-next {
    right: 15px;
  }

  .carousel-control-prev {
    right: 60px;
  }
}

@media (max-width: 991px) {
  .celebrity_section_inner .swiper-nav-container {
    display: none;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  body.menu-open {
    overflow: hidden;
    /* Optional: Prevent scrolling when the menu is open */
    position: relative;
  }

  .banner_item {
    padding-left: 10px !important;
  }

  .carousel-inner h1 {
    font-size: 18px !important;
  }

  .carousel-inner h1 br {
    display: none;
  }

  .carousel-inner {
    border-radius: 10px !important;
  }

  .carousel-inner .whrtboxlink {
    margin-top: 5px !important;
    display: none !important;
  }

  body.menu-open:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #070726;
    z-index: 12;
    opacity: 0.7;
  }

  .main_menu_close {
    display: inline-flex;
  }

  .main_menu_close svg {
    color: #fff;
    width: 20px;
  }

  .p-60 {
    padding: 45px 0;
  }

  .main_menu_wrap {
    position: fixed;
    transform: translateX(300px);
    right: 0;
    width: 300px;
    justify-content: flex-start !important;
    padding: 15px;
    height: 100vh;
    top: 0;
    background-color: #154d63;
    z-index: 14;
    flex-direction: column;
    transition: transform 0.3s ease;
  }

  .main_menu_wrap.open {
    transform: translateX(0px);
  }

  .main_menu_wrap ul {
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
  }

  .header ul li {
    margin: 0px;
    width: 100%;
  }

  .header ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .header ul li a {
    width: 100%;
  }

  .toggle_btn_wrap {
    background-color: transparent;
    display: inline-flex;
    padding: 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
  }

  .toggle_btn_wrap svg {
    color: #fdce14;
    width: 24px;
    height: 18px;
  }

  .toggle_btn_wrap:hover {
    background-color: #fdce14
  }

  .toggle_btn_wrap:hover svg {
    color: #052841;
  }

  .banner_item {
    /* height: 300px; */
    /* background: url(../images/mglionpk_banner.png) center right -70px no-repeat; */
    background-size: cover;
  }

  .banner_item h1 {
    font-size: 28px;
  }

  .banner_item p {
    font-size: 14px;
    max-width: 450px;
  }

  .whrtboxlink {
    font-size: 16px;
    padding: 10px 24px;
    min-height: 40px;
  }

  .spin_the_wheel_mglionpk .row {
    row-gap: 15px;
  }

  .h2_mglionpk {
    font-size: 28px;
    margin: 0 0 15px 0;
  }

  .p_mglionpk {
    font-size: 15px;
  }

  .main-section-links_itemWrapper__bj0lv {
    height: 260px;
  }

  .games_grids_wrap .main-section-links_item__WhAzo {
    padding: 12px;
  }

  .main-section-links_image__06frl {
    max-height: calc(100% - 100px);
  }

  .main-section-links_itemWrapper__bj0lv:nth-child(1) .main-section-links_image__06frl {
    left: calc(50% - 15px);
  }

  .main-section-links_title__5Ky4B {
    font-size: 20px;
  }

  .main-section-links_description__mgQtk {
    font-size: 15px;
  }

  .button_default__8rn6c.button_main__xQW14 {
    font-size: 15px;
    padding: 6px 16px;
  }

  .howto_placebox {
    padding: 20px 15px;
  }

  .howtobetstep .howto_placebox h3 {
    padding-left: 35px;
  }

  .howtobetstep .howto_placebox h3 img {
    width: 30px;
  }

  .h3_mglionpk {
    font-size: 22px;
  }

  .in-section-links_mainSecti.newblursectionvclass {
    position: relative;
  }

  .best_tips_listing .col-sm-6 .about_us_mglionpk_inner,
  .best_tips_listing .col-sm-12 .about_us_mglionpk_inner {
    padding: 20px 15px;
  }

  .nwsectionfetuopRop.howtobetstep .howto_placebox h3 {
    font-size: 22px;
  }

  .footer_secure.footer_title_wrapper img {
    max-width: 120px;
  }

  .footer_secure .footer_secure_content,
  ul.social_link li a {
    margin-left: 10px;
  }

  .footer_rowfourT h6,
  .footer_title_wrapper h3 {
    font-size: 18px;
  }

  .footer_rowfourT span,
  .footer_title_wrapper p {
    font-size: 16px;
  }

  .footer_rowtwor ul li,
  ul.singleul {
    margin-left: 20px;
  }

  .footer_rowtwor ul li img {
    max-width: 50px;
  }

  .footer_rowthree .palmentmethod_box {
    padding: 8px;
  }

  .footer_rowthree .palmentmethod_box img {
    max-width: 55px;
    max-height: 40px;
  }

  .smmglionbetFooter .row {
    row-gap: 15px;
  }

  .smmglionbetFooter h4 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .smmglionbetFooter ul {
    padding: 15px 0;
  }

  .smmglionbetFooter ul li {
    font-size: 15px;
  }

  .footer_rowfifth span {
    font-size: 14px;
  }

  .accordion-body h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .herosection_main {
    margin-top: 0;
    margin-bottom: 0;
  }
  .celebrity_section_inner h1 {
    font-size: 28px;
  }
  .herosection_col {
    width: 48.5%;
    display: inline-flex;
    margin-bottom: 10px;
  }
  .grid_link_wrap {
    margin-bottom: 10px;
  }
  .grid_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 17px;
  }
  .banner_section {
    padding-bottom: 10px;
  }
  .herosection_main_inner {
    flex-wrap: wrap;
  }
  .header__animate__wraper {
    height: 35px;
  }

  .header__animate__item img {
    margin-right: 26px;
    width: 16px;
  }

  .header__animate__item h3 {
    font-size: 10px;
  }

  .header {
    padding: 0;
  }

  .banner_item {
    /* position: relative;
    border: 2px solid #042742;
    overflow: hidden; */
  }

  .banner_item:before {
    /* content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #012c39;
    opacity: 0.8; */
  }

  .banner_item h1,
  .banner_item p,
  .banner_item .whrtboxlink {
    position: relative;
    z-index: 2;
  }

  .main-section-links_itemWrapper__bj0lv {
    height: 220px;
  }

  .main-section-links_itemWrapper__bj0lv:nth-child(1) .main-section-links_image__06frl {
    left: calc(50% - 10px);
  }

  .button_default__8rn6c.button_main__xQW14 {
    font-size: 14px;
    padding: 5px 12px;
  }

  .footer_rowtwo {
    flex-direction: column;
    row-gap: 15px;
    align-items: flex-start;
  }

  .footer_secure.footer_title_wrapper img {
    max-width: 100px;
  }

  .footer_rowfourT h6,
  .footer_title_wrapper h3 {
    font-size: 16px;
  }

  .footer_rowfourT span,
  .footer_title_wrapper p {
    font-size: 14px;
  }

  .footer_rowthree {
    flex-wrap: wrap;
  }

  .footer_rowthree .palmentmethod_box {
    width: calc(25% - 10px);
    min-height: 60px;
  }

  .footer_rowthree .palmentmethod_box img {
    max-width: 70px;
  }

  .nwsectionfetuopRop.howtobetstep .howto_placebox h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .herosection_col .hero-colset img {
    width: 70px;
  }
  .p-60 {
    padding: 30px 0;
  }

  .header_sec {
    flex-wrap: nowrap;
    column-gap: 10px;
  }

  .header_sec .logo_sec {
    width: auto;
    max-width: max-content;
    padding-right: 0;
  }

  .header_sec .logo_sec img {
    max-width: 130px;
  }

  .header_sec .header_r_sec {
    width: auto;
    max-width: max-content;
    padding-left: 0;
  }

  .menubar_set_rft {
    font-size: 13px;
    padding: 0 12px;
  }

  .toggle_btn_wrap {
    padding: 2px;
  }

  .banner_item {
    padding: 15px;
  }

  .banner_item h1 {
    font-size: 26px;
  }

  .whrtboxlink {
    font-size: 14px;
    padding: 8px 20px;
    min-height: 36px;
  }

  .spin_the_wheel_inner {
    font-size: 14px;
    height: 60px;
  }

  .sp1 .wheel-of-fortune-button-module_image {
    left: -24px;
    top: 24px;
    width: 50px;
    height: 50px;
  }

  .sp1 span {
    width: 60px;
    height: 60px;
    left: -26px;
  }

  .sp2 .menu-referrals-buttons_imageFrame__Q9Khk {
    height: 55px;
  }

  .sp2 .menu-referrals-buttons_imageFrame__Q9Khkx {
    height: 55px;
  }

  .h2_mglionpk {
    font-size: 24px;
    margin: 0 0 15px 0;
  }

  .p_mglionpk {
    font-size: 14px;
  }

  .in-section-links_mainSecti {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .setMain_sectionxcg1 {
    background: transparent;
  }

  .setMain_sectionxcg2:after {
    display: none;
  }

  .main-section-links_itemWrapper__bj0lv {
    width: 100%;
    height: 150px;
  }

  .main-section-links_image__06frl {
    right: 0;
    left: auto;
    max-width: max-content;
    transform: none;
  }

  .main-section-links_blur__y8Bxs {
    height: 120px;
  }

  .main-section-links_itemWrapper__bj0lv:nth-child(1) .main-section-links_image__06frl {
    left: auto;
    max-height: calc(100% - 10px);
  }

  .main-section-links_itemWrapper__bj0lv:nth-child(2) .main-section-links_image__06frl {
    max-height: calc(100% - 10px);
  }

  .main-section-links_itemWrapper__bj0lv:nth-child(3) .main-section-links_image__06frl {
    max-height: calc(100% - 50px);
  }

  .games_grids_wrap .main-section-links_item__WhAzo {
    align-items: flex-start;
  }

  .games_grids_wrap .main-section-links_top__ePN0f {
    max-width: 300px;
  }

  .main-section-links_title__5Ky4B {
    font-size: 18px;
  }

  .main-section-links_description__mgQtk {
    font-size: 14px;
  }

  .h3_mglionpk {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .best_tips_listing .col-sm-6 .about_us_mglionpk_inner p {
    font-size: 14px;
  }

  .nwsectionfetuopRop.howtobetstep .howto_placebox h3 {
    font-size: 18px;
  }

  .accordion-body h4 {
    font-size: 14px;
  }

  .about_us_mglionpk_inner {
    padding: 20px 15px;
  }

  .faqw_mainsection .accordion-header .accordion-button {
    font-size: 15px;
  }

  .faqw_mainsection .accordion-header .accordion-button,
  .faqw_mainsection .accordion-body {
    padding: 12px 16px;
  }

  .footer_secure.footer_title_wrapper img {
    max-width: 80px;
  }

  .footer_rowfourT h6,
  .footer_title_wrapper h3 {
    font-size: 14px;
  }

  .footer_rowfourT span,
  .footer_title_wrapper p {
    font-size: 13px;
  }

  .footer_rowtwor ul li,
  ul.singleul {
    margin-left: 15px;
  }

  .footer_rowtwor ul li img {
    max-width: 40px;
  }

  .footer_rowthree .palmentmethod_box {
    min-height: 50px;
  }

  .footer_rowthree .palmentmethod_box img {
    max-width: 65px;
    max-height: 35px;
  }

  .smmglionbetFooter h4 {
    font-size: 18px;
  }

  .smmglionbetFooter p,
  .smmglionbetFooter ul li {
    font-size: 14px;
  }

  .footer_rowfifth span {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .header_sec .logo_sec img {
    max-width: 110px;
  }

  .footer_rowthree .palmentmethod_box {
    margin: 5px !important;
  }

  .footer_rowthree {
    justify-content: flex-start;
  }

  .menubar_set_rft {
    padding: 0 8px;
    font-size: 12px;
  }

  .toggle_btn_wrap {
    padding: 2px;
  }

  .toggle_btn_wrap svg {
    width: 22px;
    height: 16px;
  }

  .banner_item h1 {
    font-size: 24px;
  }

  .spin_the_wheel_inner {
    font-size: 13px;
    height: 50px;
  }

  .banner_section {
    padding: 0 0 15px 0px;
  }

  .spin_the_wheel_mglionpk,
  .about_us_mglionpk {
    margin-bottom: 15px;
  }

  .spin_the_wheel_mglionpk .row {
    row-gap: 15px;
  }

  .sp2 .menu-referrals-buttons_imageFrame__Q9Khk {
    height: 45px;
  }

  .sp2 .menu-referrals-buttons_imageFrame__Q9Khkx {
    height: 45px;
  }

  .sp3 span {
    font-size: 12px;
  }

  .h2_mglionpk {
    font-size: 22px;
  }

  .main-section-links_itemWrapper__bj0lv {
    height: 135px;
  }

  .main-section-links_title__5Ky4B {
    font-size: 16px;
  }

  .main-section-links_description__mgQtk {
    font-size: 13px;
  }

  .button_default__8rn6c.button_main__xQW14 {
    font-size: 13px;
    padding: 4px 8px;
  }

  .h3_mglionpk {
    font-size: 18px;
    padding-left: 30px;
  }

  .howtobetstep .howto_placebox h3 img {
    width: 25px;
  }

  .setMain_sectionxcg2 .h3_mglionpk,
  .best_tips_listing .h3_mglionpk {
    padding: 0px;
  }

  .setpaddingnw .howto_placebox {
    padding: 15px;
  }

  .newblursectionvclass.in-section-links_mainSecti .main-section-links_itemWrapper__bj0lv {
    width: 100%;
  }

  .main-section-links_item__WhAzo {
    padding: 12px;
  }

  .footer_rowthree .palmentmethod_box {
    min-height: 40px;
  }

  .footer_rowthree .palmentmethod_box img {
    max-width: 45px;
    max-height: 25px;
  }

  .footer_rowtwo,
  .footer_secure {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }

  .footer_secure .footer_secure_content,
  ul.social_link li a {
    margin: 0px;
  }

  .footer_secure.footer_title_wrapper img {
    max-width: 70px;
  }

  .smmglionbetFooter h4 {
    font-size: 16px;
  }

  .smmglionbetFooter ul {
    padding: 10px 0;
  }
}

.blogmansin {
  padding: 14px 0;
  background: #bcebc4;
}

.blogmansin h1 {
  margin: 0;
  font-size: 30px;
}