@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

body {}

html {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 10;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .container img.logo {
    height: 46px;
    transition: all .3s;
}

header .container img.logo:nth-child(2) {
    position: absolute;
    left: 12px;
}

header .container img.hidden_logo {
    opacity: 0;
}

header .container img.visible_logo {
    opacity: 1;
}

.fra_button {
    display: flex;
    align-items: center;
    background-color: #CE202D;
    color: #fff;
    height: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.first_sec {
    background-color: #000000;
    opacity: 1;
    background: repeating-linear-gradient(-45deg, #111111, #111111 3px, #000000 3px, #000000 15px);
    height: 100vh !important;
    height: 100dvh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.top_pizza h1 {
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

@keyframes leaf_anim {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes leaf_animX {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.leaf1 {
    animation: leaf_anim 4s infinite;
}

.leaf2 {
    animation: leaf_animX 3s infinite;
}

.leaf3 {
    animation: leaf_anim 4s infinite;
}

.leaf4 {
    animation: leaf_anim 2.5s infinite;
}

.leaf5 {
    animation: leaf_anim 5s infinite;
}

.leaf1 {
    position: absolute;
    top: 20%;
    left: 0;
}

.leaf2 {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 138px;
}

.leaf3 {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 2;
}

.leaf4 {
    position: absolute;
    top: -32%;
    right: -12%;
    z-index: 2;
}

.leaf5 {
    position: absolute;
    bottom: 20%;
    right: 0;
}

.pizza_images {
    margin-top: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pizza_images .middle {
    height: 470px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: rotate(360deg);
    transition: all 1s;
}

.swiper-slide-active .pizza_images .middle {
    transform: none;
    opacity: 1;
}

.pizza_images .left,
.pizza_images .right {
    height: 380px;
    transition: all 1s;
    opacity: 0;
}

.pizza_images .left {
    margin-right: -150px;
    transform: translateX(50%);
}

.pizza_images .right {
    margin-left: -150px;
    transform: translateX(-50%);
}

.swiper-slide-active .left,
.swiper-slide-active .right {
    transform: none;
    transition-delay: 1s;
    opacity: 1;
}

.arrow_item {
    position: absolute;
    z-index: 2;
}

.arrow_item1 {
    left: -9%;
    top: 0;
}

.arrow_item2 {
    left: -19%;
    bottom: 0;
}

.arrow_item3 {
    left: 21%;
    bottom: -8%;
}

.arrow_item4 {
    left: 69%;
    bottom: -8%;
}

.arrow_item5 {
    right: -15%;
    bottom: 10%;
}

.arrow_item6 {
    right: -19%;
    top: 10%;
}

.third_sec,
.fourth_sec {
    background-color: #000000;
    opacity: 1;
    background: repeating-linear-gradient(-45deg, #111111, #111111 3px, #000000 3px, #000000 15px);
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding-top: 90px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

section.fourth_sec {
    align-content: flex-start;
}

.third_sec>div {
    width: 100%;
    text-align: center;
}

.ts_title h2 {
    text-transform: uppercase;
    color: #CE202D;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 48px;
    margin: 0;
}

.thumbSlider {
    width: 700px;
    max-width: 100%;
    margin: 40px auto 30px;
}

.third_sec .ts_title ul {
    padding: 20px 0;
    border: solid #fff;
    border-width: 2px 0;
}

.third_sec .ts_title ul li button {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s;
}

.third_sec .ts_title ul li.swiper-slide-thumb-active button {
    color: #048C45;
    position: relative;
}

.third_sec .ts_title ul li.swiper-slide-thumb-active button::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -10px;
    right: -10px;
    height: 2px;
    background-color: #048C45;
    opacity: 0;
    transition: all .3s;
}

.third_sec .ts_title ul li.swiper-slide-thumb-active button::after {
    opacity: 1;
}

.ts_title p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.fav_item {
    height: calc(100vh - 420px);
    overflow: hidden;
}

.fav_item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 200%;
    opacity: 0;
    transition: all .5s;
    transform: rotate(180deg);
}

.fav_swiper .swiper-slide .fav_item img {
    opacity: 0;
}

.fav_swiper .swiper-slide-active .fav_item img {
    opacity: 1;
    transform: rotate(0);
}

.fourth_sec .ts_title p {
    width: 955px;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 40px auto;
}

.menu_list {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    /*display: inline-block;*/
    display: flex;
    justify-content: space-around;
    vertical-align: middle;
    -ms-overflow-style: none;
    -webkit-overflow-style: none;
    -moz-overflow-style: none;
    overflow-style: none;
    width: 1100px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-bottom: 5px;
}

.menu_list::-webkit-scrollbar {
    display: none
}

.menu_list li {
    display: inline;
    list-style: none;
}

.menu_list li button {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s;
}

.menu_list li button.ce_menu_act {
    color: #048C45;
    position: relative;
}

.menu_list li button.ce_menu_act::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -10px;
    right: -10px;
    height: 2px;
    background-color: #048C45;
    transition: all .3s;
}

.ps_overlay {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

.ps_item {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    position: relative;
    height: 100%;
}

.ps_item::before {
    content: '';
    position: absolute;
    bottom: 30px;
    height: 20px;
    background-color: #CE202D;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.ps_item img {
    width: 100%;
    margin-top: -30px;
}

.ps_item div {
    padding: 15px 15px 35px;
}

.ps_item h3 {
    margin: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps_item h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #CE202D;
    width: 145px;
}

.ps_item p {
    margin: 15px 0 0;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 1.4;
    max-height: 84px;
}

.productSwiper {
    overflow: hidden;
}

.marquee__part {
    flex-shrink: 0;
    padding: 0 20px;
    font-smooth: always;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.marquee {
    background: #CE202D;
    color: #EEE;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.667vw;
    position: relative;
    overflow: hidden;
    margin: 40px 0 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.marquee__inner {
    -webkit-font-smoothing: antialiased;
    width: fit-content;
    display: flex;
    flex: auto;
    flex-direction: row;
}

.fifth_section {
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-content: space-between;
    background-image: url(../img/pattern.png);
    background-position: center;
    background-size: cover;
    padding-top: 130px;
    flex-wrap: wrap;
    row-gap: 30px;
}

.faq_section137 .faq_img img {
    width: 100%;
    border-radius: 20px;
}

.faq_section137 {
    background-color: #ededed;
}

.faq_section137 .faq_content {
    width: 600px;
    max-width: 100%;
}

@media(max-width:768px) {
    .faq_section137 {
        padding: 40px 0;
    }
}

.faq_section137 .accordion-item {
    margin-bottom: 10px;
}

.faq_section137 .accordion-title {
    color: #000;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    line-height: 1.2;
}

.faq_section137 .accordion-title::after {
    content: '\f107';
    font-family: 'FontAwesome';
}

.faq_section137 .accordion-title.active::after {
    content: '\f106';
}

.faq_section137 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq_section137 .accordion-content p {
    margin: 10px 0 0;
    line-height: 1.2;
}

.faq_section137 .accordion-item {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 8px 18px -6px #18274B1F;
}

.faq_section137 .accordion-item:last-of-type {
    margin-bottom: 0;
}

.faq_section137 .section_title1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.faq_section137 .section_title1 h3 {
    margin: 0;
    color: #048C45;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq_section137 .section_title1 h3 span {
    font-weight: 700;
}

.faq_img {
    padding-left: 100px;
}

.faq_section137 .row {
    align-items: center;
}

.fourth_sec_bef {
    min-height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    background-image: url(../img/pattern.png);
}

.fourth_sec_bef img {
    width: 100%;
}

.fourth_sec_bef .row {
    align-items: center;
}

.ord_title h2 {
    color: #CE202D;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.ord_title p {
    color: #494C50;
    font-size: 18px;
}

.ord_title p strong {
    font-weight: 600;
}

a.call_phone {
    background-color: #048C45;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 30px;
    gap: 10px;
    height: 60px;
    min-width: 350px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-top: 40px;
    max-width: 100%;
    transition: all .3s;
    border: 1px solid #048C45;
}

a.call_phone:hover {
    background-color: transparent;
    color: #048C45;
}

.fourth_sec_bef .row>div:first-child {
    padding-right: 60px;
}

.second_sec {
    min-height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    background-image: url(../img/pattern.png);
    padding: 60px 0;
    background-repeat: no-repeat;
}

.ord_title div:not(.count_boxes div)+div {
    margin-top: 15px;
}

.second_sec .row {
    align-items: center;
}

.second_sec .row>div:first-child {
    padding-left: 30px;
}

.second_sec .row>div:first-child {
    padding-right: 30px;
}

.second_sec .row>div:first-child img {
    height: 75vh;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
}

.count_boxes {
    margin-top: 30px;
    width: 450px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.count_boxes>div {
    width: calc(50% - 5px);
    background-color: #E0E0E0;
    border-radius: 30px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.count_boxes>div h3 {
    font-family: 'Oswald', sans-serif;
    color: #CE202D;
    font-weight: 600;
    font-size: 35px;
}

.count_boxes>div p {
    margin-top: 10px;
}

.header_btns {
    display: flex;
    align-items: center;
    gap: 15px;
    ;
}

.header_btns a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #048C45;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

@media(min-width:1201px) {
    @keyframes hover_anim {
        0% {
            transform: scale(1)
        }

        50% {
            transform: scale(1.2)
        }

        100% {
            transform: scale(1)
        }
    }

    .header_btns a:hover,
    .header_btns button:hover {
        animation: .5s hover_anim ease;
    }
}

#fixedDealer {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background-color: #048C45;
    color: #fff;
    z-index: 2;
    font-size: 30px;
    border-radius: 50%;
}

#fixedDealer span {
    height: 60px;
    background-color: #048C45;
    color: #fff;
    position: absolute;
    right: 100%;
    top: 0;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    width: max-content;
    padding: 0 54px 0 22px;
    text-align: left;
    line-height: 1.2;
    margin-right: -55px;
    z-index: -1;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
}

#fixedDealer:hover span {
    opacity: 1;
    transform: none;
}

.inner-scroll {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.myFullpage {
    width: 100%;
    height: 100vh;
    height: 100dvh;
}

.myFullpage>div>.swiper-slide {
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.myFullpage .swiper-slide>section,
.myFullpage .swiper-slide .inner-scroll>section {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    box-sizing: border-box;
}

.productSwiper {
    position: relative;
}

.productSwiper > button {
    position: absolute;
    top: 50%;
    z-index: 2;
    background-color: #048C45;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    transition: all .3s;
}

.ps_prev {
    left: 30px;
    transform: translateX(-30px) translateY(-50%);
}

.ps_next {
    right: 30px;
    transform: translateX(30px) translateY(-50%);
}

.productSwiper:hover > button {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
}

.myFullpage>.swiper-wrapper>.swiper-slide>section {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fav_swiper {
    overflow: hidden;
}

.faq_cont,
.fourth_sec_bef .row>div:first-child,
.second_sec .row>div:first-child {
    transform: translateX(-50%);
}

.faq_img,
.fourth_sec_bef .row>div:last-child,
.second_sec .row>div:last-child {
    transform: translateX(50%);
}

.faq_cont,
.faq_img,
.second_sec .row>div:first-child,
.second_sec .row>div:last-child,
.fourth_sec_bef .row>div:first-child,
.fourth_sec_bef .row>div:last-child {
    transition: all 1s;
    opacity: 0;
}

.ts_title {
    transform: translateY(-60px);
    opacity: 0;
    transition: all 1s;
}

.ps_overlay {
    transform: translateY(60px);
    opacity: 0;
    transition: all 1s;
}

.swiper-slide-active .ts_title,
.swiper-slide-active .ps_overlay,
.swiper-slide-active .faq_cont,
.swiper-slide-active .faq_img,
.swiper-slide-active .second_sec .row>div:first-child,
.swiper-slide-active .second_sec .row>div:last-child,
.swiper-slide-active .fourth_sec_bef .row>div:first-child,
.swiper-slide-active .fourth_sec_bef .row>div:last-child {
    transform: none;
    opacity: 1;
}

.modal_ins_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 50px;
}

.modal_ins_bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CE202D;
    opacity: 1;
}

.modal_ins_bg h3 {
    color: #fff;
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 26px;
}

.modal_ins_bg button {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal_ins_bg p {
    color: #fff;
    font-size: 15px;
    font-family: var(--pbmit-heading-typography-font-family);
    width: 500px;
    max-width: 100%;
}

.modal_ins_bg div {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Teklif Al Modal Stilleri */
#quoteModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

#quoteModal .modal-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #a30d35 100%);
    padding: 1.5rem 2rem;
    border: none;
}

#quoteModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #fff;
}

#quoteModal .modal-body {
    padding: 2rem;
    background: #fff;
}

#quoteModal .form-label {
    color: var(--secondary-color);
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 14px;
    letter-spacing: 0;
}

#quoteModal .form-control,
#quoteModal .form-select {
    border: 2px solid #e9ecef;
    border-radius: 0;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0;
    height: 45px;
    padding: 0 15px;
    border-width: 0 0 2px 0 !important;
}

#quoteModal .form-control:focus,
#quoteModal .form-select:focus {
    border-color: var(--primary-color);
    /* box-shadow: 0 0 0 0.2rem rgba(206, 18, 67, 0.15); */
    transform: translateY(-1px);
    outline: none !important;
    box-shadow: none !important;
}

#quoteModal .form-control-lg,
#quoteModal .form-select-lg {
    padding: 0 15px;
    font-size: 1.1rem;
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    min-height: 45px;
}

#quoteModal .invalid-feedback {
    display: block;
    font-size: 0.875rem;
    color: #dc3545;
    margin-top: 0.25rem;
}

#quoteModal .form-check-input {
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    position: relative;
    top: -3px;
}

#quoteModal .form-check-input:checked {
    background-color: #87c332;
    border-color: #87c332;
}

#quoteModal .form-check-label {
    font-size: 0.9rem;
    color: #6c757d;
    margin-left: 0.5rem;
    line-height: 1.4;
}

#quoteModal .modal-footer {
    background: #f8f9fa;
    padding: 1.5rem 2rem;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

#quoteModal .btn-primary {
    background: #ce1243;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
}

#quoteModal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(206, 18, 67, 0.4);
}

#quoteModal .btn-outline-secondary {
    border: 2px solid #dee2e6;
    color: #6c757d;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

#quoteModal .btn-outline-secondary:hover {
    background: #6c757d;
    border-color: #6c757d;
    transform: translateY(-1px);
    color: #fff;
}

#quoteModal .text-primary {
    color: var(--primary-color) !important;
}

#quoteModal .text-primary:hover {
    color: #a30d35 !important;
    text-decoration: underline;
}

/* Modal animasyonlarÄ± */
#quoteModal.fade .modal-dialog {
    transition: transform 0.4s ease-out;
    transform: translate(0, -50px) scale(0.95);
}

#quoteModal.show .modal-dialog {
    transform: translate(0, 0) scale(1);
}

@media (max-width: 768px) {
    #quoteModal .modal-body {
        padding: 1.5rem;
    }

    #quoteModal .modal-footer {
        padding: 1rem 1.5rem;
        flex-direction: column;
    }

    #quoteModal .modal-footer .d-flex {
        flex-direction: column;
        gap: 1rem;
    }

    #quoteModal .modal-footer .text-muted {
        text-align: center;
        margin-bottom: 0;
    }

    #quoteModal .modal-footer div:last-child {
        display: flex;
        gap: 0.5rem;
    }
}

#quoteModal .form-control::placeholder {
    color: #adb5bd;
}

#quoteModal textarea.form-control {
    min-height: 120px;
    resize: none;
    padding: 15px;
}

#quoteModal .fa-solid {
    font-size: 0.9rem;
}

.modal-footer .pbmit-btn .pbmit-button-content-wrapper:before {
    display: none;
}

.modal-footer .pbmit-btn span {
    margin: 0;
    color: #fff;
    text-shadow: none !important
}

.modal-footer .pbmit-btn {
    background: #CE202D;
    color: #fff;
    display: inline-flex;
    width: 300px;
    max-width: 100%;
    justify-content: center;
    border-radius: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    align-items: center;
    font-size: 18px;
}

.modal-footer .pbmit-btn:hover {
    box-shadow: none !important;
}
.topSwiper{
    width: 100%;
}
.topSwiper .swiper-slide{
    position: relative;
}
.topSwiper .swiper-slide h2{
    width: 1000px;
    max-width: 100%;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 100px;
    z-index: 2;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 0 0 0 -30px;
    opacity: 0;
    transition: all 1s;
}
.topSwiper .swiper-slide.swiper-slide-active h2{
    opacity: 1;
    margin: 0;
    transition-delay: .3s;
}
.topSwiper .swiper-slide::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0,0,0,.5);
}
.topSwiper img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.topSwiper > .container{
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center
}
.pag_overlay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: max-content;
}

.pag_overlay button {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 4px;
}

.pag_overlay span {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.site_footer{
    background: repeating-linear-gradient(-45deg, #111111, #111111 3px, #000000 3px, #000000 15px);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 36px 0;
}
.site_footer .row{
    row-gap: 30px;
}
.site_footer p{
    color: #fff;
    font-weight: 600;
}
.info_bar{
    display: flex;
    align-items: center;
    gap: 10px;
}
.info_bar i{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #048C45;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.info_bar p{
    flex: 1;
}
.ib_overlay{
    display: flex;
    align-items: center;
    row-gap: 30px;
}
.ib_overlay > div:first-child{
    width: 200px;
}
.ib_overlay > div:first-child p,
.ib_overlay > div:nth-child(2) p{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}
.ib_overlay > div:last-child{
    flex: 1;
}
.site_footer .rowa{
    display: flex;
    align-items: center;
}
.site_footer .rowa > div:first-child{
    flex: 1;
    padding-right: 30px;
}
.site_footer .rowa > div:last-child{
    width: 710px;
    gap: 30px;
}
.site_footer a{
    text-decoration: none;
}
.productSwiper .swiper-slide{
    height: auto;
}
.ps_item p.wsp_1{
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.see_more_btn{
    font-size: 15px;
    color: #ce1243;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}
.modal .btn-primary{
    display: flex;
    align-items: center;
    background-color: #CE202D;
    color: #fff;
    height: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 30px;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
}
.modal .modal-footer{
    justify-content: center;
}
.now_apply{
    margin-top: 20px;
}
.now_apply button:hover{
    animation: .5s hover_anim ease;
}



/* responsive  */
@media(max-height:800px), (max-width:1600px) {
    .ps_item p.wsp_1{
        font-size: 14px;
    }
    .fourth_sec .ts_title p{
        font-size: 16px;
        margin: 20px auto;
    }
    .ps_item div{
        padding-bottom: 25px;
    }
    .topSwiper .swiper-slide h2{
        font-size: 90px;
    }
    a.call_phone {
        height: 50px;
        min-width: 300px;
        font-weight: 500;
        font-size: 20px;
        margin-top: 20px;
    }

    .ord_title h2 {
        font-size: 42px;
    }

    .ord_title p {
        font-size: 16px;
    }

    .fifth_section {
        padding: 130px 0 0;
    }

    .faq_section137 .section_title1 h3 {
        font-size: 38px;
    }

    .marquee {
        height: 50px;
    }

    .marquee__part {
        font-size: 24px;
    }

    .fourth_sec {
        padding-top: 40px;
    }

    .third_sec .ts_title ul {
        padding: 18px 0;
        margin: 30px auto 20px;
        /* width: 700px; */
    }

    .third_sec .ts_title ul li button {
        font-size: 16px;
    }

    .ts_title h2 {
        font-size: 36px;
    }

    .ts_title p {
        font-size: 18px;
    }

    .pizza_images .middle {
        height: 370px;
    }

    .pizza_images .left,
    .pizza_images .right {
        height: 300px;
    }

    .pizza_images .right {
        margin-left: -120px;
    }

    .pizza_images .left {
        margin-right: -120px;
    }

    .leaf1 {
        width: 100px;
    }

    .leaf5 {
        width: 60px;
    }

    .top_pizza h1 {
        font-size: 70px;
    }

    .pizza_images {
        margin-top: 40px;
    }
}

@media(max-width:1200px) {
    .site_footer .rowa > div:last-child {
        width: 490px;
    }
    .topSwiper .swiper-slide h2 {
        font-size: 70px;
    }
    .faq_section137 .section_title1 h3 {
        font-size: 28px;
    }

    .leaf4 {
        display: none;
    }

    .arrow_item1 {
        left: -17%;
    }

    .arrow_item2 {
        left: -29%;
    }

    .arrow_item6 {
        right: -29%;
    }

    .arrow_item5 {
        right: -20%;
    }

    .arrow_item4,
    .arrow_item3 {
        bottom: -18%;
    }

    .pizza_images .left,
    .pizza_images .right {
        height: 260px;
    }

    .pizza_images .middle {
        height: 300px;
    }

    .top_pizza h1 {
        font-size: 60px;
    }
    .site_footer .rowa{
        flex-wrap: wrap;
        align-items: flex-start;
        row-gap: 30px;
    }
    .site_footer .rowa > div:first-child p br{
        display: none;
    }
    .site_footer .rowa > div:first-child p{
        text-align: center;
    }
    .site_footer{
        position: static;
        height: auto;
        padding: 30px 0;
    }
    .site_footer .rowa > div{
        width: 100%;
        flex: auto !important;
    }
}

@media(max-width:992px) {
    .ps_item p{
        font-size: 14px;
        line-height: 1.2;
    }
    .faq_section137 .faq_content{
        width: 100%;
    }
    #fixedDealer {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    .pag_overlay button{
        display: none;
    }
    .topSwiper .swiper-slide h2 {
        font-size: 60px;
    }
    .fifth_section {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .second_sec {
        padding: 40px 0;
    }

    .second_sec .row>div:first-child {
        display: none;
    }

    .count_boxes>div {
        height: 80px;
    }

    .count_boxes>div h3 {
        font-size: 28px;
    }

    .count_boxes>div p {
        margin-top: 0;
    }

    .ord_title h2 {
        font-size: 32px;
    }

    .fourth_sec_bef .row {
        row-gap: 40px;
    }

    .fourth_sec_bef .row>div:first-child {
        padding-right: 15px;
    }

    .faq_img {
        padding-left: 0;
    }

    .faq_section137 .faq_img img {
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    header {
        padding: 15px 0;
    }

    .faq_section137 .faq_cont {
        padding-left: 15px;
        margin-bottom: 40px;
    }

    .menu_list {
        display: inline-block;
        padding-left: 10px;
    }

    .menu_list li+li {
        margin-left: 40px;
    }

    .fav_swiper img {
        height: auto;
        width: 700px;
        max-width: none;
    }

    .arrow_item6 {
        right: 0%;
        top: auto;
        bottom: 100%;
    }

    .arrow_item1 {
        top: auto;
        bottom: 100%;
        left: 10%;
    }

    .arrow_item2,
    .arrow_item5 {
        display: none;
    }

    .pizza_images {
        margin-top: 120px;
    }

    .leaf1 {
        width: 60px;
    }

    .leaf5 {
        width: 40px;
    }

    .leaf2 {
        width: 90px;
        bottom: 0;
    }

    .leaf3 {
        width: 60px;
    }
}

@media(max-height:700px) {
    .top_pizza h1 {
        font-size: 50px;
    }
}

@media(max-width:768px) {
    .now_apply .fra_button{
        font-size: 16px;
        height: 45px;
        margin: 0 auto;
        padding: 0 50px;
    }
    .ib_overlay > div:first-child p, .ib_overlay > div:nth-child(2) p{
        font-size: 16px;
    }
    .site_footer .rowa > div:first-child p{
        text-align: left;
    }
    .site_footer p{
        font-size: 14px;
    }
    .ib_overlay{
        row-gap: 15px;
    }
    .site_footer .rowa > div:last-child{
        width: 100%;
        flex-wrap: wrap;
    }
    .site_footer .rowa > div:last-child > div{
        width: 100%;
    }
    .topSwiper > .container{
        bottom: 30px;
    }
    .topSwiper .swiper-slide h2 {
        font-size: 48px;
    }
    header .container img.logo:nth-child(2) {
        left: 30px;
    }

    .productSwiper > button {
        display: none;
    }

    .header_btns {
        gap: 10px;
    }

    .header_btns a {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .count_boxes>div h3 {
        font-size: 24px;
    }

    .faq_section137 .section_title1 h3 {
        /* justify-content: center; */
        width: 100%;
    }

    .faq_section137 .section_title1 h3 {
        font-size: 24px;
    }

    .faq_section137 .faq_cont .section_title1 {}

    .faq_section137 .accordion-title {
        font-size: 14px;
    }

    .faq_section137 {
    padding-top: 80px;
}

    .third_sec,
    .fourth_sec {
        padding-top: 100px;
    }

    .third_sec .ts_title ul li.swiper-slide-thumb-active button::after {
        left: 0;
        right: 0;
    }

    .ts_title p {
        font-size: 16px;
    }

    .third_sec .ts_title ul li button {
        font-size: 18px;
    }

    .ts_title h2 {
        font-size: 28px;
    }

    .arrow_item4,
    .arrow_item3 {
        bottom: auto;
        top: 100%;
    }

    .arrow_item3 {
        left: 7%;
    }

    .arrow_item4 {
        left: 50%;
    }

    .container {
        padding: 0 30px;
    }

    .pizza_images {
        margin-top: 120px;
    }

    .ord_title p {
        font-size: 14px;
    }

    header .container img.logo {
        height: 30px;
    }

    .fra_button {
        font-size: 14px;
        color: #fff;
        height: 30px;
        padding: 0 10px;
        border-radius: 30px;
        letter-spacing: 0;
    }

    .pizza_images .middle {
        height: auto;
        width: 50%;
        margin: 0 -20%;
    }

    .pizza_images .left,
    .pizza_images .right {
        width: 40%;
        height: auto;
    }

    .pizza_images .left {
        margin-right: 0;
    }

    .pizza_images .right {
        margin-left: 0;
    }

    .top_pizza h1 {
        font-size: 50px;
    }

    .fourth_sec .ts_title p {
        font-size: 14px;
        margin: 15px 0;
        display: none;
    }

    .ps_overlay {
        margin-top: 30px;
    }

    .marquee__part {
        font-size: 18px;
    }

    .marquee {
        height: 36px;
    }

    .section_title1 p,
    .faq_section137 .accordion-content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .menu_list {
        margin-top: 15px;
    }
}

@media(max-width:550px) {
    .ps_item h3{
        font-size: 16px;
    }
    .see_more_btn{
        font-size: 12px;
        line-height: 1.2;
    }
    .ps_item p {
        font-size: 14px;
        overflow: hidden;
        display: block;
        max-height: none;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .ps_item::before {
        height: 10px;
    }

    .ord_title h2 {
        font-size: 28px;
    }

    .menu_list li+li {
        margin-left: 20px;
    }

    .third_sec .ts_title ul li button,
    .menu_list li button {
        font-size: 14px;
    }

    .leaf5 {
        display: none;
    }

    .top_pizza h1 {
        font-size: 36px;
    }

    .leaf3 {
        width: 40px;
    }

    .leaf1 {
        width: 40px;
    }

    .leaf2 {
        width: 70px;
    }
}

@media(max-width:400px) {
    .top_pizza h1 {
        font-size: 32px;
    }
}