@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
}

h2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #dda433;
}

h3 {
    font-size: 2rem;
    font-weight: 500;
}

h4 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #573b04;
    text-align: center;
    margin: 20px 0;
}

h5{
    font-size: 1.1rem;
    color: #a09f9f;
    font-weight: 300;
}

p {
    font-size: 1.1rem;
    color: #5e5a5a;
}

.btn {
    width: 100%;
    padding: 12px;
    font-size: 1.2rem;
    text-transform: capitalize;
    background: linear-gradient(90deg, #573b04, #9b7832);
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    border: none;
}

/* main section */

.main-div {
    display: flex;
}


.main-div .main-contant {
    background: #fff;
    margin: 0 27%;
    width: 100%;
}

.main-contant img {
    width: 100%;
    height: auto;
}

/* .all-cont{
    padding: 15px;
} */

form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    padding: 20px 9px;

}

form input {
    width: 100%;
    border: 1px solid #a5a4a4;
    border-radius: 8px;
    font-size: 1.2rem;
    padding: 12px;
}

.yoga-icon {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.yoga-icon .first {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yoga-icon .first img {
    width: 70px;
    height: auto;
}

.yoga-icon .first h5 {
    font-size: 1.2rem;
}

.batch-div img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 20px 0;
}

.entery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 12px;
}

.entery h4 {
    margin: 0;
}

.entery img {
    height: auto;
}

.trust-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    margin: 30px 0;
}

.trust-card .cumminety {
    background: #fcefd7;
    width: 100%;
    padding: 50px 0;    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    gap: 12px;
}

.trust2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 14px;
}

.trust2 .exp {
    background: #e0f5fe;
    padding: 50px 0;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    gap: 12px;
    width: 100%;
}

.benefit-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.benefit-cards .first-card {
    background: linear-gradient(90deg, #e9c377, #6c4b09);
    display: flex;
    flex-direction: column;
    padding: 14px;
    border-radius: 14px;
    width: 100%;
    height: auto;
    gap: 10px;
}

.benefit-cards .first-card img {
    width: 70px;
    height: 70px;
}

.benefit-cards .first-card h4 {
    color: #6d0505;
    text-align: left;
    margin: 0;
}

.benefit-cards .first-card .btext i {
    margin-right: 10px;
    color: #e65959;
}

.last-card {
    background: linear-gradient(90deg, #e9c377, #6c4b09);
    display: flex;
    flex-direction: column;
    padding: 14px;
    border-radius: 14px;
    width: 100%;
    height: auto;
    gap: 10px;
}

.last-card img {
    width: 70px;
    height: 70px;
}

.last-card h4 {
    text-align: left;
    margin: 0; 
    color: #6d0505;
}

.last-card i{
    margin-right: 10px;
    color: #6d0505;
}

.about {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.about h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a4c6d;
}

.about img {
    height: auto;
    margin: 8px 0;
}

/* testimonial section  */

.testimonial h1 {
    text-align: center;
    padding-bottom: 20px;
}

.test-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}


.testimonial-card {
    max-width: 400px;
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding: 20px 0;
    border-radius: 12px;
    border: 1px solid #0c221d;
    padding: 12px 0;
}

.testimonial-card h3 {
    font-size: 1.4rem;
    color: #0c221d;
}

.testimonial-card .style-div {
    width: 100%;
    height: 40px;
    background: #e29500;
}

.testimonial-card .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    border-top: 2px solid #e29500;
    border-bottom: 2px solid #e29500;
    border-left: 8px solid #e29500;
    border-right: 8px solid #e29500;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 12px;
    margin: 12px;
    background: #d5f5ed;
}

.text .icons {
    display: flex;
    gap: 8px;
    color: #e29500;

}

.test-img {
    position: absolute;
    top: 60px;
    border: 2px solid #0c221d;
    width: 70px;
    height: 70px;
    border-radius: 9px;
}

.test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}

/* footer section  */


footer {
    background: linear-gradient(90deg, #573b04, #9b7832);
    color: #fff;
    width: 100%;
    padding: 30px 9px;
    margin-top: 20px;
}

footer h5 {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 9px;
    text-align: center;
}

footer p {
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
}

@media (max-width: 991px) {
    
    .main-div .main-contant {
        margin: 0;
    }
    
}



