
/* Aero Kidz Hero Slider CSS */
.ak-hero-slider{
    position:relative;
    overflow:hidden;
}
.akHeroSwiper,.ak-hero-item{width:100%;min-height:100vh;}
.ak-hero-item{
    display:flex;
    align-items:center;
    position:relative;
    padding:250px 0 100px;
}
.ak-hero-item{
    position:relative;
    overflow:hidden;
}

.ak-hero-item::before{

    content:"";

    position:absolute;

    inset:0;

    background:#000,

    url("../images/slider/hero-bg.jpg");
    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    z-index:-1;

}
.ak-hero-content{position:relative;z-index:2;padding-left: 50px;}
.ak-subtitle{
    display:inline-flex;
    gap:10px;
    align-items:center;
    background:#fff;
    padding:12px 22px;
    border-radius:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    color: #0077d6;
    font-weight:700;
    margin-bottom:25px;
}
.ak-subtitle i{color:#0079db}
.ak-hero-content h1{
    font-size:50px;
    line-height:1.1;
    font-weight:800;
    color: #ffffff;
    margin-bottom:25px;
}
.ak-hero-content h1 span{
    color:#ff306d;
    display:block;
}
.ak-hero-content p{
    font-size:18px;
    color: #ffffff;
    line-height:1.9;
    max-width:620px;
    margin-bottom:35px;
}
.ak-hero-btn{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:40px;
}
.ak-hero-btn .btn-default,
.ak-hero-btn .btn-border{
    padding:16px 34px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.4s;
}
.ak-hero-btn .btn-default{
    background: #0079db;
    color:#fff;
    box-shadow: 0 15px 30px rgb(0 119 214 / 48%);
}
.ak-hero-btn .btn-default:hover{
    background:#ff306d;
    transform:translateY(-4px);
}
.ak-hero-btn .btn-border{
    border: 2px solid #ff306c;
    color: #ff306c;
    background:#fff;
}
.ak-hero-btn .btn-border:hover{
    background:#ff306c;
    color:#fff;
}
.ak-hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}
.feature-item{
    background:#fff;
    border-radius:50px;
    padding:14px 22px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    font-weight:600;
}
.feature-item i{
    color:#0079db;
    margin-right:8px;
}
.ak-hero-image{
    position:relative;
    text-align:center;
}
.ak-hero-image img{
    max-width:100%;
    animation:float 5s ease-in-out infinite;
    border-radius:10px;
}
.floating-cloud,
.floating-star,
.paper-plane{
    position:absolute;
    border-radius:50%;
}
.cloud1{
    width:110px;height:50px;
    background:#fff;
    top:10%;left:5%;
    filter:blur(1px);
    animation:cloud 12s linear infinite;
}
.cloud2{
    width:140px;height:60px;
    background:#fff;
    top:70%;right:0;
    animation:cloud2 15s linear infinite;
}
.star1,.star2{
    width:10px;height:10px;
    background:#ffd54f;
    box-shadow:0 0 15px #ffd54f;
    animation:twinkle 2s infinite;
}
.star1{top:15%;right:20%}
.star2{bottom:15%;left:10%}
.paper-plane{
    width:50px;height:50px;
    background:#55c7f5;
    clip-path:polygon(0 50%,100% 0,65% 100%,50% 60%);
    top:25%;
    right:10%;
    animation:plane 6s ease-in-out infinite;
}
.ak-next,.ak-prev{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;height:60px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:20;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    transition:.3s;
}
.ak-prev{left:30px}
.ak-next{right:30px}
.ak-next:hover,.ak-prev:hover{
    background:#ff306d;
    color:#fff;
}
.swiper-pagination-bullet{
    width:12px;height:12px;
    background:#ff306d;
    opacity:.35;
}
.swiper-pagination-bullet-active{
    width:32px;
    border-radius:20px;
    opacity:1;
    background:#0079db;
}
.shape{
    position:absolute;
    z-index:1;
}
.shape img{width:100%}
.shape1{top:5%;left:5%;width:120px}
.shape2{bottom:0;left:0;width:220px}
.shape3{top:15%;right:8%;width:40px}
.shape4{bottom:8%;right:12%;width:90px}
@keyframes float{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-18px)}
}
@keyframes plane{
0%{transform:translate(0,0) rotate(0)}
50%{transform:translate(-60px,-40px) rotate(-10deg)}
100%{transform:translate(0,0)}
}
@keyframes cloud{
0%{transform:translateX(0)}
50%{transform:translateX(40px)}
100%{transform:translateX(0)}
}
@keyframes cloud2{
0%{transform:translateX(0)}
50%{transform:translateX(-40px)}
100%{transform:translateX(0)}
}
@keyframes twinkle{
0%,100%{opacity:.3;transform:scale(.8)}
50%{opacity:1;transform:scale(1.3)}
}
@media(max-width:991px){
.ak-hero-item{min-height:auto;padding:120px 0 80px}
.ak-hero-content{text-align:center}
.ak-hero-content h1{font-size:46px}
.ak-hero-content p{margin:auto auto 30px}
.ak-hero-btn,.ak-hero-features{justify-content:center}
.ak-hero-image{margin-top:50px}
.ak-next,.ak-prev{display:none}
}
@media(max-width:576px){
.ak-hero-content h1{font-size:34px}
.ak-subtitle{font-size:14px}
.ak-hero-btn a{width:100%;text-align:center}
.feature-item{width:100%;text-align:center}
}
