/*==============================================
          Feast Website Stylesheet
           Body Core Stylesheet
===============================================*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}
html[lang="th"] body {
    font-family: 'Kanit', 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

/* ถ้าอยากให้ placeholder ฟอร์มเป็น Kanit ด้วยในหน้าไทย */
html[lang="th"] ::placeholder {
    font-family: 'Kanit', 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 0.8px;
}
body,
html { height: 100%;}
.btn:focus,.btn:active {outline: none !important;box-shadow: none;}
h1,h2,h3,h4,h5,h6,ul {margin:0px;padding:0px}
ul {list-style-type: none;margin: 0;padding: 0;display: block;}
li { display: inline-block;}
a {cursor: pointer;}
a:hover {text-decoration: none;}
p span {color: #063934; font-weight: bold;};
h3 span {color: #063934; font-weight: bold;};
textarea {resize: none;}
.chantra-color {color: #063934!important; };
ul .chantra-color {color: #063934!important; };
div .btn-chantra { color: #FFF!important; background-color: #063934!important; };
.btn-chantra { color: #FFF!important; background-color: #063934!important; };
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3;
  font-weight: 300;
  font-size:13px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3;
  font-weight: 300;
  font-size:13px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3;
  font-weight: 300;
  font-size:13px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a3a3a3;
  font-weight: 300;
  font-size:13px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
::placeholder {
  color: #a3a3a3;
  font-weight: 300;
  font-size:13px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}

/*====================
 Header
====================*/
header {
    height: 63px;
    padding: 54px 0 0 0;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header {
    background-image: url("../images/header-banner.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
header .social-icons {
    float: right;
    padding: 12px 13px;
    position: relative;
}
header .social-icons a {
    margin-left: 25px;
}
header .social-icons i {
    font-size: 18px;
    color: white;
}

header .col-lg-8.col-xs-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.square {
    height: 50px;
    width: 50px;
    margin-top: 4px;
    background-color: #fff;
    transform: rotate(45deg);
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.54);
}
.sticky {
    z-index: 99;
    position: fixed;
    font-weight: 600;
    top: 0;
    width: 100%;
    background: rgba(6, 57, 52, 0.87);
}
.sticky img {
    transition-duration: 0.5s;
    padding: 6px 0;
}
.sticky .header {
    transition-duration: 0.5s;
}
.sticky .social-icons {
    transition-duration: 0.5s;
    margin-top: 10px;
}
header .social-icons i:hover {color: #063934;}
  .affix {
      top: 0;
      z-index: 9999 !important;
  }

  .affix + .container{
      padding-top: 70px;
  }
.slide-menu .fa-bars {
    font-size: 28px;
    margin-left: 28px;
    float: right;
    color: #000000;
    transform: rotate(-45deg);
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8392156862745098);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
}
.sidenav.hided {width: 0;}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover,.sidenav .active {color: #063934;}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.slide-menu {cursor:pointer;}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;z-index: 9999;}
  .sidenav a {font-size: 14px;}
}

/* .testheight Not required - unless testing ;) */
.testheight {
  height:1200px;
  font-size:20px;
  text-align:center;
  padding:100px 20px;
}
.scrolltop {
	display:none;
	width:100%;
    z-index: 999;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background-color:  rgb(255, 255, 0);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
    background: rgb(0, 0, 0);
    color: white;
	transition: 0.5s;
	-moz-transition: -1.5s;
    -webkit-transition: -1.5s;
	-o-transition: -1.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
/*==================== 
 Banner
====================*/
.heading-m1 {
    color: #fff;
    background-color: rgba(0,0,0,1);
    padding: 10px;
    width: 50%;
}

@media (max-width: 768px) {
    .heading-m1 {
        width: 100%;
        line-height: 25px!important;
    }
}

.banner-home {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    padding-top: 250px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url('../images/banner.jpg');
}
.banner-home h1,.banner-home h2 {
    padding: 0;
    font-size: 66px;
    font-weight: 300;
    line-height: 73px;
    color: #fff;
    letter-spacing: -5px;
    font-family: 'Kanit', 'Montserrat', sans-serif;
    background-color: #000;
    padding: 10px;
    display: inline-block;
}
.banner-home h2 {margin-bottom: 40px;}
.banner-home h4 span{display: block;}
.banner-home h4 {font-size: 18px;font-weight: 400;padding-bottom: 55px;line-height: 35px;}
.banner-home h4 span{display: block;}
.banner-home p {font-size: 18px;font-weight: 600;}
.banner-home i {font-size: 22px; margin-right: 15px;}
.banner-home .btn-success {
    /* success color: #063934; */
    font-size: 18px;
    padding: 20px 28px;
    margin: 30px 0;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #063934;
    border-color: #063934;
    border: 2px solid #063934;
}
.banner-home .btn-success:hover {
    color: #063934;
    background-color: rgba(255,255,255,0.8); /*transparent;*/
    border: 2px solid #063934;
}
.banner-home p span {
  color: yellow;
}
.banner-home .fa-phone {margin-left: 15px;}
/*==================== 
 Testimonial Section
====================*/
.quote-left {
    color: rgba(0,0,0,.1);
    text-align: left;
    margin-bottom: 30px;
}

.quote-right {
    color: rgba(0,0,0,.1);
    text-align: right;
    margin-bottom: 30px;
}


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
.testimonial {width: 100%; height: auto;padding-top: 100px;padding-bottom: 20px;}
.testimonial .heading {color: #000;text-align: center;padding-bottom: 60px;}
.testimonial .heading h2 {font-size: 40px; text-transform: capitalize;font-weight: 400;padding-bottom: 10px;}
.testimonial .heading h2 span {color: #063934;}
.testimonial .heading h3 {font-size: 18px;padding: 0 180px;line-height: 35px;}
.testimonial .col1 {border-right: 1px solid #e5e5e5;}
.testimonial #fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
.testimonial #fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
.testimonial #fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
.testimonial #fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
.testimonial #fade-quote-carousel blockquote {
    border: none;
}
.testimonial #fade-quote-carousel blockquote p {padding-top: 50px;}
.testimonial #fade-quote-carousel .profile-circle1,#fade-quote-carousel .profile-circle2 {
    width: 120px;
    height: 120px;
    background-image: url("../images/chef-ta-profile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100px;
    padding-bottom: 40px;
}
.testimonial #fade-quote-carousel .profile-circle2 {background-image: url("../images/chef-ta-profile.png");display: inline-block;}
.testimonial .carousel-inner {padding: 0 30px;padding-bottom: 40px;}
.testimonial .fa-quote-right {margin-top: -55px;position: relative;}
.testimonial .fa-quote-left {position: absolute;}
.testimonial .fa-angle-double-down,.testimonial .fa-angle-double-up {color: #e5e5e5;position: absolute;right: 0;margin-right: -9px;margin-top: -25px;font-size: 25px;}
.testimonial .fa-angle-double-up {margin-top: 10px;}
.testimonial .carousel-inner .text1 {font-size: 18px;font-weight: 600; display: inline-block;padding: 35px 20px;line-height: 23px;}
.testimonial .carousel-inner .text2 {display: inline-block;padding: 0 20px;position: absolute;padding: 35px 20px;line-height: 25px;font-size: 18px;font-weight: 600;}
.testimonial .carousel-inner .text1 span,.text2 span {display: block;font-weight: 400;}
/*==================== 
    About Section
====================*/
.about {width: 100%; height: auto;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.about .img-thumbnail {width: 100%;height: 689px;padding: 0;object-fit: cover;border: none;border-radius: 0;}
.about h2 {padding-top: 76px;padding-bottom: 10px; font-size: 40px;font-weight: 300;}
.about span {color: #063934;}
.about p {font-size: 18px;font-weight: 300;padding-bottom: 20px;}
.about ul>li {display: block; padding-bottom: 25px;}
.about ul>li a {font-size: 18px;font-weight: 500; color: #000;}
.about ul>li .fa {font-size: 18px; margin-right: 10px;color: #39b54a;}
.about .btn-primary {color: #d2d1d1;margin: 15px 0;font-size: 18px;background-color: transparent;border-color: transparent;}
.about .btn-primary:not(:disabled):not(.disabled):active:focus {box-shadow: none;}
.about .btn-primary:not(:disabled):not(.disabled):active,.about .btn-primary:hover {color: #063934;background-color: transparent;border-color: #063934;}
/*==================== 
    Items Section
====================*/
.items {width: 100%; height: auto;padding-top: 100px;}
.items .heading {color: #000;text-align: center;padding-bottom: 70px;}
.items .heading h2 {font-size: 40px; text-transform: capitalize;font-weight: 400;padding-bottom: 10px;}
.items .heading h2 span a {color: #063934;}
.items .heading h3 {font-size: 18px;padding: 0 120px;line-height: 35px;}
.items .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}

.imageBox {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.imageBox img {
    width:100%;
    transition:.5s;
}
.textBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
  text-align: center;
  padding: 12px 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.imageBox:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.imageBox:hover .thumb {
  transform: scale(1.05);
}

.imageBox .thumb {
  width: 100%;
  aspect-ratio: 1 / 1; /* รูปสี่เหลี่ยมจัตุรัส (หรือใช้ 4/3 ก็ได้) */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}

/* Zoom effect ตอน hover */
.imageBox:hover .textBox {
  opacity: 1;
}

.textBox h5 {
    margin:0;
    padding:0;
    font-size: 22px;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    font-family:arial;
}

.imageBox:hover .textBox {
    left:0;
    opacity: 1;
}
/*==================== 
    Blog Section
====================*/
.blog {
    width: 100%; 
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog .gradient {
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);
background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog .heading {text-align: left;position: relative;padding-bottom: 70px;}
.blog .heading h2 {
    padding: 0;
    font-size: 66px;
    font-weight: 300;
    line-height: 45px;
    color: #fff;
    letter-spacing: -5px;
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    padding: 10px;
    display: inline-block;
}
.blog .heading h3 {
    padding: 0;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    padding: 10px;
    display: inline-block;
}
.blog .inner-content {padding-right: 50px;}
.blog h5 a {color: #063934; font-size: 18px;font-weight: 500;padding-bottom: 5px;}
.blog h6 {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    line-height: 22px;
}
.blog .img-thumbnail {
    object-fit: cover;
    padding: 0;
    border: none;
    border-radius: 0;
}
.Subscribe {width: 100%;height: auto;color: #fff; padding: 60px; background: #063934;}

.Subscribe form {
    float: right;
}
.Subscribe .heading h3 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -3px;
    padding-bottom: 0px;
}
.Subscribe .heading h6 {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
}
.Subscribe .Subscribe {
    padding: 55px 0;
}
.Subscribe .form-control {
    margin-bottom: 19px;
    font-size: 14px;
    border-radius: 0;
    font-style: italic;
    padding: 10px 10px;
}
.Subscribe .input-group {padding: 7px 0;}
.Subscribe .btn-info {
    width: 210px;
    height: 72px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: #000;
    font-size: 22px;
    border-radius: 0;
    font-weight: 400;
    border: 2px solid transparent;
}
.Subscribe .btn-info:hover {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.35);
}
.Subscribe input {
    font-size: 12px;
    width: 322px;
    height: 72px;
    padding: 0 18px;
    border: none;
}
/*==================== 
    Footer Section
====================*/
footer {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
footer .gradient {
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e6000000',GradientType=1 );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
footer address p {color: #828181; font-size: 20px;}
footer address p span {display: block;}
footer address p .call {color: #063934; font-size: 22px;font-weight: 500;}
footer .fa {font-size: 25px;}
footer .fa-facebook {color:#0054a6;}
footer .fa-line {color: #06c755;}
footer .fa-square-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%,#fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .fa-twitter {color:#00ffff;}
footer .fa-pinterest {color:#ff00ff;}
footer .fa-youtube {color:#ff0000;}
footer .fa-vimeo {color:#00bff3;}
footer .fa-google-plus {color:#39b54a;}
footer img {padding-bottom: 60px;}
footer .copy-right {text-align: center;}
footer .copy-right p {font-size: 14px;letter-spacing: 0.5px;}
footer .copy-right p a {color: #52b304;}
/*==============================================
                About-Page
===============================================*/
#about-us {
    border-bottom: 1px solid gray;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
#about-us h3 {font-size: 44px;padding-bottom: 65px;text-transform: uppercase;font-weight: 400;    letter-spacing: -2px;}
#about-us p {
    margin: 0;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 200px;
}
#about-us .image {
    float: left;
    width: 478px;
    height: 394px;
    shape-margin:20px;
    margin-right: 50px;
    margin-bottom: 52px;
}
#about-us .thumbnail {padding: 0;border: none;border-radius: 0;object-fit: cover;}#about-us {
    border-bottom: 1px solid gray;
    padding-bottom: 100px;
    background-color: #fff;
}
#about-us p {
    margin: 0;
    color: #969696;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 200px;
}
#about-us .image {
    float: left;
    width: 547px;
    height: 458px;
    shape-margin: 20px;
    margin-right: 50px;
    margin-bottom: 40px;
}
#about-us .thumbnail {padding: 0;border: none;border-radius: 0;object-fit: cover;}
/*==============================================
                Items-Page
===============================================*/
#items {width: 100%; height: auto;padding-top: 100px;padding-bottom: 150px;}
#items .heading {color: #000;text-align: center;padding-bottom: 70px;}
#items .heading h2 {text-align: left;font-size: 44px; text-transform: capitalize;font-weight: 400;padding-bottom: 10px;}
#items .heading h2 span {color: #063934;}
#items .img-thumbnail {padding: 0;border: none;border-radius: 0;}
/*==============================================
                Blog-Page
===============================================*/
#blog {
    width: 100%; 
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#blog .gradient {
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);
background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
#blog hr {position: relative;border-color: #c8e2b3;padding-bottom: 50px;}
#blog h1 {font-size: 44px;font-weight: 300;padding-bottom: 50px;position: relative;}
#blog .heading {text-align: left;position: relative;padding-bottom: 70px;}
#blog .heading h2 {
    padding: 0;
    font-size: 66px;
    font-weight: 300;
    line-height: 45px;
    color: #fff;
    letter-spacing: -5px;
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    padding: 10px;
    display: inline-block;
}
#blog .heading h3 {
    padding: 0;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    padding: 10px;
    display: inline-block;
}
#blog .inner-content {padding-right: 50px;}
#blog h5 a {color: #063934; font-size: 18px;font-weight: 500;padding-bottom: 5px;}
#blog h6 {
    color: #8e8e8e;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
#blog .img-thumbnail {
    object-fit: cover;
    padding: 0;
    border: none;
    border-radius: 0;
}
#blog .bt ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 100px;
    text-align: left;
}
#blog .bt ul li {
    background: #252525;
    display: inline-flex;
    text-align: center;
    margin-right: 4px;
}
#blog .bt ul li a{
    width: 50px;
    height: 50px;
    color: white;
    margin: 0 auto;
    font-size: 18px;
    padding: 10px 0;
    text-decoration: none;
    font-family: 'Hammersmith One', sans-serif;
}
#blog a {
    text-decoration: none;
}
#blog .bt .active {
    background-color: #063934;
    color: white;
}
#blog .bt a:hover {
    background-color: #063934;
    color: white;
}
#blog .bt {
    padding-top: 80px;
}

/*==============================================
                Blog-single Page
===============================================*/
#blog-single {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-top: 50px;
    border-bottom: 1px solid #b2b2b2;
}
#blog-single hr {position: relative;border-color: #c8e2b3;padding-bottom: 50px;}
#blog-single h1 {font-size: 44px;font-weight: 300;padding-bottom: 50px;position: relative;}
#blog_single .qutation {
    width: 100%;
    text-align: center;
    padding: 50px 170px 50px;
    margin: 40px 0;
    border: 1px solid #c8c8c8;
}
#blog-single .heading h2 {
    color: #363636;
    font-size: 37px;
    line-height: 49px;
    padding-right: 300px;
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}
#blog-single .section4 .card-deck {
    margin-left: -30px;
    margin-right: -30px;
}
#blog-single .section4 h2 {
    font: 36px sans-serif;
    margin-top: 30px;
    margin-bottom: 80px;
    font-weight: 600;
    color: #2e2c39;
    text-align: center;
    text-transform: uppercase;
}
#blog-single .section4 h2.background {
  position: relative;
  z-index: 1;
}
#blog-single .section4 h2.background:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#blog-single .section4 h2.background span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}
#blog-single .box p {
    margin: 0;
    color: #636363;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    word-spacing: -1px;
    margin-top: -7px;
    padding-bottom: 40px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.social-buttons .inner-text span:first-child {
    color: black;
    font-weight: 600;
}
.social-buttons .inner-text span:last-child {
    color: #737373;
    font-weight: 500;
    border-bottom: 1px solid gray;
}
#blog-single h4 {
    font-size: 24px;
    text-align: left;
    color: #545454;
    line-height: 47px;
    font-family: 'Montserrat', sans-serif;
}
#blog-single .inner-text a {color: #737373;font-weight: 400;font-family: 'Montserrat', sans-serif;}
#blog-single .inner-text a:hover, #blog-single .inner-text a:focus {text-decoration: none;border-bottom: 1px solid #fc4733;color: #fc4733;}
#blog-single .qutation {
    width: 100%;
    border: 1px solid #b5b5b5;
    text-align: center;
    padding: 73px 160px;
    margin-bottom: 50px;
}

.social-buttons {border: 1px solid #c2c2c2; margin-top: 60px; margin-bottom: 120px;}
.social-buttons h3 {
    color: #737373;
    font-size: 17px;
    font-weight: 300;
    text-align: right;
    margin-right: 20px;
    padding: 47px 20px;
    font-family: 'Montserrat', sans-serif;
}
#blog_single .heading {
    font-size: 45px;
    padding-top: 60px;
}
#blog_single .heading h2 {
    font-size: 33px;
}

/*-- social buttons --*/
.mbm_social {
  margin:30px 0;
  padding: 0;
  font-size: 0;
  float:left;
  background:#fff;
  margin: 43px 30px;
  text-align:center;	
}
.mbm_social li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.mbm_social a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color:#fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 px;
  width: 116px;
  height: 31px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 5px;
}
.mbm_social a:hover {
  color: #fff;
}
.mbm_social a:hover .tooltip {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -33px);
          transform: translate(0, -33px);
}
.mbm_social a:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.mbm_social .tooltip {
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mbm_social .tooltip span {
    font-size: 10px;
    font-weight: bold;
    left: -50%;
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.mbm_social .tooltip span:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
}
.mbm_social .social-twitter {
  background: #00abdc;
  border-radius: 5px;
  background: -webkit-linear-gradient(#00abdc, #00abdc);
  background: linear-gradient(#00abdc, #00abdc);
  border-bottom: 1px solid #00abdc;
}
.mbm_social .social-twitter:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #00abdc;
}
.mbm_social .social-twitter span {
  background: #00abdc ;
  background: -webkit-linear-gradient(#00abdc, #00abdc);
  background: linear-gradient(#00abdc, #00abdc);
  color: #fff;
}
.mbm_social .social-twitter span:after {
  border-top-color: #00abdc;
}
.mbm_social .social-facebook {
  background: #325c94 ;
  border-radius: 5px;
  background: -webkit-linear-gradient(#4562a0, #385693);
  background: linear-gradient(#4562a0, #385693);
  border-bottom: 1px solid #2f487c;
}
.mbm_social .social-facebook:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #2f487c;
}
.mbm_social .social-facebook span {
  background: #3b5a9b;
  background: -webkit-linear-gradient(#5873aa, #3b5a9b);
  background: linear-gradient(#5873aa, #3b5a9b);
  color: #fff;
}
.mbm_social .social-facebook span:after {
  border-top-color: #325c94;
}
.mbm_social .social-google-plus {
  background: #cb2027;
  background: -webkit-linear-gradient(#cb2027, #cb2027);
  background: linear-gradient(#cb2027, #cb2027);
  border-bottom: 1px solid #cb2027;
}
.mbm_social .social-google-plus:hover {
  color: #fff ;
  text-shadow: 0px 1px 0px #ea4335;
}
.mbm_social .social-google-plus span {
  background: #cb2027;
  background: -webkit-linear-gradient(#cb2027, #cb2027);
  background: linear-gradient(#cb2027, #cb2027);
  color: #fff ;
}
.mbm_social .social-google-plus span:after {
  border-top-color: #cb2027 ;
}
.mbm_social i {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.mbm_social small {
    font-size: 14px;
    margin: 0 0 0 16px;
}
/*== contact form ==*/
#blog-single .img-thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
}
#blog-single .image {
    float: left;
    width: 557px;
    height: 480px;
    object-fit: cover;
    shape-margin: 20px;
    margin-right: 40px;
    margin-bottom: 25px;
}
.mbm_social {background-color: transparent;}
#blog-single .more-bog .inner-content {padding-right: 50px;}
#blog-single .more-bog h5 a {color: #063934; font-size: 18px;font-weight: 500;padding-bottom: 5px;}
#blog-single .more-bog .btn-primary {font-size: 40px;font-weight: 300;padding: 5px 20px;  margin-bottom: 60px;background-color: #e2e2e2;border: 0;border-radius: 0;}
#blog-single .more-bog h6 {
    color: #8e8e8e;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
#blog-single .more-bog .img-thumbnail {
    object-fit: cover;
    padding: 0;
    border: none;
    border-radius: 0;
}
#blog-single .post {
    padding-top: 40px;
    padding-bottom: 60px;
}
#blog-single .post h3 {padding-bottom: 40px;font-size: 41px;color: #363636;}
#blog-single .post strong {
    display: block;
    font-size: 23px;
    font-weight: 500;
    color: #662d91;
}

#blog-single .post strong span {color: #959595; font-size: 14px; font-weight: 500;}
#blog-single .post .col1 p {color: #959595;font-weight: 500;font-size: 17px;line-height: 35px;}
#blog-single .post .col1 {border: 1px solid #d0d0d0;padding: 50px 40px;}
#blog-single .comment-box form .row {margin-left: -15px;margin-right: -15px;}
#blog-single  .comment-box form .col2 {padding: 0;}
#blog-single  .comment-box {padding-top: 40px;}
#blog-single .post .btn-primary {font-size: 40px;font-weight: 300;padding: 5px 20px;margin-bottom: 60px;background-color: #e2e2e2;border: 0;border-radius: 0;}
#blog-single .comment-box .btn-primary {font-size: 40px;font-weight: 300;padding: 5px 20px;margin-bottom: 50px;background-color: #e2e2e2;border: 0;border-radius: 0;}
#blog-single .comment-box form textarea {border-radius: 0;margin-bottom: 25px;}
#blog-single .comment-box form .btn-primary {border: 2px solid #fff;text-transform: uppercase;padding: 15px 70px;border-radius: 0;font-weight: 600;font-size: 16px;background-color: #063934;}
#blog-single .comment-box form .btn-primary:hover {color: #063934; background-color: transparent;border: 2px solid #063934;}
#blog-single .comment-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #cacaca;font-weight: 400;font-size:13px;font-style: normal;text-transform: capitalize;}
#blog-single .comment-box ::-moz-placeholder { /* Firefox 19+ */color: #cacaca;font-weight: 400;font-size:13px;font-style: normal;text-transform: capitalize;}
#blog-single .comment-box form input {height: 60px;border-radius: 0;margin-bottom: 25px;}
#blog-single .comment-box :-ms-input-placeholder { /* IE 10+ */color: #cacaca;font-weight: 400;font-size:12px;font-style: normal;text-transform: capitalize;}
#blog_single .comment-box :-moz-placeholder { /* Firefox 18- */color: #cacaca;font-weight: 400;font-size:12px;font-style: normal;text-transform: capitalize;}
#blog_single .comment-box ::placeholder {color: #cacaca;font-weight: 400;font-size:12px;font-style: normal;}
#blog-single .comment-box form textarea {padding: 20px 20px;}
.modal-backdrop.show {
    opacity: .7;
}
/*-------------------------------*/
/*   Media Queries Styles   */
/*-------------------------------*/
@media(max-width:1440px) {
    .banner-home {height: 755px;padding-top: 200px;}
    .banner-home h1, .banner-home h2 {font-size: 58px;letter-spacing: -4px;line-height: 50px;}
    .banner-home h4 {font-size: 16px;padding-bottom: 45px;line-height: 30px;}
    .banner-home p {font-size: 16px;}
    .banner-home i {font-size: 19px;margin-right: 12px;}
    .banner-home .btn-success {font-size: 16px;padding: 16px 24px;}
}
@media(max-width:1024px) {
    .container {
        max-width: 100%;
    }
    .banner-home {height: 755px;padding-top: 200px;}
    .banner-home h1, .banner-home h2 {font-size: 58px;letter-spacing: -4px;line-height: 50px;}
    .banner-home h4 {font-size: 16px;padding-bottom: 45px;line-height: 30px;}
    .banner-home p {font-size: 16px;}
    .banner-home i {font-size: 19px;margin-right: 12px;}
    .banner-home .btn-success {font-size: 16px;padding: 16px 24px;}
    .testimonial .heading h2 {font-size: 34px;}
    .testimonial .heading h3 {font-size: 14px;letter-spacing: 0.5px;padding: 0 243px;line-height: 25px;}
    .testimonial #fade-quote-carousel blockquote p {padding-top: 18px;}
    .testimonial .carousel-inner {padding: 0 14px;padding-bottom: 15px;}
    .testimonial #fade-quote-carousel blockquote {font-size: 14px;}
    .testimonial #fade-quote-carousel .profile-circle1, #fade-quote-carousel .profile-circle2 {width: 80px;height: 80px;}
    .testimonial .carousel-inner .text1 {font-size: 14px;padding: 14px 10px;line-height: 20px;}
    .testimonial .carousel-inner .text2 {padding: 0 20px;padding: 15px 10px;line-height: 20px;font-size: 14px;}
    .testimonial {padding-top: 50px;padding-bottom: 20px;}
    .about p {font-size: 16px;padding-bottom: 12px;}
    .about ul>li a {font-size: 17px;}
    .about ul>li .fa {font-size: 17px;}
    .about .btn-primary {margin: 0;font-size: 16px;}
    .about .img-thumbnail {height: 560px;}
    .about h2 {padding-top: 40px;font-size: 34px;}
    .items {padding-top: 50px;}
    .items .heading h2 {font-size: 34px;}
    .items .heading h3 {font-size: 14px;padding: 0 210px;line-height: 25px;letter-spacing: 0.5px;}
    .blog {padding-top: 50px;padding-bottom: 50px;}
    .blog .heading h2 {font-size: 54px;line-height: 36px;letter-spacing: -4px;}
    .blog .heading {padding-bottom: 50px;}
    .blog .inner-content {padding-right: 0;}
    .blog h6 {font-size: 14px;}
    .Subscribe .heading h3 {font-size: 34px;letter-spacing: -1px;}
    .Subscribe .heading h6 {font-size: 20px;letter-spacing: 1px;}
    .Subscribe .btn-info {width: 143px;height: 60px;font-size: 16px;}
    .Subscribe input {font-size: 12px;width: 320px;height: 60px;padding: 0 13px;}
    .Subscribe {padding: 35px 0;}
    footer address p {font-size: 14px;letter-spacing: 0.5px;}
    footer img {width: 20%;padding-bottom: 15px;}
    footer {padding-top: 50px;padding-bottom: 0;}
    footer address p .call {font-size: 18px;}
    nav img {width: 60%;}
    .square {height: 40px;width: 40px;}
    header .social-icons {padding: 8px 8px;margin-right: 10px;}
    .square {box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.54);}
    #about-us h3 {font-size: 27px;padding-bottom: 30px;}
    #about-us .image {width: 100%}
    #about-us p {font-size: 12px;}
    #about-us {padding-top: 50px; padding-bottom: 0;}
    #about-us p {margin-bottom: 150px;}
    #items {padding-top: 50px;}
    #items .heading h2 {font-size: 34px;}
    #items .heading h3 {font-size: 14px;padding: 0 210px;line-height: 25px;letter-spacing: 0.5px;}
    #blog {padding-top: 50px;padding-bottom: 50px;}
    #blog .heading h2 {font-size: 54px;line-height: 36px;letter-spacing: -4px;}
    #blog .heading {padding-bottom: 50px;}
    #blog .inner-content {padding-right: 0;}
    #blog h6 {font-size: 14px;}
    #blog .bt ul {padding-bottom: 50px;}
    #blog .bt {padding-top: 50px;}#blog_single .qutation {padding: 40px 87px 40px;}
    #blog_single .heading h2 {padding-right: 320px;font-size: 28px;}
    #blog_single .more_blog h3 {padding-bottom: 30px;font-size: 34px;}
    #blog_single .more_blog img {height: 250px;}
    #blog_single .more_blog .figure-caption a {font-size: 18px;}
    #blog_single {padding-top: 50px;padding-bottom: 50px;}
    #blog_single h4 {font-size: 22px;line-height: 37px;}
    #blog_single .content p {font-size: 16px;}
    #blog-single .more-bog h6 {font-size: 14px;}
    #blog-single .more-bog .inner-content {padding-right: 10px;}
    #blog-single .more-bog h6 {font-size: 13px;color: #000;}
    #blog-single .heading h2 {font-size: 30px;line-height: 40px;padding-bottom: 40px;}
    #blog-single h1 {font-size: 38px;font-weight: 300;padding-bottom: 25px;}
    #blog-single .box p {font-size: 14px;line-height: 25px;word-spacing: -2px;margin-top: -5px;padding-bottom: 30px;}
    #blog-single h4 {font-size: 18px;line-height: 30px;}
    #blog-single .qutation {padding: 60px 210px;}
    #blog-single .image {width: 400px;height: 470px;}
    .social-buttons {margin-top: 40px;margin-bottom: 50px;}
    #blog-single .more-bog .btn-primary {font-size: 34px;margin-bottom: 40px;}
    #blog-single .post .btn-primary {font-size: 34px;margin-bottom: 40px;}
    #blog-single .comment-box .btn-primaryc {font-size: 34px;margin-bottom: 40px;}
    #blog-single .comment-box .btn-primary {font-size: 34px;margin-bottom: 40px;}
    #blog-single .post .col1 p {font-size: 14px;line-height: 27px;}
    #blog-single .post .col1 {padding: 40px 20px;}
    #blog-single .post strong {font-size: 20px;}
    #blog-single .post {padding-bottom: 20px}
}
@media (max-width: 768px) {
    header .social-icons {margin-top: -48px;}
    .social-icons {margin-right: 10px;}
    .sticky .social-icons {margin-top: -60px;}
    .sticky .social-icons {margin-top: -61px;margin-right: 10px;}
    nav img {width: 26%;}
    header {padding: 30px 0 0 0;}
    .sticky img {padding: 14px 0;}
    .banner-home h1, .banner-home h2 {font-size: 42px;letter-spacing: -2px;line-height: 38px;}
    .banner-home h2 {margin-bottom: 20px;}
    .banner-home h4 {padding-bottom: 22px;}
    .banner-home h4 {font-size: 14px;padding-bottom: 30px;}
    .banner-home p {margin-bottom: 5px;}
    .banner-home .btn-success {font-size: 14px;padding: 13px 16px;}
    .banner-home {padding-top: 140px;height: 600px;}
    .testimonial .heading {padding-bottom: 40px;}
    .quote {margin-bottom: 20px;}
    .testimonial .heading h2 {font-size: 28px;}
    .testimonial .heading h3 {font-size: 12px;letter-spacing: 0.5px;padding: 0 120px;line-height: 20px;}
    .testimonial #fade-quote-carousel blockquote {font-size: 12px;letter-spacing: 0.5px;}
    .testimonial .carousel-inner .text2 {padding: 17px 10px;}
    .testimonial .carousel-inner .text1 {padding: 19px 10px;}
    .about h2 {padding-top: 28px;}
    .about ul>li {padding-bottom: 12px;}
    .about ul>li a {font-size: 12px;}
    .about ul>li .fa {font-size: 13px;margin-right: 6px;}
    .about p {font-size: 14px;padding-bottom: 5px;}
    .about h2 {padding-top: 30px;font-size: 32px;}
    .about .btn-primary {font-size: 15px;padding: 10px 0;}
    .about .img-thumbnail {height: 300px;}
    .items .heading {padding-bottom: 40px;}
    .items .heading h3 {line-height: 20px; font-size: 12px;padding: 0 120px;}
    .items .heading h2 {font-size: 28px;}
    .Subscribe .heading h3 {font-size: 28px;}
    .Subscribe .heading h6 {font-size: 18px;}
    .Subscribe .btn-info {width: 123px;height: 50px;font-size: 14px;}
    .Subscribe input {font-size: 12px;width: 225px;height: 50px;padding: 0 12px;}
    footer {padding-top: 20px;}
    footer .mb-5 {margin-bottom: 1rem!important;}
    .blog .heading h2 {font-size: 36px;line-height: 26px;letter-spacing: -1px;}
    .blog .inner-content {padding-bottom: 20px;}
    .blog h5 {font-size: 16px;font-weight: 400;line-height: 25px;padding-bottom: 10px;}
    .blog h6 {font-size: 13px;letter-spacing: 0.5px;}
    .blog .img-thumbnail {width: 100%;height: 200px;object-fit: cover;}
    footer address p {font-size: 12px;font-weight: 500;}
    footer address p .call {font-size: 16px;}
    footer .fa {font-size: 18px;}
    footer .pb-4 {padding-bottom: 0!important;}
    #about-us .image {height: 300px;margin-right: 0;margin-bottom: 20px;}
    #about-us p {margin-bottom: 100px;}
    #about-us p {font-size: 13px;}
    #about-us h3 {padding-bottom: 30px;}
    #items .heading {padding-bottom: 40px;}
    #items .heading h3 {line-height: 20px; font-size: 12px;padding: 0 120px;}
    #items .heading h2 {font-size: 28px;}
    #blog .heading h2 {font-size: 36px;line-height: 26px;letter-spacing: -1px;}
    #blog .inner-content {padding-bottom: 20px;}
    #blog h5 {font-size: 16px;font-weight: 400;line-height: 25px;padding-bottom: 10px;}
    #blog h6 {font-size: 13px;letter-spacing: 0.5px;}
    #blog .img-thumbnail {width: 100%;height: 200px;object-fit: cover;}
    #blog h1 {font-size: 36px;padding-bottom: 20px;}
    #blog {padding-bottom: 40px;}
    #blog .bt ul li a {width: 40px;height: 40px;padding: 5px 0;}
    #blog h1 {font-size: 26px;padding-bottom: 10px;}
    #blog hr {padding-bottom: 20px;}
    #blog-single h1 {font-size: 32px;padding-bottom: 20px;}
    #blog-single .heading h2 {font-size: 24px;line-height: 30px;padding-right: 200px;padding-bottom: 25px;}
    #blog-single hr {padding-bottom: 20px;}
    #blog-single .image {width: 100%;height: 270px;}
    #blog-single .qutation {padding: 40px 80px;}
    .mbm_social a {width: 100px;}
    .mbm_social small {font-size: 12px;margin: 0 0 0 12px;}
    .mbm_social {margin: 30px 10px;}
    .mbm_social li {margin: 0 8px 0 0;}
    .social-buttons h3 {font-size: 14px;text-align: left;margin-right: 0;padding: 37px 0;}
    #blog-single {padding-bottom: 50px;padding-top: 30px;}
    #blog-single .more-bog .img-thumbnail {width: 100%;height: 200px;}
    #blog-single .more-bog .btn-primary {font-size: 28px;padding: 3px 14px;margin-bottom: 40px;}
    #blog-single .post .btn-primary {font-size: 28px;padding: 3px 14px;margin-bottom: 40px;}
    #blog-single .comment-box .btn-primary {font-size: 28px;padding: 3px 14px;margin-bottom: 40px;}
    #blog-single .post .col1 p {font-size: 12px;letter-spacing: 0.5px;line-height: 24px;}
    #blog-single .comment-box form input {height: 50px;}
    #blog-single .comment-box form textarea {height: 200px;}
    #blog-single .comment-box form .btn-primary {padding: 12px 50px;font-size: 14px;}
}
@media (max-width: 425px) {
    .sticky .social-icons {margin-top: -60px;}
    .sticky .social-icons {margin-top: -61px;margin-right: 10px;}
    header .social-icons {padding: 10px 11px;}
    nav img {width: 35%;}
    .square {height: 35px;width: 35px;}
    header .social-icons {padding: 9px 7px;}
    .sticky .social-icons {margin-top: -52px;}
    .slide-menu .fa-bars {font-size: 21px;}
    header .social-icons {padding: 9px 6px;}
    .banner-home {padding-top: 130px;height: 460px;}
    .banner-home h1, .banner-home h2 {font-size: 19px;letter-spacing: 0;line-height: 11px;}
    .banner-home h4 span {display: inline;}
    .banner-home h4 {padding-bottom: 20px;line-height: 20px;font-size: 12px;letter-spacing: 0.5px;}
    .banner-home p {font-size: 12px;}
    .banner-home i {font-size: 15px;margin-right: 10px;}
    .banner-home .btn-success {font-size: 12px;padding: 11px 10px;letter-spacing: 0.5px;}
    .testimonial {padding-top: 40px;padding-bottom: 0;}
    .testimonial .heading h3 {padding: 0 30px;;}
    .about .img-thumbnail {height: 200px;}
    .about p {font-size: 12px;letter-spacing: 0.5px;font-weight: 400;padding-bottom: 5px;}
    .about h2 {font-weight: 400;}
    .textBox h5 {font-size: 16px;}
    .textBox {height: 89%;}
    .items .heading h3 {padding: 0;}
    .blog .heading h3 {font-size: 19px;}
    .blog .heading h2 {font-size: 34px;}
    .Subscribe form {float: none;}
    .Subscribe .heading {text-align: center;}
    .Subscribe input {width: 100%;text-align: center;border: none;}
    footer .mr-4 {margin-right: 0.7rem!important;}
    .Subscribe .btn-info {width: 100%;}
    .testimonial .fa-angle-double-down, .testimonial .fa-angle-double-up {display: none;}
    #about-us .image {height: 200px;}
    #about-us p {font-size: 12px;}
    #about-us {padding-top: 30px;}
    #items .heading h3 {padding: 0;}
    #blog .heading h3 {font-size: 19px;}
    #blog .heading h2 {font-size: 34px;}
    #blog {padding-bottom: 20px;}
    #blog-single h1 {font-size: 25px;padding-bottom: 5px;}
    #blog-single .heading h2 {font-size: 18px;line-height: 25px;padding-right: 0;padding-bottom: 25px;}
    #blog-single .qutation {padding: 30px 30px;}
    #blog-single h4 {font-size: 16px;}
    .mbm_social {float: none;margin-bottom: 0;}
    .social-buttons h3 {text-align: center;}
    #blog-single .more-bog .btn-primary,#blog-single .post .btn-primary,#blog-single .comment-box .btn-primary {font-size: 24px;padding: 3px 14px;margin-bottom: 20px;}
    #blog-single .comment-box form textarea {height: 150px;}
    #blog-single .more-bog h6 {padding-bottom: 25px;}
    #blog-single .post .col1 {margin-bottom: 10px;}
    #blog-single .comment-box form input {height: 45px;margin-bottom: 15px;}
    #blog-single .comment-box form .btn-primary {padding: 10px 30px;font-size: 12px;letter-spacing: 0.5px;}
    .mbm_social i {font-size: 12px;}
    #blog-single .post strong {font-size: 18px;}
    .Subscribe .heading h3 {font-size: 24px;}
    .Subscribe .heading h6 {font-size: 16px;}
    .Subscribe .heading {padding-bottom: 8px;}
    .Subscribe input {height: 40px;}
    footer .copy-right p {font-size: 12px;letter-spacing: 0.5px;}
}
@media (max-width: 375px) {
    .textBox {height: 87%;}
    .Subscribe .heading h3 {font-size: 24px;}
    .blog .heading h3 {font-size: 16px;}
    .blog .heading h2 {font-size: 26px;letter-spacing: 0;}
    .items .heading h2 {font-size: 24px;}
    #items .heading h2 {font-size: 24px;}
    footer img {width: 25%;}
    #blog .heading h3 {font-size: 16px;}
    #blog .heading h2 {font-size: 26px;letter-spacing: 0;}
    .mbm_social a {width: 94px;}
    .social-buttons h3 {font-size: 12px;font-weight: 400;padding-top: 20px;}
    .Subscribe .btn-info {font-size: 12px;}
}
@media (max-width: 320px) {
    header .social-icons {padding: 9px 10px;}
    header .social-icons {margin-top: -34px;}
    .slide-menu .fa-bars {font-size: 18px;}
    .sticky .social-icons {margin-top: -47px;}
    .banner-home {padding-top: 110px;height: 510px;text-align: center;}
    .banner-home .btn-success {padding: 9px 9px;}
    .banner-home i {display: block;margin-right: 0;}
    .textBox {height: 85%;}
    #about-us h3 {font-size: 22px;}
    #blog h1 {font-size: 22px;}
    #blog-single h1 {font-size: 18px;padding-bottom: 0;}
    #blog-single .heading h2 {font-size: 16px;line-height: 22px;padding-right: 0;padding-bottom: 15px;}
    #blog-single .image {height: 200px;}
    #blog-single .box p {font-size: 12px;line-height: 19px;letter-spacing: 0.5px;}
    #blog-single h4 {font-size: 14px;line-height: 25px;}
    #blog-single .qutation {padding: 20px 20px;}
    #blog-single .qutation {margin-bottom: 30px;}
    .mbm_social a {width: 76px;height: 25px;}
    .mbm_social i {font-size: 11px;}
    .mbm_social small {font-size: 10px;}
    #blog-single .more-bog .btn-primary, #blog-single .post .btn-primary, #blog-single .comment-box .btn-primary {font-size: 20px;}
    #blog-single .comment-box form input {height: 40px;margin-bottom: 10px;}
    #blog-single {padding-bottom: 20px;padding-top: 20px;}
    #blog-single .more-bog h5 {font-size: 16px;}
    #blog-single .more-bog h6 {font-size: 12px;}
    #blog-single .post strong {font-size: 16px;}
    #blog-single .post strong span {font-size: 12px;}
    #blog-single .post .col1 p {letter-spacing: 0;line-height: 20px;}
    #blog-single .post .col1 {margin-bottom: 5px;padding: 25px 20px;}
    #blog-single .post {padding-bottom: 0;}
    .Subscribe .heading h3 {font-size: 21px;letter-spacing: 0;}
}

/* ========================
   Michelin Section Spacing
======================== */
.michelin-gallery {
  padding: 100px 0; /* บน desktop */
}

.michelin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: stretch;
}

.michelin-grid .left {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

.michelin-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* Responsive: เพิ่มระยะขอบในมือถือ */
@media (max-width: 768px) {
  .michelin-gallery {
    padding: 60px 20px; /* เพิ่มขอบซ้ายขวา */
  }
  .michelin-grid {
    grid-template-columns: 1fr; /* ซ้อนเป็นแนวตั้ง */
    gap: 20px;
  }
  .michelin-grid .left {
    grid-template-rows: auto;
  }
  .michelin-images img {
    border-radius: 6px;
  }
}

/* เพิ่มระยะห่างรอบ content ให้สมดุลกับ section อื่น */
.michelin-gallery .content {
  padding: 0 15px;
}

/*==========================
   Michelin Award Banner
==========================*/
.michelin-award {
  background: linear-gradient(180deg, #8b0000 0%, #7a0000 100%); /* แดงเข้มแบบ Michelin */
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

.michelin-award .stars {
  margin-bottom: 20px;
}

.michelin-award .stars i {
  color: #ffcc00;
  font-size: 28px;
  margin: 0 3px;
}

.michelin-award h2 {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 40px;
}

.michelin-award .michelin-icon {
  width: 80px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .michelin-award {
    padding: 60px 20px;
  }
  .michelin-award .stars i {
    font-size: 22px;
  }
  .michelin-award h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .michelin-award .michelin-icon {
    width: 60px;
  }
}

/* slides */
.slick-prev, .slick-next {
  background: none;
  border: none;
  color: #8b0000;        /* สีแดงเข้มแบบ Michelin */
  font-size: 28px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slick-prev { left: -40px; }
.slick-next { right: -40px; }

.slick-prev:hover, .slick-next:hover {
  color: #c00;           /* hover สีแดงสด */
}

/* ซ่อนปุ่มข้อความ default ("Previous"/"Next") */
.slick-prev::before,
.slick-next::before {
  display: none;
}

@media (max-width: 768px) {
  .slick-prev { left: 5px; }
  .slick-next { right: 5px; }
}

#gallery-slider .slider-wrapper,
.michelin-slider .slider-wrapper {
  position: relative;
  overflow: hidden;
}


.michelin-chef-section {
  background: linear-gradient(180deg, #8b0000 0%, #7a0000 100%); /* แดงเข้มแบบ Michelin */
  color: #FFF;
}


/* ==========================
   MICHELIN MENU SLIDE STYLE
========================== */

.menu-slide {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  margin: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

/* ✅ ใส่ quote ซ้ายเป็น background faint */
.menu-slide::before {
  content: "\f10d"; /* Font Awesome: quote-left */
  font-family: "FontAwesome";
  position: absolute;
  top: 60%;
  left: 25px;
  font-size: 70px;
  color: rgba(139, 0, 0, 0.08); /* red translucent */
  pointer-events: none;
}

/* ✅ ใส่ quote ขวาเป็น background faint */
.menu-slide::after {
  content: "\f10e"; /* Font Awesome: quote-right */
  font-family: "FontAwesome";
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 70px;
  color: rgba(139, 0, 0, 0.08);
  pointer-events: none;
}

/* ✅ สไตล์ข้อความ */
.menu-slide h4 {
  font-size: 22px;
  color: #8b0000;
  font-weight: bold;
}

.menu-slide h6 {
  font-size: 16px;
  color: #444;
}

.menu-slide p {
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .menu-slide {
    margin: 10px;        /* ลด margin ในจอเล็ก */
  }

  /* เผื่อมี sidebar อื่น ๆ */
  .michelin-side-bar {
    right: 10px;
    left: auto;
    max-width: 80px;
  }
}



/* ==============================================
   PROMOTION SECTION — MICHELIN SWEETS (v2)
   ใช้โทนเดียวกับ testimonial section เดิม
   ============================================== */

.testimonial.promotion {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
  position: relative;
}

.testimonial.promotion .heading h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: none;
  color: #111;
}

.testimonial.promotion .heading h2 span {
  color: #8b0000; /* Michelin red tone */
}

.testimonial.promotion .heading h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  font-weight: 300;
}

/* ==============================================
   BOOK NOW
   ============================================== */

  .booknow {
    display: block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #8b0000 0%, #7a0000 100%);
    color: #fff;

  }
   
/* ==============================================
   MICHELIN SWEET IMAGE BLOCK GRID
   ============================================== */

.michelin-images {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.michelin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  width: 100%;
  height: 480px; /* กำหนดกรอบคงที่ */
}

.bg-block {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  overflow: hidden;
}

/* เงาแบบเดียวกับ .menu-slide เพื่อให้เนียน */
.bg-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease;
}

.bg-block:hover {
  transform: scale(1.03);
  opacity: 0.95;
}

.bg-block:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

/* layout ซ้าย 2 รูป / ขวา 1 รูปแนวตั้ง */
.left-top {
  grid-column: 1;
  grid-row: 1;
}

.left-bottom {
  grid-column: 1;
  grid-row: 2;
}

.right {
  grid-column: 2;
  grid-row: 1 / span 2;
}

/* ==============================================
   RESPONSIVE
   ============================================== */
@media (max-width: 1024px) {
  .michelin-grid {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .michelin-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 220px; /* ให้ทุก block มีความสูงอัตโนมัติ */
    gap: 20px;
    height: auto !important;
    overflow: visible !important;
  }

  .michelin-grid .bg-block {
    border-radius: 8px;
    min-height: 220px;
    width: 100%;
  }

  .michelin-grid .left-top,
  .michelin-grid .left-bottom,
  .michelin-grid .right {
    grid-column: 1;
    grid-row: auto; /* ปล่อยให้เรียงอัตโนมัติตามลำดับ DOM */
  }

  .right {
    grid-row: 3;
  }

  .bg-block {
    border-radius: 6px;
  }

  .testimonial.promotion {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .testimonial.promotion .heading h2 {
    font-size: 28px;
  }
}

/* ==============================================
   OPTIONAL — QUOTE BACKGROUND DECOR (fade mark)
   ============================================== */
.promotion::before,
.promotion::after {
  content: "\f10d"; /* Font Awesome quote-left */
  font-family: "FontAwesome";
  position: absolute;
  font-size: 120px;
  color: rgba(139, 0, 0, 0.06);
  z-index: 0;
  pointer-events: none;
}

.promotion::before {
  top: 40px;
  left: 40px;
  transform: rotate(-10deg);
}

.promotion::after {
  content: "\f10e"; /* quote-right */
  bottom: 40px;
  right: 40px;
  transform: rotate(10deg);
}

/* ✅ Restore quote alignment for promotion section */
.promotion-section .quote {
  text-align: right;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.promotion-section .fa-quote-right {
  position: relative;
  margin-top: -55px; /* same as original testimonial */
  right: 0;
}

.promotion-section .fa-quote-left {
  position: absolute;
  left: 0;
  top: 0;
}

/* ==============================================
   MICHELIN TEXT CONTENT (ซ้าย)
   ============================================== */
.promotion .content h3 {
  font-size: 26px;
  color: #8b0000;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Charmonman', cursive;
}

.promotion .content p {
  font-family: 'Sarabun', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}

.promotion .btn-success {
  background-color: #8b0000;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 4px;
}

.promotion .btn-success:hover {
  background-color: #a40000;
}

/* ==============================================
   สมดุลกับ section เดิม (quote fade alignment)
   ============================================== */
.quote i.fa-quote-left,
.quote i.fa-quote-right {
  color: rgba(139, 0, 0, 0.1);
  font-size: 70px;
}

@media (max-width: 768px) {
  .quote i.fa-quote-left,
  .quote i.fa-quote-right {
    font-size: 50px;
  }
}


/* BIB STAMP */

.bib-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* base */
.bib-stamp {
  --bib-size: 110px;             /* default 110px */

  width: var(--bib-size);
  height: var(--bib-size);
  border-radius: 50%;
  background: #c40000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  font-size: calc(var(--bib-size) * 0.13);
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #c40000;
}

.bib-stamp::after {
  content: "";
  position: absolute;
  inset: calc(var(--bib-size) * 0.07);
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.7);
}

.bib-icon {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 0.2em;
}

.bib-text {
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bib-year {
  margin-top: 0.1em;
  font-size: 1.1em;
  font-weight: 700;
}

/* อันที่อยากย่อเหลือ 80px */
.bib-stamp--sm {
  --bib-size: 65px;
}

/* ==========================
   FLOATING MICHELIN STAMP
   ========================== */

/* MICHELIN BG STAMP (หมุนเบา ๆ หลังข้อความ) */
.michelin-bg-stamp {
  position: absolute;
  right: 5%;
  bottom: 10%;
  opacity: 0.10;                 /* ให้จางๆ */
  pointer-events: none;          /* ไม่บังการคลิก */
  transform: rotate(-20deg);     /* หมุนเอียง */
  z-index: 1;
}

/* ใช้ bib-stamp เดิม แต่ทำให้ดูบางลง ไม่เป็นปุ่ม */
.bib-stamp--bg {
  --bib-size: 160px;
  box-shadow: none;
  border-radius: 50%;
}

/* เล็กลงหน่อยในจอเล็ก */
@media (max-width: 768px) {
  .michelin-bg-stamp {
    right: 2%;
    bottom: 5%;
    opacity: 0.08;
  }
  .bib-stamp--bg {
    --bib-size: 120px;
  }
}


/* SIDEBAR MICHELIN + CTA */
.michelin-side-bar {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* ใช้ bib-stamp เดิม แต่เล็กลงนิดนึง */
.bib-stamp--side {
  --bib-size: 80px;
}

/* ปุ่มด้านข้าง */
.michelin-side-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #063934;
  color: #fff;
  text-decoration: none;
  width: 80px;
  height: 40px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  gap: 3px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.michelin-side-link i {
  font-size: 14px;
}

.michelin-side-link:hover {
  background: #0a5b4f;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

/* ซ่อน side bar บนมือถือกันเกะกะ */
@media (max-width: 768px) {
  .michelin-side-bar {
    display: none;
  }
}

/* ===== GALLERY SLIDER ===== */

/* ตัด quote background เดิมออกเฉพาะใน gallery */
#gallery-slider .menu-slide::before,
#gallery-slider .menu-slide::after {
  content: none;
}

/* ปรับ slide box สำหรับ gallery */
#gallery-slider .menu-slide {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

/* กรอบรูปให้เท่ากันทุกอัน */
.gallery-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;         /* กรอบ 4:3 สูงเท่ากันทุก slide */
  background-size: cover;      /* เติมเต็มกรอบ ตัดส่วนเกินออก */
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* ===== LIGHTBOX OVERLAY ===== */

.gallery-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.gallery-lightbox-overlay.is-open {
  display: flex;
}

.gallery-lightbox-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.gallery-lightbox-inner img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

/* ปุ่มปิด */
.gallery-lightbox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


/* ===========================
   MOBILE VS DESKTOP LOGIC
   =========================== */

/* Default: Show desktop hero text, hide mobile version */
.banner-mobile-content {
  display: none;
}

/* ---------- For MOBILE ---------- */
@media (max-width: 768px) {

  /* 1) Hide desktop text completely */
  .banner-home h1,
  .banner-home h2,
  .banner-home h4,
  .banner-home p,
  .banner-home a {
    display: none !important;
  }

  /* 2) Keep only background image with cover */
  .banner-home {
    padding-top: 0;
    height: 480px;
    background-size: cover !important;
    background-position-x: 80% !important;
    background-position-y: center !important;
  }

  /* 3) Show mobile section */
  .banner-mobile-content {
    display: block;
    padding: 30px 20px;
    text-align: center;
  }

  /* Mobile style ที่อ่านง่าย */
  .banner-mobile-content h1,
  .banner-mobile-content h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #111;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .banner-mobile-content h4 span {
    font-size: 15px;
    color: #444;
    display: block;
    margin-bottom: 20px;
  }

  .banner-mobile-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .banner-mobile-content .btn-success {
    font-size: 14px;
    padding: 10px 20px;
    margin: 5px auto;
    display: block;
    width: 100%;
    max-width: 260px;
  }
}

/* ---------- For DESKTOP ---------- */
@media (min-width: 769px) {
  .banner-mobile-content {
    display: none !important;
  }
}

/* ------ masonry gallery ------*/
.masonry-gallery {
  display: block;        /* กันไม่ให้กลายเป็น flex/grid จาก class อื่น */
  column-count: 2;
  column-gap: 1rem;
}

@media (min-width: 768px) {
  .masonry-gallery {
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .masonry-gallery {
    column-count: 4;
  }
}

.masonry-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 1rem;
}

.masonry-item a {
  display: block;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.masonry-item .textBox {
  margin-top: 0.5rem;
}


/* --- Language Switcher (dropdown) --- */
.lang-switch {
  position: relative;
  padding: 0; 
  margin-right: 35px;
  display: inline-block;
  font-family: inherit;
}

.lang-switch a {
      color: inherit;
      text-decoration: none;
      margin: 0 6px;
}

.lang-switch a.active {
     color: #ffd54f;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.6);
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.lang-btn i {
  font-size: 11px;
}

.lang-btn:focus {
  outline: none;
}

/* dropdown menu */
.lang-menu {
  position: absolute;
  top: 36px;
  right: 0;
  min-width: 160px;
  background: rgba(0,0,0,0.85);
  border-radius: 8px;
  padding: 6px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  display: none;
}

.lang-menu a {
  display: block;
  padding: 6px 12px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.lang-menu a:hover {
  background: rgba(255,255,255,0.08);
}

.lang-menu a.active {
  color: #ffd54f;
  font-weight: 600;
}

/* Mobile tweak */
@media (max-width: 768px) {
  .lang-switch {
    margin-right: 20px;
    margin-top: -50px;
  }
}

