@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
html {
    overflow-x: hidden;
    font-family: 'Lora', serif;
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0;
    color: #727777;
    overflow-x: hidden;
    font-family: 'Lora', serif;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(125deg, #fb3c7f 0%, #ffc05e 100%);
    border-radius: 10px;
}

.header-area {
    padding: 250px 0 305px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.header-area.header-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-area .bg-img {
    height: 250px;
    width: 380px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    animation: bikerun 10s infinite;
    transition: all 0.5s;
}

@keyframes bikerun {
    0% {
        right: -27%;
    }
    100% {
        right: 100%;
    }
}

.header-area .bg-img-02 {
    height: 130px;
    width: 110px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20%;
    top: 10%;
    z-index: -1;
    animation: balloonfly 15s infinite;
    transition: all 0.5s;
}

@keyframes balloonfly {
    0% {
        top: 40%;
        opacity: 0;
    }
    30% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        top: 10%;
        opacity: 0;
    }
}

.header-area .bg-img-03 {
    height: 30px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 27%;
    top: 10%;
    z-index: -1;
    animation: balloonfly-02 10s infinite;
    transition: all 0.5s;
}

@keyframes balloonfly-02 {
    0% {
        top: 40%;
        opacity: 0;
    }
    30% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        top: 10%;
        opacity: 0;
    }
}

.header-area .bg-img-04 {
    height: 50px;
    width: 65px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    right: 12%;
    top: 1%;
    z-index: -1;
    animation: balloonfly-03 12s infinite;
    transition: all 0.5s;
}

@keyframes balloonfly-03 {
    0% {
        top: 40%;
        opacity: 0;
    }
    30% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        top: 15%;
        opacity: 0;
    }
}

.header-area .bg-img-05 {
    height: 165px;
    width: 60px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 5%;
    bottom: 60px;
    z-index: -2;
    transform-origin: bottom center;
    animation: swing 12s infinite both;
}

.header-area .bg-img-06 {
    height: 135px;
    width: 35px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 9%;
    bottom: 60px;
    z-index: -2;
    transform-origin: bottom center;
    animation: swing 12s infinite both;
}

.header-area .bg-img-07 {
    height: 115px;
    width: 50px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 31%;
    bottom: 60px;
    z-index: -2;
    transform-origin: bottom center;
    animation: swing 12s infinite both;
}

.header-area .bg-img-08 {
    height: 300px;
    width: 70px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    right: 19%;
    bottom: 60px;
    z-index: -2;
    transform-origin: bottom center;
    animation: swing 12s infinite both;
}

.header-area .bg-img-09 {
    height: 450px;
    width: 165px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    right: 8%;
    bottom: 60px;
    z-index: -2;
    transform-origin: bottom center;
    animation: swing 12s infinite both;
}

.header-area .bg-img-10 {
    height: 275px;
    width: 70px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    right: 5%;
    bottom: 60px;
    z-index: -2;
    transform-origin: bottom center;
    animation: swing 12s infinite both;
}

.header-area .bg-img-11 {
    height: 400px;
    width: 500px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    right: 2%;
    bottom: 0;
    z-index: -2;
}

.header-area .title {
    font-size: 60px;
    line-height: 65px;
    color: #16215c;
    font-weight: 700;
    margin-bottom: 30px;
}

.header-area p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}

.header-area span {
    color: #fb3c7f;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.btn-wrapper {
    display: block;
}

.btn-wrapper .boxed-btn {
    background-color: #fb3c7f;
    color: #fff;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
    letter-spacing: 2px;
}

.header-area .btn-wrapper .boxed-btn {
    border: 1px solid transparent;
}

.header-area .btn-wrapper .boxed-btn:hover {
    text-decoration: none;
    border: 1px solid #fff;
    background-color: #fff;
    color: #fb3c7f;
}

.header-area .btn-wrapper .boxed-btn+.boxed-btn {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .header-area .bg-img-11 {
        height: 360px;
        width: 473px;
        right: 0;
    }
    .header-area .bg-img {
        height: 190px;
    }
    .header-area .bg-img-06 {
        left: 10%;
    }
    .header-area .bg-img-09 {
        height: 260px;
        width: 100px;
    }
    .header-area .bg-img-08 {
        height: 230px;
    }
    .header-area .bg-img-10 {
        height: 200px;
    }
    .header-area {
        padding: 290px 0 355px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 599px) {
    .header-area .bg-img {
        height: 130px;
        width: 220px;
    }
    .header-area .bg-img-09 {
        height: 150px;
        width: 80px;
    }
    .header-area .bg-img-08 {
        height: 170px;
    }
    .header-area .bg-img-10 {
        height: 140px;
    }
    .header-area .bg-img-05 {
        height: 130px;
    }
    .header-area .bg-img-06 {
        height: 120px;
    }
    .header-area .bg-img-11 {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .header-area .title {
        font-size: 40px;
        line-height: 50px;
    }
    .header-area {
        padding: 200px 0 300px;
    }
    .header-area .btn-wrapper .boxed-btn {
        width: 100%;
    }
    .header-area .btn-wrapper .boxed-btn+.boxed-btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 360px) {
    .header-area .title {
        font-size: 32px;
        line-height: 42px;
    }
}