*{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
body, html {
    width: 100%;
    height: 100%;
}

/* main css*/

.first {
    width: 100%;
    /* background-color: red; */
    background-image: url("Background@3x.webp");
    background-size: cover;
    padding: 50px 0 50px;
    display: flex;
    justify-content: center;
}
.first .first-first {
    width: 65%;
    /* background-color: blue; */
    background-image: url(Rectangle\ 90.webp);
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    gap: 40px;
    padding: 30px 50px 30px 50px;
}
.first-first .first-1 {
    text-align: center;
}
.first-first .first-1 img {
    /* background-color: rebeccapurple; */
    width: 100%;
}
.first-first .first-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    /* justify-content: space-between; */
    /* padding: 20px 0 20px; */
}
.first-first .first-2 .first-21 {
    text-align: center;
}
.first-first .first-2 .first-21 img {
    width: 80%;
}
.first-first .first-2 .first-22 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}
.second {
    width: 100%;
    display: flex;
    justify-content: center;
}
.second .second-second {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
    padding: 60px 0 60px;
}
.second .second-second .second-1 {
    font-size: 28px;
    color: #8c2308;
}
.second-second .second-4 button:hover {
    box-shadow: 0 8px 18px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    color: black;
}
.second-second .second-4 button {
    color: white;
    border-radius: 6px;
    padding: 4px;
    border: none;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #f6bc0a;
}
.third {
    width: 100%;
    display: flex;
    justify-content: center;
}
.third .third-third {
    width: 75%;
    display: flex;
    padding: 0 0 40px;
    gap: 0;
}
.third-third .third-1 {
    margin: 30px 0 30px;
    text-align: center;
}
/* .third-third .third-1 img {
} */
.third-third .third-2 {
    display: flex;
    flex-direction: column;
    /* background-color: red; */
    background-image: url(Background\ \(5\).webp);
    padding: 60px;
    gap: 10px;
    /* margin: 30px 0 30px; */
}
.third-third .third-2 .third-21 {
    font-size: 20px;
    font-weight: 600;
}
.third-third .third-2 .third-22 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.672);
    width: 25%;
    font-weight: 500;
}
.third-third .third-2 .third-24 button:hover {
    box-shadow: 0 8px 18px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    color: black;
}
.third-third .third-2 .third-24 button {
    color: white;
    border-radius: 6px;
    padding: 4px;
    border: none;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #f6bc0a;
}
/* hr {
    display: none;
} */
.fourth {
    width: 100%;
    display: flex;
    justify-content: center;
}
.fourth .fourth-fourth {
    width: 70%;
    padding: 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.fourth .fourth-fourth .fourth-1 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.672);
    font-weight: 500;
    width: 40%;
}
.fourth .fourth-fourth .fourth-2 {
    font-size: 20px;
    font-weight: 600;
}
.fourth .fourth-fourth .fourth-5 button:hover {
    box-shadow: 0 8px 18px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    color: black;
}
.fourth .fourth-fourth .fourth-5 button {
    color: white;
    border-radius: 6px;
    padding: 4px;
    border: none;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #f6bc0a;
}
.fifth {
    width: 100%;
    display: flex;
    justify-content: center;
    /* padding: 30px 0 30px; */
    margin: 30px 0 30px;
    background-image: url(image\ \(6\).webp);
    background-size: cover;
    background-position: center;
}
.fifth .fifth-fifth {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 40px;
    gap: 12px;
    text-align: center;
}
.fifth .fifth-fifth .fifth-1 {
    font-size: 22px;
    width: 50%;
}
.fifth .fifth-fifth .fifth-2 {
    font-style: italic;
}
.fifth .fifth-fifth .fifth-3 span {
    font-weight: 600;
}


.six {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items:center ;
}
.six .six-p{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    text-align: center;
    /* font-weight: 500;
    font-size: 25px; */

}
.six-p .six-h{
    font-size: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.672);
    width: 50%;
}
.six-p .six-c {
    width: 80%;
}
.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1500px;
    height: 350px;
    padding: 20px;
    /* margin-top: 90px; */
    font-family: "Roboto", system-ui;
    font-weight: 400;
    font-style: normal;
    position: relative;
    margin-bottom: 30px;  
    /* background-image: url(image\ \(7\).webp);   */
}

.profile-card {
    background-color: #f9c84a;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.065);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border: 3px solid white;
    width: 300px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.profile-card img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

.profile-card h2 {
    font-size: 1.5em;
    color: #e63946;
    margin-bottom: 10px;
    
}


.profile-card p {
    font-size: 15px;
    color: #333;
    margin: 10px 0;
}

.profile-card button {
    background-color: #ffb703;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}


.profile-card button:hover {
    background-color: #fb8500;
}

@media (max-width: 600px) {
    .profile-card {
        width: 90%; /* Adjust for smaller screens */
    }
}

.sliders {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0 100px;
    background-image: url(image\ \(5\).webp);
    background-size: cover;
    background-position: center;
}
.slider .slider-slider {
    width: 80%;
    display: flex;
    justify-content: center;
    /* gap: 40px; */
    /* position: relative; */
}
.slider-slider .card {
    /* position: relative;
    top: 40px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-top: 40px;
    padding: 0 50px 50px 50px;
    background-image: url(image.webp);
    background-size: cover;
}
.card .card1 {
    position: relative;
    top: -40px;
    /* background-color: red; */
    background-image: url(Background@3x.webp);
    background-size: cover;
    border-radius: 50px;
}
.card .card3, .card .card4 {
    font-weight: 600;
}

.seven-p h4{
    margin-left: -3%;
}

.seven-p{
    font-weight: 500;
    font-size: 25px;
    margin-top: 20px;
    text-align: center;



}
.seven-p hr{
    width: 120px;
    margin-left: 44%;
    border: 1px solid #F5B34A;
    margin-top: 10px;
}
.seven-p .hr{
    width: 180px;
    margin-left: 42%;
    border: 1px solid #F5B34A;
    margin-top: 10px;
    
}
.seven-p p{
    color: #212529;
    text-align:  center;
    width: 70%;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 16%;
}



/* Media query for pad */

@media(max-width:768px) {
    .first .first-first {
        /* flex-direction: column;
        align-items: center; */
        gap: 0;
    }
    .first-first .first-1 img {
        width: 80%;
    }
    .first-first .first-2 {
        gap: 6px;
    }
    .first-first .first-2 .first-21 img {
        width: 40%;
    }
    .first-first .first-2 .first-22 {
        text-align: center;
        font-weight: 600;
        font-size: 14px;
    }
    .first-first .first-2 .first-23 {
        text-align: center;
        font-size: 12px;
    }
    .second .second-second {
        padding: 20px 0 20px;
    }
    .third .third-third {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    hr {
        display: block;
    }
    .third-third .third-2 {
        padding: 30px;
    }
    .third-third .third-2 .third-22 {
        width: 40%;
    }
    .fourth .fourth-fourth {
        width: 85%;
    }
    .fourth .fourth-fourth .fourth-1 {
        width: 60%;
    }

    .fifth .fifth-fifth {
        width: 90%;
    }
    .fifth .fifth-fifth .fifth-1 {
        font-size: 22px;
        width: 80%;
    }
    .profile-card {
        width: 400px;
    }
    .sliders {
        margin-top: 750px;
    }

    .seven-p{
        font-weight: 500;
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    
    
    
    }
    
    .seven-p h4{
        margin-left: 17%;
        font-size: 24px;
        width: 500px;
    }
    .seven-p hr{
        width: 120px;
        margin-left: 40%;
        border: 1px solid #F5B34A;
        margin-top: 10px;
    }
    .seven-p .hr{
        width: 190px;
        margin-left: 36%;
        border: 1px solid #F5B34A;
        margin-top: 10px;
        
    }
    .seven-p p{
        color: #212529;
        text-align:  center;
        width: 600px;
        font-size: 16px;
        margin-top: 20px;
        margin-left: 11%;
    }
    .second-text p{
        text-align: center;
        margin-top: 40px;
         margin-left: -70%;
          font-size: 20px;
          color: #8C2308;
          
    }
    
}


@media(max-width:426px) {
    .first .first-first {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px 0 20px 0;
        width: 80%;
    }
    .first-first .first-1 img {
        width: 70%;
    }
    .first-first .first-2 {
        gap: 12px;
    }
    .first-first .first-2 .first-21 img {
        width: 60%;
    }
    .first-first .first-2 .first-22 {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }
    .first-first .first-2 .first-23 {
        text-align: center;
        font-size: 12px;
    }
    .third-third .third-2 {
        padding: 20px;
        /* width: 100%; */
    }
    .third-third .third-2 .third-22 {
        width: 60%;
    }
    .third .third-third {
        width: 90%;
    }
    .third-third .third-1 img {
        width: 70%;
    }
    .fourth .fourth-fourth .fourth-1 {
        width: 70%;
    }
    .fifth .fifth-fifth .fifth-1 {
        width: 100%;
    }
    .six .six-p{
        width: 100%;
    }
    .six-p .six-c {
        width: 80%;
    }
    .profile-card {
        width: 350px;
    }
    .sliders {
        margin-top: 800px;
    }
    .seven-p{
        font-weight: 500;
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    
    
    
    }
    
    .seven-p h4{
        margin-left: 8%;
        font-size: 19px;
        width: 300px;
    }
    .seven-p hr{
        width: 120px;
        margin-left: 30%;
        border: 1px solid #F5B34A;
        margin-top: 10px;
    }
    .seven-p .hr{
        width: 170px;
        margin-left: 23%;
        border: 1px solid #F5B34A;
        margin-top: 10px;
        
    }
    .seven-p p{
        color: #212529;
        text-align:  center;
        width: 300px;
        font-size: 16px;
        margin-top: 20px;
        margin-left: 6%;
    }
    .second-text p{
        text-align: center;
        margin-top: 40px;
         margin-left: -70%;
          font-size: 20px;
          color: #8C2308;
          
    }

    
}