﻿.tp-hero-2-wrap {
    position: relative;
    max-height:680px;
}

.tp-hero-2-thumb {
    position: absolute;
    bottom: 0;
    top: 20px;
    right: 40px;
    z-index: -1;
}

    .tp-hero-2-thumb img {
        max-height: 700px; 
    }

 

.tp-slider-prev {
    position: absolute;
    top: 50%;
    left: 1px;
    z-index: 999;
}
.tp-slider-next {
    position: absolute;
    top: 50%;
    right: 1px;
    z-index: 999;
}

.tp-hero-2-bg {
    position: relative;
    z-index: 1;
}

.tp-hero-2-subtitle {
    color: var(--tp-theme-secondary);
    font-size: 20px;
    display: inline-block;
    margin-bottom: 6px;
}

.tp-hero-2-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -1.52px;
    margin-bottom: 40px;
}
 

.tp-hero-2-title span {
    color: var(--tp-theme-secondary);
    position: relative;
    z-index: 1;
}

    .tp-hero-2-title span img {
        position: absolute;
        bottom: 0px;
        left: 35px;
    }
 

.tp-hero-2-item {
    padding: 100px 20px 80px 40px;
}

    .tp-hero-2-item ul {
        color: #444;
        font-size: 15px;
        margin-left: 40px;
        list-style: circle;
    }

.tp-hero-2-content {
    min-height: 200px;
    text-align: justify;
}

 
.tp-hero-2-item p {
    color: rgb(2 17 35 / 0.85);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

 
.tp-hero-2-shape-1 {
    position: absolute;
    bottom: 0;
    right: 145px;
    z-index: -2;
}

 
.tp-hero-2-shape-1 span svg path.line-2 {
    stroke: #FFBF8E;
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 4s linear forwards;
}

.tp-hero-2-shape-2 {
    position: absolute;
    top: 160px;
    left: 110px;
    z-index: -1;
    animation: hero-dot-1 5s linear 0s infinite alternate;
}

 
.tp-hero-2-shape-3 {
    position: absolute;
    bottom: 69px;
    left: 130px;
    z-index: -1;
    animation: hero-dot-2 4s linear 0s infinite alternate;
}

.tp-hero-2-shape-4 {
    position: absolute;
    left: 40%;
    top: 0;
}


.tp-hero-2-course {
    margin-left: 12px;
}

 
.tp-hero-2-course .tp-course-item {
    box-shadow: 4px 4px 10px 0px rgba(26, 12, 2, 0.15);
}

.tp-hero-2-course .tp-course-thumb {
    border-radius: 10px;
}

    .tp-hero-2-course .tp-course-thumb img {
        border-radius: 10px;
    }

.tp-hero-2-btn .tp-btn-border, .tp-btn-border-2 {
    padding: 12px 32px;
}



@media only screen and   (max-width: 1399px) {
    .tp-hero-2-thumb img {
        max-height: 500px;
    }

    .tp-hero-2-title {
        font-size: 50px;
    }

    .tp-hero-2-item {
        padding: 60px 20px 40px 40px;
    } 

    .tp-hero-2-item p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .tp-hero-2-item ul {
        font-size: 14px;
    }

}


@media only screen and  (max-width: 1200px) {

    .tp-hero-2-thumb img {
        max-height: 450px;
    }

    .tp-hero-2-title {
        font-size: 42px;
    }

    .tp-hero-2-item {
        padding: 60px 20px 40px 40px;
    }

        .tp-hero-2-item p {
            font-size: 16px;
            margin-bottom: 15px;
        }

        .tp-hero-2-item ul {
            font-size: 14px;
        }

    .tp-hero-2-title span img {
        position: absolute;
        bottom: -5px;
        left: 10px;
    }

    .tp-hero-2-shape-1 {
        right: 5px;
    }

}


@media only screen and (max-width: 990px) {

    .tp-hero-2-thumb img {
      display:none
    }

    .tp-hero-2-title {
        font-size: 42px;
    }

    .tp-hero-2-item {
        padding: 60px 40px;
    }

        .tp-hero-2-item p {
            font-size: 16px;
            margin-bottom: 15px;
        }

        .tp-hero-2-item ul {
            font-size: 14px;
        }

    .tp-hero-2-title span img {
        position: absolute;
        bottom: -5px;
        left: 10px;
    }

    .tp-hero-2-wrap .col-md-8, .tp-hero-2-wrap .col-md-6 {
        width: 100%;
    }

    .tp-hero-2-shape-1 {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .tp-hero-2-title {
        font-size: 36px;
    }

    .tp-hero-2-course {
        margin-left: 0;
    }

    .tp-hero-2-shape-4 {
        display: none;
    }

    .tp-hero-2-shape-2 {
        display: none;
    }

    .tp-hero-2-shape-1 {
        display: none;
    }

    .tp-course-details-2-faq .accordion-button .lesson {
        font-size: 12px;
       
    }
}
