.footer_section {
  position: relative;
  /* overflow: hidden; */
  min-height: 300px;
}

.footer_section .side_img_div {
  position: absolute;
  width: 150px;
  z-index: -1;
  mix-blend-mode: soft-light;
}

.footer_section .left_img {
  top: -150px;
  left: 0;
}

.footer_section .right_img {
  top: -65px;
  right: 0;
}

.footer_section .side_img_div .side_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Full Footer Video Background */
.footer_section .footer_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Dark Overlay */
.footer_section .footer_overlay {
  position: relative;
  z-index: 2;
  background: rgba(33, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

/* Footer Content */
.footer_section .footer_overlay .container {
  position: relative;
  z-index: 3;
}

.footer_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2100004f;
  z-index: 1;
}

/* 
.footer_section .footer_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
} */
/* .footer_section .container {
  position: relative;
  z-index: 2;
} */
.footer_section .footer_logo_div {
  width: 140px;
  margin: 0 auto 15px;
}

.footer_section .footer_logo_div .footer_logo {
  width: 100%;
  height: 100%;
  display: block;
}

.footer_section .social_icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer_section .social_icons a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 28px;
  transition: 0.3s;
}

.footer_section .footer_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 18px;
}

.footer_section .footer_menu .nav_link {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto Slab';
}

.footer_section .footer_line {
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, #ffb26b24, #f6d007, #ffb26b21);
  margin-bottom: 28px;
}

.footer_section .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 50px;
}

.footer_section .footer_bottom .footer_text h4 {
  color: #ffc400;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Roboto';
}

.footer_section .footer_bottom .footer_text p {
  color: #fff;
  margin: 0;
  /* line-height: 1.6; */
  font-size: 18px;
  font-family: Roboto, Regular;
}

.footer_section .footer_bottom .playstore_btn {
  width: 200px;
  max-width: 100%;
}

.footer_section .footer_bottom .playstore_btn .play_btn {
  width: 100%;
  height: 100%;
}



.footer_section .footer_bottom .footer_text p {
  font-size: 17px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .footer_section .footer_overlay {
    padding: 0 15px 20px;
  }

  .footer_section .footer_logo_div {
    width: 100px;
    margin: 0 auto 15px;
    padding-top: 10px;
  }

  .footer_section .footer_menu {
    gap: 0;
  }

  .footer_section .social_icons a {
    font-size: 22px;

  }

  .footer_section .footer_bottom .playstore_btn {
    width: 150px;
  }


  .footer_section .footer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
  }

  .footer_section .footer_text {
    text-align: center;
  }

  .footer_section .footer_bottom .footer_text h4 {
    font-size: 15px;
  }

  .footer_section .footer_bottom .footer_text p {
    font-size: 14px;
  }

.footer_section .footer_menu .nav_link {
    font-size: 15px;
    
}
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .footer_section .footer_bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer_section .footer_bottom .playstore_btn {
    width: 160px;
  }

  .footer_section .footer_menu {
    gap: 20px;
  }

  .footer_section .footer_bottom .footer_text h4 {
    font-size: 15px;
  }

  .footer_section .social_icons a {
    font-size: 23px;
  }

  .footer_section .footer_bottom .footer_text p {
    font-size: 15px;
  }
  .footer_section .footer_menu .nav_link {
    font-size: 16px;
    
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_section .footer_menu {
    gap: 32px;
  }

  .footer_section .footer_bottom .playstore_btn img {
    width: 180px;
  }

  .footer_section .footer_bottom .footer_text h4 {
    font-size: 17px;
  }

  .footer_section .side_img_div {
    width: 80px;
  }

  .footer_section .left_img {
    top: -80px;
  }

  .footer_section .right_img {
    top: -35px;
  }


  .footer_section .social_icons a {
    font-size: 25px;

  }
    .footer_section .footer_menu .nav_link {
    font-size: 17px;
    
}
}

@media (min-width: 992px) and (max-width: 1199px){

  .footer_section .footer_bottom .footer_text h4 {
    font-size: 17px;
  }

  .footer_section .social_icons a {
    font-size: 25px;

  }
    .footer_section .footer_menu .nav_link {
    font-size: 17px;
    
}
}

@media(min-width:1200px) and (max-width:1499px){
      .footer_section .footer_menu .nav_link {
    font-size: 18px;
    
}
 .footer_section .social_icons a {
    font-size: 24px;

  }
    .footer_section .footer_bottom .footer_text h4 {
    font-size: 17px;
  }
}