/*
Theme Name: Digital Success Academy
Theme URI: https://digitalsuccessacademy.com
Author: Jobayer
Author URI: https://bitwisecode.com
Description: Custom WordPress theme converted from a React/Vite build. Step 1: header/footer shell + enqueue compiled CSS/JS. Menus via WP; header/footer text via Customizer.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-success-academy
Domain Path: /languages
Tags: custom-theme, acf, customizer, menu
Update URI: false
*/



.admin-bar header.fixed {
  top: 32px;
}

.tran_bg{
  background: rgba(0,0,0,.5);
}
.bg-red-600{
  background: red;
}
.show_join{
  display: inline-block;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.rounded-\[3rem\] {
  border-radius: 3rem;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.duration-1000 {
  transition-duration: 1s;
}
.w-6 {
  width: 1.5rem;
}
.w-1\.5 {
  width: .375rem;
}
.h-1\.5 {
  height: .375rem;
}
.w-6 {
  width: 1.5rem;
}
.rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bg-white\/40 {
  background-color: #fff6;
}
.carousel_fade{
    aspect-ratio: 9/19;
}  
.max-w-4xl {
  max-width: 56rem;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.-top-4 {
  top: -1rem;
}
.-right-4 {
  right: -1rem;
}
.bg-black {
  background-color: rgb(0 0 0 / .75);
}
.bg-opacity-75 {
  --tw-bg-opacity: .75 !important;
}