

/* SLIDE1 CSS */

.tp-app .tp-app-content #slide1
{
    border: 0px solid white;
    margin-top: 110px;
    margin-bottom: 80px;
}

.tp-app .tp-app-content #slide1 h1
{
    font-size1: 60px;
}

.tp-app .tp-app-content #slide1 h4
{
    font-style: italic;
}

.tp-discount-large
{
    width: 240px;
}

.tp-logo-large{
    width: 270px;
    /*background-image: linear-gradient(to bottom right, #a7d7d8, #fdfdfd);*/
    
}
.tp-btn-audience
{
    font-size: 22px;
}

.tp-btn-audience .w3-button
{
    background-image: linear-gradient(to bottom right, #a7d7d8, #fdfdfd);
    color: #0f2530;
    
    
}

/* SLIDE2 CSS */
.tp-app .tp-app-content #slide2
{
    padding-top: 80px;
}

.tp-app .tp-app-content #slide2 img
{
    width: 80%;
    
}

.tp-app .tp-app-content #slide2 h1
{
    font-size1: 60px;
}

.tp-app .tp-app-content #slide2 h4
{
    font-style: italic;
}

@media screen and (max-width: 680px) 
{
    /* SLIDE2 CSS */
    .tp-app .tp-app-content #slide2 img
    {
        width: 100%;
    }
}



/* Slide 3 CSS */

.w3-col{
    border: 0px solid red;
}
.tp-app .tp-app-content #slide3 
{
    padding-top: 80px;
    background-image: linear-gradient(to bottom right, #a7d7d8, #fdfdfd);
    height: auto;
    /*
    background: #466368;
    background: -webkit-linear-gradient(#648880, #293f50);
    background:    -moz-linear-gradient(#648880, #293f50);
    background:         linear-gradient(#648880, #293f50);*/
    
    /*background: linear-gradient(to right bottom, #648880, #293f50);
    background: radial-gradient(#648880, #293f50);*/
}


.tp-app .tp-app-content #slide3 h1
{
    text-align1: center;
    font-size: 60px;
}

.tp-app .tp-app-content #slide3 h4
{
    text-align1: center;
    font-style: italic;
}


.tp-card
{
    border: 0px solid gray;
    width: 300px;
    height: 420px;
    margin: auto;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    background-color: white;
    box-shadow: 20px 20px 50px 15px grey;
}
.tp-card.tp-course
{
    padding-left: 20px;
    padding-right: 20px;
}
.tp-card.tp-course div:first-child
{
    font-weight: bold;
    color: red;
}
.tp-card.tp-course div:nth-child(2) img
{
    border-top-right-radius: 10%;
}
.tp-card.tp-course div:nth-child(2)
{
    height: 270px;
    width: 100%;
    border-top-right-radius: 10%;
    
    background-image1: url(/public/course/images/jeecomp1_2yr_bangla.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.tp-card.tp-course div:nth-child(3)
{
    font-weight: bold;
}

.tp-card.tp-course td:nth-child(even){
    text-align: left;
    padding-left: 5px;
    border: 0px solid green;
}

.tp-card.tp-course td:nth-child(odd){
    text-align: center;
    padding-left: 15px;
    width: 15px!important;
    border: 0px solid red;
}

.tp-card.tp-course h4{
    font-size: 18px;
    padding:0;
}

.tp-card.tp-course div:last-child strike{
    color: red;
}
.tp-card.tp-course div:last-child b{
    font-size:20px;
}

/* SLIDE4 CSS */
.tp-app .tp-app-content #slide4
{
    padding-top: 80px;
}

.tp-app .tp-app-content #slide4 h1
{
    font-size: 60px;
}
