@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


body {font-family: 'Montserrat', sans-serif;}
a {text-decoration: none;}

@media (min-width:1400px) {
    .container-1170 {max-width: 1170px;}
}

/*----- ALL-SECTION-TOP-BOTTOM-SPACE -------*/
section.started-section, section.monthly-section, section.video-section, section.service-section, section.camp-section, section.footer-section {
    padding-top: 95px;
}
@media (max-width:767px) {
    section.started-section, section.monthly-section, section.video-section, section.service-section, section.camp-section, section.footer-section {
        padding-top: 70px;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    section.started-section, section.monthly-section, section.video-section, section.service-section, section.camp-section, section.footer-section {
        padding-top: 70px;
    }
}
/*######################################## HEADER-CSS-START ########################################*/
.header-menu ul li a {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
}
.header-menu ul li span {font-weight: 600 !important;}


@media (max-width:767px) {
    .header-menu {padding-top: 20px;}
    .header-logo img {width: 75%;}
}
@media (min-width:768px) and (max-width:991px) {
    .header-menu {padding-top: 20px;}
}
@media (min-width:992px) and (max-width:1199px) {
    .header-menu ul li a {font-size: 12px;}
}
/*######################################## HEADER-CSS-END ########################################*/

/*######################################## BANNER-CSS-START ########################################*/
section.banner-section {
    height: 700px;
    width: 100%;
    background-image: url(./assets/images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.banner-section.monthly {
    background-image: url(./assets/images/banner2.png)
}
section.banner-section.video {
    background-image: url(./assets/images/banner3.png)
}
section.banner-section.service {
    background-image: url(./assets/images/banner5.png)
}
section.banner-section.camp {
    background-image: url(./assets/images/banner6.png)
}
.banner-text {
    padding: 270px 0 0 137px;
}
.banner-text h6 {
    color: #ffffff;
    font-weight: 800;
    text-shadow: 2px 2px 5px #000;
}
.banner-text h1 {
    font-size: 65px;
    color: #ffffff;
    font-weight: 800;
    text-shadow: 3px 3px 5px #000;    
}
.banner-btn.pt-md-4.pt-2 {
    display: none;
}
.banner-text p {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    max-width: 660px;
    text-shadow: 2px 2px 4px #000;
}
.banner-btn a {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
.banner-btn a {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    background-color: #BDE800;
    padding: 19px 23px;
    border-radius: 5px;
}
.banner-icon {
    position: absolute;
    right: 250px;
    bottom: 60px;
}
.banner-popup .modal-header, .banner-popup .modal-body {
    background-color: #000;
}
.popup-content {
    border-color: #000 !important;
}
.banner-popup button {
    color: #fff;
    font-size: 40px;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
}
.popup-content i {
    position: absolute;
    top: -40px;
    right: 0;
}
@media (max-width:767px) {
    section.banner-section {height: 420px; background-position: left;}
    .banner-text {padding: 140px 0 0 0px;}
    .banner-text h6 {font-size: 11px;}
    .banner-text h1 {font-size: 18px;}
    .banner-text p {font-size: 12px; max-width: 290px;}
    .banner-btn a {font-size: 13px; padding: 10px 18px;}
    .banner-icon {right: 10px; bottom: 100px; width: 12%;}
    .banner-icon img {width: 100%;}
}
@media (min-width:768px) and (max-width: 991px) {
    section.banner-section {height: 550px; background-position: left;}
    .banner-text {padding: 200px 0 0 50px;}
    .banner-text h1 {font-size: 40px;}
    .banner-text p {font-size: 16px; max-width: 490px;}
    .banner-btn a {font-size: 16px; padding: 15px 18px;}
    .banner-icon {right: 20px; bottom: 100px;}
    .banner-icon img {width: 60%;}
}
@media (min-width:992px) and (max-width:1199px) {
    .banner-text {padding: 270px 0 0 50px;}
    .banner-text h1 {font-size: 45px;}
    .banner-text p {font-size: 16px; max-width: 530px;}
    .banner-icon {position: absolute; right: 90px;bottom: 90px;}
}
/*######################################## BANNER-CSS-END ########################################*/

/*######################################## STARTED-CSS-START ########################################*/
.main-heading h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.main-heading p {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Red Hat Display', sans-serif;
}
.main-heading::before {
    content: '';
    height: 30px;
    width: 100%;
    max-width: 280px;
    background-image: url(./assets/images/before-img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 33px;
    right: 214px;
    z-index: -1;
}
.main-heading::after {
    content: '';
    height: 30px;
    width: 100%;
    max-width: 280px;
    background-image: url(./assets/images/after-img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.started-card {
    height: 350px;
    padding: 40px 20px;
    transition: .4s;
}
.started-card:hover {
    background-color: #bde800;
}
.started-card .started-card-head h2 {
    font-size: 65px;
    font-weight: 800;
    font-family: 'Red Hat Display', sans-serif;
    transition: .4s;
    color: #E6E6E6;
}
.started-card:hover .started-card-head h2 {
    color: #AAD100;
}
.started-card .started-card-body h4 {
    font-size: 25px;
    color: #BDE800;
    transition: .4s;
    font-weight: 800;
}
.started-card .started-card-body p {
    color: #5A5A5A;
    font-family: 'Red Hat Display', sans-serif;
    transition: .4s;
    font-weight: 500;
}
.started-card .started-card-body a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.started-card .started-card-body a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    background-color: #bde800;
    padding: 13px 16px;
    border-radius: 5px;
}
.started-card:hover .started-card-body a {
    color: #bde800;
    background-color: #000;
}
.started-card:hover .started-card-body h4, .started-card:hover .started-card-body p {
    color: #000;
}

@media (max-width:767px) {
    .main-heading h2 {font-size: 18px; margin-bottom: 0;}
    .main-heading p {font-size: 14px; width: 70%; margin: auto; line-height: 19px;}
    .main-heading::after {max-width: 180px; bottom: -25px;}
    .main-heading::before {max-width: 130px; top: 3px; right: 30px;}
    .started-card .started-card-body p {font-size: 14px;}
}  
@media (min-width:768px) and (max-width: 991px) {
    .main-heading h2 {font-size: 30px; margin-bottom: 0;}
    .main-heading p {font-size: 16px;}
    .main-heading::before {top: 22px; right: 40px;}
    .main-heading::after {bottom: -30px;}
    .started-card {margin-bottom: 20px;}
}
@media (min-width:992px) and (max-width:1199px) {
    .main-heading h2 {font-size: 35px;}
    .main-heading p {font-size: 20px;}
    .main-heading::before {top: 25px; right: 110px;}
    .monthly-card .monthly-head h4 {font-size: 20px;}
    .monthly-top-200 {padding-top: 50px;}
    .table-top-detail p {width: 100%;}
}
/*######################################## STARTED-CSS-END ########################################*/

/*######################################## MONTHLY-CSS-START ########################################*/
.monthly-top-spc {
    padding-top: 100px;
}
.row.monthly-top-spc.video {
    padding-left: 35px;
    padding-right: 35px;
}
.monthly-card .monthly-head h4 {
    font-size: 25px;
    color: #000;
    padding-bottom: 18px;
    border-bottom: 1px solid #bde800;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.monthly-card .monthly-body p {
    color: #4C4C4C;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    line-height: 28px;
    width: 80%;
    text-transform: capitalize;
}
.monthly-top-200 {
    padding-top: 200px;
}
.monthly-man-detail p {
    color: #000;
    line-height: 23px;
    font-family: 'Red Hat Display', sans-serif;
    text-align: justify;
}
.monthly-man-image::before {
    content: '';
    height: 100px;
    width: 100%;
    max-width: 200px;
    background-image: url(./assets/images/dots.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -80px;
    bottom: -35px;
    z-index: -1;
}
.play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-btn i {
    font-size: 40px;
    color: #fff;
    background-color: #bde800;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-left: 6px;
}
.table-top-detail p {
    width: 81%;
    margin: auto;
    color: #000;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 23px;
}
.table-part table thead th {
    background-color: #bde800;
    font-weight: 600 !important;
}
.table-part table thead th, .table-part table tbody td {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    color: #000;
    padding: 14px 20px;
    text-align: center;
    height: 82px;
    width: 150px !important;
    border-right: 2px solid #fff;
    border-bottom: 0 !important;
    vertical-align: middle;
    line-height: 18px;
}
.table-part table tbody th {
    font-weight: 600 !important;
    border-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.table-part table thead th:first-child, .table-part table tbody {
    background-color: #F5F5F5;
}
.monthly-bottom-btn a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    background-color: #bde800;
    padding: 13px 15px;
    border-radius: 5px;
}

@media (max-width:767px) {
    .monthly-card .monthly-head h4 {font-size: 20px; text-align: center;}
    .monthly-card .monthly-body p {font-size: 15px; text-align: center; margin: auto;}
    .monthly-card {margin-bottom: 80px;}
    .monthly-top-200 {padding-top: 20px;}
    .play-btn i {font-size: 22px; height: 60px; width: 60px; padding-left: 4px;}
    .monthly-man-image {margin-bottom: 70px;}
    .monthly-man-detail p {font-size: 14px;}
    .table-top-detail p {font-size: 12px; width: 100%; line-height: 16px;}
    .monthly-bottom-btn a {font-size: 11px; padding: 10px 13px;}
    .monthly-man-image::before {left: -5px;}
    .video-before::before {right: 10px !important;}
    .table-part table thead th, .table-part table tbody td {font-size: 10px; padding: 14px 20px;}
    .table-part table tbody th {font-size: 14px;}  
}
@media (max-width:991px) {
    .table-part table thead th, .table-part table tbody td, .table-part table tbody th {white-space: nowrap;}
}
@media (min-width:768px) and (max-width:991px) {
    .monthly-card .monthly-head h4 {font-size: 20px;}
    .monthly-card {margin-bottom: 30px;}
    .monthly-man-image img {width: 100%;}
    .monthly-man-image {margin-bottom: 60px;}
    .table-top-detail p {width: 100%;}
    .video-before::before {right: 30px !important;}
    .order-mobile {order: -1;}
    .monthly-top-200 {padding-top: 40px;}
}
/*######################################## MONTHLY-CSS-END ########################################*/

/*######################################## VIDEO-CSS-START ########################################*/
section.video-section {
    background: linear-gradient(180deg, rgba(189, 232, 0, 0.00) 21.33%, rgba(189, 232, 0, 0.37) 100%);
    padding-bottom: 50px;
}
.video-before::before {
    right: 150px;
}
.video-dots::before {
    right: -45px;
    left: unset;
}
.table-part {
    margin-bottom: 35px;
}

@media (max-width:767px) {
    section.video-section {padding-bottom: 20px;}
    .video-dots::before {right: unset; left: -6px;}
    .order-mobile {order: -1;}
}
/*######################################## VIDEO-CSS-END ########################################*/

/*######################################## SERVICE-CSS-START ########################################*/
.service-card {
    padding: 20px;
    transition: .4s;
}
.service-card:hover {
    background-color: #BDE800   ;
}
.service-card .service-head h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: #000;
}
.service-card .service-head h3 {
    font-weight: 800;
    font-family: 'Red Hat Display', sans-serif;
    color: #BDE800;
    transition: .4s;
}
.service-card:hover .service-head h3 {
    color: #000;
}
.service-card .service-body p {
    font-size: 13px;
    color: #000;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    line-height: 20px;
}

@media (max-width:767px) {
    .service-card {padding: 10px;}
    .service-card .service-head h4 {font-size: 16px;}
    .service-card .service-head h3 {font-size: 28px;}
    .service-card .service-body p {font-size: 12px;}
}
@media (min-width:768px) and (max-width:991px) {
    .service-card .service-head h4 {font-size: 18px;}

}
/*######################################## SERVICE-CSS-END ########################################*/

/*######################################## CAMP-CSS-START ########################################*/
section.camp-section {
    background: linear-gradient(180deg, rgba(189, 232, 0, 0.00) 47.81%, rgba(189, 232, 0, 0.37) 100%);
    padding-bottom: 50px;
}
.camp-detail-head h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
}
.camp-detail-head h5 {
    font-family: 'Red Hat Display', sans-serif;
    color: #BDE800;
    font-weight: 800;
}
.comp-details p, .comp-details li {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

@media (max-width:767px) {
    section.camp-section {padding-bottom: 20px;}
    .camp-detail-head h3 {font-size: 18px;}
    .camp-detail-head h5 {font-size: 14px;}
    .comp-details p, .comp-details li {font-size: 12px; line-height: 20px;}
}
@media (min-width:768px) and (max-width:991px) {
    .camp-detail-head h3 {font-size: 26px;}
    .camp-detail-head h5 {font-size: 18px;}
}
/*######################################## CAMP-CSS-END ########################################*/

/*######################################## READY-CSS-START ########################################*/
section.ready-section {
    background-color: #BDE800;
    padding: 70px 0;
}
.ready-text h2 {
    font-size: 44px;
    color: #000;
    font-weight: 800;
}
.ready-btn {
    padding-bottom: 30px;
}
.ready-btn a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    background-color: #000;
    padding: 23px 62px;
    font-family: 'Red Hat Display', sans-serif;
}

@media (max-width:767px) {
    section.ready-section {padding: 50px 0;}
    .ready-text h2 {font-size: 19px;}
    .ready-btn a {font-size: 12px; padding: 10px 22px;}
    .ready-btn {padding-bottom: 9px;}
}
@media (min-width:768px) and (max-width:991px) {
    section.ready-section {padding: 40px 0;}
    .ready-text h2 {font-size: 30px;}
    .ready-btn a {font-size: 16px; padding: 12px 20px;}
    .ready-btn {padding-bottom: 15px;}
}
/*######################################## READY-CSS-END ########################################*/

/*######################################## FOOTER-CSS-START ########################################*/
section.footer-section {
    padding-bottom: 70px;
}
.footer-reserved h6 {
    font-size: 12px;
    color: #000000ad;
    border-top: 1px solid #333333;
    padding-top: 20px;
    margin-top: 120px;
    font-family: 'Roboto', sans-serif;
}
.footer-reserved {
    width: 70%;
}
.footer-follow h6 {
    font-weight: 700;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}
.footer-s-icons a {
    margin-right: 20px;
}
.footer-s-icons i {
    font-size: 28px;
    color: #fff;
    background-color: #3333333b;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-mail a {
    color: #333333;
    font-weight: 500;
}
.footer-links h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}
.footer-links ul li {
    margin-bottom: 10px;
    list-style: none;
}
.footer-links ul li a {
    font-size: 14px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

@media (max-width:767px) {
    .footer-logo img {width: 100%; max-width: 200px;}
    section.footer-section {padding-bottom: 15px; padding-top: 35px;}
    .footer-follow h6 {font-size: 14px;}
    .footer-follow h6 {font-size: 14px;}
    .footer-links ul li a {font-size: 13px;}
    .footer-mail a {font-size: 13px;}
    .footer-reserved h6 {font-size: 11px; margin-top: 20px; text-align: center;}
    .footer-reserved {width: 100%;}
    .footer-logo {margin-bottom: 25px;}
    .footer-s-icons a {margin-right: 15px;}
    .footer-s-icons i {font-size: 20px; height: 30px; width: 30px;}
    .footer-follow.footer-mail {margin-bottom: 30px;}
}
@media (min-width:768px) and (max-width:991px) {
    section.footer-section {padding-bottom: 10px;}
    .footer-reserved {width: 100%; text-align: center;}
    .footer-reserved h6 {margin-top: 20px;}
}
a.hideme {
    display: none;
}
/*######################################## FOOTER-CSS-END ########################################*/
