@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap');
@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");

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

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;
}

/* mainBanner start */
.slider5 .mainSwiper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    min-height: 550px;
}

.slider5 .mainSwiper h2 {
    color: #ECBB3C;
    font-size: 100px;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1;
}

.slider5 .mainSwiper p {
    font-size: 25px;
    color: #fff;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 400;
    width: 880px;
    max-width: 100%;
    margin: 20px auto 0;
}

.slider5 .mainSwiper a {
    height: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0 40px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid #fff;
    width: 300px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 30px;
}

.slider5 .mainSwiper .swiper-slide {
    position: relative;
}

.slider5 .mainSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .5;
    background: rgb(0, 0, 0);
}

.slider5 .mainSwiper .swiper-slide .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
    z-index: 2;
}

.slider5 .mainSwiper .swiper-slide video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    vertical-align: middle;
    min-height: 550px;
}

.slider5 .mainSwiper .swiper-slide .container>div {
    padding: 0 100px;
    text-align: center;
}

.slider5 .mainSwiper {
    position: relative;
    overflow: hidden;
}

.slider5 .mainSwiper>.container {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    align-items: center;
    max-width: none;
    width: auto;
}

.slider5 .mainSwiper>.container button {
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    font-size: 32px;
    color: #fff;
}

.slider5 #mainPagination {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 2;
}

.slider5 #mainPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all .3s;
}

.slider5 #mainPagination .swiper-pagination-bullet-active {
    background-color: #ecbb3c;
    width: 20px;
    border-radius: 10px;
}

@media(min-width:1400px) {
    .slider5 .mainSwiper>.container {
        /* max-width: none; */
        /* width: auto; */
    }

    .slider5 .mainSwiper .swiper-slide .container>div {
        /* padding: 0; */
    }
}

.slider5.slider_component {}

@media(max-width:1500px) {
    .slider5 .mainSwiper h2 {
        font-size: 80px;
    }
}

@media(max-width:1200px) {
    .slider5 .hm_inner {
        justify-content: flex-end;
    }

    .slider5 .has-submenu.active::after {
        content: '\f106' !important;
    }

    .slider5 .h_menu>ul>li>a.has-submenu::after,
    .slider5 .has-submenu::after {
        content: '\f107';
        font-family: 'FontAwesome';
        color: #fff;
        position: static;
        height: auto;
        border-radius: 0;
        font-size: 20px;
        line-height: normal;
    }

    .slider5 .mainSwiper h2 {
        font-size: 40px;
    }

    .slider5 .mainSwiper p {
        font-size: 18px;
    }

    .slider5 .mainSwiper a {
        font-size: 16px;
        height: 40px;
        padding: 0 20px;
    }
}

@media(max-width:992px) {
    .slider5 .mainSwiper h2 {
        font-size: 40px;
    }

    .slider5 .mainSwiper p {
        font-size: 18px;
    }

    .slider5 .mainSwiper>.container button {
        /* display: none; */
        font-size: 28px;
    }

    .slider5 .mainSwiper .swiper-slide .container>div {
        padding: 0;
    }
}

@media(max-width:768px) {

    .slider5 .top_bar .container,
    .slider5 .header_1 .container {
        padding: 0 15px;
    }

    .slider5.slider_component {}

    .slider5 #mainPagination {
        bottom: 15px;
    }

    .slider5 .mainSwiper img {}

    .slider5 .mainSwiper h2 {
        font-size: 32px;
    }

    .slider5 .mainSwiper p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.2;
    }

    .slider5 .mainSwiper .swiper-slide .container {
        padding: 0 30px;
    }

    .slider5 .mainSwiper a {
        font-size: 14px;
        height: 35px;
        padding: 0 15px;
        width: auto;
    }

    .slider5 .mainSwiper img {
        min-height: auto;
    }

    .slider5 .mainSwiper .swiper-slide .container {
        margin-top: -25px;
    }
}

/* mainBanner end */

/* header start */
.header7.header_menu {
    padding: 24px 0px;
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .3s;
}

.header7.header_menu.sticky {
    background-color: #33481F;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
}

.header7 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
}

.header7 .the_logo1 img {
    height: 47px;
}

.header7 .hm_inner {
    display: flex;
    flex: 1;
    justify-content: center;
}

.header7.header_menu .row>div {
    display: flex;
    align-items: center;
}

.header7.header_menu .row>div>div:last-child {
    display: flex;
}

.header7 .hm_inner ul {
    gap: 24px;
}

@media (min-width: 1201px) {
    .header7 .hm_inner .has-submenu + ul li + li{
        border-top: 1px solid #ffffff2e;
    }
    .header7 .hm_inner>ul li {
        position: relative;
    }

    .header7 .hm_inner>ul li ul li ul {
        left: 100%;
        top: 0;
        visibility: hidden;
        opacity: 0;
    }

    .header7 .hm_inner>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .header7 .hm_inner>ul>li ul::before{
        content: '';
        position: absolute;
        top: -35px;
        width: 100%;
        left: 0;
        height: 35px;
    }

    .header7 .src_overlay.active input {
        padding-left: 45px;
    }

    .header7 .src_button.active {
        position: relative;
        z-index: 2;
    }

    .header7 .src_button.active img:last-child {
        display: block;
    }

    .header7 .src_button.active img:first-child {
        display: none;
    }

    .header7 .hm_inner>ul {
        display: flex !important;
        align-items: center;
    }

    .header7 .hm_inner>ul>li ul li:hover>a {
        background-color: #1e1e1e;
        color: rgb(255, 255, 255);
    }

    .header7 .hm_inner>ul>li ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header7 .hm_inner>ul>li {
        position: relative;
    }

    .header7 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header7 .hm_inner>ul>li:hover a {
        background: rgba(0, 34, 91, 0.05);
    }

    .header7 .hm_inner>ul>li ul {
        display: block !important;
    }

    .header7 .src_button.active {
        margin-right: -30px;
    }
}

.header7 .hm_inner>ul>li>a {
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0px 10px;
}

.header7 .hm_inner ul li.active>a {
    font-weight: 700;
}

.header7 .has-submenu+i {
    display: none;
}

.header7 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 8px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: lch(0 0 0 / 0.4);
    margin-top: 35px;
    backdrop-filter: blur(18px);
}

.header7 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    font-size: 18px;
    white-space: nowrap;
}

.header7 .src_button {
    margin-left: 35px;
    padding-left: 15px;
    color: rgb(150, 150, 150);
    transition: 0.3s;
    display: none;
}

.header7 .src_button img {
    height: 24px;
}

.header7 .src_button img:last-child {
    display: none;
}

.header7 .menu_trigger {
    display: none;
}

.header7 .src_overlay {
    width: 230px;
    position: relative;
}

.header7 .src_overlay.active {
    width: 260px;
}

.header7 .src_overlay input {
    transition: 0.3s;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    border: 1px solid rgb(217, 217, 217);
    font-size: 13px;
    border-radius: 10px;
    background: #F5F5F5;
    border-radius: 30px;
}

.header7 .src_overlay input:focus {
    border-color: #bcbcbc;
}

.header7 .src_overlay button {
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 2;
    width: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: .5;
}

.header7 .src_overlay button i {
    width: 18px;
}

.header7.header_menu .row>div.active .the_logo1,
.header7.header_menu .row>div.active .hm_inner>button,
.header7.header_menu .row>div.active .mobile_flex .src_button {
    visibility: hidden;
}

.header7 .src_overlay button i:last-child {
    display: none;
}

.header_social {
    display: flex;
    gap: 16px;
}

.header_social a {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #33481F;
}


@media (max-width: 1400px) {
    .header7 .src_overlay {
        width: 160px;
        margin-left: 20px;
    }

    .header7 .hm_inner ul {
        gap: 18px;
    }

    .header7 a.get_service,
    .header7 .get_service {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .header_social {
        display: none;
    }

    .header7 .hm_inner>ul {
        max-height: 350px;
        overflow-y: auto;
    }

    .header7 .hm_inner>ul ul {
        padding-right: 0 !important;
    }

    .header7 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header7 .hm_inner a.has-submenu::after {
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 7px;
    }

    .header7 .hm_inner a.has-submenu.active::after {
        content: "\f106";
    }

    .header7 .mobile_flex {
        display: flex;
    }

    .header7 .src_overlay button i:last-child {
        display: block;
    }

    .header7 .src_overlay button i:first-child {
        display: none;
    }

    .header7 .the_logo1 img {
        max-height: 80px;
    }

    .header7 .src_overlay button {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        left: auto;
        width: auto;
        pointer-events: all;
        font-size: 22px;
    }

    .header7 .src_overlay button i {
        height: 20px;
    }

    .header7 .src_overlay {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 2;
        display: none;
        margin-left: 0px;
        transform: translateY(-50%);
        right: 15px;
    }

    .header7 .src_overlay.active {
        display: block;
        width: auto;
    }

    .header7 .src_overlay input {
        padding-left: 15px;
    }

    .header7 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header7 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
    }

    .header7 .menu_trigger {
        display: block;
    }

    .header7.header_menu .row {
        position: relative;
    }

    .header7 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: #1e1e1e;
        margin-top: 15px;
        display: none;
    }

    .header7 .hm_inner ul li {
        width: 100%;
    }

    .header7 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        font-size: 18px;
    }

    .header7 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }

    .header7 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: block;
        transition: none;
        color: #fff;
    }
}

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

    .slider5 .mainSwiper>.container {
        bottom: 30px;
    }

    .header7 a.get_service,
    .header7 .get_service {
        display: none;
    }

    .header7 .src_overlay button,
    .header7 .src_overlay input {
        height: 40px;
    }

    .header7 .src_button {
        font-size: 22px;
    }

    .header7 .ct_overlay {
        display: none;
    }

    .header7 .the_logo1 img {
        max-height: 30px;
        max-width: 130px;
    }

    .header7 .header_top {
        display: none;
    }

    .header7 .hm_inner ul {
        left: 0;
        right: 0;
        padding: 15px 0;
    }

    .header7.header_menu {
        padding: 15px 0;
    }
}

/* header end */

.ia_bg {
    background-color: #F3EDE2;
    padding: 100px 0 160px 0;
}

.ia_green {
    background-color: #33481F;
    padding: 100px;
    margin-top: -100px;
    height: max-content;
    position: relative;
}

.ia_green::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #33481F;
    margin-left: -1px;
}

.index_about {
    display: flex;
    margin-top: 100px;
}

.ia_shape {
    position: relative;
    z-index: 2;
}

.ia_shape>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ia_shape .shape_item {
    position: absolute;
    left: -73px;
    top: -73px;
    width: 147px;
    z-index: 2;
    -webkit-animation: textRotation 8s linear infinite;
    animation: textRotation 8s linear infinite;
}

.shape_item2 {
    position: absolute;
    left: -159px;
    bottom: -80px;
    width: 318px;
}

.shape_item2 img {
    width: 90%;
}

@-webkit-keyframes textRotation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes textRotation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ia_shape .shape_item img {
    width: 100%;
}

.index_about>div {
    width: 50%;
}

.section_title {
    font-size: 50px;
    color: #ECBB3C;
    margin: 0 0 25px;
}

.section_title span {
    font-size: 50%;
    color: #6A8E48;
    display: block;
}

.ia_green p {
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
}

a.btn_component1 {
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid #fff;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}

/*hovers*/
@media(min-width:1200px) {
    .dp_row:hover>div:first-child h3{
        color: #ECBB3C;
    }
    .service_item:hover .si_texts img{
        transform: scale(1.2);
    }
    .service_item:hover .si_shape img{
        transform: translateY(-15px);
    }
    .header7 .hm_inner>ul>li>a {
        position: relative;
        transition: all .3s;
    }

    .header7 .hm_inner>ul>li>a::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #ECBB3C;
        opacity: 0;
        transform: translateY(-15px) translateX(-50%);
        transition: all .3s;
    }

    .header7 .hm_inner>ul>li:hover>a::after {
        opacity: 1;
        width: 40px;
    }

    .header7 .hm_inner>ul>li:hover>a {
        color: #ECBB3C;
    }

    .header_social a:hover {
        background-color: transparent;
        color: #fff;
        animation: .5s hover_anim ease;
    }

    .ft_social li a:hover {
        background-color: transparent;
        color: #fff;
        animation: .5s hover_anim ease;
    }

    .ft_links li a:hover {
        color: #ECBB3C;
    }

    .ft_submit:hover {
        background-color: #fff;
        color: #cca133;
    }

    .slider5 .mainSwiper a:hover {
        background-color: #fff;
        color: #000;
    }

    .btn_component1:hover {
        padding-right: 45px;
    }

    .btn_component1:hover span i {
        transform: translateY(-50%) translateX(10px);
        opacity: 1;
    }
}

.btn_component1 span {
    position: relative;
}

.btn_component1 span i {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    opacity: 0;
}

.section_padding {
    overflow: hidden;
}

.index_full_bg {
    padding: 90px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.index_full_bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0, 0, 0, .7);
}

.index_full_bg .container {
    position: relative;
    z-index: 2;
}

.index_full_bg h2 {
    font-family: "Qwitcher Grypen", cursive;
    font-size: 130px;
    text-align: center;
    margin: 0;
    color: #fff;
    line-height: .6;
}

#ia_reverse .ia_green {
    background-color: #ECBB3C;
    text-align: right;
}

#ia_reverse .ia_green::after {
    background-color: #ECBB3C;
}

#ia_reverse .section_title {
    color: #33481F;
}

#ia_reverse .section_title span {
    color: #E66F34;
}

#ia_reverse .index_about {
    flex-direction: row-reverse;
}

#ia_reverse .ia_green::after {
    left: auto;
    right: 100%;
}

#ia_reverse .shape_item {
    left: 50%;
    transform: translateX(-50%);
    animation: none;
}

#ia_reverse .shape_item2 {
    left: auto;
    right: -159px;
}

.chef_title {
    position: relative;
    display: flex;
    justify-content: center;
}

.chef_title h2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Qwitcher Grypen", cursive;
    font-size: 130px;
    text-align: center;
    margin: 0;
    width: 100%;
    color: #33481F;
}

.section_padding.menus {
    padding: 80px 0 0;
}

.menus_inner {
    display: flex;
    justify-content: space-between;
    background-color: #F3EDE2;
    padding: 80px 0;
    margin-top: 80px;
}

.mi_img {
    background-position: center;
    background-size: cover;
    min-height: 500px;
    width: calc(50% - 360px);
}

.mi_content {
    width: 420px;
}

.mi_content h2 {
    color: #000;
    font-size: 35px;
    text-align: center;
}

.mi_content h2 span {
    color: inherit;
}

.mi_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mi_list li {
    display: flex;
    align-items: center;
    gap: 22px;
}

.mi_list li>div{
    width: 100%;
}

.mi_list li>div strong {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.mi_list li>div strong i {
    flex: 1;
    height: 1px;
    background-color: #000;
    margin: 0 10px;
}

.mi_list li>div p {
    color: #ACACAC;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.menus_nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.menus_nav button {
    font-size: 32px;
}

.menus_swiper {
    overflow: hidden;
}

.menus_swiper button {
    color: #000;
}

.i_contact_sec {
    padding: 160px 0;
}

.i_contact {
    background-color: #33481F;
    display: flex;
    padding: 40px 0 40px 100px;
    position: relative;
}

.i_contact .atropos {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.i_contact h2 {
    font-size: 35px;
}

.i_contact h2 span {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    line-height: 1.6;
}

.i_contact>div:last-child {
    width: calc(100% - 716px);
    max-width: 100%;
}

footer {
    background-color: #33481F;
    min-height: 300px;
    padding: 80px 0;
}

.footer_inner {
    display: flex;
    row-gap: 40px;
}

.ft_left {
    width: 300px;
}

.ft_left img {
    width: 200px;
}

.ft_left p {
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.2;
}

.ft_right {
    flex: 1;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #5b694f;
    display: flex;
    align-items: center;
}

.ft_form {
    flex: 1;
    margin-left: 30px;
    background-color: #ECBB3C;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 40px 30px;
}

.ft_form h3 {
    font-size: 22px;
    color: #33481F;
    font-weight: 600;
    line-height: 1.2;
}

.ft_form p {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}

.ft_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    transition: all .3s;
}

.ft_submit span {
    display: none;
}

.ft_form>div {}

.ft_form>div:nth-child(2) {
    flex: 0 0 260px;
    padding: 0 30px;
}

.ft_form input {
    padding: 0 0 0 20px;
    background-color: #CA9D29;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
}

.ft_form input:hover,
.ft_form input:focus {
    background-color: #ad8725;
}

.ft_form input+input {
    margin-top: 12px;
}

.ft_form input::placeholder {
    color: #fff;
}

.ft_links {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.ft_links li a {
    color: #fff;
    transition: all .3s;
}

.ft_social {
    display: flex;
    margin-top: 15px;
    gap: 10px;
}

.ft_social li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #33481F;
}

@keyframes hover_anim {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
}

.footer_bottom {
    border-top: 1px solid #5b694f;
    margin-top: 60px;
    padding: 30px 0 0;
}

.footer_bottom p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

#loader {
    position: fixed;
    inset: 0;
    background-color: #33481F;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader img {
    height: 47px;
}

.loader {
    width: 64px;
    height: 64px;
    position: relative;
    animation: rotate 1.5s ease-in infinite alternate;
    display: inline-block;
}

.loader::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ECBB3C;
    background: currentColor;
    width: 64px;
    height: 32px;
    border-radius: 0 0 50px 50px;
}

.loader::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    background: #FFF;
    width: 8px;
    height: 64px;
    animation: rotate 1.2s linear infinite alternate-reverse;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

#loader>div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

#loader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.i_contact img {
    width: 100%;
}

.page_title{
    height: 700px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.page_title::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.page_title .container{
    position: relative;
    z-index: 2;
}
.page_title .container div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.page_title h1{
    color: #fff;
    width: 100%;
    font-size: 60px;
    font-family: "Cormorant Infant", serif;
    letter-spacing: 5px;
    margin: 0;
    text-transform: uppercase;
}
.page_title > ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 30px;
    display: flex;
    gap: 15px;
    font-family: "Cormorant Infant", serif;
    white-space: nowrap;
}
.page_title > ul::before,
.page_title > ul::after{
    content: '';
    height: 1px;
    background-color: #D9D9D9;
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page_title > ul::before{
    left: calc(100% + 25px);
}
.page_title > ul::after{
    right: calc(100% + 25px);
}
.page_title > ul li a{
    color: #fff;
}
.page_title > ul li:last-child a{
    color: #ECBB3C
}
.page_title > ul li + li::before{
    content: '-';
    color: #fff;
    margin-right: 15px;
}
.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    word-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    font-weight: bold;
    margin: 1em 0 0.5em;
    line-height: 1.3;
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: #333;
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: #004080;
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid #ccc;
    margin: 1em 0;
    padding: 1em;
    color: #666;
    font-style: italic;
    background-color: #f9f9f9;
}

.content-detail code {
    font-family: monospace;
    background-color: #f4f4f4;
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: #f4f4f4;
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    border: 1px solid #ddd;
}

.content-detail th,
.content-detail td {
    border: 1px solid #ddd;
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}

.content-detail dl {
    margin: 1em 0;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1.5em 0;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: #0066cc;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: #004080;
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    border: none;
}

.content-detail figure {
    margin: 1em 0;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: #666;
}

.content-detail mark {
    background-color: #ff0;
    color: #333;
}

.content-detail aside {
    background-color: #f9f9f9;
    padding: 1em;
    margin: 1em 0;
    border-left: 4px solid #ccc;
    font-size: 0.9em;
    color: #555;
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0;
    color: #444;
}

.content-detail abbr[title] {
    border-bottom: 1px dotted #333;
    cursor: help;
}
.content-detail >:first-child{
    margin-top: 0;
}
.content-detail >:last-child{
    margin-bottom: 0;
}
.about_page{
    padding: 80px 0;
}
.about_content{
    display: flex;
    align-items: center;
}
.about_content > div{
    width: 50%;
}
.about_content > div:last-child{
    padding-left: 60px;
}
.about_content > div:last-child p{
    font-size: 18px;
    font-weight: 600;
}
.ac_inner{
    margin: 60px 0 0 60px;
    box-shadow: -60px -60px #33481F;
}
.ac_inner img{
    width: 100%;
}
.statistic_boxes{
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
}
.statistic_boxes > div{
    padding: 30px;
    width: 250px;
    height: 250px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.statistic_boxes > div h3{
    font-family: 'Cormorant Infant', sans-serif;
    color: #ecbb3c;
    font-size: 70px;
    margin: 0;
}
.statistic_boxes > div > div > span{
    color: #fff;
    font-size: 24px;
}
.gray_bg{
    background-color: #F3EDE2;
}
.service_padding{
    padding: 80px 0;
}
.service_item{
    position: relative;
    padding: 100px 0 0 100px;
    display: flex;
    align-items: center;
}
.service_item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-color: #33481F;
}
.service_item > div{
    position: relative;
    z-index: 2;
}
.si_texts{
    flex: 1;
    position: relative;
    overflow: hidden;
}
.si_texts::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.si_texts img{
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    transition: all 2s;
}
.si_shape{
    width: 350px;
    margin-left: -30px;
}
.si_texts > div{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 70px 50px;
    display: flex;
    align-items: flex-end;
    z-index: 3;
}
.si_texts > div > div:first-child{
    padding-right: 100px;
    flex: auto;
}
.si_texts span{
    font-family: 'Cormorant Infant';
    font-size: 45px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}
.si_texts p{
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}
.si_texts i{
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    font-size: 36px;
}
.si_shape img{
    width: 100%;
    transition: all 2s;
}
.service_padding:not(.gray_bg) .service_item.service_item::before{
    background-color: #ECBB3C;
}
.service_padding:not(.gray_bg) .service_item.service_item{
    flex-direction: row-reverse;
    padding: 100px 100px 0 0;
}
.serv_detail .ac_inner{
    box-shadow:-60px -60px #ECBB3C
}
.detail_props{
    padding: 80px 0 0;
}
.dp_row{
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.dp_row + .dp_row{
    margin-top: 20px;
}
.dp_row > div:first-child{
    width: 350px;
    padding-right: 30px;
}
.dp_row > div:first-child h3{
    font-size: 20px;
    font-weight: 700;
    color: #33481F;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.dp_row > div:first-child h3 i{
    margin-right: 20px;
    font-size: 28px;
}
.dp_row > div:last-child{
    flex: 1;
    padding-left: 50px;
    border-left: 1px solid #D9D9D9;
}
.dp_row > div:last-child p{
    font-size: 18px;
    color: #33481F;
}
.dp_row:last-child{
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.page_title .container div img{
    width: 80px;
    user-select: none;
    pointer-events: none;
}
.ref_section{
    padding: 80px 0 0;
}
.section_title.black{
    text-align: center;
}
.section_title.black{
    color: #33481F;
    font-weight: bold;
    margin-bottom: 80px;
}
.section_title.black span{
    color: #000;
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
}
.ref_lister{
    row-gap: 30px;
}
.ref_item{
    border: 1px solid #ACACAC;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
.ref_item img{
    max-width: 80%;
    max-height: 80%;
}
.contact_section{
    padding: 80px 0;
}
.contact_inner{
    display: flex;
}
.contact_inner > div{
    width: 50%;
}
.contact_inner > div:first-child{
    padding-right: 80px;
    position: relative;
}
.contact_inner > div:first-child::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #D9D9D9;
}
.contact_inner > div:last-child{
    padding-left: 80px;
}
.contact_inner > div:last-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_section .section_title.black{
    text-align: left;
    margin: 0 0 35px;
}
.contact_section .section_title.black span{
    margin: 0;
}
.cs_inner_row + .cs_inner_row{
    margin-top: 35px;
}
.cs_inner_row h3{
    padding-bottom: 15px;
    margin: 0 0 15px;
    color: #33481F;
    font-weight: 700;
    border-bottom: 1px solid #D9D9D9;
}
.cs_inner_row p{
    font-size: 22px;
}
#mapFrame iframe{
    width: 100%;
    height: 500px;
    vertical-align: middle;
}
.ref_list_overlay{
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}
.reference_list{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -ms-overflow-style: none;
    -webkit-overflow-style: none;
    -moz-overflow-style: none;
    overflow-style: none;
    width: 100%;
    margin-bottom: 80px;
    padding: 0 0 20px;
}
.reference_list::-webkit-scrollbar{
	display:none
}
.reference_list li{
    display: inline;
    list-style: none;
}
.reference_list li + li{
    margin-left: 50px;
}
.reference_list li button{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}
.reference_list li button.ce_menu_act::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    width: auto;
}
#list_50food{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#list_50food li{
    width: calc(50% - 50px);
    margin: 0 0 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 20px;
    display: none;
}
#list_50food li.show{
    display: flex;
}
#list_50food li i{
    background-color: transparent;
}
.about_page .section_title.black{
    margin: 0 0 60px;
}
.cert_list{
    row-gap: 30px;
    justify-content: center;
}
.cert_list img{
    width: 100%;
    border: 1px solid #eaeaea;
    transition: all .3s;
}
.cert_list a:hover img{
    opacity: .3;
}
.cert_list a{
    background-color: #000;
    display: flex;
}
#gallery_ro > div{
    width: 20%;
}
#gallery_ro > div:nth-child(8n+1),
#gallery_ro > div:nth-child(8n+4),
#gallery_ro > div:nth-child(8n+6),
#gallery_ro > div:nth-child(8n+7){
    width: 30%;
}
#gallery_ro img{
    height: 200px;
    object-fit: cover;
}
#index_supp{margin-top: 60px;}
#index_supp .ref_item{
    background: #ffffff;
    height: 150px;
    backdrop-filter: blur(5px);
    border: none;
    border-radius: 16px;
}


/* responsive */

@media(max-width:1600px) {
    .si_texts > div {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 50px 40px;
        display: flex;
        align-items: flex-end;
    }
    .si_shape{
        width: 250px;
    }
    .ft_left {
        width: 200px;
    }

    .mi_img {
        width: calc(50% - 250px);
    }

    .shape_item2 {
        left: -89px;
        width: 218px;
    }

    .ia_shape .shape_item {
        width: 110px;
        left: -55px;
        top: -55px;
    }
}

@media(max-width:1200px) {
    .service_item{
        padding: 70px 0 0 70px;
    }
    .service_padding:not(.gray_bg) .service_item{
        padding: 70px 70px 0 0 !important;
    }
    .si_texts span{
        font-size: 38px;
    }
    .si_texts p{
        font-size: 16px;
    }
    .si_texts i{
        width: 40px;
        height: 40px;
        font-size: 32px;
    }
    .ft_form {
        flex-wrap: wrap;
    }

    .ft_form>div {
        width: 100%;
    }

    .ft_form>div:nth-child(2) {
        flex: unset;
        padding: 20px 0;
    }

    .ft_submit {
        margin-top: 15px;
    }

    .i_contact>div:first-child {
        position: relative;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: -100px;
        margin-bottom: -80px;
        max-width: 100%;
    }

    .i_contact {
        flex-wrap: wrap;
        padding: 30px;
        text-align: center;
    }

    .i_contact>div:last-child {
        width: 100%;
    }

    .ft_submit span {
        display: block;
    }

    .ft_submit i {
        display: none;
    }

    .ft_submit {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        border-radius: 8px;
        background-color: #33481F;
        border: none;
        color: #cca133;
    }
}

@media(max-width:992px) {
    .ref_list_overlay{
        width: auto;
    }
    .reference_list li + li {
        margin-left: 30px;
    }
    #list_50food li {
        width: calc(50% - 25px);
    }
    .contact_inner > div:first-child{
        padding-right: 40px;
    }
    .contact_inner > div:last-child{
        padding-left: 40px;
    }
    .cs_inner_row p,
    .contact_section .section_title.black span{
        font-size: 18px;
    }
    .cs_inner_row h3{
        font-size: 20px;
        padding-bottom: 10px;
        margin: 0 0 10px;
    }
    .contact_section .section_title.black{
        font-size: 36px;
    }
    .dp_row > div:first-child{
        width: 250px;
    }
    .si_shape{
        display: none;
    }
    .service_item{
        padding: 30px 0 0 30px;
    }
    .service_padding:not(.gray_bg) .service_item{
        padding: 30px 30px 0 0 !important;
    }
    .ac_inner {
        margin: 30px 0 0 30px;
        box-shadow: -30px -30px #33481F;
    }
    .serv_detail .ac_inner{
        box-shadow: -30px -30px #ECBB3C;
    }
    .about_content{
        flex-wrap: wrap;
    }
    .about_content > div{
        width: 100%;
    }
    .about_content > div:last-child {
        padding-left: 0;
        margin-top: 40px;
    }
    .page_title .container div img{
        width: 60px;
    }
    .page_title{
        height: 450px;
    }
    .page_title h1{
        font-size: 42px;
    }
    .footer_inner>div {
        text-align: center;
    }

    .footer_inner {
        flex-wrap: wrap;
    }

    .footer_inner>div {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }

    .ft_right>div {
        width: 100%;
        margin: 0;
    }

    .ft_links {
        flex-direction: row;
        justify-content: center;
        gap: 5px 15px;
        flex-wrap: wrap;
    }

    .ft_social {
        justify-content: center;
        margin-bottom: 20px;
    }

    .ft_right {
        flex-wrap: wrap;
    }

    .ia_bg {
        padding-bottom: 80px;
    }

    .shape_item2 {
        display: none;
    }

    .ia_green {
        padding: 40px;
    }

    .index_about,
    #ia_reverse .index_about {
        flex-direction: column;
    }

    .index_about>div {
        width: 100%;
    }
}

@media(max-width:768px) {
    #index_supp .ref_item{
        height: 100px;
    }
    .dp_row > div:first-child h3 i{
        margin-right: 15px;
    }
    #gallery_ro > div{
        width: 50%;
    }
    #gallery_ro{
        margin: 0 30px;
    }
    #gallery_ro img{
        height: 130px;
    }
    #gallery_ro > div:nth-child(8n+1),
    #gallery_ro > div:nth-child(8n+4),
    #gallery_ro > div:nth-child(8n+6),
    #gallery_ro > div:nth-child(8n+7){
        width: 50%;
    }
    .reference_list{
        margin-bottom: 40px;
    }
    #list_50food li {
        width: 100%;
    }
    .contact_inner{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .cs_inner_row + .cs_inner_row {
        margin-top: 20px;
    }
    .contact_inner > div{
        width: 100%;
    }
    .contact_inner > div:first-child{
        padding-right: 0;
    }
    .contact_inner > div:first-child::before{
        display: none;
    }
    .contact_inner > div:last-child{
        padding-left: 0;
    }
    .contact_section{
        padding: 40px 0;
    }
    .ref_section{
        padding: 40px 0;
    }
    .dp_row{
        flex-wrap: wrap;
    }
    .dp_row > div:first-child{
        width: 100%;
    }
    .dp_row > div:last-child{
        flex: auto;
        border-left: none;
        padding: 30px 0 0;
    }
    .detail_props{
        padding: 40px 0 0;
    }
    .detail_props{
        padding: 40px 0;
    }
    .service_padding{
        padding: 40px 0;
    }
    .service_padding:not(.gray_bg) .service_item{
        padding: 30px 30px 0 0 !important
    }
    .si_texts span{
        font-size: 28px;
    }
    .si_texts > div{
        padding: 0 30px 30px;
    }
    .si_texts i{
        position: absolute;
        left: 30px;
        top: -60px;
    }
    .si_texts > div > div:first-child{
        padding-right: 0;
    }
    .statistic_boxes{
        gap: 40px;
    }
    .statistic_boxes > div h3{
        font-size: 52px;
    }
    .statistic_boxes > div{
        width: 200px;
        height: 200px;
    }
    .statistic_boxes > div > div > span{
        line-height: 1.2;
    }
    .about_page {
        padding: 40px 0;
    }
    .page_title > ul::before, .page_title > ul::after{
        display: none;
    }
    .page_title h1{
        font-size: 28px;
    }
    footer {
        padding: 40px 0;
    }

    .i_contact_sec {
        padding: 120px 0 40px;
    }

    .menus_inner {
        padding: 40px 0;
        margin-top: 40px;
    }

    .mi_img {
        display: none;
    }

    .mi_content {
        width: 100%;
        padding: 0 30px;
    }

    .section_padding.menus {
        padding: 40px 0 0;
    }

    .chef_title h2 {
        font-size: 68px;
    }

    .chef_title img {
        width: 200px;
    }

    .index_full_bg h2 {
        font-size: 80px;
    }

    .index_full_bg {
        padding: 60px 0;
    }

    .ia_bg {
        padding: 40px 0;
    }

    .ia_shape .shape_item {
        left: auto;
        right: 0px;
        top: -55px;
        width: 110px;
    }

    .section_title {
        font-size: 32px;
    }

    .ia_green {
        padding: 30px 0 30px 30px;
    }

    #ia_reverse .ia_green {
        padding: 30px 30px 30px 0;
    }

    #ia_reverse .shape_item {
        left: 15px;
        transform: none;
        width: 60px;
    }

    a.btn_component1 {
        height: 35px;
        padding: 0 30px;
        font-size: 14px;
    }

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