@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 /*font-family: HelveticaNeue,Helvetica Neue,helvetica,Sans-Serif !important;*/
}
h1{
    font-size: 40px;
    line-height: 50px;
    color: white;
}

h2, h3, h4, h5, h6{
    font-size: 24px !important;
    line-height: 34px !important;
    
}

a{
   font-size: 14px !important;
   line-height: 1.7em !important;
}
p{
    font-family: HelveticaNeue,Helvetica Neue,helvetica,Sans-Serif;
   font-size: 14px !important;
   line-height: 1.7rem !important;
}
body{
   font-family: HelveticaNeue,Helvetica Neue,helvetica,Sans-Serif;
   font-size: 14px !important;
   line-height: 1.7rem !important;
}
i{
    font-family:Font Awesome 6 Free !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#start>h3 {
    /*background: #0c67a0;*/
    /*background: #000b72;*/
    padding: 10px;
    color: #0d6ba8;
}
#banner {
    background-image: url(assets/images/banner/sd-1.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

#normal ul li a:hover {
    background: linear-gradient(to right, #08b3ee, #1ddbc3);
    color: white;
    border-radius: 3px;
}

#form-back {
    margin-top: 6rem;
}

#form {
    background-color: rgba(255, 255, 255, 0.296);
    border-radius: 10px;
}

#form input {
    border: none;
    padding: 12px;
    width: 100%;
    margin-top: 1rem;
    outline: none;
}

#form textarea {
    border: none;
    width: 100%;
    margin-top: 1rem;
    padding: 12px;
    outline: none;
}

#form #formbtn {
    /*background: linear-gradient(to right, #08b3ee, #1ddbc3);*/
    /*background: #fe3b00;*/
    background: linear-gradient(to right, #ff9d08, #ff5b2e);
    color: white;
}

#navbar {
    display: none;
}

/*#module {*/
/*    background-image: url(assets/images/banner/wave.svg);*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/

/*}*/

#module>.container-fluid>h3 {
    /*background: #0c67a0;*/
    background: #000b72;
    padding: 10px;
    color: white;
}

.nav-pills-custom .nav-link {
    color: #aaa !important;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #0681d7 !important;
    background: #fff;
}

#btn:focus {
    outline: none;
    box-shadow: none;

}

#btn:focus {
    /*background-color: #0c67a0;*/
    background: #000b72;
    color: white;
}

#duration-btn {
    /*background: linear-gradient(to right, #08b3ee, #1ddbc3);*/
    /*background:#fe3b00;*/
    background: linear-gradient(to right, #ff9d08, #ff5b2e);
    border: none;
    color: white;
    padding: 10px 30px;
}

#chart #img-2 {
    animation: ani 20s linear infinite;
}

@keyframes ani {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-shape-divider-bottom-1657011339 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1657011339 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 198px;
}

.custom-shape-divider-bottom-1657011339 .shape-fill {
    fill: #0C67A0;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, #0a578b, #0e6ca9);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    transition: 0.8s;
    z-index: 1000;

}


/* =================stats css */

/* #prg-counter .prg-container {
    text-align: center;
    margin: auto;
}

#prg-head h1 {
    text-align: center;
}

#prg-counter h3.prg-count {
    background-color: rgba(0, 0, 0, 0);
    color: blue;
    font-size: 2.5em;
    padding: 20px 20px 6px 20px;
    border: 0px solid black;
} */

#prg-counter h3.prg-count::after {
    content: " +";
    display: inline-block;
}

/*#prg-counter h3.prg-count {
    border: 5px solid blue;
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }*/



#prg-counter h4.prg-count-title {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(120, 120, 120, 1);
    font-size: 1.6em;
}

.last-bottom {
    background: linear-gradient(to right, #22a6e7, #0681d7);
}

.top {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1000;
    border: none;
    background: none;
}



/* ==========footer section */

footer {
    background-image: url(assets/images/banner/footer-bg.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-cont p a {
    text-decoration: none;
    color: white;

}

.footer-cont p {
    border-bottom: 1px dotted grey;
}

#info-3 a {
    color: rgba(255, 255, 255, 0.584);
    padding: 0.3rem;
}

#info-3 a:hover {
    color: white;
    transition: 0.8s;
}


.review {
    background-image: url(assets/images/banner/3.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.review_back{
    background-color: rgba(255, 255, 255, 0.57);
    border-radius: 5px;
}

.star_icon i{
    color: #ffca05;
}

.review_btn{
    border: none;
    background: linear-gradient(to right, #ff9d08, #ff5b2e);
    color: white;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.show_more{
    text-decoration: none;
    color: #000b72;
}

.review_user img{
    width: 50px !important;

}
   .rev_card {
            border: 0;
            margin: 10px;
            outline: none;
            cursor: pointer;
            background: none;
        }
        .review .client_rev{
            background-color: #ffffff82;
    padding: 10px;
    border: 1px solid white;
    border-radius: 3px;
        }


#enroll {
    background-image: url(../assets/images/banner/1.webp);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#join-btn {
    /* background: linear-gradient(to right, #1daffa, #71dec3); */
    background: linear-gradient(to right, #ff9d08, #ff5b2e);
    color: white;
    padding: 9px 19px;
    border-radius: 5px;
    opacity: 1;
    transition: 5s;
}

#join-btn:hover {
  /*background: linear-gradient(to right, #71dec3, #1db0fa71);*/
  background: linear-gradient(to right, #ff5b2e, #ff9d08);
  /* transition: 0.8s; */
}





/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}





@media screen and (max-width:768px) {
    #normal {
        display: none;
    }

    #navbar {
        display: block;
    }

    #fly-left {
        display: none;
    }

    #fly-right {
        display: none;
    }

    #svg2 {
        width: 100%;
    }

    #svg3 {
        width: 100%;
    }
    footer {
        background-image: url(assets/images/banner/footer-bg.webp);
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }
  

}

@media screen and (min-height: 1200px) {
    #banner {
        height: auto;
    }

}