.bannersection{
    background-image: url(../img/studentwork/onlien-academy-hero-background.png);
    min-height: 620px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.elementor-shape-bottom {
    transform: rotate(180deg);
    bottom: -1px;
}
.elementor-shape-bottom svg {
    height: 60px;
    transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1;
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.bannerelement-1{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    animation: edublink-radius-change 8s linear infinite;
    position: absolute;
    top: 100px;
    left: -57px;
    z-index: 3;
}

@keyframes edublink-radius-change {
    0% {
        border-radius: 0 0 0 0
    }

    40% {
        border-radius: 50px 0 100px 0
    }

    80% {
        border-radius: 0 50px 0 100px
    }

    100% {
        border-radius: 0 0 0 0
    }
}

.bannersection h1{
    text-align: center;
    font-size: 65px;
    font-family: 'Spartan', sans-serif;
}

.bannerelement-2{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    transform: translate3d(-1.8px, 24px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    left: 144px;
    top: 20px;
    z-index: 1;
    opacity: 0.5;
    display: flex;
    animation: hero-shadow 3s ease-in-out infinite alternate;
}
.bannerelement-3{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: translate3d(33.7px, -37.7px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute  ;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 0;
    opacity: 0.5;
    display: flex;
    animation: hero-shadow 4s ease-in-out infinite alternate;
}
.bannerelement-4{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 50px 0px 50px 0px;
    box-shadow: none;
    border-radius: 50px 0;
    -webkit-animation: edublink-radius-change2 5s linear;
    /* animation: edublink-radius-change2 5s linear; */
    width: auto;
    max-width: 270px;
    top: 50px;
    right: 0px;
    position: absolute;
    z-index: 2;
}

@keyframes edublink-radius-change2 {
    0% {
        border-radius: 0 0 0 0
    }

    25% {
        border-radius: 50px 0
    }

    50% {
        border-radius: 0 0 0 0
    }

    75% {
        border-radius: 0 50px
    }

    100% {
        border-radius: 50px 0
    }
}
.bannerelement-5{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 10px 50px 10px 50px;
    box-shadow: none;
    position: absolute;
    bottom: 77px;
    right: 137px;
    z-index: 2;
}
.bannerelement-6{
    position: absolute;
    top: 77px;
    right: 337px;
    animation: hero-shadow 3s ease-in-out infinite alternate;
}
.bannerelement-7{
    position: absolute;
    top: 16px;
    right: 0px;
    z-index: 0;
    animation: hero-shadow 3s ease-in-out infinite alternate;
}
.bannerelement-8{
    position: absolute;
    bottom: 16px;
    left: 100px;
    z-index: 0;
    animation: hero-shadow 3s ease-in-out infinite alternate;
}
.bannerelement-9{
    position: absolute;
    bottom: 106px;
    left: 10px;
    z-index: 0;
    animation: hero-shadow 4s ease-in-out infinite alternate;
}
@media (max-width:991.5px) {
    .bannersection{
        min-height: 300px;
    }
    .position-sm{
        position: relative;
    }
    body .bannersection h1 {
        font-size: 42px !important;
    }
    
}
@media (max-width:1060px) {
  .bannersection h1 {
        font-size: 52px !important;
    }
    .bannersection h1{
        font-size: 50px !important;
    }
}
.scroll-down-btn .scroll-btn {
    height: 170px;
    width: 170px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    align-items: center;
}
.elementor-widget-container{
    width: auto;
    max-width: auto;
    bottom: -40px;
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
}

.icon-41{
    width: 29px;
    height: 35px;
    object-fit: cover;
    margin-bottom: 34px;
}
.scroll-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid #dfe7e9;
    animation: ripple_2 3s linear 1s infinite;
}
.scroll-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid #dfe7e9;
    animation: ripple_2 3s linear infinite;
}
@keyframes ripple_2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}



.headingmain {
    font-size: 65px;
}
.headingmain span {
    display: inline-block;
    position: relative;
}

.bentobox{
    background-color: white;
    position: relative;
}
.headingmain span:after {
    display: block;
    content: "";
    background: url(../img/certificate/Vector92.webp) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 15px;
    position: absolute;
    right: 0px;
    bottom: -9px;
}
.headingmain span::before {
    display: block;
    content: "";
    background: url(../img/certificate/Vector91.webp) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 27px;
    position: absolute;
    top: -8px;
    right: -15px;
}

@media screen and (max-width: 1399.5px) {
    .headingmain {
        font-size: 48px !important;
    }
  }
  @media screen and (max-width: 999px) {
    .headingmain {
        font-size: 38px !important;
    }
  }
  @media screen and (max-width: 998.5px) {
    .sticycta p {
        font-size: 25px !important;
    }
  }
  
  @media screen and (max-width: 576px) {
    .headingmain {
        font-size: 26px !important;
        line-height: 36px;
    }
  }
.bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    height: 30rem;
    gap: 1rem;

  }
  
  .bento-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
  }
  .bento-card1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
  }
  .bento-card {
    inline-size: 100%;
    background: center/cover;
    position: relative;
    border-radius: 1rem;
  }
  .bento-card:nth-child(1) {
    grid-column: span 2;
    grid-row: span 5;
  }
  .bento-card:nth-child(2), .bento-card:nth-child(5) {
    grid-row: span 2;
  }
  .bento-card:nth-child(3), .bento-card:nth-child(4) {
    grid-row: span 3;
  }
  
  .bento-hover .bento-card {
    transition: 500ms;
  }
  .bento-hover .bento-card:hover {
    scale: 1.01;
  }
  
  .bento-hover:hover .bento-card:not(:hover) {
    filter: saturate(50%) brightness(50%);
  }
  
  .bento-perspective {
    transform: perspective(1000px) rotateY(12deg) scaleX(1.372);
    transform-origin: left;
  }
  .about-one{
    position: relative;
    background-color: white;
  }
  .bg-1{
    background-image: url(../img/studentwork/online-academy-category-bg.png);
    background-color: white;
  }
  .bg-2{
    /* background-image: url(../img/studentwork/online-academy-course-bg.png); */
  }


  
  
  .batch-card {
    border-radius: 10px;
    /* text-align: center; */
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1)* var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1)* var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
  .batch-card h3{
    font-size: 33px;
  }
  .batch-card h6{
    font-size: 15px;
    font-family: cursive;
    font-style: italic;
    font-weight: 500;
  }
  .batch-card:hover {
    --e-transform-translateY: -10px;
}

  .batch-card p{
    color: #ff6100;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: cursive;
    font-style: italic;
  }
  .footer__area{
    border-radius: 0px !important;
  }
  .cta1{
    background: url(../img/studentwork/online-academy-cta-bg.png);
    position: relative;
  }
  .app__shape-1 {
    right: 0px;
    left: auto !important;
}
.app__shape-1 {
  position: absolute;
  top: 0;
  left: 45px;
}
  .app__shape-3 {
    position: absolute;
    height: 390px;
    bottom: 0px;
    left: 0%;
    transform: scaleX(-1);
    z-index: 3;
}
  .faq__area{
    background: linear-gradient(45deg, #ffffff, #ffffff, #f1e8ea, #f1f0f7);
  }
  .why-choose-one__left {
    position: relative;
    display: block;
    margin-right: 272px;
    margin-top: 33px;
    margin-bottom: 170px;
}
.why-choose-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}
.why-choose-one__img {
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
  z-index: 1;
}
.why-choose-one__img::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.why-choose-one__img:hover img {
  transform: scale(1);
}
.why-choose-one__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 40px;
  object-position: top;
  transition: .5s ease;
  transform: scale(1.05);
}
.why-choose-one__img-2 {
  position: absolute;
  bottom: -177px;
  right: -145px;
  overflow: hidden;
  border-radius: 150px;
  z-index: 2;
}
.why-choose-one__img-2::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.why-choose-one__img-2 img {
  width: auto;
  border-radius: 150px;
  border: 4px solid white;
}
.why-choose-one__shape-1 {
  position: absolute;
  top: 37px;
  right: -113px;
  animation: topBottom 3s ease-in-out infinite;
}
.why-choose-one__shape-1 img {
  width: auto;
}
.why-choose-one__shape-2 {
  position: absolute;
  bottom: -115px;
  left: 90px;
  width: 80px;
  height: 80px;
  display: flex
;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
}
.why-choose-one__shape-2 img {
  width: auto;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.why-choose-one__shape-3 {
  position: absolute;
  top: 30px;
  right: -140px;
  z-index: -1;
}
.why-choose-one__shape-3 img {
  width: auto;
}
.why-choose-one__shape-4 {
  position: absolute;
  top: 22px;
  left: 15px;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}
.why-choose-one__shape-4 img {
  width: auto;
}
.why-choose-one__shape-5 {
  position: absolute;
  top: 80px;
  left: 146px;
  z-index: -1;
}
.img-bounce {
  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}


.img-bounce {
  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.why-choose-one__shape-6 {
  position: absolute;
  top: 117px;
  left: 0px;
  /* z-index: -1; */
}
.why-choose-one__shape-6 img {
  width: auto;
}
.why-choose-one__shape-7 {
  position: absolute;
  top: 215px;
  right: 0px;
  /* z-index: -1; */
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
@media (max-width: 500px) {
    .batch-card h3 {
      font-size: 25px !important;
  }
    .eduact-btn {
      font-size: 17px !important;
    }
    .about-one__img-shape-1 img {
      width: 97px !important;
  }
  .cta1 .headingmain {
    font-size: 24px !important;
    line-height: 36px;
}
    .about-one__awards-count-box span{
      font-size: 30px !important;
    }
    .about-one__experience-count span{
      font-size: 16px !important;
    }
    .about-one__awards-box{
      padding: 12px 11px 8px !important;
    }
    .about-one__awards-box{
        margin-left: 0px !important;
    }
    .about-one__experience-box-inner{
        padding: 9px 12px 3px !important;
    }
    .about-one__experience-icon img{
        width: 22px !important;
    }
    .hero-banner__btn i {
      display: none;
    }
    .hero-banner__btn .eduact-btn {
      padding-left: 25px;
      padding-right: 25px;
    }
    .elementor-shape-bottom svg {
        height: 18px;
        transform: translateX(-50%) rotateY(180deg);
    }
  }
  .eduact-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #ff6100;
    color: white;
    font-size: 22px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: capitalize;
    padding: 16px 32px 15px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  
  .eduact-btn-second {
    background-color: #ff6100;
  }
  
  .eduact-btn__text {
    position: relative;
    z-index: 2;
  }
  
  .eduact-btn__curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 33px;
    height: 100%;
    background: #f6f5f5;
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .eduact-btn i {
    display: inline-block;
    margin-left: 11px;
    position: relative;
    top: 2px;
  }
  
  .eduact-btn:hover {
    color: white;
  }
  
  .eduact-btn:hover .eduact-btn__curve {
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  
  .bento_position{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    width: 100%;
    padding: 10px;
    height: auto;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    text-transform: capitalize;
    color: #fff;
    background-color: rgb(10 10 10 / 66%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 0px 0px 10px 10px;
  }
  .team__area{
    position: relative;
    background-color: white;
  }
  .campus__btn .eduact-btn{
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 9px 27px 9px 16px !important;
  }
  .campus__btn .eduact-btn img{
    width: 20px;
    object-fit: cover;
  }
  .video_player_wrapper {
    border: 1px solid #d8d4d4;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.video_player_wrapper img{
object-fit: cover;
}
.course__thumb-2{
  border: 1px solid #d8d4d4;
  border-radius: 10px;
}

.pulse-btn svg{
  fill: #ffffff !important;
}
.pulse-btn path{
  fill: #ffffff !important;
}
ul li{
  list-style: none !important;
}
.pulse-btn{
  width: 60px;
  height: 44px;
  line-height: 44px;
  background-color: #d00505;
  border-radius: 10px !important;
}