@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");
body {
    color: #888;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    overflow-x: hidden;
}


/*----------nav--------------------------------*/

.logoft{
    background-color: #4c1d95;
    padding: 23px;
    border-radius: 10px;
    height: 84px;
    width: 156px;  
}
.logoft img{
    width: 120px;
}


.header_area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
    padding: 0;
}

.header_area.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    animation: slideDown 0.4s ease;
}

.header_area.sticky .custom-navbar{
    padding: 10px 0;
}

.sticky .navbar-nav .nav-link {
    transition: 0.3s;
    position: relative;
}
.fixed_mheader .navbar-nav .nav-link {
    transition: 0.3s;
    position: relative;
}


@keyframes slideDown{
    from{
        transform: translateY(-100%);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-collapse {
    padding-right: 30px;
}


.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
    padding: 0;
    transition: background 0.4s, all 0.3s linear;
}
.header_area.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    animation: slideDown 0.4s ease;
}

.header_area .navbar-brand {
    margin-right: 30px;
    padding: 0;
    margin-top: 0px;
}

.header_area .navbar-social {
    min-width: 95px;
    float: right;
}

.header_area .navbar-social li {
    margin-right: 12px;
}

.header_area .navbar-social li i,
.header_area .navbar-social li span {
    font-size: 13px;
}

.header_area .navbar-social li:last-child {
    margin-right: 0;
}

.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
    color: #1e1859;
}

.header_area .menu_nav {
    width: 100%;
    justify-content: flex-end;
}

.header_area .navbar {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.header_area .navbar .nav-right {
    min-width: 315px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 50px;
}

.header_area .navbar .nav .nav-item .nav-link {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 22px 0;
    display: inline-block;
    font-size: 18px;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    opacity: 1;
    position: relative;
}

.header_area .navbar .nav .nav-item:hover .nav-link::after,
.header_area .navbar .nav .nav-item.active .nav-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #1e1859 !important;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link::after {
    display: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background-color: #1e1859;
    color: #fff !important;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    margin-left: 80px;
}

.header_area .navbar .search i {
    font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar {
    background: #7676ff;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 20px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
    color: #fff;
}

@media (min-width: 992px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: none;
    }
    .header_area.white_menu .navbar .navbar-brand img+img {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: inline-block;
    }
    .header_area.white_menu .navbar .navbar-brand img+img {
        display: none;
    }
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #fff;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: inline-block;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
    display: none;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.top_menu {
    background: #ec9d5f;
}

.top_menu .float-left a {
    line-height: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top_menu .float-left a:last-child {
    margin-right: 0px;
}

.top_menu .float-right .pur_btn {
    color: #fff;
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px;
}

@media (max-width: 1619px) {
    .header_area .navbar .search {
        margin-left: 40px;
    }
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 28px;
    }
    .home_banner_area .banner_inner {
        padding: 100px 0px;
    }
    .header_area .navbar .tickets_btn {
        margin-left: 40px;
    }
    .home_banner_area .banner_inner .banner_content h2 br {
        display: none;
        font-size: 36px;
    }
    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 36px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {

.Gratis_btn {
    display: none;
 }
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px;
    }
    .header_area .navbar {
        background: #4c1d95;
    }
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }
    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }
    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav {
        padding: 0px 0px;
    }
    .header_top .nav {
        padding: 0px;
    }
    .header_area .navbar .nav .nav-item .nav-link {
        padding: 12px 0;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px;
        color: #fff;
    }
    .header_area .navbar .search {
        margin-left: 0px;
    }
    .header_area .navbar-collapse {
        
    }
    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px;
    }
    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }
    .home_banner_area .banner_inner .banner_content .banner_map_img {
        display: none;
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }
    .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }
    .header_area.white_menu .navbar .nav .nav-item .nav-link {
        color: #222;
    }
    
}



@media (max-width: 575px) {
    .top_menu {
        display: none;
    }
    
}

.main_menu {
    background-color:#4C1D95;
    padding: 0px 62px;
}

.logo_head img{
    width: 150px;
}

.Gratis_btn{}
.Gratis_btn{
   text-decoration: none;
    color: #fff;
    background-color:#e3a412;
    padding: 7px 30px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
}
.Gratis_btn p{
   font-size: 17px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
}
.Gratis_btn span{
   font-size: 13px;
    margin-bottom: 0px;
    color: #fff;
}


/*---------------------end nav-------------------*/

.mt_40{
   margin-top: 40px;
}

.bg_01{
  background-color: #f1f1f1;  
}

.bg-gray{
    background-color: #ddd;
}

.content {
    padding: 3rem 5rem  !important;
}

.content_2 {
    padding: 3rem 3rem 2rem !important;
}

.hero_section{
    background-image: url(../img/bg_banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 100vh;
    overflow: hidden;
}

.Ruim_list{
    padding: 85px 30px;
    margin-top: 30px;
}
.Ruim_list h1{
    font-size: 42px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}


.Ruim_list ul{
  margin-bottom: 36px;  
}
.Ruim_list ul li{
  font-size: 18px;
  color: #292929;
  list-style: none;
  line-height: 35px;
}
.Ruim_list ul li img{
    width: 25px;
    margin-right: 5px;
}

.Ruim_list button{
   text-decoration: none;
    color: #fff;
    background-color: #e3a412;
    padding: 7px 30px;
    line-height: 20px;
    text-align: center;
    border-radius: 33px;
    border: solid 1px #e3a412; 
    margin-left: 32px;
}
.Ruim_list button p{
   font-size: 17px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
}
.Ruim_list button span{
   font-size: 13px;
    margin-bottom: 0px;
    color: #fff;
}

.rating-box{
    gap:20px;
    font-family: Arial, sans-serif;
    margin-top: 42px;
}

.stars-wrap{
    display:flex;
    overflow:hidden;
}

.star{
    width:32px;
    height:32px;
    background:#dcdcdc;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:2px;
    color:#fff;
    font-size:18px;
}

.star.active{
    background:#00c17c;
}

.star.half{
    background:linear-gradient(
        to right,
        #00c17c 50%,
        #dcdcdc 50%
    );
}

.rating-text{
    font-size:18px;
    color:#24345c;
    font-weight:400;
}

.rating-text strong{
    font-weight:700;
}

.about_part{
   background-color: #4c1d95;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: auto;
    margin-top: -90px;
    z-index: 100;
    padding: 40px 62px;
    border-radius: 10px;
}
.about_part h2{
   font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}
.about_part p{
   font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}


#cards {
    padding-bottom: calc(var(--numcards) * var(--card-top-offset));
    margin-bottom: var(--card-margin); 
}

#card_1 {
    --index: 1;
}

#card_2 {
    --index: 2;
}

#card_3 {
    --index: 3;
}

#card_4 {
    --index: 4;
}
#card_4 {
    --index: 5;
}

.card {
    position: sticky;
    top: 0;
    padding-top: calc(var(--index) * var(--card-top-offset));
}

@supports (animation-timeline: works) {

    @scroll-timeline cards-element-scrolls-in-body {
        source: selector(body);
        scroll-offsets:
           
            selector(#cards) start 1,
           
            selector(#cards) start 0
        ;
        start: selector(#cards) start 1; 
        end: selector(#cards) start 0; 
        time-range: 4s;
    }

    .card {
        --index0: calc(var(--index) - 1); /* 0-based index */
        --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
        --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
    }
    
    .card__content {
        transform-origin: 50% 0%;
        will-change: transform;

        --duration: calc(var(--reverse-index0) * 1s);
        --delay: calc(var(--index0) * 1s);

        animation: var(--duration) linear scale var(--delay) forwards;
        animation-timeline: cards-element-scrolls-in-body;
    }

    @keyframes scale {
        to {
            transform:
                scale(calc(
                    1.1
                    -
                    calc(0.1 * var(--reverse-index))
                ));
        }
    }
}






#cards {
    list-style: none;
    
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--numcards), var(--card-height));
    gap: var(--card-margin);
}

.card {
    outline: var(--outline-width) solid hotpink;
    border: none;
    margin-bottom: 0px;
}

.course_details{
   padding: 40px 90px;  
}
.course_details h1{
    font-size: 28px;
    color: #000;
    font-weight: 700;

}
.course_details p{
   font-size: 18px;
    color: #343434;
    line-height: 30px;
    margin-bottom: 32px;
}
.course_details_2{
   padding: 20px 20px;  
}
.course_details_2 h1{
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.course_details_2 p{
    font-size: 17px;
    color: #343434;
    line-height: 24px;
    margin-bottom: 20px;
}

.time_text{
    padding: 8px 0px;
}
.time_text h4{
    color: #444;
    font-size: 16px;
    margin-bottom: 0px;
}

.time_text a{
    background-color: #01007f;
    padding: 5px 18px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    transition-duration: 0.4s;  
    font-size: 20px;
}
.time_text a:hover{
    background-color: #0605c6;
    padding: 5px 18px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-size: 20px;
}
.time_text_2{
    padding: 4px 0px;
}
.time_text_2 h4{
    color: #444;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}
.time_text_2 a{
    background-color: #01007f;
    padding: 5px 18px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    transition-duration: 0.4s;  
    font-size: 17px;
}
.time_text_2 a:hover{
    background-color: #0605c6;
    padding: 5px 18px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-size: 17px;
}
.f_left {
    float: left;
}


.footer-img {
    background-size: contain;
    padding: 70px 0px 0px 0px;
    position: relative;
    margin-top: 0px;
    width: 100%;
    bottom: 0px;
    background-color: #ffffff;
}
.main-link h2{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.32em;
    letter-spacing: 0.44px;
    color: #000;
 } 
 .main-link ul{
    padding-left: 5px;
 }   
 .main-link ul li{
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
    letter-spacing: 0.44px;
    padding: 6px 0px;
    color: #000;
    list-style: none;
 }  
 .main-link ul li a{
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
    letter-spacing: 0.44px;
    padding: 6px 0px;
    color: #000;
    text-decoration: none;
 } 

.copyright-text{
    padding: 10px 0px;
}
 .copyright-text p{
    color: #434343;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0.22px;
    text-align: left;
    margin-top: 8px;
 }

 .right_icon{
    color: #ffffff;
    font-size: 26px;
    background-color: #4c1d95;
    padding: 0px 15px;
    border-radius: 6px; 
 }
 .left_icon{
    color: #ffffff;
    font-size: 26px;
    background-color: #4c1d95;
    padding: 0px 15px;
    border-radius: 6px; 
 }

 .testimonial-section{
    background:#f3f3f5;
    padding:70px 0;
}

.review-card{
    background:#fff;
    padding:45px;
    height:340px;
    text-align:center;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    position:relative;
    border-radius: 10px;
}

.review-card h3{
    color: #000000;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.3;
}

.stars{
    color:#22b573;
    font-size:28px;
    margin-bottom:6px;
    letter-spacing:4px;
}

.review-content{
    max-height: 250px;
    overflow-y: auto;
    text-align: left;
    font-size: 17px;
    color: #434343;
    line-height: 26px;
    padding-right: 10px;
}

.review-card h5{
    margin-top:30px;
    color:#1b2e59;
    font-weight:700;
    text-align:left;
}

.custom-arrow{
    width:60px;
    opacity:1;
}

.custom-arrow i{
   font-size: 24px;
    color: #ffffff;
}

.carousel-control-prev{
    left:-20px;
}

.carousel-control-next{
    right:-20px;
}

.review-content::-webkit-scrollbar{
    width:6px;
}

.review-content::-webkit-scrollbar-thumb{
    background:#999;
    border-radius:10px;
}
#cards {
    padding-bottom: calc(var(--numcards) * var(--card-top-offset));
    margin-bottom: var(--card-margin);
    padding-left: 0px;
}

.disclaimer-text{
    padding-left: 30px;
    color: #000;
}

@media(max-width:991px){

.logoft {
    background-color: #4c1d95;
    padding: 23px;
    border-radius: 10px;
    height: 84px;
    width: 156px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.main-link{
    margin-left: 20px;
}   
.copyright-text p {
    padding-left: 35px;
} 

 .course_details {
    padding: 20px 13px;
}
.course_details h1 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.course_details p {
    font-size: 16px;
    color: #343434;
    line-height: 28px;
    margin-bottom: 62px;
}   

.about_part h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}  
.about_part {
    background-color: #4c1d95;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: auto;
    margin-top: -90px;
    z-index: 100;
    padding: 20px 30px;
    border-radius: 10px;
}

.content {
    padding: 2rem 1rem 0rem !important;
}
.main_menu {
    background-color: #4C1D95;
    padding: 0px 22px;
}
.Ruim_list {
    padding: 17px 10px;
        margin-top: 30px;
        background-color: #ffffffc7;
}
.Ruim_list ul {
    margin-bottom: 25px;
    margin-left: 0px;
    padding-left: 0px;
}
.content_2 {
    padding: 3rem 1rem 1rem !important;
}
.Ruim_list h1 {
    font-size: 18px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}
.Ruim_list ul li {
    font-size: 15px;
    color: #292929;
    list-style: none;
    line-height: 35px;
}
.hero_section {
    background-image: url(../img/bg_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 94vh;
    overflow: hidden;
}   

.review-card{
    margin-bottom:20px;
    height:auto;
}

.review-card h3{
    font-size:16px;
}

.review-content{
    font-size:15px;
}
.review-card h5 {
    margin-top: 15px;
    color: #1b2e59;
    font-weight: 700;
    text-align: left;
    font-size: 17px;
}
}

@media(max-width:700px){

 .girl_img{
    display: none;
 } 

}
