@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500&display=swap");
:root {
  --priary-black: #070707;
  --secondary-color: #fab306;
  --basic-white: #fff;
}
html {
  scroll-behavior: smooth;
}
a,
a:hover {
  color: #000;
  text-decoration: none;
}

.container-fluid {
  max-width: 1320px;
  margin: auto;
}
@font-face {
  font-family: "Franci A TRIAL";
  src: url("../fonts/franca-family/FranciATRIAL-Regular-BF65728e8645413.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-family/Avenir\ Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Light";
  src: url("fonts/Avenir-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Heavy";
  src: url("fonts/Avenir-Heavy.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* @font-face {
  font-family: 'Avenir';
  src: url('fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
.p-sm-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-lg-140 {
  padding: 0px 140px;
}

.first-section {
  background-color: var(--priary-black);
  /* background: linear-gradient(180deg, rgba(7, 7, 7, 0.20) 0%, #070707
100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0,
0.20) 100%); */
}
.mr-24 {
  margin-right: 24px;
}

.pb-64 {
  padding-bottom: 64px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 160px;
}

.pt-40 {
  padding-top: 40px;
}

.ptb-16 {
  padding: top 160px;
  padding-bottom: 80px;
}

.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-50 {
  padding-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 120px;
}

.mt-24 {
  margin-top: 24px;
}

/* .background-image-section {
  background-image: url("../images/image\ large.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 896px;
  width: 100%;

} */

.navbar {
  margin: auto;
  z-index: 1000;
  max-width: 1320px;
  /* background: linear-gradient(180deg, rgba(7, 7, 7, 0.20) 0%, #070707 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); */
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  /* padding: 0; */
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.navbar a {
  text-decoration: none;
  color: #fff; /* Adjust navbar link color */
  font-size: 18px;
}

.banner-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#banner-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 896px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.2) 0%, #070707 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
/* .content {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 10%;
} */

.content h2 {
  font-size: 48px;
  margin: 0;
}

.border-grey {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 6rem;
  width: 100%;
  z-index: 3;
}

/* navbar css */
/* Customize your styles here */
.navbar-brand img {
  max-height: 40px;
  /* Adjust the height of your logo */
}

li.nav-item {
  position: relative;
  display: flex;
  padding: 32px 16px;
  align-items: flex-start;
  gap: 8px;
}

a.nav-link {
  color: #fff;
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 0px;
}

li.nav-item {
  position: relative;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #fab306;
  transition: width 0.3s ease;
}

.navbar-nav .nav-item:hover::before {
  width: 97px;
}

.navbar-nav .nav-item.active::before {
  width: 97px;
}

/* banner css */
.banner-section h2 {
  color: var(--basic-white);
  font-family: "Franci A TRIAL";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 104px;
}

span.third {
  color: var(--secondary-color);
}

.scroll-top {
  display: flex;
  width: 120px;
  height: 120px;
  padding: 36px 2px;
  justify-content: center;
  align-items: center;
}

.scroll-top svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* banner css end */
/* third */
span.round-one {
  width: 8px;
  height: 8px;
  background: var(--secondary-color);
  display: flex;

  border-radius: 35px;
  margin-right: 8px;
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}

.content-section h4 {
  /* color: rgba(7, 7, 7, 0.30); */
  font-family: "Avenir";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

span.black {
  color: var(--priary-black);
}

/* third */
/* content-second */
.benefits-section {
  background: var(--secondary-color);
}
h3.get {
  font-family: "Avenir";
  font-weight: 500;
  font-size: 40px;
  white-space: nowrap;
}
.common-headings {
  color: var(--priary-black);
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */
  text-transform: uppercase;
}

span.round-white {
  width: 8px;
  height: 8px;
  background: var(--basic-white);
  display: flex;
  margin-top: 9px;
  border-radius: 35px;
  margin-right: 8px;
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}

.team-headings h3 {
  color: #070707;
  font-family: "Avenir";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  white-space: nowrap;
  /* 140% */
}

.team-headings svg {
  width: 24px;
  height: 24px;
}

.sunny-rewards {
  background: linear-gradient(180deg, #070707 0%, #383e42 100%);
}

.sunny-rewards h6 {
  color: #fff;
}

.sunny-rewards span.white {
  color: #fff;
}

.sunny-rewards h4 {
  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.30); */
  color: var(--basic-white);
  font-family: "Avenir";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.ptb-30 {
  padding-top: 90px;
}

.parent-card {
  display: flex;

  padding: 40px 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: #42484b;
  height: 192px;
}

.first-heading {
  color: var(--basic-white);
  font-family: "Franci A TRIAL";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 114.286% */
}

.sub-heading {
  align-self: stretch;
  color: #fff;
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  opacity: 0.5;
}

.m-24 {
  margin: 0px 24px 24px 0px;
}

.sliider-first-card {
  border-radius: 16px;
  background: #42484b;
  border-radius: 16px;
  background: #42484b;
  display: flex;

  height: 504px;
  padding: 0px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sliider-first-card h5 {
  color: var(--basic-white);
  text-align: center;
  font-family: "Franci A TRIAL";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  white-space: nowrap;
}

.sliider-first-card h6 {
  color: var(--basic-white);
  text-align: center;
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  /* 133.333% */
  text-transform: uppercase;
}

.sliider-first-card p,
.more {
  color: var(--basic-white);
  text-align: center;
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.more {
  opacity: 0.5;
}
.proud-supporter {
  color: var(--priary-black);
  font-family: "Avenir";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  /* 140% */
}

.visit-site {
  color: var(--priary-black);
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

/* arrow css */
.first-arrow {
  border-radius: 32px;
  background: #42484b;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  margin-right: 8px;
}

.second-arrow {
  border-radius: 32px;
  background: #42484b;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
}

.arrow-button.active {
  background: #fff;
}
.slick-disabled {
  /* opacity: 0.5!important;  */
  pointer-events: none !important;
}
.slick-dots li {
  margin: 0 !important;
}

/*  */
/* footer css 
/*  */
/* footer css */
.background-footer {
  background-repeat: no-repeat;
  background-size: cover;

  width: 100%;
  border-radius: 80px 80px 0px 0px;
  background: #fab306;
}

.desktop-view img {
  width: 100%;
}

footer {
  background: var(--basic-white);
}

.sunny-image img {
  max-width: 100%;

  position: relative;
  bottom: 0;
}

.scroll-bottom {
  display: flex;
  width: 88px;
  height: 88px;
  padding: 36px 2px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.mail-content p {
  color: #070707;
  font-family: "Avenir";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.carrers-section {
  background: var(--priary-black);
}

.pb-32 {
  padding-bottom: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.background-yellow {
  border-radius: 32px;
  background: var(--secondary-color);
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
}

.background-yellow i {
  color: #000;
  width: 32px;
  height: 26px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-third img {
  max-width: 100%;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.logo-one,
.logo-two {
  width: 50%;
}
.mobile-show {
  display: none;
}
/* content-second */
.bg-black {
  background-color: #000;
}
/* Equal Heights for OwlCarousel 2 */

.owl-carousel {
  display: flex;
  justify-content: center;
}

.owl-carousel .item {
  margin: 10px;
}

.owl-carousel img {
  width: 100%;
  height: auto;
}
/* new video code */

.new-text {
  position: relative;
}
/* Additional styling for content */

.profile-hover {
  display: flex;
  width: 424px;
  height: 504px;
  padding: 40px;
  flex-direction: column;

  border-radius: 16px;
  border: 1px solid #fff;
  background: #fff;
}
.mb-24 {
  margin-bottom: 24px;
}
.profile-hover h3 {
  color: #070707;
  font-family: Franci A TRIAL;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
  text-align: left;
}
.profile-hover h4 {
  color: #070707;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
  text-align: left;
}
.profile-card {
  background-color: transparent;
  /* width: 424px; */
  height: 504px;
  perspective: 1000px;
}
.profile-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.profile-card:hover .profile-card-inner {
  transform: rotateY(180deg);
}

.sliider-first-card,
.profile-hover {
  position: absolute;
  width: 100%;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.profile-hover {
  color: white;
  transform: rotateY(180deg);
}
.cross-icon {
  margin-left: auto;
  background: #000;
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: #070707;
}
.slides-contain {
  display: flex;
  flex-flow: nowrap;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 18px !important;
  color: white !important;
  display: none;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--secondary-color) !important;
}
.full-video {
  width: 100%;
}
.width-change {
  max-width: 1320px;
  margin: auto;
}
.bottom-line {
  height: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin: 5px 0;
  border-bottom: 1px solid #070707;
  opacity: 0.1;
}
.visit {
  font-size: 18px;
}
.combine-arrows {
  display: block;
}

@media (max-width: 768px) {
  .main-service {
    padding: 50px 31px !important;
  }
  .navbar-nav {
    justify-content: flex-end;
  }
}
/* navbar css end */
.common-content {
  max-width: 1320px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.conntent-text {
  z-index: 5 !important;
  position: absolute;
  top: 18rem;
}

.p-text {
  background: var(--basic-white);

  position: absolute;
  bottom: 8rem;
  z-index: 5;
  right: -40rem;
}
.p-text:hover {
  background-color: var(--secondary-color);
  height: 136px;
  width: 136px;
}
.logo img {
  width: 179px;
  height: 89px;
}

svg.svg-header {
  width: 120px;
}
.image-container {
  height: 100vh;
  width: 100%;
  background: url("../images/image\ large.png") no-repeat;
  background-size: cover;
}

svg.show-mobile {
  display: none;
}

/* privacy policy */
.main-service {
  padding: 50px 72px;
  font-family: Avenir;
  color: #000;
  font-size: 20px;
}
.main-service .content-service-div h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.main-service .content-service-div section p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
}
.main-service .content-service-div section ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
}
.privacyPolicy,
.privacyPolicy :hover {
  color: #fff !important;
}

.main-wrap h2 {
  color: #000;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 24px;
}
.privacy_notice {
  text-align: end;
  padding: 0!important;
}
.app-store-info{
  padding: 0!important;
}
/* .main-wrap h6 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; 
  padding: 24px 0px 56px 0px;
  margin:0;
} */
.main-wrap h6 {
  color: #000;

  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}
.svg-img {
  gap: 15px;
  display: flex;
  cursor: pointer;
}

.first {
  padding: 24px 0px 24px 0px;
}
.background-part {
  background-color: var(--secondary-color);

  height: 100%;
  overflow: hidden;
}
.main-content {
  height: 100%;
  border: 2px solid var(--priary-black);
}
.radial {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh;  */
  width: 100%;
  height: 100% !important;
  /* overflow: hidden;  */
}

.radial img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  text-align: center;
  width: 100%;
  height: auto;
}
.main-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.svg-img svg {
  width: 118.1px;
  height: 39px;
}
.legal-desc p {
  color: #000;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (max-width: 567px) {
  .main-service {
    padding: 50px 31px !important;
  }
  .first {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
  }
  .first-one {
    margin: 16px 16px 16px 22px;
  }
  .svg-img svg {
    width: 118.1px;
    height: 39px;
  }

  .main-wrap h2 {
    /* font-size: 28px;
  line-height: 29px;  */
  }
  /* .main-wrap h6 {
   font-size: 20px;
  line-height: 30px; 
  padding: 14px 0px 33px 0px;
  margin: 0;
  } */
  .svg-img {
    gap: 28px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1; /* take up remaining space */
}

@media (max-width: 768px) {
  .main-service {
    padding: 50px 31px !important;
  }
  .container {
    flex-direction: column;
  }
}
.main-content {
  flex: 1; /* Take up remaining space */
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

.end-column {
  margin-top: auto; /* Push to the end */
}

.main-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.landing-nav {
  display: flex;
  padding: 24px 0;
  align-items: center;
  gap: 24px;
  background: var(--secondary-color);
}

.landing-nav svg {
  cursor: pointer;
}

.first {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.first > div {
  flex: 1;
}

.radial img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.end-column {
  margin-top: auto; /* Push to the bottom */
}
.svg-img svg {
  width: 200.431px;
  height: 67px;
}

.landing-nav {
  display: flex;
  padding: 24px 0;
  align-items: center;
  gap: 24px;
  background: var(--secondary-color);
}

.landing-nav svg {
  cursor: pointer;
}

/* .main-wrap h6 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 24px;
  margin: 0;
} */

.first {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.first > div {
  flex: 1;
}

.radial {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* Image sticks to bottom */
  width: 100%;
}

.end-column {
  margin-top: auto; /* Push to the bottom */
}
.info-section .blog-section {
  width: 50%;
}
.delete-account-form {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .main-service {
    padding: 50px 31px !important;
  }
  .main-wrap h2 {
    /* font-size: 28px; */
  }
  /* .main-wrap h6 {
    font-size: 20px;
    line-height: 1.3;
} */
  .landing-nav {
    padding: 16px 0;
    gap: 16px;
  }
  .info-section .blog-section {
    width: 100%;
    padding: 16px 20px;
  }
  .delete-account-form {
    width: 100%;
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 567px) {
  .main-service {
    padding: 50px 31px !important;
  }
  .first {
    display: flex;
    flex-direction: column;
  }
  .first-one {
    margin: 16px 16px 16px 22px;
  }
  .svg-img svg {
    width: 118.1px;
    height: 39px;
  }
  .main-wrap h2 {
    /* font-size: 28px;
      line-height: 29px; */
  }
  /* .main-wrap h6 {
      font-size: 20px;
      line-height: 30px;
      padding: 14px 0 33px 0;
      margin: 0;
  } */
  .svg-img {
    gap: 28px;
  }

  /* .main-wrap.first-one.content{
    margin-top: 3em;
  } */
  .landing-nav {
    padding: 16px 20px;
    gap: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .main-service {
    padding: 50px 31px !important;
  }

  /* .main-wrap h6 {
  font-size: 13px;
  font-family: 'Avenir';
} */
  /* 
.main-wrap h6 {
  font-size: 15px;
  padding: 14px 0 12px 0;
  font-family: 'Avenir';

} */
  .main-wrap.first-one.content {
    margin-top: 0em;
  }
}
.email-label {
  font-size: 15px;
  font-weight: 600;
  font-family: "Avenir";
}

.delete-email-btn {
  width: 150px;
  font-family: "Avenir";
}

.info-section {
  display: flex;
  width: 100%;
  height: max-content;
  justify-content: center;
  margin-top: 30px;
}
.info-section h5 {
  font-size: 17px;
  font-weight: 600;
  font-family: "Avenir";
}
.info-section p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Avenir";
}
::selection {
  color: #fff;
  background: var(--secondary-color);
}
.account-delete-request-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-delete-request-wrapper h1 {
  color: var(--priary-black);
}
.account-delete-request {
  font-size: 35px;
  font-weight: 600;
  font-family: "Avenir";
}
.modal-title {
  font-family: "Avenir";
  font-weight: 600;
}
.modal-body {
  font-family: "Avenir";
  font-weight: 500;
}
.modal-footer {
  font-family: "Avenir";
  font-weight: 500;
}
/* official-rules-content start */
.official-rules{
  background-color:#fab306;
  width: 100%;
}

.official-rules-content table{
 
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    /* text-align: center; */
    margin: auto;

}
.official-rules-wrapper  th, td {
  border:1px solid black;
  text-align: center;
}
.official-rules-wrapper th, td {
   font-size: 21px;
}
.official-rules-wrapper header h3{
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
  text-decoration: underline;
}
.official-rules-wrapper header ul{
  padding-left: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 500;
}
.official-rules-wrapper header p{
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
}
.official-rules-wrapper .official-rules-content h5{
  font-size: 23px;
  font-weight: 600;
  margin-top: 40px;
}
.official-rules-wrapper .official-rules-content p{
  font-size: 21px;
  font-weight: 400;
}
.official-rules-wrapper .official-rules-content span{
  font-size: 21px;
  font-weight: 400;
}
.official-rules-wrapper .official-rules-content a{
  color: #5bafd5!important;
  text-decoration: underline;
}
/* official-rules-content end */
@media (min-width: 992px) {
  .sunny-apps-screns {
    flex-direction: row-reverse;
  }
  .legal-desc-wrapper {
    flex-direction: row-reverse;
  }
}
@media (max-width: 992px) {
  .legal-desc {
    margin-top: 88px;
  }
  .main-wrap h2 {
    margin-bottom: 14px;
    font-size: 30px;
  }
  .main-wrap h6 {
    font-size: 20px;
  }
  .privacy_notice {
    text-align: start;
    padding: 0 15px!important;
  }
  .app-store-info{
    padding: 0 15px!important;
  }
}
