@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&family=Paytone+One&family=Sarabun:wght@300;400&display=swap");
body {
  background: #202020;
  color: #e3c989;
  font-family: 'Sarabun', sans-serif;
  font-size: 1.5rem;
}

body.single {
  background: #fff;
}

nav {
  z-index: 1035;
}

nav #topbar {
  background: #202020;
  font-size: 1rem;
}

nav #topbar a {
  color: #e3c989;
}

.btnsmc {
  background: #DDA73C;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  padding: 0.5rem;
  margin: 1rem 0;
  display: inline-block;
}

.btnsmc:hover {
  color: #000;
}

#top-hotline {
  font-size: 1rem;
  font-weight: 400;
}

#top-hotline #telnum:hover {
  cursor: pointer;
}

.fixed-top {
  top: -8rem;
}

#nav-scroll {
  padding: 0;
  font-weight: 700;
}

#nav-scroll a {
  color: #e3c989;
  font-family: 'Inria Serif', serif;
}

h2 {
  font-size: 3rem;
  font-family: 'Inria Serif', serif;
}

h3 {
  font-size: 2rem;
  font-family: 'Inria Serif', serif;
}

h4 {
  font-size: 1.5rem;
  font-family: 'Inria Serif', serif;
  font-weight: 600;
}

.btn-sign {
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%) !important;
          clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%) !important;
  color: #000 !important;
  background: #c98b26 !important;
  background: -webkit-gradient(linear, left top, right top, from(#c98b26), color-stop(20%, #dcb647), color-stop(40%, #f9db6d), color-stop(60%, #dcb647), color-stop(80%, #c98b26), to(#dcb647)) !important;
  background: linear-gradient(90deg, #c98b26 0%, #dcb647 20%, #f9db6d 40%, #dcb647 60%, #c98b26 80%, #dcb647 100%) !important;
  text-decoration: none !important;
  padding: 0.5rem 0.8rem !important;
  font-family: 'Inria Serif', serif !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  font-weight: 700 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-sign:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  transition: none;
}

.btn-sign:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-sign:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

hr {
  background: #c98b26;
  background: -webkit-gradient(linear, left top, right top, from(#c98b26), color-stop(20%, #dcb647), color-stop(40%, #f9db6d), color-stop(60%, #dcb647), color-stop(80%, #c98b26), to(#dcb647));
  background: linear-gradient(90deg, #c98b26 0%, #dcb647 20%, #f9db6d 40%, #dcb647 60%, #c98b26 80%, #dcb647 100%);
  width: 5rem !important;
  margin: 1rem auto 0rem;
  height: 0.3rem;
  opacity: 1;
}

header {
  height: 100vh;
  padding: 9.5rem 1rem 1.7rem;
  background: #fff;
  font-family: 'Inria Serif', serif;
}

header div {
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
          clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
  background: #c98b26;
  background: -webkit-gradient(linear, left top, right top, from(#c98b26), color-stop(20%, #dcb647), color-stop(40%, #f9db6d), color-stop(60%, #dcb647), color-stop(80%, #c98b26), to(#dcb647));
  background: linear-gradient(90deg, #c98b26 0%, #dcb647 20%, #f9db6d 40%, #dcb647 60%, #c98b26 80%, #dcb647 100%);
  width: 99%;
  height: 100%;
}

header div > div {
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
          clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
  background: #000;
  width: 99%;
  height: 98%;
}

header div > div video#bgvid {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0rem;
  left: 0;
  opacity: .2;
}

section {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

#about {
  background: #000;
  position: relative;
  height: 110vh;
}

#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/about-bg.png);
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.2;
}

#about > div {
  width: 99%;
  height: 100%;
}

#mvp {
  background: #fff;
  height: 23rem;
}

#mvp .container {
  left: 0;
  right: 0;
  top: -5rem;
  bottom: 0;
  font-size: 18px;
}

#mvp .container .col-md-4 {
  background: #4a4a4a;
}

#mvp .container .col-md-4 h3 {
  margin-bottom: 2rem;
}

#mvp .container .col-md-4 p {
  margin: 0;
}

#mvp .container .col-md-4:nth-child(2) {
  background-color: #202020;
  border-left: 1px solid #e3c989;
  border-right: 1px solid #e3c989;
}

#mvp .container .col-md-4:nth-child(3) {
  background-color: #303030;
}

#mvp-bg {
  background-color: #fff;
}

#values .col-md-4 {
  height: 450px;
}

#values .col-md-4 img {
  -webkit-filter: grayscale(0) blur(0.2rem);
          filter: grayscale(0) blur(0.2rem);
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#values .col-md-4 a {
  font-size: 2.4rem;
  font-family: 'Inria Serif', serif;
  color: #e3c989;
  text-shadow: 1px 1px 5px #212529;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

#values .col-md-4 .serivce-info {
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  padding: 0 3rem;
  text-align: center;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#values .col-md-4:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(1) blur(0.3rem);
          filter: grayscale(1) blur(0.3rem);
  opacity: 0.1;
}

#values .col-md-4:hover a {
  opacity: 0;
}

#values .col-md-4:hover a + .serivce-info {
  opacity: 1;
}

#services .container-fluid {
  background: #fff;
}

#services .container-fluid #service0 {
  background: #303030;
}

#services .container-fluid .service {
  min-height: 40vh;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}

#services .container-fluid .service#service1 {
  background: #dda73c;
}

#services .container-fluid .service#service2 {
  background: rgba(221, 167, 60, 0.8);
}

#services .container-fluid .service#service3 {
  background: rgba(221, 167, 60, 0.5);
}

#services .container-fluid .service#service4 {
  background: #dda73c;
}

#services .container-fluid .service#service5 {
  background: rgba(221, 167, 60, 0.8);
}

#services .container-fluid .service#service6 {
  background: rgba(221, 167, 60, 0.5);
}

#services .container-fluid .service#service7 {
  background: #dda73c;
}

#services .container-fluid .service#service8 {
  background: rgba(221, 167, 60, 0.8);
}

#services .container-fluid .service#service9 {
  background: rgba(221, 167, 60, 0.5);
}

#services .container-fluid .service img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100px;
  padding-bottom: 2rem;
}

#services .container-fluid .service p {
  font-size: 1.8rem;
  font-family: 'Inria Serif', serif;
}

#services .container-fluid .service span {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#services .container-fluid .service ul {
  padding-left: 1.5rem;
}

#services .container-fluid .service:hover span {
  opacity: 1;
}

#services .modal {
  color: #000;
  font-size: 1.3rem;
}

#services .modal .btn-close {
  position: absolute;
  right: -2rem;
  top: -2rem;
}

#founders {
  background: #fff;
  text-align: center;
}

#founders h2 {
  text-shadow: 1px 1px 0px #212529;
}

#founders .container .founder {
  background: #e3c989;
  padding: 3rem;
  margin: 3rem auto;
  font-size: 18px;
  color: #000;
}

#founders .container .founder img {
  background: #fff;
  width: 100%;
}

#founders .container .founder b {
  font-size: 1.5rem;
  font-family: 'Inria Serif', serif;
}

#founders .container .founder p.mdtitle {
  font-size: 1.5rem;
}

#packages {
  background: #4a4a4a;
}

#packages .container {
  background: #fff;
}

#packages .container .row > div {
  border: 1px solid #e3c989;
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
}

#packages .container .row > div h4 {
  border-bottom: 1px solid #e3c989;
}

#packages .container .row > div .price {
  border-bottom: 1px solid #e3c989;
  padding-bottom: 1rem;
}

#packages .container .row > div .price p {
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 0;
}

#packages .container .row > div .price span {
  font-weight: 300;
  font-size: 1.3rem;
}

#packages .container .row > div ul {
  padding: 0;
  margin: 0;
  text-align: left;
}

#packages .container .row > div ul li {
  list-style: none;
  font-size: 1.1rem;
  padding: 0rem 1.5rem;
  line-height: 1.5rem;
  border-bottom: solid 1px #ffe9b2;
  min-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#packages .container .row > div ul li b {
  font-weight: 600;
  font-size: 1.2rem;
}

#packages a.nav-link {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: 'Inria Serif', serif;
  color: #B6B6B6;
  cursor: pointer;
}

#packages a.nav-link.active {
  color: #D7A23B;
  background-color: transparent;
}

#contact p {
  font-size: 18px;
  text-align: center;
}

#contact ul {
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  color: #988E81;
  font-size: 1.2rem;
  -webkit-column-count: 2;
          column-count: 2;
}

#contact ul li {
  padding: 1rem 0;
  line-height: 1.5rem;
}

#contact ul li strong {
  color: #e3c989;
  font-family: 'Inria Serif', serif;
}

#contact ul li a {
  color: #988E81;
}

#contact ul li:first-child:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../imgs/icons/icn-address.svg);
  padding-right: 2.8rem;
  width: 25px;
  height: 35px;
  margin-bottom: 4rem;
  float: left;
}

#contact ul li:nth-child(2):before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../imgs/icons/icn-hrs.svg);
  padding-right: 2.8rem;
  width: 35px;
  height: 30px;
  margin-bottom: 2rem;
  float: left;
}

#contact ul li:nth-child(3):before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../imgs/icons/icn-phone.svg);
  padding-right: 2.8rem;
  width: 35px;
  height: 35px;
  margin-bottom: 3rem;
  float: left;
}

#contact ul li:nth-child(4):before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../imgs/icons/icn-email.svg);
  padding-right: 2.8rem;
  width: 35px;
  height: 30px;
  float: left;
}

#contact ul li:nth-child(5):before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../imgs/icons/icn-ig.svg);
  padding-right: 2.8rem;
  width: 35px;
  height: 30px;
  float: left;
}

#contact .contact-form {
  margin: 0;
  width: 100%;
}

#contact .contact-form input[type="number"]::-webkit-outer-spin-button, #contact .contact-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

#contact .contact-form input[type="number"] {
  -moz-appearance: textfield !important;
}

#contact .contact-form input[type=submit]:hover,
#contact .contact-form input[type=submit]:active,
#contact .contact-form button[type=submit]:hover,
#contact .contact-form button[type=submit]:active,
#contact .contact-form .wpforms-page-button:hover,
#contact .contact-form .wpforms-page-button:active {
  background: #c98b26 !important;
  background: -webkit-gradient(linear, left top, right top, from(#c98b26), color-stop(20%, #dcb647), color-stop(40%, #f9db6d), color-stop(60%, #dcb647), color-stop(80%, #c98b26), to(#dcb647)) !important;
  background: linear-gradient(90deg, #c98b26 0%, #dcb647 20%, #f9db6d 40%, #dcb647 60%, #c98b26 80%, #dcb647 100%) !important;
  color: #000 !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#contact .contact-form input[type=submit]:hover:after,
#contact .contact-form input[type=submit]:active:after,
#contact .contact-form button[type=submit]:hover:after,
#contact .contact-form button[type=submit]:active:after,
#contact .contact-form .wpforms-page-button:hover:after,
#contact .contact-form .wpforms-page-button:active:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

#eventsgalpage {
  background: #fff;
}

#eventsgalpage a.nav-link {
  font-size: 3rem;
  font-family: 'Inria Serif', serif;
  color: #B6B6B6;
  cursor: pointer;
}

#eventsgalpage a.nav-link.active {
  background-color: transparent;
  color: #D7A23B;
}

#eventsgalpage a.nav-link.active::after {
  background: -webkit-gradient(linear, left top, right top, from(#c98b26), color-stop(20%, #dcb647), color-stop(40%, #f9db6d), color-stop(60%, #dcb647), color-stop(80%, #c98b26), to(#dcb647));
  background: linear-gradient(90deg, #c98b26 0%, #dcb647 20%, #f9db6d 40%, #dcb647 60%, #c98b26 80%, #dcb647 100%);
  width: 100%;
  margin: 0rem auto 0rem;
  height: 0.3rem;
  content: "";
  display: block;
}

#eventsgalpage a.nav-link:hover {
  background-color: transparent;
  color: #D7A23B;
}

#eventsgalpage .tab-content {
  padding: 2rem 1rem;
}

#eventsgalpage .tab-content h2 {
  font-size: 25px;
}

#eventsgalpage .tab-content h2 a {
  text-decoration: none;
  color: #000;
}

#eventsgalpage .tab-content .blogdate {
  font-size: 17px;
  color: #000;
}

.gallery-head,
.event-head {
  background: url(../imgs/gallery-head.jpg) center center no-repeat #232529;
  mix-blend-mode: multiply;
  padding-top: 6rem;
  height: 40vh;
}

.gallery-head .breadcrumbs a,
.event-head .breadcrumbs a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  text-shadow: 0px 3px 6px #000000BF;
}

.gallery-head .title,
.event-head .title {
  margin: 4rem 0;
}

.gallery-head {
  background: url(../imgs/gallery-head.jpg) center center no-repeat #232529;
  background-size: cover;
}

.event-head {
  background: url(../imgs/event-head.jpg) center center no-repeat #232529;
  background-size: cover;
}

#sing-gal {
  text-align: center;
  font-size: 20px;
  color: #000;
}

#sing-gal .date {
  font-size: 15px;
}

#sing-gal img.wp-post-image {
  width: 640px;
  margin: 0 auto 2rem;
}

footer {
  font-size: 1rem;
}

@media only screen and (max-width: 1460px) {
  h4 {
    font-size: 1.4rem;
  }
  #nav-scroll .navbar-brand {
    width: 390px;
  }
  #nav-scroll a {
    font-size: 1.2rem;
  }
  #nav-scroll #top-hotline {
    line-height: 2rem;
  }
}

@media only screen and (max-width: 1290px) {
  #nav-scroll .navbar-brand {
    content: url("../imgs/smc-logo.png");
    width: 150px;
    padding: 1rem 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #packages .container .row > div:first-child h4 {
    line-height: 3.4rem;
  }
}

@media only screen and (max-width: 1045px) {
  #nav-scroll a {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 991px) {
  #packages .container {
    max-width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  .navbar-brand {
    width: 75%;
  }
  .navbar-brand img {
    width: 100%;
  }
  header {
    height: 100vh;
    padding: 6rem 0.5rem 1rem;
  }
  header div {
    -webkit-clip-path: polygon(10% 0, 95% 0, 100% 0%, 100% 95%, 100% 100%, 0% 100%, 0 100%, 0 0%);
            clip-path: polygon(10% 0, 95% 0, 100% 0%, 100% 95%, 100% 100%, 0% 100%, 0 100%, 0 0%);
  }
  header div > div {
    -webkit-clip-path: polygon(10% 0, 95% 0, 100% 0%, 100% 95%, 100% 100%, 0% 100%, 0 100%, 0 0%);
            clip-path: polygon(10% 0, 95% 0, 100% 0%, 100% 95%, 100% 100%, 0% 100%, 0 100%, 0 0%);
    background: #000;
    width: 100%;
    height: 100%;
    border: 0.5rem solid #c98b26;
    padding: 1.5rem;
  }
  header div > div video#bgvid {
    width: 300vw;
    left: 0rem;
  }
  header div > div h1 {
    text-align: center;
  }
  header div > div h1 img {
    width: 90%;
  }
  section {
    padding-top: 0;
    padding-bottom: 0;
  }
  #about {
    height: 125vh;
  }
  #about > div {
    width: 90%;
  }
  #about:before {
    background-position: -90% 0;
  }
  #mvp {
    background: transparent;
    height: 100vh;
  }
  #mvp .container .col-md-4:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  #services {
    overflow-x: hidden;
  }
  #packages .container .row > div:first-child h4 {
    line-height: 3.4rem;
  }
  #founders .container .founder {
    padding: 1rem;
    text-align: left;
  }
  #founders .container .founder b,
  #founders .container .founder p.mdtitle {
    text-align: center;
    display: block;
  }
  #contact ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
/*# sourceMappingURL=smc.css.map */