/* Minification failed. Returning unminified contents.
(214,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(215,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
* {
    margin: 0;
    padding: 0;
}
body {
    color: #686868;
    font-size: 80%;
    font-family: gotham-book, serif;
}

/* Fonts import*/
@font-face {
    src: url("../../Fonts/cocogoose_trial.otf");
    font-family: cocogoose;
}

@font-face {
    src: url("../../fonts/cocogoose-ultralight.ttf");
    font-family: cocogoose-ultralight;
}

@font-face {
    src: url("../../fonts/orbitron-black.otf");
    font-family: orbitron-black;
}

@font-face {
    src: url("../../fonts/orbitron-bold.otf");
    font-family: orbitron-bold;
}

@font-face {
    src: url("../../fonts/orbitron-light.otf");
    font-family: orbitron-light;
}

@font-face {
    src: url("../../fonts/orbitron-medium.otf");
    font-family: orbitron-medium;
}
@font-face {
    src: url("../../fonts/orbitron-medium.otf");
    font-family: orbitron;
}

@font-face {
    src: url("../../fonts/Robot Go.ttf");
    font-family: robot-go;
}

@font-face {
    src: url("../../fonts/GothamBook.ttf");
    font-family: gotham-book;
}

@font-face {
    src: url("../../fonts/GothamBold.ttf");
    font-family: gotham-bold;
}

@font-face {
    src: url("../../fonts/GothamMedium.ttf");
    font-family: gotham-medium;
}

/* Font Class */
.font-cocogoose-light {
    font-family: cocogoose, serif;
    font-weight: lighter;
}

.font-cocogoose-ultralight {
    font-family: cocogoose-ultralight, serif;
}

.font-orbitron-black {
    font-family: orbitron-black, serif;
}

.font-orbitron-bold {
    font-family: orbitron-bold, serif;
}

.font-orbitron-light {
    font-family: orbitron-light, serif;
}

.font-orbitron-medium {
    font-family: orbitron-medium, serif;
}

.font-gotham-book {
    font-family: gotham-book, serif;
}

/* Font Size */
.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-60 {
    font-size: 60px;
}


/* Margin  */
.mt-100 {
    margin-top: 100px;
}

.m-100 {
    margin: 100px;
}

.mb-90px {
    margin-bottom: 90px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}


/* Padding */
.pt-5p {
    padding-top: 5%;
}


/* Color */
.bg-gray {
    background-color: #D3D3D3E7;
}


/* Card Image Size */
.card-image-size {
    width: 100px;
}


/* Section Common Css */
.section-area {
    margin: 50px 100px 0 100px;
}


/* Button Font */
button {
    font-family: cocogoose-ultralight, serif;
    border-radius: 10px !important;
}


/* Cursor pointer*/
i {
    cursor: pointer;
}


/* Navbar */
.navbar{
    padding: 0;
}
.navbar-logo {
    width: 190px;
}

.nav-link {
    color: black !important;
    margin: 15px;
    font-size: 15px;
    font-family: cocogoose, serif;
    font-weight: 300;
}

.nav-item {
    border-left: 1px solid #D3D3D3D3;
    border-bottom: 5px solid white;
}

.border-for-end {
    border-right: 1px solid #D3D3D3D3;
}

.nav-item:hover .nav-link {
    color: red !important;
    transition: .2s;
}

.nav-item:hover {
    border-bottom: 5px solid red;
    transition: .2s;
}
#navbarNavDropdown .dropdown-item{
	white-space: normal;
}
.container-fluid {
    padding: 0;
}
.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

/*popup starts*/
.myPopUp .modal-content {
    background-color: #F14521;
}
.popUp {
    color: #fff;
    font-family: GothamMedium;
}

    .popUp .left {
        padding: 20px;
    }

        .popUp .left .btn-success {
            display: block;
            padding: 10px;
            margin: 10px 5px;
            background-color: #F14521;
            border-color: #fff;
            text-transform: uppercase;
            border: 3px solid;
        }


    .popUp h1 {
        font-family: GothamBold;
        font-size: 30px;
    }

    .popUp .right {
        height: 100%;
        width: auto;
    }

        .popUp .right img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }
    
/*popup ends*/
/* Side Menubar */
.right-tool-tip {
    color: #b0adac;
    background: transparent;
    width: 35px;
    height: fit-content;
    line-height: 0;
    /*border-top: 2px solid #FF0000FF;
    border-left: 2px solid #FF0000FF;
    border-bottom: 2px solid #FF0000FF;*/
    padding: 0px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
}

    .right-tool-tip > .tool-tip-item {
        position: relative;
        left: 0;
        width: 115px;
        height: 35px;
        /*border: 2px solid #FF0000FF;*/
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        color: #fff;
        margin-top: 0px;
        transition: .5s;
        cursor: pointer;
        padding: 0 2px;
    }

        .right-tool-tip > .tool-tip-item:hover {
            left: -80px;
            transition: .5s;
            background-color: #31ac77;
        }

        .right-tool-tip > .tool-tip-item > a {
            color: #fff;
            text-decoration: unset;
            display: block;
            padding-top: 4px;
        }

            .right-tool-tip > .tool-tip-item > a > .title {
                display: inline;
                padding: 15px 0;
                position: absolute;
            }

            .right-tool-tip > .tool-tip-item > a > .icon-context {
                display: inline-block;
                width: 30px;
                text-align: center;
            }

                .right-tool-tip > .tool-tip-item > a > .icon-context > i {
                    font-size: 18px;
                    padding: 5px 0;
                }

                .right-tool-tip > .tool-tip-item > a > .icon-context > img {
                    height: 22px;
                    margin-top: 4px;
                }

/* Contact info section */
.contact-field {
    background: linear-gradient(45deg, #950307, #cd1217);
}

.contact-field .form-control {
    color: white;
    background-color: transparent !important;
    border: 2px solid #ffffff;
}

.contact-field .input-group-text {
    height: fit-content;
    background-color: transparent !important;
    color: #97a2b4;
    font-family: "Calibri Light", serif;
    font-weight: 500;
    border: 2px solid #ffffff;
}

.contact-field label {
    color: #ffffff;
    font-family: orbitron-light, serif;
}

.contact-field .form-control::placeholder {
    color: #ffffff;
}

.contact-info-send {
    color: #ffffff;
    background-color: #6b2d4b;
    padding: 8px;
    font-size: 25px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.contact-field button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    background-color: transparent;
    border: 2px solid white;
    padding: 5px;
    border-radius: 5px;
    /*color: #fff;*/
}

    .contact-field button, input::placeholder, optgroup, select, textarea::placeholder {
        color: white;
    }

.contact-field button {
    background-color: transparent;
    width: 10%;
    border: none;
}

.field-validation-error {
    color: black !important;
}


textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}
h2.carByBrand {
    font-size: 300% !important;
}
/* Footer */
footer p a {
    /*font-family: cocogoose-ultralight, serif;*/
}

footer h3 {
    font-family: orbitron-medium, serif;
}
footer .list-group a:hover {
    color: #ed1c24 !important;
}
.footerSocial a i {
    font-size: 130%;
}
.footerSocial a i:hover {
    font-size: 150%;
}
.bottom-area p {
    font-family: gotham-medium, serif;
}


.bottom-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    display: none;
    z-index: 100;
}
    .bottom-tab table {
        margin: 0px;
    }
        .bottom-tab table td {
        width: 25%;
        height: 30px;
        background-color: #fff;
        border: 1px solid #ddd;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        box-shadow: 0 -2px 2px rgba(8,45,88,.1);
        background-image: linear-gradient(to top,rgba(255,255,255,1),#f2f2f2);
        cursor: pointer;
    }
        .bottom-tab table td a {
            text-decoration: none;
            color: unset;
            display: block;
            padding: 3px 0;
        }
        .bottom-tab table td i {
            font-size: 12px;
            display: block;
            color: #ea0000;
        }
        .bottom-tab table td img {
            height: 13px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }



/* For big screen */
@media only screen and (max-width: 2560px) {
    /*Header area*/
    .header-area {
        margin-bottom: 73px;
    }
}


/* For Laptop screen */
@media only screen and (max-width: 1440px) {
    /*Header area*/
    .header-area {
        margin-bottom: 62px;
    }


    .nav-link {
        margin: 8px;
        font-size: 12px !important;
    }
}
/* For medium device */
@media only screen and (max-width: 768px) {
    /*Header area*/
    .header-area {
        margin-bottom: 62px;
    }


    /* Section Common Css */
    .section-area {
        margin: 50px 20px 0 20px;
    }
    .side-menubar{
        display: none;
    }
    .bottom-tab {
        display: unset;
    }
    footer{
        margin-bottom: 50px;
    }
        footer h3 {
            font-size: 18px;
        }
        footer img.w-50 {
            width: 40% !important;
        }
}


/* For mobile device */
@media only screen and (max-width: 600px) {
    /*Header area*/
    .header-area {
        margin-bottom: 42px;
    }

    /* Section Common Css */
    .section-area {
        margin: 30px 10px 30px 10px !important;
    }
        .section-area h1 {
            font-size: 20px !important;
            padding: 0 30px;
        }
        /* Side Menubar */
        .side-menubar {
            width: 30px;
            font-size: 12px;
            padding-left: 8px;
        }

    .side-menubar i {
        padding: 12px 0;
    }


    /* Contact info section */
    .contact-field label {
        font-size: 12px;
    }

    .contact-info-send {
        padding: 5px;
        font-size: 15px;
    }


    /* Navbar */
    .navbar-logo {
        width: 90px;
    }

    .nav-link {
        margin: 5px;
        font-size: 15px !important;
    }

    .nav-item {
        border-left: none;
    }

    .border-for-end {
        border-right: none;
    }
}


