:root {
    /* --main_color: #021373;
    --second_color: #202D73; */
    --main_color: #333;
    --second_color: #333;
    --third_color: #F2AA52;
    --fourth_color: #B4CED9;
    --border_color: #e8e8e8;
    --bg_color : #ffffff;
}

@font-face {
  font-family: Schabo;
  src: url(../fonts/schabo/SCHABO-Condensed.woff2);
}

*{
    font-family: 'Bai Jamjuree', sans-serif;
}

body {
    background-color: var(--bg_color);
    background-image:url('../images/system/bg.png');
    background-size:600px;
}

.mh10p0 {
    min-height: 10px;
    padding: 0px;
    float: left;
}

.mh10p5 {
    min-height: 10px;
    padding: 5px;
    float: left;
}

.mh10p10 {
    min-height: 10px;
    padding: 10px;
    float: left;
}

.mh10p15 {
    min-height: 10px;
    padding: 15px;
    float: left;
}

.mh10p20 {
    min-height: 10px;
    padding: 20px;
    float: left;
}

.mh10p25 {
    min-height: 10px;
    padding: 25px;
    float: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Prelodaer */

.preloader_outer
{
    width:100%;
    height:100vh;
    background-color:#fff;
    float:left;
    position:fixed;
    left:0px;
    top:0px;
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
}

.preloader_logo_outer
{
    width:300px;
    height:0px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    transition: all 0.8s ease;
    position:absolute;
    bottom:calc(50vh - 75px);
}

.preloader_logo_outer img
{
    width:100%;
    height:130px;
    object-fit: cover;
    object-position: center;
}

/* Prelodaer */

/* Menu */

.menu_outer
{
    width:100%;
    min-height:20px;
    float:left;
    border-bottom:1px solid var(--border_color);
}

.menu_inner
{
    width:100%;
    min-height:20px;
    float:left;
    padding:20px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-left:1px solid var(--border_color);
    border-right:1px solid var(--border_color);
}

.menu_logo_outer
{
    width:220px;
    height:50px;
    float:left;
}

.menu_logo_outer img
{
    width:100%;
    height:50px;
    object-fit: contain;
    object-position: center left;
    margin-top:4px;
}

.menu_right_outer
{
    width:220px;
    height:50px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.menu_center_outer
{
    flex:1;
    height:50px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:35px;
}

.menu_center_box
{
    min-width:10px;
    height:25px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:Center;
    font-size:16px;
    font-weight:500;
    color:var(--second_color);
    padding-bottom:2px;
    cursor:pointer;
    text-decoration: none!important;
}

.menu_center_box_select
{
    color:var(--third_color);
    font-weight:500;
}

.menu_right_btn
{
    min-width:10px;
    height:38px;
    background-color:var(--third_color);
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0px 25px;
    font-size:15px;
    font-weight:500;
    border-radius:20px;
    padding-bottom:1px;
    cursor:pointer;
    color:#fff;
}

/* Menu */

/* Slider */

.slider_outer
{
    width:100%;
    min-height:150px;
    float:left;
    border-bottom:1px solid var(--border_color);
}

.slider_inner
{
    width:100%;
    min-height:150px;
    border-left:1px solid var(--border_color);
    border-right:1px solid var(--border_color);
    padding:15px;
    float:left;
}

.slider_inner_box
{
    width:100%;
    min-height:150px;
    background-color:#f8f8f8;
    border-radius:15px;
    padding:55px 15px;
    float:left;
    position:relative;
    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.slider_inner_box_title
{
    min-width:10px;
    height:46px;
    background-color:#fff;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:30px;
    padding:5px;
    gap:10px;
    position:relative;
}

.slider_inner_box_title_circle
{
    width:36px;
    height:36px;
    background-color:var(--third_color);
    border-radius:50%;
}

.slider_inner_box_title_circle dotlottie-player
{
    width:36px;
    height:36px;
}

.slider_inner_box_title p
{
    font-size:16px;
    font-weight:600;
    color:var(--first_color);
    margin:0px;
    margin-right:10px;
    margin-top:-3px;
}

.slider_inner_box_confetti
{
    widtH:100px;
    height:100px;
    position:absolute;
    right:-70px;
    top:-70px;
    transform: rotateY(180deg);
}

.slider_inner_texts
{
    width:100%;
    min-height:20px;
    float:left;
    margin-top:20px;
}

.slider_inner_texts h3
{
    font-size:45px;
    font-weight:700;
    color:#333;
    line-height:60px;
    margin-bottom:25px;
}

.slider_inner_texts h3 span
{
    color:var(--third_color);
}

.slider_inner_texts p
{
    font-size:18px;
    font-weight:400;
    color:#333;
    line-height:35px;
}

.slider_buttons_outer
{
    width:100%;
    min-height:20px;
    float:left;
    margin-top:20px;
}

.slider_button_box
{
    width:calc(25% - 15px);
    min-height:20px;
    float:left;
    margin-right:20px;
    cursor:pointer;
}

.slider_button_box img
{
    width:100%;
    float:left;
    border-radius:7px;
}

.slider_bottom_circle
{
    width:50px;
    height:50px;
    position:absolute;
    left:calc(50% - 25px);
    bottom:0px;
    z-index:4;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border:2px solid var(--third_color);
    border-bottom:0px;
    padding:5px;
    cursor:pointer;
}

.slider_bottom_circle_inner
{
    width:36px;
    height:70px;
    float:left;
    background-color:#fff;
    border-radius:20px;
    -webkit-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.33);
    box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.33);
    display:flex;
    align-items:center;
    justify-content:Center;
    color:var(--third_color);
    font-size:20px;
}

.slider_bottom_circle_inner i
{
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
        margin-top: -10px;
    }
    50% {
        margin-top: 10px;
    }
}

.slider_mockups_outer
{
    width:100%;
    min-height:20px;
    float:left;
    position:relative;
}

.slider_mockups_outer .mh10p0
{
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    position:relative;
    z-index:1;
}

.slider_m1
{
    width:60%;
    float:left;
    position:relative;
    z-index:2;
    margin-bottom:-22%;
}

.slider_m2
{
    width:50%;
    float:left;
    margin-left:-10%;
    position:relative;
    z-index:1;
    margin-bottom:-22%;
}

.slider_m_top
{
    width:90px;
    height:65px;
    object-fit: contain;
    object-position:center;
    position: absolute;
    z-index:2;
    left:-40px;
    top:-30px;
}

.slider_m_top2
{
    width: 110px;
    height: 75px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: calc(19% - 75px);
}

/* Slider */

/* Homepage */

.homepage_box_contents_outer
{
    width:100%;
    min-height:20px;
    float:left;
    border-bottom:1px solid var(--border_color);
}

.homepage_box_contents_inner
{
    width:100%;
    min-height:20px;
    border-left:1px solid var(--border_color);
    border-right:1px solid var(--border_color);
    float:left;
    padding:30px 20px;
}

.homepage_box_contents_title
{
    width:100%;
    min-height:20px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.homepage_box_contents_title h4
{
    min-width:10px;
    float:left;
    font-size:17px;
    font-weight:400;
    color:var(--third_color);
    margin:0px;
    letter-spacing: 4px;
    text-align:center;
    text-transform: uppercase;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    justify-content:Center;
    gap:15px;
}

.homepage_box_contents_title h4:before
{
    content:'aaaa';
    position:relative;
    font-size:15px;
    color:transparent;
    text-decoration-style: wavy;
    text-decoration-color: var(--third_color);
    text-decoration-line: underline;
    float:right;
    margin-top:-20px;
}

.homepage_box_contents_title h4:after
{
    content:'aaaa';
    position:relative;
    font-size:15px;
    color:transparent;
    text-decoration-style: wavy;
    text-decoration-color: var(--third_color);
    text-decoration-line: underline;
    float:right;
    margin-top:-20px;
    margin-left:-5px;
}

.homepage_box_contents_title h3
{
    min-width:10px;
    float:left;
    font-size:28px;
    font-weight:800;
    color:var(--main_color);
    margin:0px;
    text-align:center;
    text-transform: uppercase;
    position:relative;
    margin-bottom:15px;
}

.title_lines_box
{
    width:60px;
    height:50px;
    position:absolute;
    right:-40px;
    top:-20px;
}

.title_lines_box img
{
    width:100%;
    height:50px;
    object-fit: contain;
    object-position: center;
}

.homepage_box_contents_title p
{
    width:60%;
    float:left;
    font-size:15px;
    font-weight:400;
    color:var(--second_color);
    margin:0px;
    text-align:center;
}

.homepage_contents_boxes_outer
{
    width:100%;
    min-height:20px;
    float:left;
    margin-top:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.homepage_contents_box
{
    flex:1;
    min-height:20px;
    float:left;
    padding:15px;
    border-radius:6px;
}

.homepage_contents_box_icon
{
    width:45px;
    height:45px;
    float:left;
    background-color:#333;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    padding-left:1px;
}

.homepage_contents_box:nth-child(even) .homepage_contents_box_icon
{
    background-color:var(--third_color);
}

.homepage_contents_box_icon_circle
{
    width:100px;
    height:100px;
    background-color:#f8f8f8;
    margin:0px calc(50% - 40px);
    float:left;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:45px;
    color:#333;
    margin-bottom:15px;
}

.homepage_contents_box h3
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:15px;
    font-weight:700;
    color:#333;
    margin:0px;
    margin-top:15px;
    margin-bottom:10px;
    text-align:center;
}

.homepage_contents_box p
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:13px;
    font-weight:300;
    color:#333;
    margin:0px;
    text-align:center;
}

.black_content_top_outer
{
    width:100%;
    height:50px;
    float:left;
    background-size:cover;
    background-position:center;
    position:relative;
}

.black_content_top_outer img
{
    width:100%;
    height:50px;
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
    object-fit: cover;
    object-position: center;
}

.black_content_top_inner
{
    width:100%;
    height:50px;
    float:left;
    border-left:1px solid var(--border_color);
    border-right:1px solid var(--border_color);
    position:relative;
    z-index:3;
}

.homepage_image_line_outer
{
    width:100%;
    min-height:20px;
    background-color:#262626;
    float:left;
}

.homepaeg_image_line_inner
{
    width:100%;
    min-height:50px;
    border-right:1px solid var(--border_color);
    border-left:1px solid var(--border_color);
    float:left;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.homepaeg_image_line_inner h4
{
    width:100%;
    font-size: 17px;
    font-weight: 400;
    color: var(--third_color);
    margin: 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    float:left;
}

.homepaeg_image_line_inner h3
{
    min-width:10px;
    max-width:100%;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    float:left;
    line-height:45px;
    position:relative;
}

.homepaeg_image_line_inner p
{
    width:100%;
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    margin: 0px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    float:left;
    line-height:25px;
    position:relative;
    opacity: 0.8;
}

.homepage_paperlineContents
{
    width:100%;
    min-height:10px;
    float:left;
    overflow:hidden;
    border-bottom:1px solid var(--border_color);
}

.homepagePaperlineMockup
{
    width:50%;
    margin:0px 25%;
    float:left;
    position:relative;
    z-index:1;
    margin-bottom:-150px;
}

.homepaeg_image_line_inner .mh10p15
{
    position:relative;
}

.homepagePaperlineMockupBox1
{
    width:130px;
    height:130px;
    background-color:#ffF;
    border-radius:20px;
    position:absolute;
    right:15%;
    top:0px;
    z-index:4;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.homepagePaperlineMockupBox2
{
    width:130px;
    height:130px;
    background-color:#ffF;
    border-radius:20px;
    position:absolute;
    left:14%;
    bottom:80px;
    z-index:4;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.homepagePaperlineMockupBoxicon
{
    width:50px;
    height:50px;
    background-color:var(--third_color);
    float:left;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
    font-size:20px;
    color:#fff;
}

.homepaeg_image_line_inner h5
{
    width:100%;
    font-size: 12px;
    font-weight: 900;
    color: #333;
    margin: 0px;
    float:left;
    line-height:25px;
    position:relative;
    text-align:center;
}

.homepaeg_image_line_inner h6
{
    width:100%;
    font-size: 23px;
    font-weight: 800;
    color: #333;
    margin: 0px;
    float:left;
    line-height:25px;
    position:relative;
    text-align:center;
}

.homepage_restaurants_boxes_outer
{
    width:100%;
    min-height:20px;
    float:left;
    border-bottom:1px solid var(--border_color);
}

.homepage_restaurants_boxes_inner
{
    width:100%;
    min-height:20px;
    float:left;
    border-right:1px solid var(--border_color);
    border-left:1px solid var(--border_color);
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.homepage_restaurant_box
{
    width:100%;
    height:auto;
    float:left;
    border-radius:15px;
    margin-bottom:10px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    background-size:cover;
    background-position:center;
    cursor:pointer;
    overflow:hidden;
}

.homepage_restaurant_box:after
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-color:#000;
    z-index:1;
    opacity: 0.7;
    transition:all 0.4s ease;
}

.homepage_restaurant_box img
{
    width:80%;
    height:80%;
    position:absolute;
    object-fit: contain;
    object-position: center;
    z-index:3;
    opacity:0.7;
    transition:all 0.4s ease;
}

.homepage_restaurant_box:hover img
{
    opacity:1;
}

.homepage_restaurant_box:hover:after
{
    opacity:0.2;
}

.homepage_restaurant_box:before
{
    content:'';
    display:block;
    padding-bottom:100%;
}

.homepage_restaurant_box_top
{
    width:100%;
    height:auto;
    float:left;
    margin-bottom:5px;
}

.homepage_restaurant_center_contents
{
    min-height:10px;
    float:left;
}

.homepage_restaurant_center_contents h4
{
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: var(--third_color);
    margin: 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    float: left;
    text-align:center;
}

.homepage_restaurant_center_contents h3
{
    width: 100%;
    float:left;
    font-size: 40px;
    font-weight: 700;
    color: #333;
    line-height: 50px;
    margin-bottom: 25px;
    text-align:center;
}

.homepage_restaurant_center_contents p
{
    width: 100%;
    float:left;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin:0px;
    text-align:center;
    margin-bottom:25px;
}

.homepage_restaurant_center_buttons
{
    width:100%;
    min-height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.homepage_restaurant_center_button
{
    min-width:10%;
    height:50px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0px 20px;
    border-radius:5px;
    font-size:13px;
    color:#fff;
    padding-bottom:3px;
    letter-spacing: 1px;
    cursor:pointer;
}

.homepage_restaurant_center_button:first-child
{
    background-color:var(--third_color);
}

.homepage_restaurant_center_button:last-child
{
    color:#333;
    border:1px solid var(--border_color);
}

.homepage_restaurant_center_contents .mh10p0
{
    display:flex;
    align-items:center;
    justify-content:center;
}

.homepage_restaurant_center_contents .mh10p25
{
    margin-bottom:20px;
}

.homepage_comments_outer
{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    padding:25px;
}

.homepage_comments_outer h4
{
    text-align:center;
    float:left;
}

.homepage_comments_outer h3
{
    text-align:center;
    float:left;
}

.homepage_comments_line
{
    width:100%;
    min-height:10px;
    float:left;
    margin-bottom:25px;
    margin-top:20px;
}

.homepage_commentbox_outer
{
    width:100%;
    min-height:20px;
    background-color:#fff;
    float:left;
    padding:15px;
    border-radius:8px;
    position:relative;
}

.homepage_commentbox_outer:before
{
    content: "\f10e";
    width:90px;
    height:90px;
    position: absolute;
    right:15px;
    top:0px;
    z-index:1;
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size:68px;
    color:#333;
    opacity:0.1;
}

.homepage_comments_stars
{
    width:100%;
    min-height:10px;
    float:left;
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size:15px;
    gap:5px;
    color:var(--third_color);
    margin-bottom:10px;
}

.homepage_comments_text
{
    width:100%;
    min-height:10px;
    float:left;
    color:#333;
    font-size:13px;
    font-weight:500;
    position:relative;
    z-index:3;
}

.homepage_comments_stars span
{
    color:#333;
    font-size:16px;
    font-weight: 600;
    margin-top:-2px;
    margin-left:2px;
}

.homepage_comments_line .slick-dots li button:before
{
    font-size: 20px;
    color:#fff;
}

.homepage_comments_line .slick-dots .slick-active button:before
{
    color:var(--third_color);
}

.homepage_comment_userline
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-top:10px;
    gap:10px;
}

.homepage_comment_userline_image
{
    width: 35px;
    height: 35px;
    background-color: var(--second_color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 2px;
    padding-left: 1px;
}

.homepage_comment_usertext_outer
{
    flex:1;
    min-height:10px;
    float:left;
}

.homepage_comment_usertext_outer h5
{
    width:100%;
    float:left;
    font-size:13px;
    font-weight:600;
    color:#333;
    margin:0px;
    text-align:left;
    line-height:13px;
    margin-bottom:6px;
}

.homepage_comment_usertext_outer h6
{
    width:100%;
    float:left;
    font-size:12px;
    font-weight:500;
    color:#333;
    margin:0px;
    text-align:left;
    line-height:12px;
}

.homepage_bottom_line_outer
{
    width:100%;
    min-height:20px;
    border-bottom:1px solid var(--border_color);
    float:left;
}

.homepage_bottom_line_inner
{
    width:100%;
    min-height:30px;
    border-left:1px solid var(--border_color);
    border-right:1px solid var(--border_color);
    float:left;
    padding:40px;
}

.homepage_bottom_line_inner h4
{
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: var(--third_color);
    margin: 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    float: left;
    text-align: center;
}

.homepage_bottom_line_inner h3
{
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
    float: left;
    text-align: center;
}

.homepage_bottom_line_inner p
{
    width: 70%;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    margin: 0px 15%;
    margin-bottom: 5px;
    float: left;
    text-align: center;
}

.homepage_bottom_line_inner .slider_buttons_outer
{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-top:35px;
}

.homepage_bottom_line_inner .slider_buttons_outer .slider_button_box
{
    width: calc(15% - 15px);
    margin:0px;
}

.about_contents
{
    width:100%;
    min-height:20px;
    float:left;
    margin-top:20px;
}

.about_contents p
{
    width:100%;
    font-size:14px;
    color:#333;
    font-weight:500;
}

/* Homepage */

/* Footer */

.footer_top_line_outer
{
    width:100%;
    height:45px;
    float:left;
    position:relative;
}

.footer_top_line_outer img
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    object-fit: cover;
    object-position:center;
    z-index:1;
}

.footer_top_line_inner
{
    width:100%;
    height:45px;
    border-left:1px solid var(--border_color);
    border-right:1px solid var(--border_color);
    float:left;
    position:relative;
    z-index:2;
}

.footer_outer
{
    width:100%;
    min-height:20px;
    background-color:#f2f2f2;
    float:left;
}

.footer_inner
{
    width:100%;
    min-height:20px;
    float:left;
    border-left:1px solid var(--border_color);
    border-right:1px solid var(--border_color);
    padding:5px;
    padding-top:10px;
}

.footer_bottom_line
{
    width:100%;
    min-height:20px;
    float:left;
    border-top:1px solid var(--border_color);
    padding-top:20px;
    font-size:13px;
    font-weight:500;
    color:var(--main_color);
}

.footer_bottom_line span
{
    float:right;
}

.footer_bottom_line span a
{
    color:var(--third_color);
    text-decoration: none;
}

.footer_logo_outer
{
    width:100%;
    min-height:10px;
    float:left;
    margin-bottom:20px;
}

.footer_logo_outer img
{
    width:35%;
    float:left;
}

.footer_logo_bottom_text
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:14px;
    font-weight:500;
    color:var(--second_color);
    margin-bottom:25px;
}

.footer_social_line
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:13px;
}

.footer_social_line_box
{
    width:36px;
    height:36px;
    background-color:#fff;
    float:left;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    -webkit-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.23);
    box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.23);
    overflow:hidden;
    cursor:pointer;
    position:relative;
    text-decoration: none!important;
}

.footer_social_line_box i
{
    font-size:16px;
    color:var(--third_color);
    position:relative;
    z-index:2;
    transition:all 0.3s ease;
}

.footer_social_line_box:hover:before
{
    width:100%;
    height:100%;
}

.footer_social_line_box:hover i
{
    color:#fff;
}

.facebook_box:before
{
    content:"";
    width:0%;
    height:0%;
    background-color:#3b5998;
    position:absolute;
    z-index:1;
    transition:all 0.3s ease;
    border-radius:50%;
}

.instagram_box:before
{
    content:"";
    width:0%;
    height:0%;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    position:absolute;
    z-index:1;
    transition:all 0.3s ease;
    border-radius:50%;
}

.twitter_box:before
{
    content:"";
    width:0%;
    height:0%;
    background-color:#1da1f2;
    position:absolute;
    z-index:1;
    transition:all 0.3s ease;
    border-radius:50%;
}

.linkedin_box:before
{
    content:"";
    width:0%;
    height:0%;
    background-color:#0077b5;
    position:absolute;
    z-index:1;
    transition:all 0.3s ease;
    border-radius:50%;
}

.footer_title_outer
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:18px;
    font-weight:600;
    color:var(--third_color);
    margin-bottom:20px;
}

.footer_link_outer
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:15px;
    font-weight:400;
    color:var(--main_color);
    margin-bottom:10px;
    cursor:pointer;
    text-decoration: none;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    transition: all 0.3s ease;
}

.footer_link_outer:before
{
    content:'';
    width:0px;
    height:1px;
    background-color:var(--third_color);
    float:left;
    transition: all 0.3s ease;
}

.footer_link_outer:hover:before
{
    width:10px;
    margin-right:7px;
}

.footer_input_outer
{
    width:100%;
    height:45px;
    background-color:#fff;
    float:left;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:25px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer_input_outer button
{
    width:45px;
    height:45px;
    float:left;
    background-color:var(--third_color);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    border:0px!important;
    outline:0px!important;
    box-shadow: none!important;
    font-size:18px;
}

.footer_input_outer input
{
    flex:1;
    height:45px;
    float:left;
    border:0px!important;
    outline:0px!important;
    box-shadow: none!important;
    color:#333;
    padding:0px 15px;
    padding-bottom:2px;
    font-size:15px;
}

/* Footer */

/* Contact */

.contact_page_outer
{
    width:100%;
    min-height:20px;
    float:left;
    border-bottom:1px solid var(--border_color);
}

.contact_page_inner
{
    width:100%;
    min-height:20px;
    float:left;
    border-left:1px solid var(--border_color);
    border-right:1px solid var(--border_color);
    padding:40px 20px;
}

.sss_contents_outer
{
    width:80%;
    min-height:20px;
    background-color:#fff;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
    padding:0px 15px;
    border-radius:14px;
}

.sss_line_outer
{
    width:100%;
    min-height:10px;
    float:left;
    border-bottom:1px solid var(--border_color);
    padding:20px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    cursor:pointer;
}

.sss_line_arrowbox
{
    width:25px;
    height:25px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
    color:#333;
}

.sss_line_text
{
    flex:1;
    min-height:10px;
    float:left;
    font-size:15px;
    font-weight:400;
    color:#333;
    line-height:25px;
}

.sss_line_contents
{
    width:100%;
    min-height:20px;
    float:left;
    border-bottom:1px solid var(--border_color);
    padding:15px;
    font-size:15px;
    font-weight:400;
    color:#333;
    opacity: 0.8;
}

.contact_form_outer
{
    width:80%;
    min-height:20px;
    background-color:#fff;
    float:left;
    margin:0px 10%;
    margin-top:35px;
    padding:15px;
    border-radius:10px;
    box-shadow: 0 2px 12px 0 rgba(16,16,16,.08);
    border:1px solid #e9e9e996;
}

.custom_form_line
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.custom_form_line p
{
    width:100%;
    float:left;
    margin:0px;
    font-size:16px;
    font-weight:600;
    color:#333;
    margin-bottom:8px;
}

.custom_form_line input
{
    width:100%;
    height:45px;
    float:left;
    border-radius:7px;
    padding:0px 15px;
    box-shadow: 0 2px 12px 0 rgba(16,16,16,.08);
    border:1px solid #e9e9e996;
    outline:0px!important;
    padding-bottom:3px;
}

.custom_form_line select
{
    width:100%;
    height:45px;
    float:left;
    border-radius:7px;
    padding:0px 15px;
    box-shadow: 0 2px 12px 0 rgba(16,16,16,.08);
    border:1px solid #e9e9e996;
    outline:0px!important;
    -webkit-appearance: none;
    appearance: none;
    padding-bottom:2px;
}

.custom_form_line textarea
{
    width:100%;
    height:145px;
    float:left;
    border-radius:7px;
    padding:10px 15px;
    box-shadow: 0 2px 12px 0 rgba(16,16,16,.08);
    border:1px solid #e9e9e996;
    outline:0px!important;
    resize:none!important;
}

.custom_form_line button
{
    min-width:10px;
    height:50px;
    background-color:var(--third_color);
    color:#fff;
    float:left;
    border-radius:10px;
    padding:0px 20px;
    border:0px!important;
    outline:0px!important;
    text-transform: uppercase;
    padding-bottom:2px;
    letter-spacing: 2px;
    font-weight:500;
}

.restaurant_modalbox_outer
{
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,0.7);
    position:fixed;
    left:0px;
    top:0px;
    z-index:999;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:auto;
}

.restaurant_modalbox_inner
{
    width:100%;
    min-height:50px;
    max-height:100vh;
    float:left;
    padding:30px;
    overflow:auto;
}

.restaurant_modalbox
{
    width:60%;
    min-height:50px;
    background-color:#fff;
    float:left;
    margin:0px 20%;
    border-radius:14px;
    box-shadow: 0 2px 12px 0 rgba(16,16,16,.08);
    border:1px solid #e9e9e996;
    padding:20px;
    margin-bottom:30px;
}

.restaurant_modalbox_close
{
    width:40px;
    height:40px;
    position: absolute;
    right:15px;
    top:15px;
    z-index:33;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    cursor:pointer;
}

.restaurant_modalbox_outer::-webkit-scrollbar
{
    width: 0px;
}

.restaurant_modalbox_inner::-webkit-scrollbar
{
    width: 0px;
}

.restaurant_modalbox::-webkit-scrollbar
{
    width: 0px;
}

/* Contact */

/* Mobile */

.mobile_menu_btn
{
    width:40px;
    height:40px;
    background-color:orange;
    display:none;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#fff;
    border-radius:4px;
}

@media screen and (max-width: 900px)
{
    .menu_center_outer
    {
        display:none;
    }

    .menu_right_btn
    {
        display:none;
    }

    .menu_logo_outer
    {
        flex:1;
    }

    .menu_right_outer
    {
        flex:1;
    }

    .mobile_menu_btn
    {
        display:flex;
    }

    .footer_bottom_line
    {
        text-align:center;
    }

    .footer_bottom_line span
    {
        width:100%;
        text-align:center;
        margin-top:10px;
    }

    .slider_inner_box
    {
        flex-direction: column;
    }

    .slider_m_top
    {
        display:none;
    }

    .slider_m_top2
    {
        display:none;
    }

    .slider_buttons_outer
    {
        display:flex;
        align-items:center;
        justify-content:center;
        gap:15px;
    }

    .slider_button_box
    {
        width:auto;
        flex:1;
        margin:0px;
    }

    .title_lines_box
    {
        display:none;
    }

    .homepage_contents_boxes_outer
    {
        flex-direction: column;
        gap:0px;
    }

    .homepage_box_contents_title p
    {
        width:100%;
    }

    .homepaeg_image_line_inner
    {
        flex-direction: column;
    }

    .homepagePaperlineMockup
    {
        width:80%;
        margin:0px 10%;
        margin-bottom: -150px;
    }

    .homepagePaperlineMockupBox1
    {
        right:10px;
        top:15px;
    }

    .homepagePaperlineMockupBox2
    {
        left:10px;
        bottom:0px;
    }

    .homepage_restaurants_boxes_inner .mh10p10
    {
        display:none;
    }

    .homepage_restaurant_center_contents .mh10p25
    {
        padding:0px;
    }

    .homepage_restaurant_center_buttons
    {
        flex-direction: column;
    }

    .homepage_bottom_line_inner
    {
        padding:40px 20px;
    }

    .homepage_bottom_line_inner p
    {
        width:100%;
        margin-right:0px;
        margin-left:0px;
    }

    .contact_form_outer
    {
        width:100%;
        margin-left:0px;
        margin-right:0px;
    }

    .sss_contents_outer
    {
        width:100%;
    }

    .restaurant_modalbox_inner
    {
        padding:30px 10px;
        padding-top:60px;
    }


    .restaurant_modalbox
    {
        width:100%;
        margin:0px;
    }
}

/* Mobile */
