/* section one */
.slider{
    width:100%;
    max-width: 100vw;
    height: 100vh;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
    width: 1500px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons{
    position: absolute;
    top: 60%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    color: #15891A;
    border: none;
    font-family: monospace;
    font-weight: bold;
    font-size: 80px;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}
@media (max-width:1100px){
    .slider {
        height: 65vh;
    }
}
@media (max-width:1025px){
    .slider {
        height: 50vh;
    }
}
@media (max-width:900px){
    .slider {
        height: 55vh;
    }
}
@media screen and (max-width: 768px){
    .slider{
        height:43vh;
    }
}
@media (max-width:500px){
    .slider {
        height:30vh;
    }
}
@media (max-width:431px){
    .slider {
        height:28vh;
    }
}
/* end */
/* section two */
.section_two{
    width: 100%;
    min-height: 11vh;
    height: auto;
    background-color: #3ba040cb;
    overflow: hidden; 
    text-transform: uppercase;
    display: grid;
    align-content: center;
}
.para_one{
    font-size: 30px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.para_two{
    text-align: center;
    color: rgb(255, 255, 255);
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    font-family: math;
}

/* responsive */
@media (max-width:1000px){
    .para_one {
        font-size: 28px;
    }
    .para_two {
        font-size: 14px;
    }
    
}
@media (max-width:700px) {
    .section_two{
        min-height: 20vh;
    }
    .para_one {
        font-size: 24px;
    }
    .para_two {
        font-size: 12px;
    }
}

@media (max-width:500px) {
    .para_one {
        font-size: 20px;
    }
    .para_two {
        font-size: 18px;
    }

}




.sec_four_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 40px;
    


}


.section_four_new{
    display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            /* background-color: #f0f0f0; */

}

/* section three */
.section_three{
    width: 100%;
    min-height: 70vh;
    height: auto;
    overflow: hidden;
    background-color: #F9F9F9;

}
.section_three_heading{
    font-size: 38px;
    text-align: center;
    padding: 20px;
}

.sec_three_container_heading{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
}
.sec_three_under_part{
    display: flex;
    justify-content: center;
    margin: 5px 30px 0 30px;
}
.sec_three_part_one, .sec_three_part_two{
    width: 50%;
    margin: 10px
}
.part_one_head{
    text-align: center;
    font-size: 25px;
    margin: 10px;
}
.part_one_para{
    text-align: justify;
    font-size: 17px;
    line-height: 26px;
    margin: 10px;
}
.part_two_head{
    font-size: 25px;
    margin: 10px;
    font-weight: 200;
}
.part_two_para{
    text-align: justify;
    font-size: 17px;
    line-height: 26px;
    margin: 10px;
}
.part_two_para span{
    color:rgb(25, 66, 178);
}
@media (max-width: 1000px) {
    .section_three_heading {
        font-size: 32px;
    }
    .sec_three_container_heading {
        font-size: 25px;
    }
}
@media (max-width: 700px) {
    .section_three_heading {
        font-size: 32px;
    }
    .sec_three_container_heading {
        font-size: 25px;
    }
    .sec_three_under_part {
        display: grid;
    }
    .sec_three_part_one, .sec_three_part_two {
        width: 100%;
        margin: 0px;
    }
}
@media (max-width: 500px) {
    .section_three_heading {
        font-size: 20px;
    }
    .sec_three_container_heading {
        font-size: 16px;
    }
    .section_two {
        min-height: 13vh;
    }
    .part_one_head {
        font-size: 20px;
    }
    .part_two_head {
        font-size: 20px;
    }
    .part_two_para {
        font-size: 16px;
    }
}
.card_heading{
    text-align: center;
    font-size: 30px;

}
.Intro_card{
    background: #ededed;
    /* border: 2px solid #51a939; */
    outline: 1px solid gray;
    width: 450px;

}
.card_new_img{
    width: 100%;
    height: 90%;
}
.card_new_p{
    text-align: center;

}



/* section three end */
.section_four_new{
    width: 100%;
    min-height: 85vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-bottom: 3px solid black;

}
.section_four_container {
    display: flex;
    justify-content: center;

    
}





/* .card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    margin: 20px;
    transition: transform 0.2s;
}
.card:hover {
    transform: scale(1.05);
}
.card img {
    width: 100%;
    height: auto;
}
.card-content {
    padding: 15px;
}
.card-title {
    font-size: 1.5em;
    margin: 0 0 10px;
}
.card-description {
    font-size: 1em;
    color: #666;
}
@media (min-width: 600px) {
    .card {
        width: 45%;
    }
}
@media (min-width: 900px) {
    .card {
        width: 30%;
    }
} */


/* 
.card {
    width: 250px; 
    height: 300px;
    padding: 10px;
    background-color: #3ba040cb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 10px;
    border: 2px solid rgb(23, 58, 2);
    

}
#card_book{
    background-color: #3ba040cb;
}
.card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card img {
    max-width: 100%;
    margin-top: 10px;
    height: 22vh;
}

.card-content {
    padding: 20px;
}

.card-content h2 {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 16px;
    text-align: justify;
    color: #222121;
    line-height: 1.6;
} */





@media(max-width:1050px){
    .section_four_new {
        width: 100%;
        min-height: 50vh;
    }
    .card img {
        max-width: 100%;
        margin-top: 10px;
        height: 8vh;
    }
}
@media(max-width:1005px){
    .section_four_container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media(max-width:900px){
    .card img {
        max-width: 100%;
        margin-top: 10px;
        height: 11vh;
    }
}
@media(max-width:500px){
    .card img {
        max-width: 100%;
        margin-top: 10px;
        height: 13vh;
    }
}












/* Base styles */
.five {
    background: url('img/Dr Atmik Jain.JPG') no-repeat;
    width: 100%;
    height: 110vh;
    background-size: 100% 100%;
    border-bottom: 5px solid white;
    /* background-attachment: fixed; */
}

/* Styles for large screens */
@media (min-width: 1201px) {
    .five {
        height: 90vh; /* Original height for large screens */
        background-position: center; /* Center the background image */
    }
}
/* Styles for medium screens */
@media (min-width: 601px) and (max-width: 1200px) {
    .five {
        height: 45vh; /* Adjust height for medium screens */
        background-position: center; /* Center the background image */
    }
}
/* Styles for small screens */
@media (max-width: 600px) {
    .five {
        height: 31vh; /* Adjust height for small screens */
        background-position: center; /* Center the background image */
    }
}


