html,body {
    max-width:100%;
    overflow-x:hidden !important;
}

.bg-apple {
    background-color:#f5f5f7 !important;
}

.pt50 {
    padding-top:75px !important;
}
.pb50 {
    padding-bottom:75px !important;
}

.specialextramenu {
    width: 375px !important
}
.extra-small-screen {
    height: 150px!important;
    margin-top: 100px;
}

.pt0 {
    padding-top:0px !important;
}

.pb0 {
    padding-bottom:0px !important;
}

.center-logo .navbar-nav .nav-link {
    padding: 38px 14px;
}

.navbar .navbar-nav .nav-link {
    color:#000 !important;
}


.btn.btn-black:active, .btn.btn-black:hover {
    color: var(--black) !important;
}

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

    .dnoneformobile {
        display:none !important;
    }

    .mt70formobile {
        margin-top:70px !important;
    }

    header .navbar [class*=col-] .navbar-nav .nav-item, header .navbar [class*=col-] .navbar-nav .nav-item a {
        position: relative;
    }



    .ipad-top-space-margin, .top-space-margin {
        margin-top: 0px !important;
    }

    .navbar-full-screen-menu-inner.header-dark .navbar-collapse, .navbar-modern-inner.header-dark .navbar-collapse, .navbar.header-dark .navbar-collapse {
        background-color:#fff !important;
    }

    .pt50 {
        padding-top:30 !important;
    }
    .pb50 {
        padding-bottom:30px !important;
    }

}

/* Swiper */
.mySwiper .swiper-slide {
    background-size: cover;
    background-position: center;
    height: calc(100vh - 118px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.pizza-rotate {
    animation: rotate 100s linear infinite;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.order-button {
    transition: transform 0.3s ease;
}
.order-button:hover {
    transform: scale(1.1);
}
.yellow-circle, .white-circle {
    position: absolute;
    bottom: 20px;
    border-radius: 50%;
}
.yellow-circle {
    width: 220px;
    height: 220px;
    background-color: #f5c124;
    z-index: 1;
}
.white-circle {
    width: 175px;
    height: 175px;
    background-color: #ffffff;
    box-shadow: 0 0 40px -8px rgba(0,0,0,0.4);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan-container {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    max-width: 90%;
}
.pizza-image {
    max-width: 85%;
    /* max-height: 50%; */
    bottom: -100vh;
}
@media (max-width: 768px) {
    .yellow-circle {
        width: 160px;
        height: 160px;
    }
    .white-circle {
        width: 120px;
        height: 120px;
    }
    .slogan-container {
        top: 30%;
    }
    .slogan-container h2 {
        font-size: 1.25rem;
    }
    .slogan-container p {
        font-size: 0.75rem;
    }
    .pizza-image {
        max-width: 80%;
        max-height: 40%;
        bottom: 15%;
    }
    .text-layer img {
        max-width: 70%;
    }
    .offer-banner img {
        width: 100px;
    }
    .offer-banner .yellow-circle-offer {
        width: 150px !important;
    }
    .offer-banner .offer-text {
        width: 120px !important;
    }
}
@media (max-width: 576px) {
    .slogan-container h2 {
        font-size: 1rem;
    }
    .slogan-container p {
        font-size: 0.65rem;
    }
    .yellow-circle {
        width: 120px;
        height: 120px;
    }
    .white-circle {
        width: 100px;
        height: 100px;
    }
    .white-circle span {
        font-size: 1rem !important;
    }
    .pizza-image {
        max-width: 90%;
        max-height: 35%;
    }
    .text-layer img {
        max-width: 80%;
    }
    .offer-banner {
        bottom: 10% !important;
        right: 5px !important;
    }
}
/* Swiper */


/* Slider 01 */
.slider-style-01 .sliderbutton {
    color: #151515;
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-decoration: none;
    border: solid 1px;
    transition: color .4s ease;
}
.slider-style-01 .sliderbutton:active::after,
.slider-style-01 .sliderbutton:focus::after,
.slider-style-01 .sliderbutton:hover::after {
    width: 100%;
    padding-right: 25px;
}

.slider-style-01 .sliderbutton {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 13em;
    font-weight: 600;
    letter-spacing: .15em;
    color:#fff;
    border-radius: 0.45rem;
}
.slider-style-01 .sliderbutton::before{
    content: '';
    height: .1rem;
    width: 2rem;
    margin-right: .7rem;
    background: #fff;
    transition: width .3s ease;
}
.slider-style-01 .sliderbutton:hover::before {
    width: 3rem;
}

.slider-style-01 .swiper-container {
    width: 100%;
    height: calc(100vh - 118px);
}
.slider-style-01 .swiper-slide {
    overflow: hidden;
}
.slider-style-01 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, transparent 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, #0001%, rgba(0, 0, 0, 1) 100%);
    transition: all .65s ease;
}
.slider-style-01 .swiper-slide-duplicate-active .overlay,
.slider-style-01 .swiper-slide-active .overlay {
    opacity: 0.9;
}
.slider-style-01 .slide-inner {

}
.slider-style-01 .image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit:cover;
    animation: play 20s infinite alternate;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.slider-style-01 .swiper-slide-duplicate-active .image,
.slider-style-01 .swiper-slide-active .image {
    opacity: 1;
    transform: scale(1);
}

.slider-style-01 .swiper-button-prev,
.slider-style-01 .swiper-button-next {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slider-style-01 .swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.slider-style-01 .swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.slider-style-01 .swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.slider-style-01 .swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.slider-style-01 .swiper-button-prev:hover {
    padding-left: 90px;
}
.slider-style-01 .swiper-button-prev:hover::after {
    width: 75px;
}
.slider-style-01 .swiper-button-next:hover {
    padding-right: 90px;
}
.slider-style-01 .swiper-button-next:hover::after {
    width: 75px;
}

.slider-style-01 .info {
    position: absolute;
    width: auto;
    min-height: 50px;
    bottom: 3em;
    padding-left: 3em;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: var(--alt-font);
}
.slider-style-01 .swiper-slide-active .info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.slider-style-01 .info h2 {
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: bolder;
    line-height: 1em;
    font-size: 3.5rem;
    color: #fff;
    font-family: var(--alt-font);
    width: 650px;
}

.slider-style-01 .info p {
    font-size: 22px;
    color: #f9f9f9;
    width: 500px;
    font-weight: 500;
}
.slider-style-01 .slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.slider-style-01 .swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.slider-style-01 .expanded-timeline {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 3;
    bottom: 2.8em;
    right: 3em;
    width: 40vh;
}
.slider-style-01 .swiper-pagination-progress {
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.slider-style-01 .swiper-pagination-progressbar {
    background: #fff !important;
}
.slider-style-01 .expanded-timeline__counter span {
    text-align: center;
    margin-left: 1.8em;
    margin-right: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
}
.slider-style-01 .scroll-message {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    letter-spacing: .15em;
}
.slider-style-01 .scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}

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

    .slider-style-01 .swiper-button-prev,
    .slider-style-01 .swiper-button-next {
        bottom: 1.4em;
        top: auto;
    }
    .slider-style-01 .expanded-timeline {
        display: none;
    }
    .slider-style-01 .slide-inner--info {
        width: 100%;
        text-align: center;
        min-height: 50px;
        bottom: 10vh;
        padding-left: 0;
        color: #fff;
        z-index: 1;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .slider-style-01 .sliderbutton {
        margin: 0 auto;
        display: inline-block;
        letter-spacing: .15em;
        background: #df1f29;
        color: #fff;
        padding: .5em 0;
    }
    .slider-style-01 .sliderbutton::before {
        content: '';
        display: none;
        width: 0;
    }
}

/* Slide 01 */


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


.menu-logo img {
    filter: invert(1);
}

    .navbar-full-screen-menu-inner.header-dark .navbar-toggler-line, .navbar-modern-inner.header-dark .navbar-toggler-line, .navbar.header-dark .navbar-toggler-line {
        background-color: #000;
    }

    .slider-style-01 .swiper-slide {
        margin-top:100px;

    }

    .slider-style-01 .image img {
        height:40vh;
        object-position: center;
    }

    .slider-style-01 .swiper-container {
        height:40vh;
    }

    .slider-style-01 .overlay {
        height:40vh;
    }

    .slider-style-01 .overlay {
        background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 70%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, transparent 0, transparent 50%, transparent 70%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, black 0, transparent 50%, #0001%, rgba(0, 0, 0, 1) 100%);
    }

    .slider-style-01 .info h2 {
        font-size: 26px;
        width: 100%;
    }

    .wa_sticky_header:is(.bs-header-2-area) {
        top: 0px;
        position: relative;
    }

    .slider-style-01 .info {
        width:100%;
        padding-left: 1em;
        padding-right: 1em;
        bottom:0em;
    }

    .slider-style-01 .info p {
        width:100%;
        font-size:16px;
    }


}
