.CFpaddingLR {
  padding: 0 50px;
}

.uqs-video-click-wrapper {
  max-width: 600px;
  margin: 40px auto;
}

.uqs-video-click-element {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
}

.thumblen-styled-image {
  border-radius: 30px;
  border: 4px solid rgba(138, 43, 226, 0.8);
}

.section_title .page-heading {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.video_section {
  position: relative;
  display: flex;
  justify-content: center
}

.video_section .topvideoplay {
  position: absolute;
  top: 2.5%;
  z-index: 9;
  width: 26%;
}

.video_section .tv_frame {
  position: absolute;
  top: 1%;
  z-index: 8;
  width: 30%;
}

.video_section .video_frame {
  width: 100%;
}

nav ul {
  list-style: none;
}

.footer_widgets ul {
  list-style: none;
}

.breadcrumbs_aree ul {
  list-style: none;
}

.custom-newsletter-image img {
  max-width: 100%;
  border-radius: 6px;
}

.custom-newsletter-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
}

.custom-newsletter-desc {
  font-size: 18px;
  color: #cccccc;
  max-width: 650px;
  margin: 0 auto;
}

.custom-newsletter-form {
  max-width: 600px;
  margin: 0 auto;
  gap: 10px;
}

.custom-newsletter-input {
  height: 55px;
  border-radius: 30px;
  padding-left: 20px;
  border: 1px solid #e0e0e0;
}

.custom-newsletter-input:focus {
  box-shadow: none;
  border-color: #000;
}

.custom-newsletter-btn {
  height: 55px;
  padding: 0 15px;
  border-radius: 30px;
  background-color: #ba6ffb;
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #ffffff;
}

.custom-newsletter-btn:hover {
  background-color: #ffffffff;
  color: #ba6ffb;
  border: 1px solid #ba6ffb;
}

.what_we_do_img_box img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: 10px;
  border: 2px solid #fff;
}

/* paralex scrolling css */
.ux-parallax-section {
  min-height: 60vh;
  background-image: url("../img/our-mission.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  /* Parallax magic */
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30%;
}

.ux-parallax-content {
  padding: 40px 120px;
  border-radius: 10px;
  text-align: center;
}

.ux-parallax-title {
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

.our_mission_text {
  font-size: 18px;
  font-weight: 600;
}

.testimonial_thumb img {
  border-radius: 10px;
  border: 2px solid #fff;
}

.story-card {
  background-color: rgb(255, 255, 255);
  border-radius: 38px;
}

.story-card .story_name p {
  padding: 10px 20px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.story-card .popular_gaming_thumb {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.pagination {
  justify-content: center;
}

.pagination ul {
  list-style: none;
}
.blog-title{
  font-size: 18px;
  font-weight: 600;
}
.post__social ul{
  list-style: none;
}
.blog_sidebar ul{
  list-style: none;
}
.offcanvas-body ul{
  list-style: none !important;
}


.shorts-video {
    width: 100%;
    aspect-ratio: 9/16;
    background: #000;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #FFF;
}

.shorts-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.shorts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    gap: 20px;
    padding: 20px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
}