body
{
    margin:0px
}

header h2
{
    color: white;
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
}
hero-section img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1649px;
    height: 1000px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
}

.hero-section
{
    background-color: black;
}

.center-text 
{
    position: absolute;
    font-family: "Nunito Sans", sans-serif;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    font-weight: 400;
    font-style: italic;
    color: white;
}

header ul 
{
    list-style-type: none;
    justify-self: center;
}

header ul li
{
    display: inline-block;
}

header ul li a
{
    display: block;
    padding: 8px;
    text-decoration: none;
    color: white;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
}

header ul li a:hover
{
    display: block;
    padding: 8px;
    text-decoration: none;
    color: white;
    font-family: "Nunito Sans", sans-serif;
    font-size: 21px;
    text-decoration: underline;
    transition: 0.5s;
}

header
{
    display: flex;
    justify-content: space-between;
    background-color: black;
    padding-left: 50px;     
    padding-right: 50px;
    padding-bottom: 40px;
    padding-top: 10px;
}

header a
{
    text-decoration: none;
}

.collection h1
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 70px;
    text-align: center;
    font-weight:400;
    padding-top: 100px;
}

.image1 
{
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
    height: 700px;
    border-radius: 40px;
}

.image2 
{
    margin-left: -60px;
    margin-right: auto;
    height: 700px;
    width: 400px;
    border-radius: 40px;
}

.gallery1
{
    justify-content: center;
    display: flex;
}

.image3 
{
    margin-left: auto;
    margin-right: auto;
    height: 700px;
    width: 400px;
    border-radius: 40px;
}

.image4 
{
    margin-left: -60px;
    margin-right: auto;
    width: 1050px;
    height: 700px;
    border-radius: 40px;
}

.gallery2
{
    justify-content: center;
    display: flex;
    margin-top: 20px;
}

.image5 
{
    margin-left: auto;
    margin-right: auto;
    width: 1500px;
    height: 700px;
    border-radius: 40px;
}

.gallery3
{
    justify-content: center;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.image6, .image7, .image8, .image9, .image10, .image11
{
    height: 840px;
    width: 460px;
    border-radius: 40px;
}

.gallery4
{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.gallery5
{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.gallery6
{
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

.gallery7
{
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

footer{
    background-color: #111;
}
.footerContainer{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.socialIcons
{
    justify-content: center;
    padding-top: 40px;
    padding-right: 50px;
}
.socialIcons a{
    text-decoration: none;
    padding:  10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}
.socialIcons a i{
    font-size: 1em;
    color: black;
    opacity: 0,9;
}
/* Hover affect on social media icon */
.socialIcons a:hover
{
    background-color: #111;
    transition: 0.5s;
}

.socialIcons a:hover i
{
    color: white;
    transition: 0.5s;
}

.footerBottom
{
    background-color: #000;
    padding: 20px;
    text-align: center;
}

.footerBottom p
{
    color: white;
}

.designer
{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.footerContainer h2
{
    color: white;
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    padding-left: 50px;
}

.footerContainer a
{
    text-decoration: none;
}


/*About section*/

.about-intro h1
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 70px;
    font-weight:400;
    padding-top: 100px;
}

.about-intro h2
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.about-text
{
    display: inline-flex;
    gap: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: rgb(252, 244, 234);
}

.about-text img
{
    height: 800px;
    width: 700px;
    border-radius: 40px;
}

/*Contact form*/
.contact-text h1
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 70px;
    text-align: center;
    font-weight:400;
}

.contact-text h2
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight:300;
    width: 600px;
    justify-self: center;
}

.contact-body
{
    background-color: rgb(252, 244, 234);;
}

.contact-form
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    display: grid;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 40px;
    font-weight: 300;
}

input[type=text], select, textarea
{
    width: 400px; 
    height: 50px;
    padding: 12px; 
    border: 0.8px solid black; 
    border-radius: 20px;
    box-sizing: border-box; 
    margin-top: 6px;
    margin-bottom: 16px;
    background-color: rgb(252, 244, 234);;
}

.name-group, .email-group, .message-group
{
    display: grid;
}

button
{
    background-color: #1b3b5e;
    color: white;
    border: 0.8px solid black;
    border-radius: 50px;
    cursor: pointer;
    width: 100px;
    height: 50px;
}

button h1
{
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    font-weight:400;
}

button:hover
{
    opacity: 0.8;
    transition: 0.5s;
}

input[type=text]:hover, select:hover, textarea:hover
{
    border: 2px solid rgb(0, 0, 0);
    transition: 0.1s;
}