/*
Template Name: justdance
File Name: style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license/
*/

html {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Raleway', sans-serif;  
    margin: 0;
    padding: 0;
    color: #000;
    font-size:100%;
    letter-spacing: 1px;
}
textarea:focus, input:focus, select:focus, select:active{
    outline: none;
    box-shadow:none;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
textarea:focus,textArea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: none;
    box-shadow: none !important;
    outline: 0 none;
    border-color: #000 !important;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button:active,
button:focus {
    outline: none !important;
    text-decoration: none;
}
a, button {
    text-decoration: none;
    cursor: pointer;
}
a {
    color: inherit;
}
a, .site-btn{
    transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
h1,h2,h3,h4,h5,h6, .navbar-brand, .gallery-list .nav-tabs{
    font-family: 'Poiret One', cursive;
}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent !important; }
.placeholder-fix:focus::-moz-placeholder   {color:transparent !important;}
.placeholder-fix:-moz-placeholder   {color:transparent !important;}
.bgcolor-blue{
    background: #1b1717;
}
.bgcolor-red{
    background: #ac0000;
}
.no-padding{
    padding: 0;
}
.paddingTop-80{
    padding-top: 80px;
}
.paddingbottom-80{
    padding-bottom: 80px;
}
.padding20{
    padding: 20px;
}
#carousel-example-generic {
    position: relative;
    height: 650px;
    background: rgba(0, 0, 0, 0) no-repeat scroll center top / cover ;
}

#carousel-example-home {
    position: relative;
    height: 400px;
    background: rgba(0, 0, 0, 0) no-repeat scroll center top / cover ;
}

#carousel-example-generic-veena{
    background: rgba(0, 0, 0, 0) url("../images/g2b1.png") no-repeat scroll center top / cover ;
    height: 100px;
    position: relative;
}
#carousel-example-generic-kalari{
    background: rgba(0, 0, 0, 0) url("../images/kalari/1.jpeg") no-repeat scroll center top / cover ;
    height: 500px;
    position: relative;
}
.navbar {
    border: medium none;
    border-radius: 0;
    background: transparent;
    padding: 20px 0;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
}
.navbar-nav > li > a {
    font-size: 14px;
    color: #fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #e2001a !important;
}
#carousel-example-generic .carousel-inner .item{
    background-position: center center;
    background-size: cover;
    height: 800px;
    width: 100%;
}
#carousel-example-generic .carousel-caption {
    left: 0;
    padding-bottom: 30px;
    right: 0;
    top: 5%;
}
.item {
    position: relative;
}

#carousel-example-generic .item img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.carousel-fade .item {
    opacity: 0;
    transition: opacity 0.1s ease; /* Adjust the duration for the fade effect */
}

.carousel-fade .item.active {
    opacity: 1;
}


/* Black overlay with transparency */
#carousel-example-generic .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background-color: rgba(0, 0, 0, 0.6); /* Black with 60% transparency */
    z-index: 1; /* Make sure the overlay is on top of the image */
}
#carousel-example-generic .carousel-indicators {
    bottom: 10px;
    left: inherit;
    margin: 0;
    right: 30px;
    top: 50%;
    width: 0;
}
#carousel-example-generic .carousel-caption h3 {
    margin-top: -5px;
}
#carousel-example-generic .carousel-caption h3 {
    color: #e2001a;
    font-size: 35px;
    font-weight: 600;
    margin-top: -5px;
    background-color: white;
}
#carousel-example-generic .carousel-caption p {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0 10px;
    background-color: white;
    color: #000000;
}
.related-website-details {
    left: 70%;
    position: absolute;
    top: 40%;
    transform: translate(-75%, -50%);
}
#carousel-example-generic .carousel-control.left, #testimonial-Carousel .carousel-control.left{
    background-image: none;
}
#carousel-example-generic .carousel-control.right, #testimonial-Carousel .carousel-control.right{
    background-image: none;
}
#carousel-example-generic .carousel-control, #testimonial-Carousel .carousel-control{
    opacity: 1;
    top: 50%;
    width:10%;
}
#testimonial-Carousel.carousel {
    position: inherit;
}
.site-btn{
    background-color: #e2001a;
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    
}
.site-btn:hover{
    background: #e2001a;
}
.register-btn{
    background-color: #e2001a;
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    color: #ffffff;
}
.register-btn:hover{
    background: #097c88;
    color: #ffffff;
}
.top-nav-collapse{
    background-color: rgba(31, 27, 24, 0.9);
}
.price-banner{
    background: rgba(0, 0, 0, 0) url("../images/pricing-table.jpg") no-repeat scroll 0 0 / cover ;
    min-height: 560px;
    position: relative;
    overflow: hidden;
}
.testimonial-banner{
    background: rgba(0, 0, 0, 0) url("../images/testimonial-banner.jpg") no-repeat scroll 0 0 / cover ;
    min-height: 560px;
    position: relative;
    overflow: hidden;
}
.contact-banner{
    background: rgba(0, 0, 0, 0) url("../images/contact-banner.jpg") no-repeat scroll 0 0 / cover ;
    min-height: 500px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.instructor-banner{
    background: rgba(0, 0, 0, 0) url("../images/trainer-banner.png") no-repeat scroll 0 0 / cover ;
    min-height: 787px;
    position: relative; 
}
.block-heading h2, .about-details h3 {
    color: #e2001a;
    font-weight: 600;
}
.block-heading p::before {
    border-bottom: 1px solid;
    content: "";
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}
.block-heading > p {
    color: #1F1B18;
    font-size: 12px;
    font-weight: 600;
    margin-top: 6px;
}
.about-para > p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    max-height: 45.95em;
    overflow: scroll;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}

.about-para > h4 {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    color: #1F1B18;
    font-family: 'Raleway', sans-serif;
}
.about-para .block-heading p {
    margin-bottom: 1px;
}

.site-btn2 {
    color: #e2001a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.site-btn2::after{
    border-bottom: 1px solid #1F1B18;
    content: "";
    display: inline-block;
    margin-left: 8px;
    position: relative;
    vertical-align: middle;
    width: 50px; 
}
.about-details{
    color:#000000;
}
.about-details > p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 12px;
    max-height: 45em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-align: center;
    text-overflow: ellipsis;
}

.bgcolor-red .about-details h3{
    color: #1F1B18;
}
.content {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
    opacity: 1;
}
.classes-img img{
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.content-details p{
    color: #fff;
    font-size: 11px;
}
.fadeIn-top{
    top: 20%;
}
.fadeIn-right{
    left: 80%;
}
.price-table {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.price-block {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease 0s;
}
.price-gd-top {
    background: #e2001a;
    text-align: center;
}
.price-gd-top h4 {
    background: #1F1B18;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 1px;
    padding: 0.4em 1em;
}
.price-gd-top h3 {
    color: #fff;
    font-size: 5em;
    padding: 0.2em 0 0;
}
.price-gd-top h3 span {
    font-size: 30px;
    vertical-align: top;
}
.price-gd-top h5 {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 0 3em 0.8em 0;
    text-align: right;
}
.price-gd-bottom {
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0;
    padding: 1em 0;
    text-align: center;
}
.price-list > ul li {
    display: inline;
    font-size: 14px;
}
.price-list {
    color: #fff;
}
.price-list h6 {
    font-size: 30px;
    margin: 10px 0;
}
.trainer-details > h4 {
    color: #e2001a;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.trainer-details.text-center > p {
    font-size: 12px;
}
.example-image-link i {
    color: #e2001a;
    font-size: 26px;
    margin-top: 15px;
}
.gallery-list .nav-tabs {
    border-bottom: medium none;
    text-align: center;
}
.gallery-list ul {
    margin-bottom: 50px;
    margin-top: 0;
}
.gallery-list .nav-tabs > li > a {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: #1F1B18;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 16px;
    text-transform: capitalize;
}
.gallery-img-vertical img {
    width: 500px; /* Example fixed width */
    height: 500px; /* Example fixed height */
    object-fit: cover; /* Optional: How to handle if image doesn't match dimensions */
}

.gallery-img-horizontal img {
    width: 500px; /* Example fixed width */
    height: 300px; /* Example fixed height */
    object-fit: cover; /* Optional: How to handle if image doesn't match dimensions */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
    color: #e2001a;
    border: none;
    background-color: transparent;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
    margin-right: 15px;
}
.client-list{
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0;
    color:#fff;
    padding: 30px;
    border-bottom: 6px solid #e2001a;
}
#testimonial-Carousel .carousel-inner {
    left: 50%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.client-img i {
    font-size: 36px;
}
.client-info img {
    width: 11%;
}
.client-info > p {
    font-size: 15px;
    margin: 20px 0;
}
.map iframe{
    width:100%;
    height: 235px;
}
.contact-box{
    color:#fff;
}
.email-banner{
    background: rgba(0, 0, 0, 0) url("../images/email-banner.jpg") no-repeat scroll 0 0 / cover ;
    min-height: 120px;
}
.contact-list a {
    display: block;
}
.contact-list h3 {
    margin-bottom: 12px;
    font-weight: 600;
}
.contact-list {
    padding: 28px;
}
.left-box > p, .right-box a, .contact-list a{
    font-size: 13px;
    line-height: 22px;
}
.right-box a:hover, .contact-list a:hover, .site-btn3:hover{
    color: #e2001a;
}
.contact-form{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.contact-form .form-control {
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: none 0s ease 0s ;
    width: 100%;
}
.contact-form textarea{
    height: 150px !important;
}
.contact-form .form-control::-moz-placeholder {
    color: #fff;
    font-weight: 400;
    opacity: 1;
}
.contact-form .form-control::-webkit-input-placeholder{
    color: #fff;
    font-weight: 400;
    opacity: 1;
}
.site-btn3 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    background: transparent;
    border:none;
}
.site-btn3::after{
    border-bottom: 1px solid #e2001a;
    content: "";
    display: inline-block;
    margin-left: 8px;
    position: relative;
    vertical-align: middle;
    width: 50px; 
}
.contact-menu .site-btn3:last-child{
    margin-right: 0px;
}
.social-icon-list {
    margin-top: 50px;
    text-align: center;
}
.social-icon-list li {
    display: inline;
}
.social-icon-list a{
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    width: 50px;
}
.social-icon-list a:hover{
    background: #e2001a;
    border-color: #e2001a;
}
.copyright{
    text-align: center;
    color:#fff;
    padding: 15px 0;
    font-size: 13px;
}
.copyright a{
    font-size: 14px;
    font-weight: 600;
}
.copyright a:hover{
    color: #1F1B18;
}

html {
    height: 100%;
}
.rain {
    background: white;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    height: 50px;
    position: absolute;
    width: 1px;
}

.rain:nth-of-type(1) {
    animation-name: rain-1;
    animation-delay: 19s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 21%;
    opacity: 0.58;
    top: -52%;
}

@Keyframes rain-1 {
    0% {
        left: 21%;
        opacity: 0.58;
        top: -52%;
    }
    100% {
        opacity: 0;
        top: 92%;
    }
}
.rain:nth-of-type(2) {
    animation-name: rain-2;
    animation-delay: 2s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 13%;
    opacity: 0.52;
    top: -53%;
}

@Keyframes rain-2 {
    0% {
        left: 13%;
        opacity: 0.52;
        top: -53%;
    }
    100% {
        opacity: 0;
        top: 93%;
    }
}
.rain:nth-of-type(3) {
    animation-name: rain-3;
    animation-delay: 19s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 80%;
    opacity: 0.34;
    top: -67%;
}

@Keyframes rain-3 {
    0% {
        left: 80%;
        opacity: 0.34;
        top: -67%;
    }
    100% {
        opacity: 0;
        top: 107%;
    }
}
.rain:nth-of-type(4) {
    animation-name: rain-4;
    animation-delay: 5s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 34%;
    opacity: 0.35;
    top: -55%;
}

@Keyframes rain-4 {
    0% {
        left: 34%;
        opacity: 0.35;
        top: -55%;
    }
    100% {
        opacity: 0;
        top: 95%;
    }
}
.rain:nth-of-type(5) {
    animation-name: rain-5;
    animation-delay: 19s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 11%;
    opacity: 0.57;
    top: -99%;
}

@Keyframes rain-5 {
    0% {
        left: 11%;
        opacity: 0.57;
        top: -99%;
    }
    100% {
        opacity: 0;
        top: 139%;
    }
}
.rain:nth-of-type(6) {
    animation-name: rain-6;
    animation-delay: 7s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 61%;
    opacity: 0.59;
    top: -91%;
}

@Keyframes rain-6 {
    0% {
        left: 61%;
        opacity: 0.59;
        top: -91%;
    }
    100% {
        opacity: 0;
        top: 131%;
    }
}
.rain:nth-of-type(7) {
    animation-name: rain-7;
    animation-delay: 8s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 56%;
    opacity: 0.46;
    top: -80%;
}

@Keyframes rain-7 {
    0% {
        left: 56%;
        opacity: 0.46;
        top: -80%;
    }
    100% {
        opacity: 0;
        top: 120%;
    }
}
.rain:nth-of-type(8) {
    animation-name: rain-8;
    animation-delay: 2s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 91%;
    opacity: 0.46;
    top: -63%;
}

@Keyframes rain-8 {
    0% {
        left: 91%;
        opacity: 0.46;
        top: -63%;
    }
    100% {
        opacity: 0;
        top: 103%;
    }
}
.rain:nth-of-type(9) {
    animation-name: rain-9;
    animation-delay: 14s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 58%;
    opacity: 0.51;
    top: -89%;
}

@Keyframes rain-9 {
    0% {
        left: 58%;
        opacity: 0.51;
        top: -89%;
    }
    100% {
        opacity: 0;
        top: 129%;
    }
}
.rain:nth-of-type(10) {
    animation-name: rain-10;
    animation-delay: 6s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 26%;
    opacity: 0.44;
    top: -70%;
}

@Keyframes rain-10 {
    0% {
        left: 26%;
        opacity: 0.44;
        top: -70%;
    }
    100% {
        opacity: 0;
        top: 110%;
    }
}
.rain:nth-of-type(11) {
    animation-name: rain-11;
    animation-delay: 18s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 44%;
    opacity: 0.49;
    top: -53%;
}

@Keyframes rain-11 {
    0% {
        left: 44%;
        opacity: 0.49;
        top: -53%;
    }
    100% {
        opacity: 0;
        top: 93%;
    }
}
.rain:nth-of-type(12) {
    animation-name: rain-12;
    animation-delay: 17s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 31%;
    opacity: 0.31;
    top: -83%;
}

@Keyframes rain-12 {
    0% {
        left: 31%;
        opacity: 0.31;
        top: -83%;
    }
    100% {
        opacity: 0;
        top: 123%;
    }
}
.rain:nth-of-type(13) {
    animation-name: rain-13;
    animation-delay: 12s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 27%;
    opacity: 0.31;
    top: -96%;
}

@Keyframes rain-13 {
    0% {
        left: 27%;
        opacity: 0.31;
        top: -96%;
    }
    100% {
        opacity: 0;
        top: 136%;
    }
}
.rain:nth-of-type(14) {
    animation-name: rain-14;
    animation-delay: 1s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 99%;
    opacity: 0.54;
    top: -72%;
}

@Keyframes rain-14 {
    0% {
        left: 99%;
        opacity: 0.54;
        top: -72%;
    }
    100% {
        opacity: 0;
        top: 112%;
    }
}
.rain:nth-of-type(15) {
    animation-name: rain-15;
    animation-delay: 16s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 48%;
    opacity: 0.59;
    top: -71%;
}

@Keyframes rain-15 {
    0% {
        left: 48%;
        opacity: 0.59;
        top: -71%;
    }
    100% {
        opacity: 0;
        top: 111%;
    }
}
.rain:nth-of-type(16) {
    animation-name: rain-16;
    animation-delay: 3s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 4%;
    opacity: 0.49;
    top: -51%;
}

@Keyframes rain-16 {
    0% {
        left: 4%;
        opacity: 0.49;
        top: -51%;
    }
    100% {
        opacity: 0;
        top: 91%;
    }
}
.rain:nth-of-type(17) {
    animation-name: rain-17;
    animation-delay: 13s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 20%;
    opacity: 0.59;
    top: -89%;
}

@Keyframes rain-17 {
    0% {
        left: 20%;
        opacity: 0.59;
        top: -89%;
    }
    100% {
        opacity: 0;
        top: 129%;
    }
}
.rain:nth-of-type(18) {
    animation-name: rain-18;
    animation-delay: 9s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 16%;
    opacity: 0.33;
    top: -91%;
}

@Keyframes rain-18 {
    0% {
        left: 16%;
        opacity: 0.33;
        top: -91%;
    }
    100% {
        opacity: 0;
        top: 131%;
    }
}
.rain:nth-of-type(19) {
    animation-name: rain-19;
    animation-delay: 10s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 11%;
    opacity: 0.58;
    top: -92%;
}

@Keyframes rain-19 {
    0% {
        left: 11%;
        opacity: 0.58;
        top: -92%;
    }
    100% {
        opacity: 0;
        top: 132%;
    }
}
.rain:nth-of-type(20) {
    animation-name: rain-20;
    animation-delay: 3s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 45%;
    opacity: 0.42;
    top: -89%;
}

@Keyframes rain-20 {
    0% {
        left: 45%;
        opacity: 0.42;
        top: -89%;
    }
    100% {
        opacity: 0;
        top: 129%;
    }
}
.rain:nth-of-type(21) {
    animation-name: rain-21;
    animation-delay: 17s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 60%;
    opacity: 0.6;
    top: -74%;
}

@Keyframes rain-21 {
    0% {
        left: 60%;
        opacity: 0.6;
        top: -74%;
    }
    100% {
        opacity: 0;
        top: 114%;
    }
}
.rain:nth-of-type(22) {
    animation-name: rain-22;
    animation-delay: 19s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 23%;
    opacity: 0.54;
    top: -81%;
}

@Keyframes rain-22 {
    0% {
        left: 23%;
        opacity: 0.54;
        top: -81%;
    }
    100% {
        opacity: 0;
        top: 121%;
    }
}
.rain:nth-of-type(23) {
    animation-name: rain-23;
    animation-delay: 7s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 52%;
    opacity: 0.51;
    top: -92%;
}

@Keyframes rain-23 {
    0% {
        left: 52%;
        opacity: 0.51;
        top: -92%;
    }
    100% {
        opacity: 0;
        top: 132%;
    }
}
.rain:nth-of-type(24) {
    animation-name: rain-24;
    animation-delay: 0s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 32%;
    opacity: 0.43;
    top: -98%;
}

@Keyframes rain-24 {
    0% {
        left: 32%;
        opacity: 0.43;
        top: -98%;
    }
    100% {
        opacity: 0;
        top: 138%;
    }
}
.rain:nth-of-type(25) {
    animation-name: rain-25;
    animation-delay: 3s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 98%;
    opacity: 0.58;
    top: -56%;
}

@Keyframes rain-25 {
    0% {
        left: 98%;
        opacity: 0.58;
        top: -56%;
    }
    100% {
        opacity: 0;
        top: 96%;
    }
}
.rain:nth-of-type(26) {
    animation-name: rain-26;
    animation-delay: 3s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 92%;
    opacity: 0.36;
    top: -100%;
}

@Keyframes rain-26 {
    0% {
        left: 92%;
        opacity: 0.36;
        top: -100%;
    }
    100% {
        opacity: 0;
        top: 140%;
    }
}
.rain:nth-of-type(27) {
    animation-name: rain-27;
    animation-delay: 13s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 65%;
    opacity: 0.32;
    top: -88%;
}

@Keyframes rain-27 {
    0% {
        left: 65%;
        opacity: 0.32;
        top: -88%;
    }
    100% {
        opacity: 0;
        top: 128%;
    }
}
.rain:nth-of-type(28) {
    animation-name: rain-28;
    animation-delay: 18s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 27%;
    opacity: 0.59;
    top: -61%;
}

@Keyframes rain-28 {
    0% {
        left: 27%;
        opacity: 0.59;
        top: -61%;
    }
    100% {
        opacity: 0;
        top: 101%;
    }
}
.rain:nth-of-type(29) {
    animation-name: rain-29;
    animation-delay: 14s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 36%;
    opacity: 0.38;
    top: -53%;
}

@Keyframes rain-29 {
    0% {
        left: 36%;
        opacity: 0.38;
        top: -53%;
    }
    100% {
        opacity: 0;
        top: 93%;
    }
}
.rain:nth-of-type(30) {
    animation-name: rain-30;
    animation-delay: 10s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 84%;
    opacity: 0.59;
    top: -51%;
}

@Keyframes rain-30 {
    0% {
        left: 84%;
        opacity: 0.59;
        top: -51%;
    }
    100% {
        opacity: 0;
        top: 91%;
    }
}
.rain:nth-of-type(31) {
    animation-name: rain-31;
    animation-delay: 17s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 11%;
    opacity: 0.53;
    top: -74%;
}

@Keyframes rain-31 {
    0% {
        left: 11%;
        opacity: 0.53;
        top: -74%;
    }
    100% {
        opacity: 0;
        top: 114%;
    }
}
.rain:nth-of-type(32) {
    animation-name: rain-32;
    animation-delay: 4s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 55%;
    opacity: 0.49;
    top: -84%;
}

@Keyframes rain-32 {
    0% {
        left: 55%;
        opacity: 0.49;
        top: -84%;
    }
    100% {
        opacity: 0;
        top: 124%;
    }
}
.rain:nth-of-type(33) {
    animation-name: rain-33;
    animation-delay: 19s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 49%;
    opacity: 0.36;
    top: -52%;
}

@Keyframes rain-33 {
    0% {
        left: 49%;
        opacity: 0.36;
        top: -52%;
    }
    100% {
        opacity: 0;
        top: 92%;
    }
}
.rain:nth-of-type(34) {
    animation-name: rain-34;
    animation-delay: 2s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 54%;
    opacity: 0.37;
    top: -58%;
}

@Keyframes rain-34 {
    0% {
        left: 54%;
        opacity: 0.37;
        top: -58%;
    }
    100% {
        opacity: 0;
        top: 98%;
    }
}
.rain:nth-of-type(35) {
    animation-name: rain-35;
    animation-delay: 11s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 10%;
    opacity: 0.47;
    top: -94%;
}

@Keyframes rain-35 {
    0% {
        left: 10%;
        opacity: 0.47;
        top: -94%;
    }
    100% {
        opacity: 0;
        top: 134%;
    }
}
.rain:nth-of-type(36) {
    animation-name: rain-36;
    animation-delay: 18s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 15%;
    opacity: 0.45;
    top: -62%;
}

@Keyframes rain-36 {
    0% {
        left: 15%;
        opacity: 0.45;
        top: -62%;
    }
    100% {
        opacity: 0;
        top: 102%;
    }
}
.rain:nth-of-type(37) {
    animation-name: rain-37;
    animation-delay: 10s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 53%;
    opacity: 0.36;
    top: -59%;
}

@Keyframes rain-37 {
    0% {
        left: 53%;
        opacity: 0.36;
        top: -59%;
    }
    100% {
        opacity: 0;
        top: 99%;
    }
}
.rain:nth-of-type(38) {
    animation-name: rain-38;
    animation-delay: 3s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 72%;
    opacity: 0.32;
    top: -63%;
}

@Keyframes rain-38 {
    0% {
        left: 72%;
        opacity: 0.32;
        top: -63%;
    }
    100% {
        opacity: 0;
        top: 103%;
    }
}
.rain:nth-of-type(39) {
    animation-name: rain-39;
    animation-delay: 17s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 68%;
    opacity: 0.35;
    top: -85%;
}

@Keyframes rain-39 {
    0% {
        left: 68%;
        opacity: 0.35;
        top: -85%;
    }
    100% {
        opacity: 0;
        top: 125%;
    }
}
.rain:nth-of-type(40) {
    animation-name: rain-40;
    animation-delay: 13s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 16%;
    opacity: 0.39;
    top: -78%;
}

@Keyframes rain-40 {
    0% {
        left: 16%;
        opacity: 0.39;
        top: -78%;
    }
    100% {
        opacity: 0;
        top: 118%;
    }
}
.rain:nth-of-type(41) {
    animation-name: rain-41;
    animation-delay: 14s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 4%;
    opacity: 0.4;
    top: -90%;
}

@Keyframes rain-41 {
    0% {
        left: 4%;
        opacity: 0.4;
        top: -90%;
    }
    100% {
        opacity: 0;
        top: 130%;
    }
}
.rain:nth-of-type(42) {
    animation-name: rain-42;
    animation-delay: 10s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 39%;
    opacity: 0.39;
    top: -86%;
}

@Keyframes rain-42 {
    0% {
        left: 39%;
        opacity: 0.39;
        top: -86%;
    }
    100% {
        opacity: 0;
        top: 126%;
    }
}
.rain:nth-of-type(43) {
    animation-name: rain-43;
    animation-delay: 6s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 6%;
    opacity: 0.34;
    top: -61%;
}

@Keyframes rain-43 {
    0% {
        left: 6%;
        opacity: 0.34;
        top: -61%;
    }
    100% {
        opacity: 0;
        top: 101%;
    }
}
.rain:nth-of-type(44) {
    animation-name: rain-44;
    animation-delay: 11s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 78%;
    opacity: 0.31;
    top: -98%;
}

@Keyframes rain-44 {
    0% {
        left: 78%;
        opacity: 0.31;
        top: -98%;
    }
    100% {
        opacity: 0;
        top: 138%;
    }
}
.rain:nth-of-type(45) {
    animation-name: rain-45;
    animation-delay: 19s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 40%;
    opacity: 0.56;
    top: -69%;
}

@Keyframes rain-45 {
    0% {
        left: 40%;
        opacity: 0.56;
        top: -69%;
    }
    100% {
        opacity: 0;
        top: 109%;
    }
}
.rain:nth-of-type(46) {
    animation-name: rain-46;
    animation-delay: 17s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 47%;
    opacity: 0.59;
    top: -84%;
}

@Keyframes rain-46 {
    0% {
        left: 47%;
        opacity: 0.59;
        top: -84%;
    }
    100% {
        opacity: 0;
        top: 124%;
    }
}
.rain:nth-of-type(47) {
    animation-name: rain-47;
    animation-delay: 8s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 100%;
    opacity: 0.42;
    top: -98%;
}

@Keyframes rain-47 {
    0% {
        left: 100%;
        opacity: 0.42;
        top: -98%;
    }
    100% {
        opacity: 0;
        top: 138%;
    }
}
.rain:nth-of-type(48) {
    animation-name: rain-48;
    animation-delay: 19s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 4%;
    opacity: 0.32;
    top: -51%;
}

@Keyframes rain-48 {
    0% {
        left: 4%;
        opacity: 0.32;
        top: -51%;
    }
    100% {
        opacity: 0;
        top: 91%;
    }
}
.rain:nth-of-type(49) {
    animation-name: rain-49;
    animation-delay: 16s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 79%;
    opacity: 0.42;
    top: -73%;
}

@Keyframes rain-49 {
    0% {
        left: 79%;
        opacity: 0.42;
        top: -73%;
    }
    100% {
        opacity: 0;
        top: 113%;
    }
}
.rain:nth-of-type(50) {
    animation-name: rain-50;
    animation-delay: 3s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 26%;
    opacity: 0.31;
    top: -80%;
}

@Keyframes rain-50 {
    0% {
        left: 26%;
        opacity: 0.31;
        top: -80%;
    }
    100% {
        opacity: 0;
        top: 120%;
    }
}
.rain:nth-of-type(51) {
    animation-name: rain-51;
    animation-delay: 6s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 38%;
    opacity: 0.35;
    top: -65%;
}

@Keyframes rain-51 {
    0% {
        left: 38%;
        opacity: 0.35;
        top: -65%;
    }
    100% {
        opacity: 0;
        top: 105%;
    }
}
.rain:nth-of-type(52) {
    animation-name: rain-52;
    animation-delay: 0s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 28%;
    opacity: 0.48;
    top: -77%;
}

@Keyframes rain-52 {
    0% {
        left: 28%;
        opacity: 0.48;
        top: -77%;
    }
    100% {
        opacity: 0;
        top: 117%;
    }
}
.rain:nth-of-type(53) {
    animation-name: rain-53;
    animation-delay: 15s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 94%;
    opacity: 0.57;
    top: -61%;
}

@Keyframes rain-53 {
    0% {
        left: 94%;
        opacity: 0.57;
        top: -61%;
    }
    100% {
        opacity: 0;
        top: 101%;
    }
}
.rain:nth-of-type(54) {
    animation-name: rain-54;
    animation-delay: 8s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 6%;
    opacity: 0.5;
    top: -82%;
}

@Keyframes rain-54 {
    0% {
        left: 6%;
        opacity: 0.5;
        top: -82%;
    }
    100% {
        opacity: 0;
        top: 122%;
    }
}
.rain:nth-of-type(55) {
    animation-name: rain-55;
    animation-delay: 14s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 13%;
    opacity: 0.59;
    top: -82%;
}

@Keyframes rain-55 {
    0% {
        left: 13%;
        opacity: 0.59;
        top: -82%;
    }
    100% {
        opacity: 0;
        top: 122%;
    }
}
.rain:nth-of-type(56) {
    animation-name: rain-56;
    animation-delay: 8s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 61%;
    opacity: 0.58;
    top: -90%;
}

@Keyframes rain-56 {
    0% {
        left: 61%;
        opacity: 0.58;
        top: -90%;
    }
    100% {
        opacity: 0;
        top: 130%;
    }
}
.rain:nth-of-type(57) {
    animation-name: rain-57;
    animation-delay: 16s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 67%;
    opacity: 0.41;
    top: -53%;
}

@Keyframes rain-57 {
    0% {
        left: 67%;
        opacity: 0.41;
        top: -53%;
    }
    100% {
        opacity: 0;
        top: 93%;
    }
}
.rain:nth-of-type(58) {
    animation-name: rain-58;
    animation-delay: 1s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 69%;
    opacity: 0.41;
    top: -97%;
}

@Keyframes rain-58 {
    0% {
        left: 69%;
        opacity: 0.41;
        top: -97%;
    }
    100% {
        opacity: 0;
        top: 137%;
    }
}
.rain:nth-of-type(59) {
    animation-name: rain-59;
    animation-delay: 8s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 55%;
    opacity: 0.43;
    top: -78%;
}

@Keyframes rain-59 {
    0% {
        left: 55%;
        opacity: 0.43;
        top: -78%;
    }
    100% {
        opacity: 0;
        top: 118%;
    }
}
.rain:nth-of-type(60) {
    animation-name: rain-60;
    animation-delay: 17s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 40%;
    opacity: 0.45;
    top: -93%;
}

@Keyframes rain-60 {
    0% {
        left: 40%;
        opacity: 0.45;
        top: -93%;
    }
    100% {
        opacity: 0;
        top: 133%;
    }
}
.rain:nth-of-type(61) {
    animation-name: rain-61;
    animation-delay: 11s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 27%;
    opacity: 0.37;
    top: -89%;
}

@Keyframes rain-61 {
    0% {
        left: 27%;
        opacity: 0.37;
        top: -89%;
    }
    100% {
        opacity: 0;
        top: 129%;
    }
}
.rain:nth-of-type(62) {
    animation-name: rain-62;
    animation-delay: 2s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 69%;
    opacity: 0.5;
    top: -96%;
}

@Keyframes rain-62 {
    0% {
        left: 69%;
        opacity: 0.5;
        top: -96%;
    }
    100% {
        opacity: 0;
        top: 136%;
    }
}
.rain:nth-of-type(63) {
    animation-name: rain-63;
    animation-delay: 14s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 14%;
    opacity: 0.49;
    top: -68%;
}

@Keyframes rain-63 {
    0% {
        left: 14%;
        opacity: 0.49;
        top: -68%;
    }
    100% {
        opacity: 0;
        top: 108%;
    }
}
.rain:nth-of-type(64) {
    animation-name: rain-64;
    animation-delay: 10s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 91%;
    opacity: 0.4;
    top: -85%;
}

@Keyframes rain-64 {
    0% {
        left: 91%;
        opacity: 0.4;
        top: -85%;
    }
    100% {
        opacity: 0;
        top: 125%;
    }
}
.rain:nth-of-type(65) {
    animation-name: rain-65;
    animation-delay: 19s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 15%;
    opacity: 0.32;
    top: -83%;
}

@Keyframes rain-65 {
    0% {
        left: 15%;
        opacity: 0.32;
        top: -83%;
    }
    100% {
        opacity: 0;
        top: 123%;
    }
}
.rain:nth-of-type(66) {
    animation-name: rain-66;
    animation-delay: 1s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 10%;
    opacity: 0.32;
    top: -68%;
}

@Keyframes rain-66 {
    0% {
        left: 10%;
        opacity: 0.32;
        top: -68%;
    }
    100% {
        opacity: 0;
        top: 108%;
    }
}
.rain:nth-of-type(67) {
    animation-name: rain-67;
    animation-delay: 17s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 97%;
    opacity: 0.48;
    top: -82%;
}

@Keyframes rain-67 {
    0% {
        left: 97%;
        opacity: 0.48;
        top: -82%;
    }
    100% {
        opacity: 0;
        top: 122%;
    }
}
.rain:nth-of-type(68) {
    animation-name: rain-68;
    animation-delay: 15s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 23%;
    opacity: 0.55;
    top: -52%;
}

@Keyframes rain-68 {
    0% {
        left: 23%;
        opacity: 0.55;
        top: -52%;
    }
    100% {
        opacity: 0;
        top: 92%;
    }
}
.rain:nth-of-type(69) {
    animation-name: rain-69;
    animation-delay: 16s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 31%;
    opacity: 0.45;
    top: -79%;
}

@Keyframes rain-69 {
    0% {
        left: 31%;
        opacity: 0.45;
        top: -79%;
    }
    100% {
        opacity: 0;
        top: 119%;
    }
}
.rain:nth-of-type(70) {
    animation-name: rain-70;
    animation-delay: 15s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 93%;
    opacity: 0.33;
    top: -87%;
}

@Keyframes rain-70 {
    0% {
        left: 93%;
        opacity: 0.33;
        top: -87%;
    }
    100% {
        opacity: 0;
        top: 127%;
    }
}
.rain:nth-of-type(71) {
    animation-name: rain-71;
    animation-delay: 7s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 72%;
    opacity: 0.49;
    top: -85%;
}

@Keyframes rain-71 {
    0% {
        left: 72%;
        opacity: 0.49;
        top: -85%;
    }
    100% {
        opacity: 0;
        top: 125%;
    }
}
.rain:nth-of-type(72) {
    animation-name: rain-72;
    animation-delay: 15s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 61%;
    opacity: 0.5;
    top: -91%;
}

@Keyframes rain-72 {
    0% {
        left: 61%;
        opacity: 0.5;
        top: -91%;
    }
    100% {
        opacity: 0;
        top: 131%;
    }
}
.rain:nth-of-type(73) {
    animation-name: rain-73;
    animation-delay: 11s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 39%;
    opacity: 0.42;
    top: -64%;
}

@Keyframes rain-73 {
    0% {
        left: 39%;
        opacity: 0.42;
        top: -64%;
    }
    100% {
        opacity: 0;
        top: 104%;
    }
}
.rain:nth-of-type(74) {
    animation-name: rain-74;
    animation-delay: 2s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 90%;
    opacity: 0.34;
    top: -98%;
}

@Keyframes rain-74 {
    0% {
        left: 90%;
        opacity: 0.34;
        top: -98%;
    }
    100% {
        opacity: 0;
        top: 138%;
    }
}
.rain:nth-of-type(75) {
    animation-name: rain-75;
    animation-delay: 6s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 37%;
    opacity: 0.31;
    top: -78%;
}

@Keyframes rain-75 {
    0% {
        left: 37%;
        opacity: 0.31;
        top: -78%;
    }
    100% {
        opacity: 0;
        top: 118%;
    }
}
.rain:nth-of-type(76) {
    animation-name: rain-76;
    animation-delay: 8s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 80%;
    opacity: 0.5;
    top: -77%;
}

@Keyframes rain-76 {
    0% {
        left: 80%;
        opacity: 0.5;
        top: -77%;
    }
    100% {
        opacity: 0;
        top: 117%;
    }
}
.rain:nth-of-type(77) {
    animation-name: rain-77;
    animation-delay: 13s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 93%;
    opacity: 0.56;
    top: -98%;
}

@Keyframes rain-77 {
    0% {
        left: 93%;
        opacity: 0.56;
        top: -98%;
    }
    100% {
        opacity: 0;
        top: 138%;
    }
}
.rain:nth-of-type(78) {
    animation-name: rain-78;
    animation-delay: 7s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 71%;
    opacity: 0.33;
    top: -82%;
}

@Keyframes rain-78 {
    0% {
        left: 71%;
        opacity: 0.33;
        top: -82%;
    }
    100% {
        opacity: 0;
        top: 122%;
    }
}
.rain:nth-of-type(79) {
    animation-name: rain-79;
    animation-delay: 13s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 21%;
    opacity: 0.58;
    top: -69%;
}

@Keyframes rain-79 {
    0% {
        left: 21%;
        opacity: 0.58;
        top: -69%;
    }
    100% {
        opacity: 0;
        top: 109%;
    }
}
.rain:nth-of-type(80) {
    animation-name: rain-80;
    animation-delay: 16s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 24%;
    opacity: 0.4;
    top: -98%;
}
@Keyframes rain-80 {
    0% {
        left: 24%;
        opacity: 0.4;
        top: -98%;
    }
    100% {
        opacity: 0;
        top: 138%;
    }
}
.rain:nth-of-type(81) {
    animation-name: rain-81;
    animation-delay: 12s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 62%;
    opacity: 0.33;
    top: -71%;
}
@Keyframes rain-81 {
    0% {
        left: 62%;
        opacity: 0.33;
        top: -71%;
    }
    100% {
        opacity: 0;
        top: 111%;
    }
}
.rain:nth-of-type(82) {
    animation-name: rain-82;
    animation-delay: 2s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 38%;
    opacity: 0.34;
    top: -66%;
}
@Keyframes rain-82 {
    0% {
        left: 38%;
        opacity: 0.34;
        top: -66%;
    }
    100% {
        opacity: 0;
        top: 106%;
    }
}
.rain:nth-of-type(83) {
    animation-name: rain-83;
    animation-delay: 12s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 98%;
    opacity: 0.45;
    top: -100%;
}
@Keyframes rain-83 {
    0% {
        left: 98%;
        opacity: 0.45;
        top: -100%;
    }
    100% {
        opacity: 0;
        top: 140%;
    }
}
.rain:nth-of-type(84) {
    animation-name: rain-84;
    animation-delay: 12s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 34%;
    opacity: 0.56;
    top: -99%;
}
@Keyframes rain-84 {
    0% {
        left: 34%;
        opacity: 0.56;
        top: -99%;
    }
    100% {
        opacity: 0;
        top: 139%;
    }
}
.rain:nth-of-type(85) {
    animation-name: rain-85;
    animation-delay: 17s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 47%;
    opacity: 0.31;
    top: -74%;
}
@Keyframes rain-85 {
    0% {
        left: 47%;
        opacity: 0.31;
        top: -74%;
    }
    100% {
        opacity: 0;
        top: 114%;
    }
}
.rain:nth-of-type(86) {
    animation-name: rain-86;
    animation-delay: 3s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 18%;
    opacity: 0.5;
    top: -98%;
}
@Keyframes rain-86 {
    0% {
        left: 18%;
        opacity: 0.5;
        top: -98%;
    }
    100% {
        opacity: 0;
        top: 138%;
    }
}
.rain:nth-of-type(87) {
    animation-name: rain-87;
    animation-delay: 19s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 86%;
    opacity: 0.33;
    top: -86%;
}
@Keyframes rain-87 {
    0% {
        left: 86%;
        opacity: 0.33;
        top: -86%;
    }
    100% {
        opacity: 0;
        top: 126%;
    }
}
.rain:nth-of-type(88) {
    animation-name: rain-88;
    animation-delay: 11s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 27%;
    opacity: 0.31;
    top: -69%;
}
@Keyframes rain-88 {
    0% {
        left: 27%;
        opacity: 0.31;
        top: -69%;
    }
    100% {
        opacity: 0;
        top: 109%;
    }
}
.rain:nth-of-type(89) {
    animation-name: rain-89;
    animation-delay: 11s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 37%;
    opacity: 0.36;
    top: -95%;
}
@Keyframes rain-89 {
    0% {
        left: 37%;
        opacity: 0.36;
        top: -95%;
    }
    100% {
        opacity: 0;
        top: 135%;
    }
}
.rain:nth-of-type(90) {
    animation-name: rain-90;
    animation-delay: 1s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 9%;
    opacity: 0.37;
    top: -75%;
}
@Keyframes rain-90 {
    0% {
        left: 9%;
        opacity: 0.37;
        top: -75%;
    }
    100% {
        opacity: 0;
        top: 115%;
    }
}
.rain:nth-of-type(91) {
    animation-name: rain-91;
    animation-delay: 0s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 77%;
    opacity: 0.38;
    top: -78%;
}
@Keyframes rain-91 {
    0% {
        left: 77%;
        opacity: 0.38;
        top: -78%;
    }
    100% {
        opacity: 0;
        top: 118%;
    }
}
.rain:nth-of-type(92) {
    animation-name: rain-92;
    animation-delay: 6s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 71%;
    opacity: 0.54;
    top: -81%;
}
@Keyframes rain-92 {
    0% {
        left: 71%;
        opacity: 0.54;
        top: -81%;
    }
    100% {
        opacity: 0;
        top: 121%;
    }
}
.rain:nth-of-type(93) {
    animation-name: rain-93;
    animation-delay: 9s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 48%;
    opacity: 0.4;
    top: -87%;
}
@Keyframes rain-93 {
    0% {
        left: 48%;
        opacity: 0.4;
        top: -87%;
    }
    100% {
        opacity: 0;
        top: 127%;
    }
}
.rain:nth-of-type(94) {
    animation-name: rain-94;
    animation-delay: 12s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 53%;
    opacity: 0.41;
    top: -78%;
}
@Keyframes rain-94 {
    0% {
        left: 53%;
        opacity: 0.41;
        top: -78%;
    }
    100% {
        opacity: 0;
        top: 118%;
    }
}
.rain:nth-of-type(95) {
    animation-name: rain-95;
    animation-delay: 5s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 89%;
    opacity: 0.42;
    top: -76%;
}
@Keyframes rain-95 {
    0% {
        left: 89%;
        opacity: 0.42;
        top: -76%;
    }
    100% {
        opacity: 0;
        top: 116%;
    }
}
.rain:nth-of-type(96) {
    animation-name: rain-96;
    animation-delay: 8s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 7%;
    opacity: 0.4;
    top: -64%;
}
@Keyframes rain-96 {
    0% {
        left: 7%;
        opacity: 0.4;
        top: -64%;
    }
    100% {
        opacity: 0;
        top: 104%;
    }
}
.rain:nth-of-type(97) {
    animation-name: rain-97;
    animation-delay: 16s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 38%;
    opacity: 0.47;
    top: -57%;
}
@Keyframes rain-97 {
    0% {
        left: 38%;
        opacity: 0.47;
        top: -57%;
    }
    100% {
        opacity: 0;
        top: 97%;
    }
}
.rain:nth-of-type(98) {
    animation-name: rain-98;
    animation-delay: 2s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 38%;
    opacity: 0.36;
    top: -88%;
}
@Keyframes rain-98 {
    0% {
        left: 38%;
        opacity: 0.36;
        top: -88%;
    }
    100% {
        opacity: 0;
        top: 128%;
    }
}
.rain:nth-of-type(99) {
    animation-name: rain-99;
    animation-delay: 9s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 66%;
    opacity: 0.41;
    top: -51%;
}
@Keyframes rain-99 {
    0% {
        left: 66%;
        opacity: 0.41;
        top: -51%;
    }
    100% {
        opacity: 0;
        top: 91%;
    }
}
.rain:nth-of-type(100) {
    animation-name: rain-100;
    animation-delay: 13s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 35%;
    opacity: 0.4;
    top: -51%;
}
@Keyframes rain-100 {
    0% {
        left: 35%;
        opacity: 0.4;
        top: -51%;
    }
    100% {
        opacity: 0;
        top: 91%;
    }
}
.rain:nth-of-type(101) {
    animation-name: rain-101;
    animation-delay: 4s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 93%;
    opacity: 0.38;
    top: -74%;
}
@Keyframes rain-101 {
    0% {
        left: 93%;
        opacity: 0.38;
        top: -74%;
    }
    100% {
        opacity: 0;
        top: 114%;
    }
}
.rain:nth-of-type(102) {
    animation-name: rain-102;
    animation-delay: 18s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 2%;
    opacity: 0.59;
    top: -52%;
}
@Keyframes rain-102 {
    0% {
        left: 2%;
        opacity: 0.59;
        top: -52%;
    }
    100% {
        opacity: 0;
        top: 92%;
    }
}
.rain:nth-of-type(103) {
    animation-name: rain-103;
    animation-delay: 5s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 46%;
    opacity: 0.58;
    top: -88%;
}
@Keyframes rain-103 {
    0% {
        left: 46%;
        opacity: 0.58;
        top: -88%;
    }
    100% {
        opacity: 0;
        top: 128%;
    }
}
.rain:nth-of-type(104) {
    animation-name: rain-104;
    animation-delay: 3s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 81%;
    opacity: 0.39;
    top: -73%;
}
@Keyframes rain-104 {
    0% {
        left: 81%;
        opacity: 0.39;
        top: -73%;
    }
    100% {
        opacity: 0;
        top: 113%;
    }
}
.rain:nth-of-type(105) {
    animation-name: rain-105;
    animation-delay: 16s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 41%;
    opacity: 0.52;
    top: -100%;
}
@Keyframes rain-105 {
    0% {
        left: 41%;
        opacity: 0.52;
        top: -100%;
    }
    100% {
        opacity: 0;
        top: 140%;
    }
}
.rain:nth-of-type(106) {
    animation-name: rain-106;
    animation-delay: 8s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 58%;
    opacity: 0.51;
    top: -62%;
}
@Keyframes rain-106 {
    0% {
        left: 58%;
        opacity: 0.51;
        top: -62%;
    }
    100% {
        opacity: 0;
        top: 102%;
    }
}
.rain:nth-of-type(107) {
    animation-name: rain-107;
    animation-delay: 11s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 25%;
    opacity: 0.52;
    top: -92%;
}
@Keyframes rain-107 {
    0% {
        left: 25%;
        opacity: 0.52;
        top: -92%;
    }
    100% {
        opacity: 0;
        top: 132%;
    }
}
.rain:nth-of-type(108) {
    animation-name: rain-108;
    animation-delay: 4s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 95%;
    opacity: 0.42;
    top: -59%;
}
@Keyframes rain-108 {
    0% {
        left: 95%;
        opacity: 0.42;
        top: -59%;
    }
    100% {
        opacity: 0;
        top: 99%;
    }
}
.rain:nth-of-type(109) {
    animation-name: rain-109;
    animation-delay: 17s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 59%;
    opacity: 0.51;
    top: -88%;
}
@Keyframes rain-109 {
    0% {
        left: 59%;
        opacity: 0.51;
        top: -88%;
    }
    100% {
        opacity: 0;
        top: 128%;
    }
}
.rain:nth-of-type(110) {
    animation-name: rain-110;
    animation-delay: 17s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 4%;
    opacity: 0.56;
    top: -89%;
}
@Keyframes rain-110 {
    0% {
        left: 4%;
        opacity: 0.56;
        top: -89%;
    }
    100% {
        opacity: 0;
        top: 129%;
    }
}
.rain:nth-of-type(111) {
    animation-name: rain-111;
    animation-delay: 6s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 83%;
    opacity: 0.51;
    top: -66%;
}
@Keyframes rain-111 {
    0% {
        left: 83%;
        opacity: 0.51;
        top: -66%;
    }
    100% {
        opacity: 0;
        top: 106%;
    }
}
.rain:nth-of-type(112) {
    animation-name: rain-112;
    animation-delay: 12s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 6%;
    opacity: 0.53;
    top: -55%;
}
@Keyframes rain-112 {
    0% {
        left: 6%;
        opacity: 0.53;
        top: -55%;
    }
    100% {
        opacity: 0;
        top: 95%;
    }
}
.rain:nth-of-type(113) {
    animation-name: rain-113;
    animation-delay: 1s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 23%;
    opacity: 0.41;
    top: -74%;
}
@Keyframes rain-113 {
    0% {
        left: 23%;
        opacity: 0.41;
        top: -74%;
    }
    100% {
        opacity: 0;
        top: 114%;
    }
}
.rain:nth-of-type(114) {
    animation-name: rain-114;
    animation-delay: 14s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 83%;
    opacity: 0.41;
    top: -59%;
}
@Keyframes rain-114 {
    0% {
        left: 83%;
        opacity: 0.41;
        top: -59%;
    }
    100% {
        opacity: 0;
        top: 99%;
    }
}
.rain:nth-of-type(115) {
    animation-name: rain-115;
    animation-delay: 19s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 40%;
    opacity: 0.53;
    top: -58%;
}
@Keyframes rain-115 {
    0% {
        left: 40%;
        opacity: 0.53;
        top: -58%;
    }
    100% {
        opacity: 0;
        top: 98%;
    }
}
.rain:nth-of-type(116) {
    animation-name: rain-116;
    animation-delay: 1s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 11%;
    opacity: 0.52;
    top: -57%;
}
@Keyframes rain-116 {
    0% {
        left: 11%;
        opacity: 0.52;
        top: -57%;
    }
    100% {
        opacity: 0;
        top: 97%;
    }
}
.rain:nth-of-type(117) {
    animation-name: rain-117;
    animation-delay: 9s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 52%;
    opacity: 0.49;
    top: -53%;
}
@Keyframes rain-117 {
    0% {
        left: 52%;
        opacity: 0.49;
        top: -53%;
    }
    100% {
        opacity: 0;
        top: 93%;
    }
}
.rain:nth-of-type(118) {
    animation-name: rain-118;
    animation-delay: 16s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 59%;
    opacity: 0.46;
    top: -95%;
}
@Keyframes rain-118 {
    0% {
        left: 59%;
        opacity: 0.46;
        top: -95%;
    }
    100% {
        opacity: 0;
        top: 135%;
    }
}
.rain:nth-of-type(119) {
    animation-name: rain-119;
    animation-delay: 8s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    left: 100%;
    opacity: 0.45;
    top: -52%;
}
@Keyframes rain-119 {
    0% {
        left: 100%;
        opacity: 0.45;
        top: -52%;
    }
    100% {
        opacity: 0;
        top: 92%;
    }
}
.rain:nth-of-type(120) {
    animation-name: rain-120;
    animation-delay: 13s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 9%;
    opacity: 0.57;
    top: -84%;
}
@Keyframes rain-120 {
    0% {
        left: 9%;
        opacity: 0.57;
        top: -84%;
    }
    100% {
        opacity: 0;
        top: 124%;
    }
}
.rain:nth-of-type(121) {
    animation-name: rain-121;
    animation-delay: 15s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 33%;
    opacity: 0.32;
    top: -54%;
}
@Keyframes rain-121 {
    0% {
        left: 33%;
        opacity: 0.32;
        top: -54%;
    }
    100% {
        opacity: 0;
        top: 94%;
    }
}
.rain:nth-of-type(122) {
    animation-name: rain-122;
    animation-delay: 4s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 59%;
    opacity: 0.56;
    top: -91%;
}
@Keyframes rain-122 {
    0% {
        left: 59%;
        opacity: 0.56;
        top: -91%;
    }
    100% {
        opacity: 0;
        top: 131%;
    }
}
.rain:nth-of-type(123) {
    animation-name: rain-123;
    animation-delay: 14s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 83%;
    opacity: 0.57;
    top: -98%;
}
@Keyframes rain-123 {
    0% {
        left: 83%;
        opacity: 0.57;
        top: -98%;
    }
    100% {
        opacity: 0;
        top: 138%;
    }
}
.rain:nth-of-type(124) {
    animation-name: rain-124;
    animation-delay: 3s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 41%;
    opacity: 0.52;
    top: -94%;
}
@Keyframes rain-124 {
    0% {
        left: 41%;
        opacity: 0.52;
        top: -94%;
    }
    100% {
        opacity: 0;
        top: 134%;
    }
}
.rain:nth-of-type(125) {
    animation-name: rain-125;
    animation-delay: 1s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 23%;
    opacity: 0.45;
    top: -78%;
}
@Keyframes rain-125 {
    0% {
        left: 23%;
        opacity: 0.45;
        top: -78%;
    }
    100% {
        opacity: 0;
        top: 118%;
    }
}
.rain:nth-of-type(126) {
    animation-name: rain-126;
    animation-delay: 12s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 96%;
    opacity: 0.36;
    top: -83%;
}
@Keyframes rain-126 {
    0% {
        left: 96%;
        opacity: 0.36;
        top: -83%;
    }
    100% {
        opacity: 0;
        top: 123%;
    }
}
.rain:nth-of-type(127) {
    animation-name: rain-127;
    animation-delay: 12s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 25%;
    opacity: 0.45;
    top: -70%;
}
@Keyframes rain-127 {
    0% {
        left: 25%;
        opacity: 0.45;
        top: -70%;
    }
    100% {
        opacity: 0;
        top: 110%;
    }
}
.rain:nth-of-type(128) {
    animation-name: rain-128;
    animation-delay: 1s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 28%;
    opacity: 0.43;
    top: -79%;
}
@Keyframes rain-128 {
    0% {
        left: 28%;
        opacity: 0.43;
        top: -79%;
    }
    100% {
        opacity: 0;
        top: 119%;
    }
}
.rain:nth-of-type(129) {
    animation-name: rain-129;
    animation-delay: 2s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 24%;
    opacity: 0.6;
    top: -94%;
}
@Keyframes rain-129 {
    0% {
        left: 24%;
        opacity: 0.6;
        top: -94%;
    }
    100% {
        opacity: 0;
        top: 134%;
    }
}
.rain:nth-of-type(130) {
    animation-name: rain-130;
    animation-delay: 0s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 63%;
    opacity: 0.44;
    top: -81%;
}
@Keyframes rain-130 {
    0% {
        left: 63%;
        opacity: 0.44;
        top: -81%;
    }
    100% {
        opacity: 0;
        top: 121%;
    }
}
.rain:nth-of-type(131) {
    animation-name: rain-131;
    animation-delay: 16s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 46%;
    opacity: 0.31;
    top: -64%;
}
@Keyframes rain-131 {
    0% {
        left: 46%;
        opacity: 0.31;
        top: -64%;
    }
    100% {
        opacity: 0;
        top: 104%;
    }
}
.rain:nth-of-type(132) {
    animation-name: rain-132;
    animation-delay: 6s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 71%;
    opacity: 0.52;
    top: -89%;
}
@Keyframes rain-132 {
    0% {
        left: 71%;
        opacity: 0.52;
        top: -89%;
    }
    100% {
        opacity: 0;
        top: 129%;
    }
}
.rain:nth-of-type(133) {
    animation-name: rain-133;
    animation-delay: 12s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 63%;
    opacity: 0.51;
    top: -80%;
}
@Keyframes rain-133 {
    0% {
        left: 63%;
        opacity: 0.51;
        top: -80%;
    }
    100% {
        opacity: 0;
        top: 120%;
    }
}
.rain:nth-of-type(134) {
    animation-name: rain-134;
    animation-delay: 19s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 99%;
    opacity: 0.34;
    top: -96%;
}
@Keyframes rain-134 {
    0% {
        left: 99%;
        opacity: 0.34;
        top: -96%;
    }
    100% {
        opacity: 0;
        top: 136%;
    }
}
.rain:nth-of-type(135) {
    animation-name: rain-135;
    animation-delay: 15s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 78%;
    opacity: 0.59;
    top: -70%;
}
@Keyframes rain-135 {
    0% {
        left: 78%;
        opacity: 0.59;
        top: -70%;
    }
    100% {
        opacity: 0;
        top: 110%;
    }
}
.rain:nth-of-type(136) {
    animation-name: rain-136;
    animation-delay: 15s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    left: 64%;
    opacity: 0.36;
    top: -61%;
}
@Keyframes rain-136 {
    0% {
        left: 64%;
        opacity: 0.36;
        top: -61%;
    }
    100% {
        opacity: 0;
        top: 101%;
    }
}
.rain:nth-of-type(137) {
    animation-name: rain-137;
    animation-delay: 4s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 35%;
    opacity: 0.5;
    top: -91%;
}
@Keyframes rain-137 {
    0% {
        left: 35%;
        opacity: 0.5;
        top: -91%;
    }
    100% {
        opacity: 0;
        top: 131%;
    }
}
.rain:nth-of-type(138) {
    animation-name: rain-138;
    animation-delay: 17s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 53%;
    opacity: 0.53;
    top: -96%;
}
@Keyframes rain-138 {
    0% {
        left: 53%;
        opacity: 0.53;
        top: -96%;
    }
    100% {
        opacity: 0;
        top: 136%;
    }
}
.rain:nth-of-type(139) {
    animation-name: rain-139;
    animation-delay: 11s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 39%;
    opacity: 0.5;
    top: -61%;
}
@Keyframes rain-139 {
    0% {
        left: 39%;
        opacity: 0.5;
        top: -61%;
    }
    100% {
        opacity: 0;
        top: 101%;
    }
}
.rain:nth-of-type(140) {
    animation-name: rain-140;
    animation-delay: 11s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 3%;
    opacity: 0.43;
    top: -81%;
}
@Keyframes rain-140 {
    0% {
        left: 3%;
        opacity: 0.43;
        top: -81%;
    }
    100% {
        opacity: 0;
        top: 121%;
    }
}
.rain:nth-of-type(141) {
    animation-name: rain-141;
    animation-delay: 15s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 90%;
    opacity: 0.42;
    top: -65%;
}
@Keyframes rain-141 {
    0% {
        left: 90%;
        opacity: 0.42;
        top: -65%;
    }
    100% {
        opacity: 0;
        top: 105%;
    }
}
.rain:nth-of-type(142) {
    animation-name: rain-142;
    animation-delay: 0s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 81%;
    opacity: 0.47;
    top: -82%;
}
@Keyframes rain-142 {
    0% {
        left: 81%;
        opacity: 0.47;
        top: -82%;
    }
    100% {
        opacity: 0;
        top: 122%;
    }
}
.rain:nth-of-type(143) {
    animation-name: rain-143;
    animation-delay: 10s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 2%;
    opacity: 0.34;
    top: -59%;
}
@Keyframes rain-143 {
    0% {
        left: 2%;
        opacity: 0.34;
        top: -59%;
    }
    100% {
        opacity: 0;
        top: 99%;
    }
}
.rain:nth-of-type(144) {
    animation-name: rain-144;
    animation-delay: 6s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 99%;
    opacity: 0.36;
    top: -57%;
}
@Keyframes rain-144 {
    0% {
        left: 99%;
        opacity: 0.36;
        top: -57%;
    }
    100% {
        opacity: 0;
        top: 97%;
    }
}
.rain:nth-of-type(145) {
    animation-name: rain-145;
    animation-delay: 19s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 47%;
    opacity: 0.55;
    top: -91%;
}
@Keyframes rain-145 {
    0% {
        left: 47%;
        opacity: 0.55;
        top: -91%;
    }
    100% {
        opacity: 0;
        top: 131%;
    }
}
.rain:nth-of-type(146) {
    animation-name: rain-146;
    animation-delay: 19s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    left: 75%;
    opacity: 0.56;
    top: -64%;
}
@Keyframes rain-146 {
    0% {
        left: 75%;
        opacity: 0.56;
        top: -64%;
    }
    100% {
        opacity: 0;
        top: 104%;
    }
}
.rain:nth-of-type(147) {
    animation-name: rain-147;
    animation-delay: 6s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 84%;
    opacity: 0.34;
    top: -79%;
}
@Keyframes rain-147 {
    0% {
        left: 84%;
        opacity: 0.34;
        top: -79%;
    }
    100% {
        opacity: 0;
        top: 119%;
    }
}
.rain:nth-of-type(148) {
    animation-name: rain-148;
    animation-delay: 11s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    left: 22%;
    opacity: 0.5;
    top: -92%;
}
@Keyframes rain-148 {
    0% {
        left: 22%;
        opacity: 0.5;
        top: -92%;
    }
    100% {
        opacity: 0;
        top: 132%;
    }
}
.rain:nth-of-type(149) {
    animation-name: rain-149;
    animation-delay: 0s;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    left: 86%;
    opacity: 0.45;
    top: -53%;
}
@Keyframes rain-149 {
    0% {
        left: 86%;
        opacity: 0.45;
        top: -53%;
    }
    100% {
        opacity: 0;
        top: 93%;
    }
}
.rain:nth-of-type(150) {
    animation-name: rain-150;
    animation-delay: 9s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 38%;
    opacity: 0.54;
    top: -57%;
}
@Keyframes rain-150 {
    0% {
        left: 38%;
        opacity: 0.54;
        top: -57%;
    }
    100% {
        opacity: 0;
        top: 97%;
    }
}
.back-to-top {
    color:#1F1B18;
    bottom: 10px;
    cursor: pointer;
    font-size: 28px;
    outline: medium none;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    height: 35px;
    width: 35px;
    display: inline-block;
}
.tv-bounce {
    animation: 2s linear 0s normal none infinite running bounce;
    display: inline-block;
    position: relative;
}
@keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

#captcha-container {
    display: flex;
    align-items: center;
  }

  .required-marker::after {
    content: ' *';
    color: red;
    font-size: 17px;
}
.section-title {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.section-title h2 {
    margin-bottom: 0;
}

.quote-text {
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
    padding: 40px; /* Adds padding on all sides (top, right, bottom, left) */
    height: 100%; /* Ensures the quote section takes up the full height of the column */
    text-align: center; /* Centers the text inside the blockquote */
}

.quote-text blockquote {
    font-size: 1.8em; /* Adjust the size for better visibility */
    font-weight: 600;
    font-style: italic;
    color: #333; /* Customize the color */
    padding-left: 20px;
    line-height: 1.5;
    border-left: 5px solid #e2001a; /* Left border for the quote style */
}

.about-fitness {
    font-family: 'Roboto', Arial, sans-serif; /* Modern and clean font */
    font-size: 12px; /* Default size for paragraphs */
    color: #000000; /* Neutral text color */
  }
  
  .about-fitness h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1rem; /* Adds spacing below the header */
  }
  
  .about-fitness h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .about-fitness h3 {
    font-family: 'Roboto', Arial, sans-serif; /* Modern and clean font */
    font-size: 18px;
    font-weight: bold;
  }
  
  .about-fitness p {
    font-size: 14px;
    margin-bottom: 1rem; /* Adds spacing below paragraphs */
  }
  
  .about-fitness ul {
    list-style: none; /* Remove if you want bullets */
    padding: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.about-fitness li {
    margin-bottom: 0.75rem;
    font-size: 14px;
    overflow-wrap: break-word;
    word-break: break-word;
}

  
  .about-fitness li::before {
    /* content: '✅'; */
    margin-right: 0.5rem;
    color: green;
  }
  .about-fitness-packages {
    font-family: 'Roboto', Arial, sans-serif;
    color: #333;
    margin: 2rem auto;
    max-width: 600px;
    text-align: left;
  }
  
  .about-fitness-packages h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    color: #222;
  }
  .about-fitness-packages h3 {
    font-family: 'Roboto', Arial, sans-serif; /* Modern and clean font */
    font-size: 18px;
    font-weight: bold;
  } 
  
  .package {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  
  .package h2 {
    font-size: 24px;
    color: #444;
    margin-bottom: 1rem;
  }
  
  .package p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }
  
  .card.custom-card {
    width: 280px;
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
  }
  
  .card.custom-card:hover {
    transform: translateY(-5px);
  }
  
  .card-img-top.custom-img {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    object-fit: fill;
    height: 300px;
    width: 280px;
  }
  
  .card-title.custom-title {
    font-family: 'Roboto', Arial, sans-serif; /* Modern and clean font */
    font-size: 18px;
    font-weight: bold;
  }
  
  .card-text.custom-text {
    font-size: 13px;
    color: #000000;
  }
  
  .btn.custom-btn {
    background-color: #e74c3c;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .btn.custom-btn:hover {
    background-color: #c0392b;
  }
  
  .custom-card {
  height: 100%;
  overflow: hidden;
}

.custom-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}