@font-face {
    font-family: 'MINISansSerifBO';
    /* src: url('/assets/fonts/MINISerif-Bold.woff2') format('woff2'),
        url('/assets/fonts/MINISerif-Bold.woff') format('woff'); */
    src: url('../fonts/MINISansSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINISansSerifRG';
    src: url('../fonts/MINISansSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINISerifBO';
    src: url('../fonts/MINISerif-Bold.woff2') format('woff2'),
        url('../fonts/MINISerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINISerifRG';
    src: url('../fonts/MINISerif-Regular.woff2') format('woff2'),
        url('../fonts/MINISerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'MINISansSerifRG', sans-serif;
    /* padding-top: 90px; */
}

.miniR {
    font-family: 'MINISansSerifRG', sans-serif;
}

.miniB {
    font-family: 'MINISerifBO', sans-serif;
}

.img-wrapper {
    max-width: 100%;
    height: 65vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 100%;
    max-height: 100%;
}


/* Custom page code  */

.custom-form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    /* appearance:unset; */
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-btn .custom-btn-color{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#recipeCarousel .carousel-item {
    max-height: 94vh;

}

.textbox {
    color: #000;
    height: 40px !important;
    padding: 5px;
    width: 100%;
    font-size: 15px;
    border: 2px solid #000;
    font-family: 'MINISansSerifRG', sans-serif;
}

.errorInput {
    color: #FF0000;
    font-size: 11px;
    padding: 3px;
}


.t-ruled-after {
    text-transform: uppercase;
}

.t-body1 {
    font-size: 16px;
}

.btn {
    border-radius: 0rem;
    font-family: Arial;
    color: #fff;
    float: right;
    text-transform: uppercase;
    background: #407e9f;
    height: 40px;
    border: 2px solid #407e9f;
    padding: 8px 25px 10px 25px;
    line-height: 1.3em;
    border-radius: 1px;
}

.error-r {
    display: none;
    color: #FF0000;
    font-size: 11px;
    padding: 3px;
}


@media only screen and (max-width: 768px) {
   

    #recipeCarousel .carousel-item {
        max-height: max-content;

    }

    .custom-btn{
        /* background-color: red; */
        float: initial !important;
    }
    
    
    .line-before-text-container{
        font-size: 1.2rem;
        
    }
    .line-before-text-container::before{
        height: 2.5rem !important;
        margin-top: 2px !important;
    }
    
    .bottom-header-text::after {
        
        bottom: 0  !important;
        height: 17px !important;
    } 
    
    .owl-carousel .item{
        padding-left: 0px !important;
    }

}



#number input[type=number]::-webkit-inner-spin-button,
#number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#recipeCarousel2 .carousel-inner .carousel-item.active,
#recipeCarousel2 .carousel-inner .carousel-item-next,
#recipeCarousel2 .carousel-inner .carousel-item-prev {
    display: flex;
}

p.pb-3.miniR.black-t {
    padding: 0 8px;
}

@media screen and (min-width: 992px) {


    .custom-padding-carousel{
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .desktop-padding {
        margin-bottom: 16px;
    }
    .custom-mini-button {

        width: 300px;
        text-align: center;    
        height: 50px;
        padding: 10px;
        font-size: 20px;
    }


}

@media (min-width: 768px) {

    .custom-margin-bottom {
        margin-bottom: 1rem !important; 
    }
    .custom-btn{
        display: flex;
        justify-content: center;
        /* justify-content: center !important; */
    }
    
    .desktop-image {
        max-width: 50%; /* Adjust the max-width as needed to decrease image size */
        display: block;
        margin: 0 auto; /* Center the image horizontally */
    }
    #recipeCarousel2 .carousel-inner .carousel-item-end.active,
    #recipeCarousel2 .carousel-inner .carousel-item-next {
        transform: translateX(33.33333333%);
    }

    #recipeCarousel2 .carousel-inner .carousel-item-start.active,
    #recipeCarousel2 .carousel-inner .carousel-item-prev {
        transform: translateX(-33.33333333%);
    }
}

#recipeCarousel2 .carousel-inner .carousel-item-end,
#recipeCarousel2 .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

#recipeCarousel2 .card {
    text-align: center;
}

#recipeCarousel2 .card-inner h5 {
    border-top: 1px solid #dddcdc;
    margin: 0;
    padding: 0.8rem;
}


.uni-sec h2 {
    float: left;
    margin-left: 5px;
}

.models {
    padding: 0 5px;
}

.black-t a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

#recipeCarousel2 .card-inner h5 {
    max-height: 50px;
}

#recipeCarousel2 .card-inner h5 img {
    padding: 8px 0;
}

.col-md-12.col-12.history-cont {
    width: 95%;
}

.select-checkbox {
    border: none;
    overflow: hidden;
height: 160px;
}


.select-checkbox option {
    padding: 5px 5px 5px 0;
}


.select-checkbox option::before {
    content: "\2610";
    width: 25px;
    text-align: center;
    display: inline-block;
}


.select-checkbox option:checked::before {
    content: "\2611";
}


@media (min-device-width:768px) and (max-device-width:1024px) {
    .history {
        padding-top: 4.5rem;
        font-size: 24px;
        width: 5%;
    }

    .col-md-12.col-12.history-cont {
        width: 94%;
    }

    .history-inner .card-inner {
        margin: 1rem;
    }

    .t-body1 {
        font-size: 14px;
    }

    h3.t-display2.t-ruled-after {
        font-size: 22px;
    }
    
}




@media (max-width: 767px) {
    .form-select{
        border-radius: 1.25rem !important;
        background-color: #ccc !important;
        
    }
    .custom-padding-top {
        padding-top: 20px; 
    }

    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .history {
        width: 94%;
        padding: 1rem;
        transform: none !important;
        -webkit-transform: none !important;
        writing-mode: unset;
        margin-left: 3%;
        font-size: 22px;
    }

    .uni-sec h2 {
        margin-left: 0;
        margin-top: 1rem;
    }

    .history-inner .card div {
        flex-direction: column;
    }

    .history-inner .card-img img {
        max-width: 100%;
    }

    .col-md-12.col-12.history-cont {
        width: 100%;
        padding: 0 5px;
    }

    .uni-sec h2 {
        margin-left: 5px;
    }

    .models,
    p.pb-3.miniR.black-t {
        padding: 0 5px;
    }

    #recipeCarousel2 .col-md-4 {
        width: 100%;
    }


    .ace-header::after {
               
        bottom: 8px !important;
        
        height: 15px !important;
        
    }
    .rebel-header::after {
     bottom: 10px !important;
     height: 17px !important;
    }
    .family-header::after{
     bottom: 10px !important;
     height: 17px !important;
    }
    .wild-header::after{
     bottom: 8px !important;
     height: 17px !important;
    }

}