/* 
Theme Name: EBS Theme
Text Domain: EBS Theme
Version: 2.0
Description: Test Theme
Tags: abc,xyz
Author: Soumyadeep De
Author URI:google.com
*/

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #002767;
    --bs-secondary: #fd1a12;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 0, 39, 103;
    --bs-secondary-rgb: 253, 26, 18;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: "Hind Guntur", sans-serif;
  }
  a {
    text-decoration: none;
  }
  .fixed-top {
    top: auto !important;
  }
  .bengali {
    font-family: "Hind Siliguri", sans-serif;
  }
  .bg-nav-gradient {
    background: linear-gradient(#bf0b30, #002767);
  }
  .navbar-nav {
    font-size: 20px;
    font-weight: 600;
  }
  .current-menu-item .nav-link {
    color: white !important;
  }
  
  .banner-container {
    min-height: 100vh;
  }
  .header-paddng {
    padding-top: 150px;
  }
  .banner-background {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: -1;
    background-image: url("http://localhost/ebs/wp-content/uploads/2022/05/esho-bangla-shikhi-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.2;
  }
  .wave-animation {
    animation: waveAniation 4s infinite alternate;
  }
  @keyframes waveAniation {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  
  .banner-offer {
    max-width: 350px;
  }
  
  .banner-offer h4 {
    font-size: 30px;
    line-height: 1.6;
  }
  
  .banner-offer h4 a {
    text-decoration: none;
  }
  .banner-offer h4 a:hover {
    color: rgba(0, 0, 0, 1) !important;
  }
  
  .slide-board-container {
    width: 500px;
    height: 800px;
    position: relative;
  }
  .slide-board-frame {
    background-image: url("http://localhost/ebs/wp-content/uploads/2022/05/slide-board.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    user-select: none;
    pointer-events: none;
  }
  
  .banner-container .splide {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
  }
  
  .banner-container .splide__track {
    width: calc(100% - 125px);
    height: calc(100% - 426px);
    margin: 170px auto 0;
  }
  .banner-container .splide__slide {
    width: 100%;
    height: 100%;
  }
  .free-class-popup {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    right: 0;
    transform: rotate(20deg);
    animation: blinker 3s linear infinite;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .banner-text h3 {
    color: rgba(var(--bs-secondary-rgb)) !important;
  }
  .banner-text h3.collapsed {
    color: rgba(var(--bs-dark-rgb)) !important;
  }
  .home-about-section {
    background-color: #ffffff;
    background-image: url("http://localhost/ebs/wp-content/uploads/2022/05/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    padding: 5rem 0;
  }
  
  .section-heading {
    position: relative;
    margin-top: 2rem;
  }
  .section-heading::before {
    content: "";
    width: 70px;
    height: 5px;
    background-color: #fd1a12;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -35px;
  }
  .section-heading.d-inline-block::before {
    left: 0;
    margin-left: 0;
  }
  .section-heading h3 {
    font-size: 2rem;
  }
  .gallery_splide {
  }
  .gallery_splide .splide__track {
    padding: 100px 0;
  }
  .gallery_splide .splide__slide {
    border: 2px solid #fff;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out 0s;
    margin: 40px 0 0;
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
    opacity: 0.5;
  }
  .gallery_splide .splide__slide.is-active {
    border: 10px solid #ffffff;
    /* transform: scale(1.2) translateX(50px); */
    z-index: 1;
    /* margin-top: 0; */
    opacity: 1;
    box-shadow: 0, 0, 0, rgba(0, 0, 0, 1);
  }
  
  /* .gallery_splide .splide__slide.is-prev {
    transform: rotate(-5deg);
  }
  .gallery_splide .splide__slide.is-next {
    transform: rotate(5deg);
  } */
  
  .feedback-section {
    background-image: url("http://localhost/ebs/wp-content/uploads/2022/05/wave-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .feedback-section blockquote {
    line-height: 1.5;
    font-weight: 500;
    color: #343a40;
  }
  
  .feedback__splide .splide__arrows {
    position: absolute;
    left: 50%;
    bottom: -3em;
  }
  .feedback__splide .splide__arrow {
    background: var(--bs-primary);
  }
  .feedback__splide .splide__arrow svg {
    fill: #fff;
  }
  .feedback__splide .splide__arrows .splide__arrow--prev {
    left: -3em;
  }
  
  .feedback__splide .splide__arrows .splide__arrow--next {
    right: -3em;
  }
  .magazine-section {
  }
  .magazine-section video,
  .magazine-section iframe {
    border: 10px solid #fff;
    box-shadow: 0 4px 7px rgb(0 0 0 / 30%);
    border-radius: 10px;
  }
  
  .list-uncommon li::before {
    content: attr(data-icon);
    font-size: 1em;
    margin-right: 10px;
  }
  .trial-class-section {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  
  .wrapper {
    align-items: center;
    display: flex;
    height: calc(100% - 80px);
    justify-content: center;
    margin: 0;
    width: 100%;
  }
  .page-wrapper {
    /* background: #fff; */
  }
  .aspect {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .aspect-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .flipbook {
    height: 100%;
    transition: margin-left 0.25s ease-out;
    width: 100%;
    margin: 0 auto !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .flipbook .page {
    height: 100%;
    width: 100%;
    background: #ffffff;
  }
  
  .flipbook .page img {
    max-width: 100%;
    height: 100%;
  }
  
  .page.even {
    text-align: right;
    box-shadow: 2px 0 6px 0 rgb(0 0 0 / 50%) inset !important;
    padding: 2px;
  }
  .page.odd {
    text-align: left;
    box-shadow: -2px 0 6px 0 rgb(0 0 0 / 50%) inset !important;
    padding: 2px;
  }
  .zig-zag-bottom {
    background: linear-gradient(#f44646, #7680eb);
  }
  .zig-zag-bottom:after {
    background: linear-gradient(-45deg, transparent 16px, #7680eb 0),
      linear-gradient(45deg, transparent 16px, #7680eb 0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: "";
    display: block;
  
    width: 100%;
    height: 32px;
  
    position: relative;
    top: 26px;
    left: 0px;
  }
  
  footer ul {
    text-transform: uppercase;
  }
  .splide_banner .splide__slide {
    background-size: cover !important;
  }
  

#sc_calendar td div.sc_day_div a {
	pointer-events: none !important;
	font-size: 16px;
}
#sc_calendar td.calendar-day {
    font-size: 20px;
	vertical-align: middle;
}
#sc_event_select {
	display: none !important;
}
#sc_events_calendar_head h2 {
	margin-top: 16px;
}