@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

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

@font-face {
    font-family: 'BuiltTitlingSb-Regular';
    src: url('../fonts/BuiltTitlingSb-Regular.ttf.woff') format('woff'),
        url('../fonts/BuiltTitlingSb-Regular.ttf.svg#BuiltTitlingSb-Regular') format('svg'),
        url('../fonts/BuiltTitlingSb-Regular.ttf.eot'),
        url('../fonts/BuiltTitlingSb-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --orange: #E99110;
    --gray: #403F3F;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #FFF;
    text-align: left;
    background-image: url(../images/bg-01.webp);
    background-position: center center;
    background-repeat: repeat;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder;
    color: var(--orange);
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #FFF;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: var(--orange);
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #9b9b9b;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 3.125rem
}

.h2,
h2 {
    font-size: 2.5rem
}

.h3,
h3 {
    font-size: 1.5rem
}

.h4,
h4 {
    font-size: 1.125rem
}

.h5,
h5 {
    font-size: 1rem
}

.h6,
h6 {
    font-size: .875rem
}





/* .sec-bg-01{
    background-image: url(../images/bg-01.png);
    background-position: center center;
    background-repeat: repeat;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%);
} */
/* end helpers */

/* main navigation */
    header .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: none;
        z-index: 1001;
        font-family: 'Gilroy';
        font-size: 26px;
    }

    .navbar-brand .logo svg {
        width: 244px;
        height: auto;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition:    width 300ms ease-in-out;
        -ms-transition:     width 300ms ease-in-out;
        -o-transition:      width 300ms ease-in-out;
        transition:         width 300ms ease-in-out;
    }
    .navbar-brand .logo-mobile svg {
        width: 120px;
        height: auto;
    }

    .navbar-nav {
        align-items: center;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }


    .navbar .navbar-nav .nav-item {
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    .navbar .navbar-nav .nav-link {
        color: #fff;
        display: inline-block;
        text-decoration: none;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu{
     top: unset !important;
     left: unset !important;
    }
    li.nav-item.nav-icons .nav-link {
        margin: 0 15px;
    }
    .navbar-collapse {
        background: rgb(0 0 0 / 88%);
    }
    .size-card {
        position: relative;
    }
    .size-card>span {
        display: block;
        width: 48px;
        height: 30px;
        background: #e99111;
        vertical-align: sub;
        padding: 5px 5px;
        /* border-radius: 50%; */
        position: absolute;
        top: -10px;
        right: -40px;
        font-size: 17px;
        line-height: 19px;
        text-align: center;
    }
    
    @media screen and (min-width: 991px) {
        .navbar .navbar-nav .nav-item {
            padding: 20px 40px;
        }
        .navbar-collapse {
            background: transparent;
        }
        .navbar-brand {
            margin-right: 0;
            padding: 0 1em;
        }
        .navbar .navbar-nav .nav-item {
            padding: 20px 40px;
            width: auto;
        }

        
        header.sticky .navbar-brand .logo svg{
            width: 100px;
            -webkit-transition: width 300ms ease-in-out;
            -moz-transition:    width 300ms ease-in-out;
            -ms-transition:     width 300ms ease-in-out;
            -o-transition:      width 300ms ease-in-out;
            transition:         width 300ms ease-in-out;
        }
        .pt-200 {
            padding-top: 200px;
        }
    }
    header.sticky .navbar{
        background-color: #000000d9;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
/* main navigation */

.main{
    
}
.header-content {
    position: relative;
    min-height: 250px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-content.home-banner {
    min-height: 600px;
    padding: 200px 0 50px;
}


.header-content .h-title{
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 65px;
    color: #FFF;
    z-index: 1;
    text-align: center;
}
.header-content .h-subtitle{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 3.2px;
    color: #E99110;
    z-index: 1;
}

.btn-style-1{
    margin: auto;
    position: relative;
    border: none;
    display: block;
    width: 70%;
    padding: 0;
}
.btn-style-1 span{
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #000;
    background-color: var(--orange);
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 1;

}
.btn-style-1:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    display: block;
    position: absolute;
    z-index: 0;
    left: -7px;
    top: 7px;
}
.btn-style-1:hover, .btn-style-1:focus{
    color: #000;
    background-color: var(--orange);
    text-decoration: none;
}


.btn-style-2{
    margin: auto;
    position: relative;
    border: none;
    display: inline-block;
    padding: 0;
}
.btn-style-2 span{
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 29px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000;
    background-color: var(--orange);
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 40px;

}
.btn-style-2:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    display: block;
    position: absolute;
    z-index: 0;
    left: -7px;
    top: 7px;
}
.btn-style-2:hover, .btn-style-2:focus{
    color: #000;
    background-color: var(--orange);
    text-decoration: none;
}


.btn-style-3{
    
    position: relative;
    border: none;
    display: block;
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 29px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000;
    background-color: var(--orange);
    border-radius: 0;
    z-index: 1;
    padding: 0 40px;
}
.btn-style-3:hover, .btn-style-3:focus{
    color: #000;
    background-color: var(--orange);
    text-decoration: none;
}
.product-item {
    display: block;
}
.product-item:hover{
    text-decoration: none;
}
.product-item .categories-img{
    position: relative;
    /* padding-top: 120px; */
    z-index: 2;
}
.product-item .categories-img img{
    /* max-height: 255px;
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */

}
.product-item .content-item{
    background: #403f3f;
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.product-item h2 {
    color: var(--orange);
    text-align: center;
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 55px;
}
.product-item p {
    color: #FFF;
    text-align: center;
    padding: 0 45px;
}
.product-item .content-item:after{
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 40px;
    width: 80px;
    background: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: width 300ms, height 300ms, border-radius 300ms;
    z-index: -1;
}
.product-item:hover p{
    color: #000;
}
.product-item:hover .content-item:after{
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.rows-times{
    text-align: center;
    margin: auto;
    max-width: 250px;
}
.rows-times h3{
    color: var(--orange);
    text-align: center;
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 40px;
}
.rows-times .daytime{
    background-color: #302f2fde;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 0;
}


.products-list .product-element {
    background: #00000073;
    position: relative;
    height: 100%;
    padding: 15px;
    display: block;
    text-decoration: none;
}
.products-list .product-element .product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products-list .product-element .product-title h3{
    color: var(--orange);
    max-width: 60%;
}
.products-list .product-element .product-title .dots{
    border-bottom: 1px dashed #fff;
    content: " ";
    flex: 1;
    margin: 0 5px;
}
.products-list .product-element p{
    color: #E1E1E1;
    font-size: 13px;
}


.number-input {

    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    color: var(--orange);
    background-color: #404040;
}

.number-input button:after {
    display: inline-block;
    position: absolute;
    font-family: bootstrap-icons !important;
    font-weight: 900;
    content: '\F235';
    transform: translate(-50%, -50%) rotate(180deg);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}

.card .number-input button{
    width: 2rem;
    height: 2rem;
}
.card .number-input input[type=number]{
    max-width: 3rem;
    font-size: 1.2rem;
    height: 2rem;

}


.form-check.custom-check {
    display: flex;
    align-items: center;
    padding: 0;
}

.form-check.custom-check input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0 15px 0 0;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

.form-check.custom-check input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--orange);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

.form-check.custom-check input[type="checkbox"]:checked::before {
    transform: scale(1);
}


footer{
    background-image: linear-gradient(to bottom, #36363617, #2a2a2abd, #000000, #000000, #000000);
}

@media (max-width: 767px)  {
    .header-content {
        min-height: 180px;
    }
    .header-content .h-title{
        font-size: 75px;
    }
    .header-content .h-subtitle{
        font-size: 30px;
    }
    .btn-style-1{
        width: 90%;
    }

}

.title-01{
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 80px;
}
.title-02{
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 60px;
}
.title-03{
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 66px;
}
.title-04{
    font-family: 'BuiltTitlingSb-Regular';
    font-size: 66px;
}



/* helpers */

.text-white{color: #FFF;}
.text-orange{ color: var(--orange);}
.bg-orange{background-color: var(--orange);}
.bg-gris{background-color: #c7c7c7;}
.cfs-11{font-size: 11px;}
.cfs-14{font-size: 14px;}
.cfs-1{font-size: 16px;}
.cfs-2{font-size: 25px;}
.cfs-3{font-size: 32px;}
.cfs-4{font-size: 40px;}

.fullwidth{width: 100%;}

.side-menu{

}
.side-menu li{
    background: var(--bs-dark);
}
.side-menu li a{
    
}
