﻿/* Overwrite boostrap */

body {
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #2d2d2d;
    background-color: #ffffff;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

input {
    height: 3.4rem;
}
    /* Chrome, Safari, Edge, Opera */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }


/* End Of Overwrite boostrap */


/* Global Styles */


/* Headings */
.hdg-1 {
    color: #000000;
    font-family: 'Anton', sans-serif;
    font-size: 8.125rem;
    font-weight: 900;
    line-height: 8rem;
}

@media (max-width: 1271px) {
    .hdg-1 {
        font-size: 5rem;
    }
}

@media (max-width: 991.98px) {
    .hdg-1 {
        font-size: 4.5rem;
    }
}

@media (max-width: 575.98px) {
    .hdg-1 {
        font-size: 4rem;
    }
}

.hdg-2 {
    color: #000000;
    font-family: 'Anton', sans-serif;
    font-size: 2.3rem;
    font-weight: 400;
}

/*applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .hdg-2 {
        font-size: 2rem;
    }
}

/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hdg-2 {
        font-size: 1.8rem;
    }
}


/*applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .hdg-2 {
        font-size: 1.5rem;
    }
}







.hdg-3 {
    color: #ffffff;
    font-family: "Bebas Neue";
    font-size: 2.5rem;
    font-weight: 400;
}


/*applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .hdg-3 {
        font-size: 2rem;
    }
}

/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hdg-3 {
        font-size: 1.6rem;
    }
}

/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .hdg-3 {
        font-size: 1.5rem;
    }
}

.hdg-4 {
    color: #000000;
    font-weight: 100;
    font-size: 1.3rem;
}


.hdg-5 {
    color: #000000;
    font-weight: 100;
    font-size: 1.25rem;
}

.hdg-6 {
    color: #000000;
    font-family: "Bebas Neue";
    font-size: 1.5rem;
    font-weight: 400;
}

.hdg-7 {
    color: #000000;
    font-family: "Bebas Neue";
    font-size: 2rem;
    font-weight: 500;
}


/*applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .hdg-7 {
        font-size: 1.8rem;
    }
}

/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hdg-7 {
        font-size: 1.5rem;
    }
}


/*applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .hdg-7 {
        font-size: 1.3rem;
    }
}

.hdg-8 {
    color: #000000;
    font-family: "Bebas Neue";
    font-size: 3.5rem;
    font-weight: 500;
}

.hdg-9 {
    color: #000000;
    font-weight: 100;
    font-size: 1rem;
}


/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hdg-9 {
        font-size: .9rem;
    }
}


/*applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .hdg-9 {
        font-size: .8rem;
    }
}

.hdg-10 {
    color: #ffffff;
    font-family: 'Anton', sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
}

/* applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .hdg-10 {
        font-size: 2.5rem;
    }
}


/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hdg-10 {
        font-size: 2.3rem;
    }
}

/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hdg-10 {
        font-size: 1.5rem;
    }
}

.hdg-11 {
    color: #ffffff;
    font-weight: 300;
    font-size: 1rem;
}

/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hdg-11 {
        font-size: .9rem;
    }
}


/*applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .hdg-11 {
        font-size: .8rem;
    }
}

.hdg-12 {
    color: #000000;
    font-weight: 700;
    font-size: 1.2rem;
}

/*applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .hdg-12 {
        font-size: 1rem;
    }
}

/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hdg-12 {
        font-size: .9rem;
    }
}


/*applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .hdg-12 {
        font-size: .8rem;
    }
}

.hdg-13 {
    color: #000000;
    font-weight: 700;
    font-size: 0.7rem;
}

.hdg-14 {
    color: #000000;
    font-weight: 300;
    font-size: 1rem;
}


/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hdg-14 {
        font-size: .9rem;
    }
}


/*applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .hdg-14 {
        font-size: .8rem;
    }
}


/* End of Headings */

/* Colors */
.text-color-1 {
    color: #ffffff !important;
}

.text-color-2 {
    color: #000000 !important;
}

.text-color-3 {
    color: #fd7f2f !important;
}

.text-color-4 {
    color: #585251 !important;
}

.text-color-5 {
    color: #E71D36 !important;
}


/* Background Colors */
.bg-color-1 {
    background-color: #2d2d2d !important;
}

.bg-color-2 {
    background-color: #ffffff !important;
}




/* Buttons */

.btn-1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-family: "Bebas Neue";
    font-weight: 400;
    letter-spacing: 2.6px;
    border-radius: unset;
    background-color: #003049;
    border: solid 1px white;
    padding: 1rem, 0.5rem;
}



    .btn-1 .icon-set {
        font-size: 2.2rem;
        letter-spacing: -5px;
    }

    .btn-1:hover {
        color: #003049;
        background-color: #ffffff;
        border: solid 1px #003049;
    }

/*applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .btn-1 {
        font-size: 2rem;
    }


        .btn-1 .icon-set {
            font-size: 2rem;
        }
}

/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .btn-1 {
        font-size: 1.8rem;
    }


        .btn-1 .icon-set {
            font-size: 1.8rem;
            letter-spacing: -6px;
        }
}

/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .btn-1 {
        font-size: 1.5rem;
    }


        .btn-1 .icon-set {
            font-size: 1.5rem;
            letter-spacing: -7px;
        }
}




/*applies to x-small devices (portrait phones, less than 576px)*/
/*@media (max-width: 575.98px) {
    ...
}*/

.btn.btn-2 {
    color: #003049;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: unset;
    background-color: #ffffff;
    padding: 1rem, 0.5rem;
}



.btn.btn-2:hover {
    color: #fd7f2f;
}



/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .btn.btn-2 {
        font-size: 0.8rem;
    }


    .btn.btn-2 .icon-set {
        font-size: 0.8rem;
        letter-spacing: -7px;
    }
}


.btn-3 {
    color: #ffffff;
    font-size: 2rem;
    font-family: "Bebas Neue";
    font-weight: 400;
    border-radius: unset;
    background-color: #003049;
    padding: 1rem, 0.5rem;
}
    /* Inside the botton property */

    .btn-3 .icon-set {
        letter-spacing: -3px;
    }

    .btn-3:hover {
        border: solid 1px black;
    }

/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .btn-3 {
        font-size: 1.8rem;
    }


        .btn-3 .icon-set {
            font-size: 1.8rem;
            letter-spacing: -7px;
        }
}


/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .btn-3 {
        font-size: 1.5rem;
    }


        .btn-3 .icon-set {
            font-size: 1.5rem;
            letter-spacing: -7px;
        }
}

.btn-4 {
    color: #000000;
    font-size: 2rem;
    font-family: "Bebas Neue";
    font-weight: 400;
    border-radius: unset;
    background-color: #ffffff;
    border: solid 1px #000000;
}
    /* Inside the botton property */

    .btn-4 .icon-set {
        letter-spacing: -3px;
    }

    .btn-4:hover {
        color: #ffffff;
        background-color: #000000;
    }

/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .btn-4 {
        font-size: 1.7rem;
    }


        .btn-4 .icon-set {
            font-size: 1.7rem;
            letter-spacing: -7px;
        }
}


/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .btn-4 {
        font-size: 1.5rem;
    }


        .btn-4 .icon-set {
            font-size: 1.5rem;
            letter-spacing: -7px;
        }
}


.btn-5 {
    color: #000000;
    font-size: 2rem;
    font-family: "Bebas Neue";
    font-weight: 400;
    border-radius: unset;
    background-color: #ffffff;
    border: solid 1px #b7b7b7;
    padding: 1rem, 0.5rem;
}
    /* Inside the botton property */

    .btn-5 .icon-set {
        letter-spacing: -3px;
    }

    .btn-5:hover {
        border: solid 1px #000000;
    }
/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .btn-5 {
        font-size: 1.5rem;
    }


        .btn-5 .icon-set {
            font-size: 1.5rem;
            letter-spacing: -7px;
        }
}


.btn-6 {
    color: #000000;
    font-size: 2rem;
    font-family: "Bebas Neue";
    font-weight: 400;
    border-radius: unset;
    background-color: #ffffff;
    height: 100%;
    width: 100%
}
    /* Inside the botton property */

    .btn-6 .icon-set {
        letter-spacing: -3px;
    }

    .btn-6:hover {
        color: #fd7f2f;
    }




.more-btn {
    right: 2.5rem;
    width: 7rem;
    border-radius: unset;
}
    /* Inside the botton property */

    .more-btn .icon-set {
        font-size: 1rem;
        letter-spacing: -3px;
    }

/* Hyperlinks */

.hlink-1:link, .hlink-1:visited {
    color: #fd7f2f;
    text-decoration: none;
    background-color: transparent;
}

.hlink-1:hover, hlink-1:active {
    color: #003049;
    text-decoration: none;
    background-color: transparent;
}


.hlink-2:link, .hlink-2:visited {
    color: #fd7f2f;
    text-decoration: none;
    background-color: transparent;
}

.hlink-2:hover, hlink-2:active {
    color: #003049;
    text-decoration: none;
    background-color: transparent;
}











/* Margin */

.mt-7 {
    margin-top: 4rem;
}

.mt-9 {
    margin-top: 5rem;
}


.mt-12 {
    margin-top: 7rem;
}


.mb-7 {
    margin-bottom: 4.3rem;
}


/*.mt-10{
    margin-top:5.5rem;
}*/

mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}



/*Padding*/

.pt-10 {
    padding-top: 5.5rem;
}

.pt-16 {
    padding-top: 9rem;
}

/* aapplies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .pt-16 {
        padding-top: 7rem;
    }
}


.ps-13 {
    padding-left: 7rem;
}

.px-14 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.py-14 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .px-14 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}


/*  applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .px-14 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}


.px-38 {
    padding-left: 15rem;
    padding-right: 15rem;
}



@media (max-width: 1600px) {
    .px-38 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
}

/*applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    .px-38 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}


/*applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .px-38 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}


/* applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .px-38 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}


/*applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .px-38 {
        padding-left: 3rem;
        padding-right: 3rem;
    }


        .btn-4 .icon-set {
            font-size: 1.7rem;
            letter-spacing: -7px;
        }
}


/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .px-38 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}



/* Item Styles */

.item-category-text {
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}

.item-type-text {
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}


.item-name-text-1 {
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}

.item-name-text-2 {
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}

.item-name-text-3 {
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}


.item-price-text {
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}

.item-mrp-text {
    display: inline-block;
    color: #808080;
}

.item-discount-text {
    color: #ff0000;
    display: inline-block;
}



/* End Of Global Styles   */





/* Sections  */

/* Section - Main Navigation  */

#main-nav {
    height: 4rem;
}

    #main-nav .logo {
        color: rgba(255,255,255);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        font-family: "Unica One";
        font-size: 3rem;
        letter-spacing: -0.4rem;
        margin-bottom: 0px;
    }


    #main-nav .nav-link-icon {
        height: 23px;
    }







/* Footer Section */


/* Logos */
footer .logo {
    color: #2D2D2D;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "Unica One";
    font-size: 4rem;
    letter-spacing: -0.4rem;
    margin-bottom: 0px;
}


footer .footer-location-logo {
    height: 30px;
}


/* Media icons */
footer .media-icon {
    height: 40px;
}


/* Footer Hyperlink Texts */

.hyperlink-text {
    font-size: 1rem;
    line-height: 15px;
}

    .hyperlink-text:hover {
        color: #fd7f2f;
    }

/* Copyright Text*/
.copyright-text {
    padding-top: 5.5rem;
}

/* Apply styles starting from medium devices and up to extra large devices */
@media (max-width: 767.8px) {


    .copyright-text {
        padding-top: 15px;
    }
}



/* Card */

.card-icon {
    height: 2rem;
    width: 2rem;
}

/* applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .card-icon {
        height: 1.5rem;
        width: 1.5rem;
    }
}

/* applies to medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .card-icon {
        height: 1.7rem;
        width: 1.7rem;
    }
}

/* End Of Sections  */


