*{
    margin: 0;
    padding: 0;
}

body{
    min-height: 100vh;
}


/* MENU PAGE CSS STARTING */

/* HEADER CODING STARTING */

header{
    width: 100%;
    height: 100px;
    background-color: black;
    padding: 1px;
}

.h1{
    min-height: 50px;
    width: 50%;
    background-color: transparent;
    text-align: center;
    justify-self: center;
    margin-top: 1.5%;
    color: #f5c32c;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
}

@media (max-width:780px){
    .h1{
        justify-self: center;
    }
}

@media (max-width:480px){
    .h1{
        justify-self: center;
        font-size: 20px;
        align-items: center;
        text-align: center;
        margin-top: 5%;
    }
    header{
        width: 100%;
    }
}

/* HEADER CODING ENDING */

/* SECTION A STARTING */

.sec-a{
    min-height: 400px;
    min-width: 100%;
    background-color: whitesmoke;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.a1{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.a1-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img16.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.a1-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.a1-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

.a2{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.a2-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img21.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.a2-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.a2-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

.a3{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.a3-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img17.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.a3-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.a3-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

@media (max-width:480px){
    .sec-a{
        display: block;
    }
    .a1{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .a1-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
    .a2{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .a2-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
    .a3{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .a3-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
}

/* SECTION A ENDING */

/* SECTION B STARTING */

.sec-b{
    min-height: 400px;
    min-width: 100%;
    background-color: whitesmoke;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.b1{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.b1-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img18.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.b1-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.b1-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

.b2{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.b2-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img19.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.b2-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.b2-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

.b3{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.b3-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img20.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.b3-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.b3-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

@media (max-width:480px){
    .sec-b{
        display: block;
    }
    .b1{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .b1-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
    .b2{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .b2-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
    .b3{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .b3-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
}

/* SECTION B ENDING */

/* SECTION C STARTING */

.sec-c{
    min-height: 400px;
    min-width: 100%;
    background-color: whitesmoke;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.c1{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.c1-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img22.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.c1-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.c1-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

.c2{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.c2-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img23.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.c2-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.c2-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

.c3{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.c3-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img24.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.c3-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.c3-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

@media (max-width:480px){
    .sec-c{
        display: block;
    }
    .c1{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .c1-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
    .c2{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .c2-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
    .c3{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .c3-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
}

/* STARTING C ENDING */

/* STARTING D SECTION */

.sec-d{
    min-height: 400px;
    min-width: 100%;
    background-color: whitesmoke;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.d1{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.d1-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img25.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.d1-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.d1-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

.d2{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.d2-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img28.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.d2-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.d2-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

.d3{
    height: 300px;
    width: 30%;
    background-color: whitesmoke;
    border-radius: 50px;
}

.d3-1{
    height: 80%;
    width: 100%;
    background-color: whitesmoke;
    background-image: url(img27.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.d3-1:hover{
    transition: 0.8s ease;
    transform: scale(1.05);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.d3-2{
    height: 20%;
    width: 100%;
    background-color: black;
    text-align: center;
    color: #f5c32c;
    border-radius: 50px;
}

@media (max-width:480px){
    .sec-d{
        display: block;
    }
    .d1{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .d1-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
    .d2{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .d2-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
    .d3{
        width: 100%;
        height: 300px;
        padding: 1px;
    }
    .d3-1{
        height: 60%;
        width: 100%;
        margin-top: 8%;
    }
}

/* SECTION D ENDING */

/* FOOTER CODING STARTING */

footer{
    width: 100%;
    height: 100px;
    background-color: black;
    padding: 1px;
}

.h1{
    min-height: 50px;
    width: 50%;
    background-color: transparent;
    text-align: center;
    justify-self: center;
    margin-top: 1.5%;
    color: #f5c32c;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
}

.h1 a{
    text-decoration: none;
    color: #f5c32c;
    font-family: 'Playfair Display', serif;
}

@media (max-width:780px){
    .h1{
        justify-self: center;
    }
}

@media (max-width:480px){
    .h1{
        justify-self: center;
        font-size: 20px;
        align-items: center;
        text-align: center;
        margin-top: 5%;
    }
    footer{
        width: 100%;
    }
}

/* FOOTER CODING CLOSING */

/* MENU PAGE CSS ENDING */