/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
  /* padding-top: 3rem;
   */
  color: #5a5a5a;
  background-image: url(../../images/bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  /* background-size: cover, 100%; */
   background-size: auto;
  font-family: 'Chakra Petch', sans-serif !important;
}
.bg-header{
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(44 44 44) 35%, rgb(0 0 0) 100%);
}
.bg-header img{
  max-width: 270px;
  margin-top: 32px;
}
.marketing{
  background-color: #000000c7;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 42%);
  border-radius: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #FFF !important;
}
hr:not([size]) {
  height: 1px;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(255 190 0) 35%, rgb(0 0 0) 100%);
}
p {
  font-size: 16px;
}
.br-10px{
  border-radius: 10px;
}
.color-gold{
  font-weight: bold;
  background-image: linear-gradient( to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
  color: transparent;
  -webkit-background-clip: text;
}
.nav-link {
  font-size: 12px;
  border-radius: 2.25rem !important;
  padding: 0.5rem 2rem;
  margin: 0 3px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -1px 2px 1px rgb(139 66 8), inset 0 -1px 1px 2px rgb(250 227 133);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07) !important;
  border: 1px solid #a55d07!important;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgb(250 227 133);
  cursor: pointer;
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
}
.nav-link:hover {
  color: #000;
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250 227 133);
  border: 1px solid rgba(165,93,7,.6)!important;
  color: rgba(120,50,5,.8);
}
.col-cle{
  width: 6.25%;
  max-width: 100%;
  padding: 2px;
  float: left;
}
.col-cle img{
  background-color: #1d1d1d;
  border-radius: 20px;
}
footer{
  background-color: #000000;
}
footer a{
  color: #FFF;
  text-decoration: auto;
  font-size: 16px;
}
footer a:hover{
  color: gold;
  text-decoration: auto;
  font-size: 16px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /* height: 10rem; */
}
.carousel-item > img {
  /* position: absolute; */
  top: 0;
  left: 0;
  min-width: 100%;
  /* height: 32rem; */
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-9 {
  background: linear-gradient(to right, #000000, #1c1c1c);
}
.marketing .col-lg-3 {
  margin-bottom: .2rem;
  text-align: center;
  position: relative;
  background: linear-gradient(to right, #0b0b0b, #1d1d1d);
}
.marketing h2 {
  font-weight: bold;
  line-height: inherit;
}
/* rtl:begin:ignore */
.marketing .col-lg-3 p {
  margin-right: .75rem;
  margin-left: .75rem;
  font-size: 12px !important;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 32px;
  }
  .nav-link {
    font-size: 20px;
    margin: 0 6px;
    min-width: 150px;
  }
  footer a {
    font-size: 20px;
  }
  .carousel-item {
    /* height: 50rem; */
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
