@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,700;1,400&display=swap');
body {
    padding: 20px;
    background-image: url(../../images/frontend/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

button:hover,
button:active,
button:focus {
    text-decoration: none;
    outline: none;
}

.container {
    max-width: 1170px !important;
}

.pdy {
    padding: 0;
}

.pdy-sol {
    padding-left: 0;
}

.pdy-sag {
    padding-right: 0;
}

.pdy-sol-m {
    padding-left: 0;
}

.pdy-sag-m {
    padding-right: 0;
}

.padding-yok {
    padding: 0 !important;
}

.pdr5 {
    padding-right: 5px;
}

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
}

.display-b {
    display: none;
}

.display-n {
    display: block;
}

.fancybox-skin {
    padding: 0 !important;
}

.text-right {
    text-align: right;
}

.tit {
    font-family: 'Ubuntu', sans-serif;
}

header {
    float: left;
    width: 100%;
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.fixed-header{ position: unset !important; }

.socials {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.socials a {
    color: #000;
    margin-right: 20px;
    font-size: 13px;
}

.logo {
    float: left;
    width: 100%;
}

.menu {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.menu ul li {
    float: none;
    display: inline-block;
    margin-right: 18px;
    position: relative;
}

.menu ul li:last-child {
    margin-right: 0;
}

.menu ul li a {
    color: #fff;
    transition: all ease .7s;
    font-weight: 500;
    position: relative;
}

.menu ul li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #c1272d;
    transition: all ease .7s;
    opacity: 0;
    visibility: hidden;
}

.menu ul li a:hover::after {
    width: 25px;
    visibility: visible;
    opacity: 1;
}

.sub-menu {
    opacity: 0;
    visibility: visible;
    z-index: 999;
    position: absolute;
    left: -85px;
    top: 20px;
    background: #f3a748;
    padding: 30px 5px 30px 20px;
    width: 245px;
    text-align: left !important;
    transition: all ease .7s;
    box-shadow: 1px 1px 3px #bbb;
}

.sub-menu li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.sub-menu li a {
    color: #fff !important;
    transition: all ease .7s;
}

.sub-menu li a:hover {
    padding-left: 5px;
}

.menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mobile-nav {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px;
    color: #000;
    font-size: 25px;
}

.offcanvas {
    max-width: 80%;
}

.offcanvas-body {
    text-align: left !important;
}

.offcanvas-body ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.offcanvas-body ul li a {
    color: #000;
}

.offcanvas-body ul li a i {
    font-size: 10px;
    position: relative;
    top: -2px;
}

.menu-socials {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.menu-socials h5 {
    font-size: 20px;
    font-weight: bold;
}

.menu-socials a {
    display: inline-block;
    margin-right: 5px;
    font-size: 25px;
    color: #000;
}

.menu-socials a:hover {
    color: #4f819d;
}

.slider {
    float: left;
    width: 100%;
    position: relative;
}

.slider .slick-dots {
    bottom: 25px !important;
}

.slider .slick-dots li button:before {
    color: #e5caa8;
    font-size: 14px;
}

.slider .slick-dots li.slick-active button:before {
    color: #fff;
}

.slider-inner {
    float: left;
    width: 100%;
    position: relative;
}

.slider-inner .slick-slide {
    position: relative;
}

.tastes {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.tastes__banners {
    float: left;
    width: 100%;
}

.taste__box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.right__box {
    position: relative;
    top: 150px;
}

.tastes__txt {
    float: left;
    width: 100%;
    padding-top: 120px;
}

.tastes__txt h1 {
    font-weight: bold;
    margin-bottom: 30px;
}

.tastes__p {
    float: left;
    width: 100%;
}

.tastes__p a {
    color: #c1272d;
}

.production__bar {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.production__bar--inner {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    background-image: url(../../images/frontend/left-img.jpg);
    background-position: left;
    background-repeat: no-repeat;
    height: 200px;
    border-right: 40px solid #fc4b4e;
    background-color: #fff;
    color: #fc4b4e;
}

.production__bar--inner a {
    color: #fc4b4e;
}

.production__bar--inner p {
    color: #000 !important;
}

.banner {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.phone {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.phone__inner {
    float: left;
    width: 100%;
    padding: 60px 0;
    color: #89949f;
    line-height: 45px;
    border-bottom: 1px solid #d8e0e4;
}

.phone i {
    font-size: 40px;
    border: 1px solid #89949f;
    padding: 15px;
    border-radius: 50%;
    color: #89949f;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    line-height: 45px;
}

.phone span {
    position: relative;
    top: -10px;
    font-size: 18px;
}

.phone b {
    font-size: 32px;
    position: relative;
    top: 5px;
}

footer {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin: 20px 0;
}

.footer__box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #89949f;
}

.footer__box h5 {
    margin-bottom: 40px;
}

.footer__box ul li {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}

.footer__box a {
    color: #89949f;
}

.socials-footer {
    float: left;
    width: 100%;
}

.socials-footer a {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #89949f;
    border-radius: 50%;
    padding: 5px;
    width: 32px;
    height: 32px;
    line-height: 19px;
    color: #89949f;
}

.socials-footer a:hover {
    color: #c1272d;
    border-color: #c1272d;
}

.socials-footer .container {
    padding-bottom: 30px;
    border-bottom: 1px solid #d8e0e4;
    margin-bottom: 20px;
}

.socials__contact {
    float: left;
    width: 100%;
}

.socials__contact a {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #89949f;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    width: 32px;
    height: 32px;
    line-height: 19px;
    color: #89949f;
}

.socials__contact a:hover {
    color: #c1272d;
    border-color: #c1272d;
}

.copyright {
    float: left;
    width: 100%;
    color: #89949f;
    padding-bottom: 15px;
}

footer a:hover {
    color: #c1272d;
}

.banner-bg{ float: left; width: 100%; }

.content{ float: left; width: 100%; }

.content__inner{ float: left; width: 100%; margin-top: -500px; background: #fff; border-radius: 20px; box-shadow: 0px 0px 10px #aaa; }
aside{ float: left; width: 100%; padding: 40px; }
.aside__title{ float: left; width: 100%; font-size: 25px; font-weight: bold; margin-bottom: 15px; }
.aside__breadcrumb{ float: left; width: 100%; margin-bottom: 30px; font-size: 12px; }
.aside__breadcrumb img{ position: relative; top: -3px; }
.aside__breadcrumb span{ color: #c1272d; }
.aside__menu{ float: left; padding-left: 30px; }
.aside__menu ul li{ float: left; width: 100%; margin-bottom: 10px; position: relative; }
.aside__menu ul li a{ color: #000; }
.aside__menu ul li a::before{ content: ''; display: block; width: 20px; border-radius: 20px; height: 2px; background: #c1272d; position: absolute; top: 12px; left: -25px; visibility: hidden; opacity: 0; transition: ease all .7s; }
.aside__menu ul li a:hover::before{ visibility: visible; opacity: 1; }
.aside__menu ul li a.active::before{ visibility: visible; opacity: 1; }

.products__list{ float: left; width: 100%; padding: 40px; }
.product__box{ float: left; width: 100%; margin-bottom: 30px; }
.product__image{ float: left; width: 100%; margin-bottom: 6px; }
.product__link{ float: left; width: 100%; }
.product__link a{ color: #000; }

.products__list--detail{ float: left; width: 100%; padding: 0 0 50px; }
.product__detail--image{ float: left; width: 100%; margin-bottom: 20px; }
.product__detail--image img{ border-radius: 0 20px 0 0; }
.product__detail--title{ float: left; width: 100%; margin: 30px 0; font-size: 25px; font-weight: bold; }
.product__detail--txt{ float: left; width: 100%; padding: 0 40px 0 0; margin-bottom: 40px; }
.product__detail--txt iframe{ width: 100%; }
.gallery{ float: left; width: 100%; padding: 0 40px 0 0; }
.gallery img{ object-fit: cover; height: 200px; }

.contact__detail--iframe{ float: left; width: 100%; }
.contact__detail--iframe iframe{ float: left; width: 100%; height: 300px; border-radius: 0 20px 0 0; }
.contact-form{ float: left; width: 100%; padding: 0 40px 0 0; }
.contact-row{ float: left; width: 100%; margin-bottom: 10px; }
.contact-row input{ float: left; width: 100%; padding: 10px; height: 35px; border: 1px solid #e4e4e4; border-radius: 15px; background: #f7f9fa; }
.contact-row textarea{ float: left; width: 100%; padding: 10px; border: 1px solid #e4e4e4; border-radius: 15px; background: #f7f9fa; }
.contact-btn button{ display: inline-block; padding: 4px 30px; background: #c1272d; color: #fff; border-radius: 5px; border: none; }
  

@media (min-width: 2456px){
    .content__inner{ margin-top: -1265px; }
}

@media (min-width: 2276px) and (max-width: 2455px){
    .content__inner{ margin-top: -900px; }
}

@media (min-width: 1900px) and (max-width: 2275px){
    .content__inner{ margin-top: -745px; }
}

@media (min-width: 1651px) and (max-width: 1750px) {
    .content__inner{ margin-top: -635px; }
}

@media (min-width: 1500px) and (max-width: 1650px) {
    .content__inner{ margin-top: -555px; }
}

@media (min-width: 1281px) and (max-width: 1499px) {
    .content__inner{ margin-top: -495px; }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .content__inner{ margin-top: -450px; }}

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        padding: 0;
    }
    header {
        position: unset;
        padding: 5px 0;
    }
    .logo {
        text-align: center;
    }
    .menu ul li {
        margin-right: 10px;
    }
    .menu ul li a {
        font-size: 14px;
        color: #c1272d;
    }
    .content__inner{ margin-top: -400px; }
    .products__list--detail{ padding: 0 40px; }
    .gallery{ padding: 0; }
    .product__detail--txt{ padding: 0; }
    .phone b{ font-size: 25px; top: 2px; }
    .tastes{ padding-top: 20px; }
    .production__bar--inner{ height: auto; }
}

@media (min-width: 481px) and (max-width: 767px) {
    body {
        padding: 0;
    }
    header {
        position: unset;
        padding: 5px 0;
    }
    .mobile-nav {
        display: block;
    }
    .menu {
        display: none;
    }
    .logo img {
        width: 200px;
    }
    .tastes__txt {
        padding-top: 20px;
    }
    .production__bar--inner {
        background: #fff;
    }
    .content__inner{ margin-top: -160px; }
    .products__list--detail{ padding: 0 40px; }
    .gallery{ padding: 0; }
    .product__detail--txt{ padding: 0; }
    .phone b{ font-size: 25px; top: 2px; }
    .tastes{ padding-top: 20px; }
    .production__bar--inner{ height: auto; }
}

@media (min-width: 320px) and (max-width: 480px) {
    body {
        padding: 0;
    }
    header {
        position: unset;
        padding: 5px 0;
    }
    .mobile-nav {
        display: block;
    }
    .menu {
        display: none;
    }
    .logo img {
        width: 200px;
    }
    .tastes__txt {
        padding-top: 20px;
    }
    .production__bar--inner {
        background: #fff;
    }
    .content__inner{ margin-top: -160px; }
    .products__list--detail{ padding: 0 40px; }
    .gallery{ padding: 0; }
    .product__detail--txt{ padding: 0; }
    .phone b{ font-size: 25px; top: 2px; }
    .tastes{ padding-top: 20px; }
    .production__bar--inner{ height: auto; }
}

@media (min-width: 200px) and (max-width: 321px) {
    body {
        padding: 0;
    }
    header {
        position: unset;
        padding: 5px 0;
    }
    .mobile-nav {
        display: block;
    }
    .menu {
        display: none;
    }
    .logo img {
        width: 200px;
    }
    .tastes__txt {
        padding-top: 20px;
    }
    .production__bar--inner {
        background: #fff;
    }
    .content__inner{ margin-top: -160px; }
    .products__list--detail{ padding: 0 40px; }
    .gallery{ padding: 0; }
    .product__detail--txt{ padding: 0; }
    .phone b{ font-size: 25px; top: 2px; }
    .tastes{ padding-top: 20px; }
    .production__bar--inner{ height: auto; }
}