.dash {
    display: flex;
    max-width: 55%;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #111;
    padding: 0px 0px 40px 0px;
}

.text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text p {
    color: red;
    font-size: 15px;
}

.text1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text1 strong {
    font-size: 40px;
}

.image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image img {
    width: 200px;
    height: 200px;
}

.text2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text2 p {
    font-size: 20px;
}

.text3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image1 img {
    width: 1400px;
    height: 1000px;
    border-radius: 12px;
}

.text4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

.text4 p {
    font-size: 20px;
}

.text5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
}

.text-flex {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.text5 h5 {
    color: blue;
}
.ext1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
   
}
.ext1 button {
    background-color: #111;
    color: white;
    padding: 5px 10px 5px 10px;
}
.ext1 img{
width: 400px;
height: 500px;
border-radius: 15px;
}
.images {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img1 {
    width: 25%;
}

.img2 {
    width: 16.6%;
}

.img3 {
    width: 16.6%;
}

.img4 {
    width: 16.6%;
}

.img5 {
    width: 25%;
}

.img2 img {
    width: 450px;
    height: 450px;
}

.img3 img {
    width: 350px;
    height: 350px;
}

.img4 img {
    width: 400px;
    height: 400px;
}

.images1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.images1 img {
    width: 1000px;
    height: 800px;
}

.images2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.images2 img {
    width: 1275px;
    height: 1000px;
    border-radius: 15px;
    padding: 10px 10px 30px 10px;
}

.imgtext {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.dashtext {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.dash1 {
    display: flex;
    max-width: 64%;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid cornsilk;
    padding: 0px 0px 40px 0px;
}

.dash2 {
    display: flex;
    max-width: 64%;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-top: 2px solid cornsilk;
    padding: 0px 0px 40px 0px;
}

.image-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-flex img {
    width: 300px;
    height: 400px;
    border-radius: 15px;
}
.images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.images img {
    width: 300px;
    height: 400px;
    border-radius: 15px;
}