.logo img {
    width: 40%;
}

body {
    margin: 0;
}

section {
    margin-bottom: 10px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.color span {
    color: rgb(244, 127, 84);
}

.second-header h1 {
    color: rgba(27, 25, 25, 0.742);
}

.second-header p {
    color: rgba(27, 25, 25, 0.857);
}

.button a {
    background-color: orangered;
    height: 60px;
    width: 60px;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 20px;
    color: aliceblue;
    text-transform: capitalize;
    background-image: radial-gradient(rgb(240, 151, 118), rgb(226, 112, 70));
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



nav ul li {
    margin-right: 20px;

}

nav ul li a {
    text-decoration: none;
    color: rgb(233, 114, 70);

}

/* first-section */
.first-header {
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 3px 0px 0px chocolate;
    padding: 10px;
}

/* second-section */
.header-section2 {
    display: flex;
    justify-content: center;
    padding: 80px 30px;

}

.second-header {
    width: 50%;
}

.second-header h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    font-weight: 700px;
    padding: 0;
    margin: 0;
}

.second-header img {
    width: 70%;
    padding: 0;
    margin: 0;
}

/* third-section */
.third-header img {
    width: 60%;
    padding: 0;
    margin: 0;

}

.header-section3 {
    display: flex;
    justify-content: center;
    padding: 100px 200px 0px 150px;
    background-image: url(image/7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1500px;

}

.third-header {
    width: 50%;
}

.third-header h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    font-weight: 700px;
    padding: 0;
    margin: 50px;
    color: rgba(27, 25, 25, 0.742);

}

.third-header p {
    color: black;
}

/* fourth-section */
.header-section4 {
    justify-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    padding: 70px 240px;
    text-align: center;
}




/* fifth-section */

.photo-album1 {
    display: flex;
    justify-content: center;
    padding: 20px 0px 0px 0px;
    justify-items: center;
    box-shadow: 2px 2px 7px 7px rgb(249, 243, 243);
    width: 25%;
    margin: 10px 10px;
    border-radius: 20px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 50px;


}

.photo-album2 {
    display: flex;
    justify-content: center;
    padding: 20px 0px 0px 0px;
    justify-items: center;
    box-shadow: 2px 2px 7px 7px rgb(249, 243, 243);
    width: 25%;
    margin: 10px 10px;
    border-radius: 20px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 50px;


}

.photo-album3 {
    display: flex;
    justify-content: center;
    padding: 20px 0px 0px 0px;
    justify-items: center;
    box-shadow: 2px 2px 7px 7px rgb(249, 243, 243);
    width: 25%;
    margin: 10px 10px;
    border-radius: 20px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}



.content {
    padding: 10px;

}

.images img {
    width: 100%;
    height: 230px;

    border-radius: 20px;


}

.item {
    width: 300px;
    margin-right: 5px;
    position: relative;

}

.header-section5 {
    display: flex;
    justify-content: center;


}

/* sixth-section */

.header-section6 {
    display: flex;
    justify-content: space-evenly;
    padding: 5px;
    justify-items: center;
    box-shadow: 2px 2px 7px 7px rgb(249, 243, 243);
    width: 83%;
    margin: 70px 110px;
    border-radius: 20px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.new-item {
    justify-items: center;
}

.header-section6 .new-item p {
    color: rgba(27, 25, 25, 0.742);
}


/* seventh-section */
.header-section7 {
    justify-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    padding: 0px 240px;
    text-align: center;
}

.header-section8 {
    display: flex;
    justify-content: space-evenly;
    padding: 70px;



}

.header-area8 {
    width: 100%;
    padding: 50px;
}

.header-area-new {
    width: 100%;
    height: 100px;
    padding: 20px;


}

.my-form {
    display: flex;
    flex-direction: column;
    width: 400px;
    border-radius: 10px;


}

.header-area-new .my-form {
    font-size: 15px;
}

.header-area-new .my-form .border {
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0.304);
}

.header-area-new .my-form .button {
    margin-bottom: 10px;
    height: 20px;
    width: 80px;
    text-decoration: none;
    padding: 7px 5px;
    border-radius: 30px;
    color: aliceblue;
    text-transform: capitalize;
    background-image: linear-gradient(rgb(240, 151, 118), rgb(226, 112, 70));
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}


.header-section9 {
    background-color: black;
    color: aliceblue;
    padding: 40px;
}

.header-section9 footer {
    text-align: center;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header-section9 footer h1 span {
    color: orangered;
}