@font-face {
    font-family: Poppins;
    src: url(../font/Poppins-Regular.ttf);
}

* {
    font-family: Poppins;
}

.is-btn {
    display: inline-block;
    border-radius: 4px;
    background-color: #EF3F4A !important;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 230px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    position: relative;
}

.is-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.is-btn span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
}

.is-btn:hover span {
    padding-right: 15px;
}

.is-btn:hover span:after {
    opacity: 1;
    right: 0;
}

.info i {
    font-size: 20px;
    background: #ef3f4a;
    color: #ffffff;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.info h4 {
    padding: 10px 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
}

.testimonial-img {
    width: 90px;
    border-radius: 50px;
    margin-right: 15px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #151515;
    text-align: center;
}

.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url(https://1fastcourse.com/images/9-carros-mais-amados-pelas-mulheres-brasileiras.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta .cta-btn:hover {
    background: #ef3f4a;
    border-color: #ef3f4a;
    color: #151515;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.yell {
    color: #EF3F4A;
}

.hero-main {
    padding-top: 150px;
    padding-bottom: 150px;
}

.hero h1 {
    font-size: 40px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
}

.abb-ul li {
    list-style: none;
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
}

.hero button {
    font-size: 20px;
}

/* hero section css start  */

.backg-layer {
    background: url(../images/backg-transformed.jpg) no-repeat center center !important;
    background-size: cover;
    object-fit: cover !important;
    width: 100%;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* hero section css end  */

/* info-row css start  */

.info-icon {
    color: #EF3F4A;
    font-size: 40px;
}

.info-icon i, .info-detail div,.info-detail span{
    cursor: pointer;
}
.info-detail {
    color: #ffffff;
    font-size: 18px;
}

#Info-row {
    background: url(../images/footer-bg.jpg);
}

/* info-row css end  */

/* feature css start  */

#features h2 {
    font-size: 24px !important;
}
.btn-hov:hover{
    background-color: #ffffff !important;
    color: #ef3f4a !important;
}
#features ul li {
    list-style: none;
}

#features ul li a {
    color: black;
    text-decoration: none;
}

/* feature css end  */

/* schedule css start  */

.schedule-bg {
    background: url(../images/footer-bg.jpg);
}

.schedule-h2 {
    font-size: 30px;
}

.schedule-p {
    font-size: 18px;
}

.schedule-h2-2 {
    font-size: 38px;
}

/* schedule css end  */

/* choose us css start  */

.choose-1 h2 {
    font-size: 60px;
}

.choose-2 h6 {
    font-size: 18px;
}

.choose-2 p {
    font-size: 15px;
}

.choose-2 .icon {
    position: relative;
    width: 130px;
    height: 124px;
    margin: 0 auto; 
    color: #EF3F4A;
}

.choose-2 .icon i {
    position: relative;
    z-index: 1;
    font-size: 44px;
    line-height: 1.1;
    top: 42px;
}

.choose-2 .icon::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 23.5px;
    left: 23.5px;
    background: #f5f5f5;
    width: 84px;
    height: 84px;
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/* choose us css end  */

/* testimonial css start  */

#testimonial {
    background: url(../images/pexels-bg.jpg) no-repeat center center;
    position: relative;
}

#testimonial::before {
    content: "";
    background: rgba(22, 22, 22, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.testi-border {
    border: 1px solid #ef3f4a;
    position: relative;
    padding-top: 5rem !important;
}

.tt-icon {
    width: 92px;
    height: 92px;
    top: 17px;
    z-index: 7;
    left: 50%;
    margin-left: -46px;
    text-align: center;
    position: absolute;
}

.tt-icon::before {
    content: "\e907";
    content: "\1F642";
    display: block;
    position: absolute;
    top: -63px;
    left: 14px;
    z-index: 2;
    font-size: 48px;
    line-height: 92px;
}

.tt-bg {
    background: #ef3f4a;
    width: 91px;
    height: 91px;
    position: absolute;
    top: -63px;
    left: 0px;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tt-bg::before {
    content: "";
    position: relative;
    top: 4px;
    left: 4px;
    display: block;
    width: 83px;
    height: 83px;
    border: 3px solid #4d4d4d;
    font-size: 22px;
    line-height: 84px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tt-head {
    margin-bottom: 5rem;
    font-size: 4vw;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #ef3f4a;
    opacity: 1;
}

.carousel-indicators {
    bottom: -35px;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: -150px;
}

/* testimonial css end  */

/* lessons css start  */

.lessons .div-1 {
    background: url(../images/lesson-bg.jpg) no-repeat center center;
}

.lessons a, .lessons-1 a {
    text-decoration: none;
}

.lessons-1 {
    background: url(../images/lesson-bg.jpg) no-repeat center center;
}

.lessons .div-2 {
    background: #ef3f4a;
    position: relative;
    min-height: 30px;
}

.lessons-1 .div-2 {
    background: #ef3f4a;
    position: relative;
    min-height: 30px;
}

.div-2::before {
    content: "";
    display: block;
    width: 45px;
    top: 0px;
    position: absolute;
    height: 141.8px;
    background: #ef3f4a;
    margin-left: -40px;
    -o-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.lessons p {
    font-size: 30px;
    color: #fff;
}

.lessons h3 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

.lessons-1 p {
    font-size: 30px;
    color: #fff;
}

.lessons-1 h3 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

/* lessons css end  */

 /* 404 css start  */
 .error img {
    border-radius: 10%;
}

/* 404 css end  */

@media (min-width:576px) and (max-width:991px) {

    .res_mob {
        font-size: 11px;
        width: 175px;
    }

    .head-mail {
        font-size: 16px !important;
        text-wrap: wrap;
    }

    .hero h1 {
        font-size: 30px;
    }

    .abb-ul li {
        font-size: 23px;
    }

    .hero button {
        font-size: 15px;
    }

    .schedule-h2 {
        font-size: 22px;
    }

    .schedule-p {
        font-size: 14px;
    }

    .schedule-h2-2 {
        font-size: 22px;
    }

    .choose-1 h2 {
        font-size: 44px;
    }

    .div-2::before {
        display: none;
    }

}

@media (max-width:575px) {

    .res_mob {
        font-size: 11px;
        width: 175px;
    }

    .head-mail {
        font-size: 16px !important;
        text-wrap: wrap;
    }

    .hero h1 {
        font-size: 28px;
    }

    .abb-ul li {
        font-size: 16px;
    }

    .hero button {
        font-size: 14px;
    }

    .schedule-h2 {
        font-size: 16px;
    }

    .schedule-p {
        font-size: 10px;
    }

    .schedule-h2-2 {
        font-size: 16px;
    }

    .schedule-img {
        width: 25%;
    }

    .choose-1 h2 {
        font-size: 34px;
    }

    .tt-head {
        font-size: 6vw;
    }

    .div-2::before {
        display: none;
    }

}

@media (min-width:992px) and (max-width:1399px) {
    .div-2::before {
        width: 55px !important;
        height: 186.8px !important;
        margin-left: -35px !important;
    }
}