/*
 * Google fonts:
 *font-family: 'Montserrat', sans-serif;
 *font-family: 'Baloo Bhai', cursive;
 *font-family: 'Lobster', cursive;
 *font-family: 'Bree Serif', serif;
 *font-family: 'Roboto', sans-serif;
 *font-family: 'Anton', sans-serif;
*/

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

body {
    font-size: 1.2rem; 
    background-color: #e5e5e5;
}

/* ============================= SCROLLBAR =============================*/

/* scrollbar width */
::-webkit-scrollbar {
    width: 10px;
}

/* scrollbar track */
::-webkit-scrollbar-track {
    background: white;
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: crimson;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: lightcoral; 
}

/* ============================== HEADER ============================== */

nav {
    background-color: #232f3f;
}

.nav-item > a {
    color: #fff;
    transition: color 0.5s;
}

.nav-item > a:hover {
    color: #48acf0;
}

button:focus {
    outline: none;
}

#carouselContainer1 {
    transform: translate(0px, 75px);
}

/* ============================== SERVICES ============================== */

#services {
    padding-top: 20vh;
    min-height: 90vh;
}

#services > .row {
    margin: 80px 0px
}

#services > .row h2 {
    font-family: 'Lobster', cursive; padding-top: 10px; color: maroon;
}

#services > .row p {
    font-family: 'Montserrat', sans-serif; margin-bottom: 50px;
}

/* ======================= CAROUSEL PRODUCT SLIDER ======================= */

.carouselProductSlider {
    background-color: #fff; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.carouselProductHeading {
    font-family: 'Roboto', sans-serif; 
    font-size: 2rem; 
    font-weight: bolder;
}

.carouselProductSlider img {
    height: 200px;
    width: 140px;
}

.carouselProductSlider .card {
    padding: 0;
}

.carouselProductSlider .card-footer span {
    text-decoration: line-through;
}

.carouselProductSlider .row > div:hover {
    filter: brightness(90%);
    transition: 0.2s;
}

hr {
    margin-bottom: 5px;
}

.carouselProductSlider .row div > p {
    padding: 0;
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-size: 1rem;
    text-align: center;
}

/* ============================= CATEGORIES ============================= */

#categories > .container-fluid {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: 40px !important;
}

#categories .row {
    margin: 0 0;
}

#categories .card:hover {
    transition: 0.2s;
    filter: brightness(90%);
}

.containerRowHeading {
    font-family: 'Roboto', sans-serif; 
    font-size: 2rem; 
    font-weight: bolder; 
    margin-bottom: 0px;
}

#categories img {
    padding-top: 5px;
}

#categories .card {
    padding: 0;
}

#categories .card-footer > p {
    font-size: 1rem;
}

#categories span {
    text-decoration: line-through;
}

/* ============================= CONTACT ME ============================= */

#contactMe {
    min-height: 100vh;
    padding-top: 15vh;
}

#contactMe figure > img {
    height: 300px;
    width: 300px;
    object-fit: cover;
}

.fab.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

#contactMe i {
    font-size: 42px;
    padding: 0 26px;
}

/* =============================== FOOTER =============================== */

footer .firstRow {
    background-color: #37475a;
}

footer .firstRow:hover {
    background-color: #47576a;
    text-decoration: none;
}

footer .secondRow {
    padding-top: 40px;
}

footer .secondRow .container-fluid {
    padding-top: 0px;
}

footer hr {
    background-color: #47576a;
    width: 100%;
}

footer .secondRow ul {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
    list-style-type: none;
}

footer .secondRow ul li {
    font-size: 15px;
    font-weight: 200;
}

footer .secondRow ul li:hover {
    color: #48acf0;
    transition: 0.2s;
    cursor: pointer;
}

/* =============================== GENERAL =============================== */

.carousel-control-prev-icon , .carousel-control-next-icon {
    background-color: black; 
    border: 0.6em solid black; 
    padding: 0.6em; 
    border-radius: 50%;
}

.card-footer {
    background-color: #e9e9e9;
}

.card-footer p {
    padding: 0;
    margin: 0;
}

.card-footer > a {
    padding: 0;
    background-color: gold;
    color: black;
    font-weight: bolder;
}

.mainHeading {
    text-align: center;
    font-family: 'Bree Serif', serif; 
    text-decoration: underline;
    font-size: 4rem;
}

/* =================================================================== */
/*                            MEDIA QUERIES                            */
/* =================================================================== */

/* for mobile, logo, font-size must be small */
@media(max-width: 450px) {

    /* ====================== @ HEADER ====================== */
    #page-header .navbar-brand i {
        font-size: 32px !important;
    }

    #carouselContainer1 {
        transform: translate(0px, 60px);
    }

    #page-header .carousel-control-prev-icon , #page-header .carousel-control-next-icon {
        border: 0.3em solid black; 
        padding: 0.3em;
    }

    .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-left: 10px;
        transform: translateY(10px);
    }

    /* ====================== @ SERVICES ======================*/
    #services > h2 {
        font-size: 30px;
    }

    /* ============== @ CAROUSEL PRODUCT SLIDER ============== */
    .carouselProductHeading {
        font-size: 22px;
    }

    /* ==================== @ CATEGORIES ==================== */
    #categories > .container-fluid {
        margin-top: 30px !important;
    }

    #categories .containerRowHeading {
        font-size: 26px;
    }

    /* ==================== @ CONTACT ME ==================== */
    #contactMe figure > img {
        height: 250px;
        width: 250px;
    }

    #contactMe i {
        font-size: 34px;
        padding: 0 16px;
    }

    /* ====================== @ FOOTER ====================== */
    .firstRow p {
        font-size: 12px !important;
        padding: 10px !important;
    }

    footer .secondRow ul {
        font-size: 16px;
    }

    footer .secondRow ul > li {
        font-size: 14px;
    }

    /* ====================== @ COMMON ====================== */
    .mainHeading {
        font-size: 48px;
    }
}