/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    background-color: #262626;
}

.bg-dark {
    background-color: #0C0C0C !important;
}

a {
    color: #FFF01F;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

@font-face {
    font-family: 'Lustra';
    font-weight: 100;
    src: url('../fonts/Lustra\ Text\ Light.ttf') format('truetype'), url("../fonts/Lustra\ Text\ Medium.ttf") format('truetype'), url("../fonts/Lustra\ Text\ Regular.ttf") format('truetype')
}

@font-face {
    font-family: 'Lustra';
    font-weight: 400;
    src: url("../fonts/Lustra\ Text\ Medium.ttf") format('truetype')
}

@font-face {
    font-family: 'Lustra';
    font-weight: 600;
    src: url("../fonts/Lustra\ Text\ Regular.ttf") format('truetype')
}

@font-face {
    font-family: 'Lustra';
    font-weight: 600;
    src: url('../fonts/Lustra\ Text\ Bold.ttf') format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lustra';
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #FFF01F;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 40px;
    bottom: 15px;
    z-index: 996;
    background: #FFF01F;
    width: 60px;
    height: 60px;
    border-radius: 0;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 34px;
    color: #262626;
    line-height: 0;
}

.back-to-top:hover {
    background: #fff01f;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #fff01f !important;
    border-color: #fff01f !important;
    box-shadow: none;
    outline: none !important;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #262626;
    background-color: #fff01f;
    border-color: #fff01f;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 22px;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    outline: none !important;
}

.btn-primary:hover i {
    transition: 0.3s;
    transform: translate(20px, 0);
}

.btn-primary i {
    font-size: 30px;
    padding-left: 8px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #262626;
    border-color: #fff01f;
    transition: 0.3s;
}


/* btn-primary-outline */

.btn-check:focus+.btn-primary-outline,
.btn-primary-outline:focus {
    color: #fff;
    background-color: #fff01f !important;
    border-color: #fff01f !important;
    box-shadow: none;
    outline: none !important;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary-outline {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 22px;
    padding: 5px 25px;
    /* padding-right: 0; */
    display: flex;
    align-items: center;
    transition: 0.3s;
    outline: none !important;
}

.btn-primary-outline:hover i {
    transition: 0.3s;
    transform: translate(20px, 0);
}

.btn-primary-outline i {
    font-size: 30px;
    padding-left: 8px;
}

.btn-primary-outline:hover {
    color: #000;
    background-color: #fff01f;
    border-color: #fff01f;
    transition: 0.3s;
}


/* END */

.section__header h2 {
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 10px;
}

.section__header p {
    color: #8B8B8B;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
}

.section__header {
    text-align: center;
    position: relative;
}

.underline {
    display: inline-block;
    padding-bottom: 6px;
    background-color: #fff01f;
    background-position: 0 100%;
    background-size: 0% 5px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s;
    width: 200px;
    margin-bottom: 10px;
}

.animates_section:hover .underline {
    display: inline-block;
    padding-bottom: 6px;
    background-color: #fff01f;
    background-position: 0 100%;
    background-size: 0% 5px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s;
    width: 300px;
    transition: 2s;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#flat12__header {
    transition: all 0.5s;
    z-index: 99999;
    padding-top: 30px;
}

#flat12__header .header__social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

#flat12__header .header__social ul li {
    font-size: 22px;
    padding: 6px 8px;
}

#flat12__header .header__social ul li a {
    display: flex;
}

#flat12__header .header__social ul li i {
    color: #3d3d3d;
}

#flat12__header .header__social {
    background: #fff01f;
}

#flat12__header.header-scrolled,
#flat12__header.header-inner-pages {
    background: rgba(40, 40, 40, 0.9);
    padding: 15px 0;
}

#flat12__header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#flat12__header .logo a {
    color: #fff;
}

@media (max-width: 992px) {
    #flat12__header {
        border: 0;
        padding: 15px 0;
    }
}


/* Get Startet Button */

.get-started-btn {
    margin-left: 25px;
    background: #FFF01F;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.get-started-btn:hover {
    background: #00b371;
    color: #fff;
}

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    margin: 0 12px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    font-size: 16px;
    font-family: 'Lustra';
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -2px;
    left: 0;
    background-color: #FFF01F;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid #FFF01F;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #282828;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #FFF01F;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #fff01f;
    font-size: 46px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    padding: 30px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #282828;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #FFF01F;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #FFF01F;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.flat12__banner__section {
    width: 100%;
    position: relative;
    padding: 0;
}

.flat12__banner__section .item {
    width: 100%;
    height: 100vh;
}

.flat12__banner .owl-carousel {
    position: relative;
}

.flat12__banner .owl-carousel .owl-nav {
    position: absolute;
    bottom: 4%;
    right: 8%;
    z-index: 99;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff01f;
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #fff01f;
}

.flat12__banner .owl-carousel .owl-nav i {
    color: #fff;
    font-size: 45px;
    margin: 0 10px;
}

.video-item {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.flat12__banner .item:before {
    content: "";
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.flat12__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.flat12__logo img {
    width: 60% !important;
    text-align: center;
    margin: 0 auto;
}

.flat12__banner__section .container {
    padding-top: 72px;
    position: relative;
    text-align: center;
}

.flat12__banner__section h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

.flat12__banner__section h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 24px;
}

.flat12__banner__section .play-btn {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background: radial-gradient(#FFF01F 50%, rgba(0, 153, 97, 0.4) 52%);
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
}

.flat12__banner__section .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.flat12__banner__section .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 3s;
    animation: pulsate-btn 3s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 153, 97, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.flat12__banner__section .play-btn:hover::after {
    border-left: 15px solid #FFF01F;
    transform: scale(20);
}

.flat12__banner__section .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .flat12__banner__section {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    .flat12__banner__section h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .flat12__banner__section h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 80px 0;
    overflow: hidden;
}

.section-pad {
    padding: 80px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 30px;
}

.default__title3 .title h2 {
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.default__title3 .title {
    text-align: center;
}

.default__title3 .title h2:after {
    content: '';
    position: absolute;
    width: 50%;
    background-color: #fff01f;
    height: 7px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #FFF01F;
    bottom: 0;
    left: 0;
}

.flat12__about {
    position: relative;
    padding-bottom: 0;
}

.flat12__about::after {
    content: "";
    background-image: url('../img/overlay-about.png');
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 84%;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.section-title p {
    margin-bottom: 0;
    color: #777777;
    font-size: 15px;
}

.flat12__about .about__title h2 {
    font-family: 'Lustra';
    font-size: 87px;
    position: absolute;
    left: 8%;
    top: -13px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff01f;
}

.flat12__about .about__contents {
    z-index: 11;
    position: relative;
}

.flat12__about .about__bg {
    position: relative;
    padding-bottom: 80px;
}

.flat12__about .about__title h2 {
    font-family: 'Lustra';
    font-size: 87px;
    position: absolute;
    left: 8%;
    top: -13px;
}

.flat12__about .about__bg {
    position: relative;
}

.flat12__about .about__details h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Lustra';
}

.flat12__about .about__details p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    opacity: 65%;
    width: 90%;
    line-height: 1.7;
}

.car_parking__section {
    padding: 40px 0;
    background: #fff01f;
    z-index: 0;
}

.car_parking__section::after {
    content: "";
    background-image: url('../img/overlay-about.png');
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 84%;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.car_parking__section .car__image {
    position: relative;
}

.car__image img {
    background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    transform: translate(-10%, 0);
    transition: 2s;
}

.car_parking__section:hover .car__image img {
    transform: translate(0%, 0);
    transition: 2s;
}

.car_parking__section:hover .text__rotate {
    transform: rotate(-90deg);
    position: absolute;
    z-index: 9999;
    right: 0%;
    transition: 2s;
}

.car_parking__section .text__rotate {
    transform: rotate(-90deg);
    position: absolute;
    z-index: 9999;
    right: 6%;
    transition: 2s;
}

.car_parking__section .text__rotate h2 {
    font-size: 62px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 999;
}

.cafe__pizzeria__section .owl-nav {
    position: absolute;
    bottom: -95%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cafe__pizzeria__section .owl-nav button {
    border: 2px solid #fff !important;
    border-radius: 0 !important;
}

.cafe__pizzeria__section .owl-nav i {
    font-size: 35px;
    padding: 10px;
}

.cafe__pizzeria__section .owl-nav button:hover {
    background-color: #fff01f !important;
    color: #262626 !important;
    border: 2px solid #fff01f !important;
    transition: .5s;
}

.cafe__pizzeria__section .owl-nav button:hover i {
    color: #262626 !important;
    transition: .5s;
}

.cafe__pizzeria__section {
    background-color: #0C0C0C;
    padding: 40px;
    background-image: url(../img/bean.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cafe__pizzeria__section .item__lists h2 {
    text-transform: uppercase;
    font-size: 24px;
}

.cafe__pizzeria__section .item__lists p {
    font-weight: 500;
}

.cafe__pizzeria__section .item__lists {
    padding-bottom: 80px;
}

.cafeslider__maintitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 40px 0;
    padding-bottom: 20px;
}

section.flat12__cafe.animates_section {
    padding-bottom: 200px;
}

.cafe__pizzeria__section:nth-child(2) .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cafeandpizzeria .underline1 {
    display: inline-block;
    padding-bottom: 6px;
    background-color: #fff01f;
    background-position: 0 100%;
    background-size: 0% 5px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s;
    width: 80px;
    margin-bottom: 0px;
    transition: 3s;
}

.cafeandpizzeria:hover .underline1 {
    display: inline-block;
    padding-bottom: 6px;
    background-color: #fff01f;
    background-position: 0 100%;
    background-size: 0% 5px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s;
    width: 100px;
    transition: 2s;
    margin-bottom: 0px;
    transition: 3s;
}

.default__title2 {
    padding-bottom: 50px;
}


/* .default__title2 .title2 h2 {
    color: #d5d5d5;
    text-transform: uppercase;
    font-size: 55px;
} */

.default__title2 .title2 h2 {
    color: #d5d5d5;
    text-transform: uppercase;
    font-size: 55px;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

.default__title2 .title2 h2:after {
    content: "";
    position: absolute;
    background: #fff01f;
    width: 80%;
    height: 6px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.default__title2 .title2 {
    border-right: 1px solid #858282;
    margin-right: 30px;
    position: relative;
}


/* .default__title2 .title2 .line {
    background-color: #fff01f;
    width: 14%;
    height: 5px;
    margin: 0 auto;
    position: absolute;
    margin-left: 45px;
} */

.default__title2 .title2 h4 {
    color: #d5d5d5;
    text-transform: uppercase;
}

.default__title2 .description p {
    margin: 0;
    font-size: 20px;
    width: 77%;
    font-weight: 600;
    color: #d5d5d5;
    line-height: 1.2;
}

.menu__background {
    background: #000000;
    padding: 100px;
    margin-top: 40px;
    position: relative;
}

.menu__background .coffee__beans {
    position: absolute;
    left: -9%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.menu__background .coffee__beans2 {
    position: absolute;
    top: 50%;
    z-index: 0;
    right: -46%;
    transform: translate(9%, -50%);
}

.menu__background .coffee__beans2 img {
    width: 80%;
}

.menu__background .coffee__beans img {
    width: 80%;
}

.menu__background .menu__lists ul li {
    padding: 20px 25px;
    position: relative;
}

.menu__lists.menu__lists ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu__lists.menu__lists .dashed {
    border-bottom: 3px dashed white;
    width: 43%;
}

.menu__lists.menu__lists .main__title h2 {
    font-size: 20px;
    position: relative;
}

.menu__lists .main__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu__lists.menu__lists .descr p {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.flat12__menu button.btn.btn-primary-outline {
    margin: 0 auto;
}

.flat12__menu .view_all {
    margin-top: 40px;
}

.flat12__menu .default__title2 .title2 h2:after {
    display: none;
}

.flat12__menu .default__title2 .title2 h2 {
    font-size: 45px;
}


/* PRICING */

.collection__management .pricing__sec {
    border: 3px solid #707070;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s;
}

.collection__management .pricing__sec ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 45px;
}

.collection__management .pricing__sec ul li {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #ffff;
    font-size: 18px;
}

.collection__management .pricing__sec ul li img {
    margin-right: 30px;
    padding: 13px 0;
    width: 31px;
}

.collection__management .line img {
    width: 87%;
    margin-left: 40px;
}

.collection__management .line {
    position: absolute;
    right: -2px;
}

.collection__management .pricing__sec h2 {
    text-align: center;
    font-size: 45px;
}

.collection__management a.more__btn button {
    margin: 0 auto;
    margin-top: 32px;
}

.collection__management a.more__btn button {
    display: none;
    transition: .3s ease-out;
}

.collection__management .pricing__sec:hover a.more__btn button {
    display: block;
    transition: .3s;
    transition: .3s ease-in;
}

.collection__management .pricing__sec {
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
}

.collection__management .pricing__sec:hover {
    width: 84%;
    transition: 0.4s ease-in;
    transform: translate(0, -10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.collection__management {
    position: relative;
    z-index: 0;
    background: #262626;
}

.collection__management::after {
    content: "";
    background-image: url('../img/overlay-about.png');
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 1;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    background-position: left;
    background-size: cover;
}


/* EVENTS */

.flat12__events {
    position: relative;
    z-index: 0;
    background: #262626;
}

.flat12__events::after {
    content: "";
    background-image: url('../img/events.png');
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 1;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    opacity: .5;
}

.flat12__events .previous__events {
    margin-right: 18px;
}

.flat12__events .events__lists {
    margin-top: 30px;
}

.flat12__events .events__lists .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -84px;
    margin: 0;
}

.flat12__events .events__lists .owl-theme .owl-nav button {
    border: 2px solid rgb(255, 255, 255) !important;
    border-radius: 0px !important;
}

.flat12__events .events__lists .owl-theme .owl-nav button i {
    font-size: 22px;
    padding: 5px;
}

.flat12__events .events__lists .owl-theme .owl-nav button.owl-next {
    background: #fff01f !important;
    border: 2px solid #fff01f !important;
    color: #000 !important;
}

.flat12__events .events__lists .owl-theme .owl-nav button.owl-next:hover i {
    color: #000;
}

.flat12__events .events__lists .line {
    background-color: #fff01f;
    width: 14%;
    height: 5px;
    margin-bottom: 40px;
}

.flat12__events .events__lists .title h2 {
    color: #cacaca;
    font-size: 28px;
}

.flat12__events .events__lists .item__lists {
    margin-bottom: 30px;
}

.flat12__events .events__lists .item__lists button {
    margin-bottom: 80px;
}

.flat12__events .events__lists .item__lists p {
    font-size: 19px;
}

.flat12__events .events__lists .item__lists h2 {
    font-size: 28px;
    margin: 0;
    padding: 20px 0;
}


/* GALLERY */

.flat12__gallery .gallery__items {
    position: relative;
    cursor: pointer;
}

.w-40 {
    width: 40% !important;
}

.flat12__gallery .gallery__line {
    background-color: #FFF01F;
    height: 10px;
    margin-top: 40px;
}

.flat12__gallery .gallery__items .portfolio-info {
    display: none;
}

.flat12__gallery .gallery__items:hover .portfolio-info {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.flat12__gallery .gallery__items .portfolio-info i {
    font-size: 45px;
    color: #fff01f;
    transition: .2s ease-in;
}

.flat12__gallery .gallery__items img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.flat12__gallery .gallery__items img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    transition: .1s ease-in;
}

.flat12__gallery .gallery__items .h-336 {
    width: 100%;
    height: 336px;
    object-fit: cover;
}

.flat12__gallery .gallery__items .h-670 {
    width: 100%;
    height: 670px;
    object-fit: cover;
}


/* MERCHANDISE */

.flat12__merchandise .merchandise__sliders {
    padding-top: 80px;
}

.flat12__merchandise .merchandise__sliders .item__lists h3 {
    text-align: center;
    font-size: 17px;
    width: 70%;
    margin: 0 auto;
}

.flat12__merchandise .merchandise__sliders .item__lists img {
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
}

.flat12__merchandise .merchandise__sliders .owl-nav button i {
    font-size: 35px;
    padding: 10px;
}

.flat12__merchandise .merchandise__sliders .owl-nav button {
    border: 3px solid #fff !important;
    border-radius: 0 !important;
}

.flat12__merchandise .merchandise__sliders .item__lists {
    min-height: 300px;
    cursor: pointer;
}

.flat12__merchandise .merchandise__sliders .item__lists .get {
    display: none;
}

.flat12__merchandise .merchandise__sliders .item__lists:hover .get {
    display: block;
}


/* SOCIAL */

.flat12__social__images .inata__images {
    display: flex;
}

.flat12__social__images .social__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.flat12__social__images .social__title p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.flat12__social__images .social__title i {
    font-size: 32px;
}

.flat12__social__images .inata__images .social__img img {
    width: 100%;
}


/* FOOTER */

footer.flat12__footer {
    position: relative;
    z-index: 0;
    background: #262626;
}

footer.flat12__footer::after {
    content: "";
    background-image: url('../img/footer__bg.png');
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .3;
    background-blend-mode: multiply;
    mix-blend-mode: color-burn;
    background-position: center center;
}

footer.flat12__footer {
    padding: 80px 0;
}

.flat12__footer .footer__logo img {
    width: 48% !important;
    margin: 0 auto;
}

.flat12__footer .footer__logo {
    text-align: center;
}

.flat12__footer .footer__widgets ul {
    padding: 0;
    list-style-type: none;
}

.flat12__footer .footer__widgets ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.flat12__footer .footer__widgets ul li {
    padding: 10px 0;
}

.flat12__footer .footer__social ul {
    padding: 0;
    list-style-type: none;
    display: inline-flex;
}

.flat12__footer .footer__social ul li i {
    color: #fff;
    font-size: 30px;
    padding: 0 20px;
}

.flat12__footer .footer__social ul li:hover i {
    color: #FFF01F;
}

.flat12__footer .p.m-0 {
    text-align: right;
    padding-top: 18px;
    font-weight: 600;
}

.flat12__footer .footer__widgets ul li a.active {
    border-bottom: 6px solid #FFF01F;
    width: 100%;
}


/* ABOUT  US PAGE */

section.flat12__innerpage.pb-0 {
    position: relative;
}

.flat12__innerpage .inner__banner {
    position: relative;
    top: 68px;
    height: 100vh;
}

.bg__yellow {
    background: #fff01f;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: -1;
    bottom: 0px;
}

.bg__yellow::after {
    content: "";
    background-image: url('../img/overlay-about.png');
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 84%;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.flat12__innerpage .text__rotate {
    transform: rotate(-90deg);
    position: absolute;
    z-index: 9999;
    right: -6%;
    transition: 2s;
    bottom: 35%;
}

.flat12__innerpage .text__rotate h2 {
    color: #fff01f;
    font-weight: bold;
}

.flat12__innerpage .text__rotate h2 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
}

.flat12__innerpage .container-fluid {
    width: 95%;
}

section.flat12__about__details {
    background: #FFF01F;
    position: relative;
}

section.flat12__about__details::after {
    content: "";
    background-image: url('../img/overlay-about.png');
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 84%;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

section.flat12__about__details .title h2 {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 30px;
}

section.flat12__about__details .title p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}

section.flat12__about__details .title {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.flat12__about__details .about__content p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}

section.flat12__story_journey .title h2 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

section.flat12__story_journey .title h2:after {
    content: '';
    position: absolute;
    background: #fff01f;
    width: 16%;
    height: 7px;
    left: 0;
    bottom: 0;
}

section.flat12__story_journey .story__image img {
    height: 264px;
    object-fit: contain;
}

section.flat12__story_journey .story__image {
    padding: 57px 0;
    float: left;
}

section.flat12__story_journey .description p {
    color: #acacac;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}


/* MENU DETAILS */

.inner__padding {
    position: relative;
    top: 100px;
}

.menu__details__categories {
    position: relative;
    z-index: 99;
    padding-bottom: 80px;
}

.menu__details__categories ul#pills-tab {
    position: relative;
    z-index: 99;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 7px solid #fff01f;
    width: 80%;
    margin: 0 auto;
}

.menu__details__categories .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff01f;
    background-color: transparent;
    border: 5px solid #fff01f;
    border-radius: 0;
}

.menu__details__categories li.nav-item button {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    padding: 0 20px;
}

.menu__details__categories .menu__background .menu__lists ul li {
    padding: 20px 25px;
    position: relative;
    color: #fff01f;
}

.menu__details__categories .menu__lists.menu__lists .dashed {
    border-bottom: 3px dashed #fff01f;
    width: 43%;
}

.menu__details__categories .menu__lists.menu__lists .main__title h2 {
    font-weight: 300;
}

.menu__details__categories .menu__lists.menu__lists .descr p {
    font-weight: 400;
}

.menu__details__categories .menu__background .coffee__beans2 {
    right: -43%;
}


/* collection__details */

.flat12__collection__managements .collection__details {
    padding-bottom: 80px;
}

.flat12__collection__managements .collection__details .collection__title h2 {
    font-size: 60px;
    overflow: hidden;
    position: relative;
}

.flat12__collection__managements .collection__details .collection__title h2:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 7px solid #fff01f;
}

.flat12__collection__managements .collection__details .description p {
    color: #fff;
    opacity: 65%;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
}

.flat12__collection__managements .collection__details .feature__lists {
    margin-bottom: 40px;
    margin-top: 20px;
}

.flat12__collection__managements .feature__lists {
    background-image: url('../img/collection1.jpg');
    background-size: cover;
    padding: 15px 40px;
    background-repeat: no-repeat;
}

.flat12__collection__managements .second__bg {
    background-image: url('../img/collection2.jpg');
}

.flat12__collection__managements .feature {
    padding: 15px 0;
}

.flat12__collection__managements .feature {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.flat12__collection__managements .collection__title {
    padding-top: 70px;
}

.flat12__collection__managements .feature .icon {
    display: flex;
    align-items: center;
}

.flat12__collection__managements .feature .icon img {
    padding-right: 10px;
}

.flat12__event__details .event__tabs .nav-pills .nav-link.active {
    color: #fff;
    background-color: transparent;
    position: relative;
    border-radius: 0;
    opacity: 1;
    padding-bottom: 7px;
}

.flat12__event__details .event__tabs .nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    width: 56%;
    height: 5px;
    left: 0;
    background-color: #FFF01F;
    bottom: 0;
}

.flat12__event__details .event__tabs li.nav-item {
    padding-right: 30px;
}

.flat12__event__details .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    padding: 0;
    opacity: 65%;
}

.flat12__event__details .event__tabs {
    margin-bottom: 100px;
}

.flat12__event__details .event__tabs .events__lists {
    padding: 40px 0;
}

.flat12__event__details .event__tabs .events__lists h2 {
    padding: 10px 0;
    margin: 0;
}

.flat12__event__details .event__tabs .events__lists h2 a {
    color: #fff;
}

.flat12__event__details .event__tabs .events__lists h2 a:hover {
    color: #fff01f;
}

.flat12__event__details .event__tabs .events__lists p {
    font-size: 19px;
}

.pagenation__lists {
    margin-top: 50px;
}

.pagenation__lists .page-link {
    position: relative;
    display: block;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-weight: bold;
    padding: 0px 20px !important;
    margin: 0 15px;
}

.pagenation__lists nav ul {
    margin: 0;
    padding: 12px;
}

.pagenation__lists nav {
    border: 1px solid #9e9e9e;
    width: 60%;
    margin: 0 auto;
}

.pagenation__lists a.page-link.active {
    background: #fff01f !important;
    border-radius: 0 !important;
    color: #262626 !important;
}

.flat12__event__details .inner__banner {
    position: relative;
    top: 120px;
    height: 100vh;
}

.flat12__event__details .inner__banner h2 {
    font-size: 60px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.flat12__event__details .bg__yellow {
    background: #fff01f;
    width: 100%;
    height: 159px;
    position: absolute;
    z-index: -1;
    bottom: 0px;
}

.flat12__about__details .event__Details__lists ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 40px;
}

.flat12__about__details .event__Details__lists ul li {
    padding: 0 10px;
    font-size: 20px;
    color: #0C0C0C;
    font-weight: bold;
}

.flat12__about__details .event__Details__lists {
    justify-content: center;
    text-align: center;
    z-index: 9999;
    position: relative;
}

.event__details__gallery .gallery__slider .owl-nav button {
    border: 2px solid #fff !important;
    border-radius: 0 !important;
}

.event__details__gallery .gallery__slider .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: right;
    margin: 60px 0;
}

.event__details__gallery .gallery__slider .owl-nav i {
    font-size: 35px;
    padding: 10px;
}

.event__details__gallery .gallery__slider button.owl-next {
    background: #fff01f !important;
    color: #000 !important;
    border: 2px solid #fff01f !important;
    position: relative;
}

.event__details__gallery .gallery__bg {
    background: #fff01f;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: -1;
}

.event__details__gallery .gallery__bg::after {
    content: "";
    background-image: url('../img/overlay-about.png');
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 84%;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}


/* GALLERY INNER PAGE */

.gallery__innerpage {
    padding: 80px 0;
}

.gallery-text {
    text-transform: capitalize !important;
    font-size: 34px !important;
}

h2.text-white.gallery-text:after {
    display: none;
}

.gallery__details__slider .owl-nav button {
    border: 2px solid white !important;
    border-radius: 0 !important;
}

.gallery__details__slider .owl-nav button i {
    font-size: 35px;
    padding: 10px;
}

.gallery__details__slider .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px !important;
}

.gallery__details__slider .owl-nav button:hover {
    background: #FFF01F !important;
    color: #000 !important;
    border: 2px solid #FFF01F !important;
}

.gallery__details__slider .owl-nav button:hover i {
    color: #000 !important;
}

.page__count {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 22px;
    text-align: center;
}

.page__count h2 span {
    color: #fff01f;
}

.page__count h2 {
    font-size: 17px;
    font-weight: 300;
}

.gallery__details__slider .item img {
    width: 100%;
    height: 500px !important;
}

.gallery__details__slider .item .icon-img {
    width: 50px !important;
    height: 50px !important;
    background: #fff01f;
    padding: 12px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.gallery__details__slider .item:hover .portfolio-info {
    transform: translate(0, 0) !important;
    right: 84%;
    display: block;
    top: 86%;
    right: 11px;
    bottom: 0;
    left: 94%;
}


/* flat12__contact */

.flat12__contact .default__title2 .description {
    border-left: 2px solid #858282;
}

.flat12__contact .default__title2 .description p {
    padding-left: 30px;
}

.flat12__contact__form {
    background-color: #0C0C0C;
    padding: 40px;
    background-image: url(../img/contact__form.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flat12__contact__form .contact__details__lists ul {
    padding: 0;
    list-style-type: none;
}

.flat12__contact__form .contact__details__lists ul li {
    display: flex;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0;
    align-items: flex-start;
}

.flat12__contact__form .contact__details__lists ul li img {
    width: 40px;
    object-fit: contain;
    padding-right: 15px;
    margin-top: 10px;
}

.flat12__contact__form .contact__details__lists .contact {
    font-size: 34px;
    font-weight: 600;
}

.flat12__contact__form .contact__details__lists {
    width: 60%;
    margin: 0 auto;
}

.flat12__contact__form .contact__details__lists .nbr {
    position: relative;
}

.contact__details button.btn.btn-primary {
    margin-left: auto;
}

.flat12__contact__form .contact__details__lists .nbr::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 6px;
    background-color: #fff01f;
    left: 0;
    bottom: 0;
}

.flat12__contact__form .contact__details__lists span {
    color: #fff01f;
}

.flat12__contact__form .contact__details .form-control {
    background-color: transparent;
    margin: 24px 0;
    height: 52px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid white;
    color: #fff;
}

.flat12__contact__form .contact__details .form-control::placeholder {
    color: #fff !important;
    opacity: 64% !important;
}

.flat12__contact__form .contact__details .form-control:-ms-input-placeholder {
    color: #fff !important;
    opacity: 64%;
}

.flat12__contact__form .contact__details .form-control::-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 64%;
}

.flat12__contact__form textarea.form-control {
    height: 100px !important;
}

.flat12__contact__form button.btn.btn-primary {
    margin-left: auto;
}

section.flat12__healthand_safety {
    background: #000;
    padding: 80px 0;
}

section.flat12__healthand_safety .title h2 {
    text-transform: uppercase;
    font-size: 30px;
}

section.flat12__healthand_safety .title {
    border: 5px solid #fff01f;
    padding: 40px;
}

section.flat12__healthand_safety .footer__widgets ul {
    list-style-type: none;
    padding: 0;
}

section.flat12__healthand_safety .footer__widgets ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
}

section.flat12__healthand_safety .footer__widgets ul li img {
    width: 35px;
    object-fit: contain;
    padding-right: 13px;
}

section.flat12__healthand_safety .footer__widgets h4 {
    color: #fff01f;
    font-size: 19px;
}