* {
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    height: 13vh;
    background-color: white;
    box-shadow: 10px 10px 10px gray;
    display: flex;
    align-items: center;
    justify-content: space-between;




}

.navlinks {

    display: flex;


}

.navlinks li {
    list-style: none;
}

.navlinks li a {
    font-size: 23px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
    padding: 20px;
    margin-left: 3rem;
    color: darkblue;


}

.navlinks li a:hover {
    color: white;
    background-color: darkblue;
    border-radius: 35px;
}

.logo {
    font-size: 2rem;
    padding: 80px;
    color: darkblue;
    font-family: "Allison", cursive;

}



header {
    width: 100%;
    height: calc(100vh - 13vh);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: auto;


}

.header-heading {
    font-size: 70px;
    color: blueviolet;
    font-family:  "Allison", cursive;
    ;
}

.product-name {
    font-size: 40px;
    color: blueviolet;
    font-family:  "Allison", cursive;
    ;
}

.header-price {
    font-size: 30px;
    margin: 1rem 0;
    color: darkblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.first-btn,
.sec-btn {
    font-size: 20px;
    border: none;
    padding: 15px 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.first-btn:hover {

    background-color: lightgray;
}

.sec-btn {
    background-color: darkblue;
    color: white;
}

.first-btn:hover {
    transform: scale(1.1);
    cursor: pointer;
}


.line {
    background-color: black;
    width: 30px;
    height: 4px;
    margin: 5px;
}

.hamburger {
    cursor: pointer;
    display: none;
}

/* section two */

.section-two {
    display: flex;
    align-items: center;
}



.section-two-container {
    width: 100%;
    height: 50vh;
    background: #ffa07a;
    transform: skewY(-6deg);
}

.setion-inner-container {
    transform: skewY(6deg);
    width: 80%;
}

.section-two-container,
.setion-inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-two-heading {
    color: rgba(232, 31, 28, 0.892);
   
    font-size: 60px;
}

.section-two-paragrah {
    font-size: 20px;
    max-width: 80%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.section-two-price {
    font-size: 25px;
    margin: 20px 0;
}

.section-two-btn{
    padding: 10px 20px;
    margin-right: 30px;
    border: 1px solid;
    background-color: transparent;
    font-size: 20px;
    border-radius: 40px;
}
.section-two-btn:hover{
    background-color: coral;
    cursor: pointer;
}
/* ------section three----- */


.section-heading {
    padding-top: 200px;
    font-size: 50px;
    text-align: center;
    font-family:  "Allison", cursive;
    ;
    color: rgb(231, 176, 14);
}

.card-container {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3rem;
}
.card-image{
    width: 20rem;
}
.card{
   
    background-color: lightgray;
    padding: 30px;
}

.section-three-price {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 25px;

}

.headingh2 {
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}

.btn-discover {
    font-size: large;
    padding: 10px 15px;
    background-color: darkblue;
    border: none;
    color: white;
}

/* ------- section four------ */

/* .section-four-section{
    display: flex;
    align-items: center;
} */
.section-four-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url("./images/watch.jpg");
    background-position: center;
    width: 100%;
    height: 60vh;
    padding-bottom: 200px;

}

.section-four-offer {
    font-size: 80px;
    color: lightsalmon;
    font-family: "Allison", cursive;
    text-transform: uppercase;
}

.section-four-heading {
    font-size: 70px;
    color: white;
    font-family: "Allison", cursive;
   
}

.section-four-btn {
    font-size: 26px;
    padding: 10px 15px;
    background-color: lightsalmon;
    border: none;
    margin: 20px;
    border-radius: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* ----- section five----- */
.grid-card-container {

    width: 100%;
    height: 80vh;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 1.2rem;
}

.grid-card {
    background-color: lightgray;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.grid-card:nth-child(1) {
    grid-row: 1/4;
    background-image: url(./images/geneve\ watch.jpg);


}

.grid-card:nth-child(2) {

    background-image: url(./images/fitron\ watch.jpg);

}

.grid-card:nth-child(3) {
    grid-row: 1/3;
    background-image: url("./images/fitron\ watch.jpg");

}


.grid-card:nth-child(4) {
    grid-row: 3/4;
    background-image: url("./images/omega\ watch\ \(1\).jpg");

}

.grid-card:nth-child(5) {
    background-image: url("./images/tissot\ watch.jpg");

}

.grid-card:nth-child(6) {
    background-image: url(./images/omega\ blue.png);

}

/* 
----- foooter----- */

footer {
    background-color: rgb(39, 38, 38);
    height: 20vh;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}


/* Media Qureeis */


@media(max-width:500px) {

    /* ------section one------ */

    .image-container {
        display: none;
    }

    .navlinks {
        flex-direction: column;
        position: absolute;
        top: 0;
        background-color: rgb(194, 191, 191);
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        right: 100%;
        z-index: 2;
        gap: 50px;
        transition: 0.8s ease ;
    }

    .navlinks-active {
        right: 0;
    }


    .navlinks li a {
        font-size: 1.3rem;
        margin-left: 0;

    }

    .hamburger {
        display: block;
        z-index: 5;
    }

    .logo {
        z-index: 5;
    }


    /* ---------section two-------- */

    .image2 {
        display: none;
    }
    .section-two-heading{
        font-size: 50px ;
    }
    .section-two-paragrah{
        font-size: 17px;
    }
}