* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --heading-font: 'sans-serif', serif;
    --normal-font: "Montserrat", sans-serif;
    --designing-font: 'Times New Roman', Times, serif;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--normal-font);
    color: #fff;
    background-color: #000;

}

/* header  */

.header-section nav {
    background-color: #000;
}

.header-section .navbar-brand {
    font-family: var(--heading-font);
    font-weight: 900;
    font-size: 3rem;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.header-section .nav-link {
    border-bottom: 2px solid transparent;
    color: #fff;
}

.header-section .nav-link:hover {
    color: #ccc;
    border-color: #fff;
}

.header-section .navbar-brand:hover {
    color: #fff;
}


.header-section .navbar button {
    background-color: #fff;
    color: #fff;
    border: 3px solid #fff;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

#profile {
    margin-left: auto;
}

#profile a i {
    font-size: 2rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
}

/* collection  */
section{
    width:100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("./images/col_classique_complication.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: grid;
    place-items: center;
    text-align: center;
    background-attachment: fixed;

}

section h2{
    font-family: var(--heading-font);
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 5px #000;

}

section p{
    font-size: 1.5rem;
    color: #fff;
}

section button{
    background-color:transparent;
    color: #fff;
    border: 2px dashed #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
}

section button:hover{
    background-color: #fff;
    color: #000;
    transform: scale(1.1);
}


.section-2{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("./images/MASERATI_FW23_WEBSITE_BANNER_ADV_HP_3500X2351px.jpg@2x.png");
}

.section-3{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("./images/col_classique_2.jpg");
}

.section-4{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("./images/col_marine.jpg");
}

.section-4{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("./images/vlcsnap-2024-02-28-16h54m49s856.png");
}
.section-5{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("./images/col_heritage.jpg");
}

.section-6{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("./images/col_tradition.jpg");
}

/* footer  */
.footer-div{
    margin-top: 4rem;
    padding-top: 4rem;
    
}

.footer-div h5 {
    font-family: var(--normal-font);
    font-size: 1rem;
    font-weight: 800;
    color: #fff;

}

footer{
    border-top: 2px solid #fff;
}

.footer-div .headings {
    font-family: var(--designing-font);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;

}

.footer-div .nav-link {
    font-size: 14px;
    color: #ccc;
    font-weight: 600;
}

.footer-div .nav-link:hover {
    color: #deb887;
    text-shadow: 1px 1px 2px #ccc;

}

.footer-div p {
    font-size: 1rem;
    font-weight: 600;

}

.footer-div .socialandicons ul li a {
    margin-left: 1.5rem;

}

.footer-div .icons {
    color: #fff
}

.footer-div .icons:hover {
    color: burlywood;
    text-shadow: 1px 1px 2px #ccc;
}

@media only screen and (max-width:768px) {
    .header-section .navbar button {
       margin-right: 1rem;
   }

   .header-section .navbar-nav {
       align-items: center;
   }

   section h2{
    font-family: var(--heading-font);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
   }

section p{
    font-size: 0.5 rem;
    color: #fff;
}

}


@media only screen and (max-width:310px) {

   .header-section .navbar button {
       margin: auto;
   }

   .header-section .navbar-brand {
       font-size: 2rem;
   }

   .footer-div .socialandicons {
       font-size: 12px;
       color: #ccc;
       font-weight: 600;
       margin: 0;
       margin:auto;
   }

   section h2{
    font-family: var(--heading-font);
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
   }

    section p{
    font-size: 0.3 rem;
    color: #fff;
    }


}
