@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Sarabun-Medium";
  src: url(../fonts/Sarabun-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Prompt-Bold";
  src: url(../fonts/Prompt-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Prompt-Medium";
  src: url(../fonts/Prompt-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Prompt-Light";
  src: url(../fonts/Prompt-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}




html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sarabun-Medium";
  font-size: 16px;
  color: #000000;
}

h1 {
  font-size:  36px;
  font-family: "Prompt-Bold";
}

h2 {
  font-size:  32px;
  font-family: "Prompt-Bold";
}

h3 {
  font-size:  24px;
  font-family: "Prompt-Medium";
}

h4 {
  font-size:  20px;
  font-family: "Prompt-Medium";
}

a {
  text-decoration: none;
}

.small, small {
  font-size: 12px;
}

.text-primary {
  color: #DAAB0E !important;
}

.logo-main {
  width: 46px;
  height: auto;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.btn {
  border-radius: 50px;
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6b5311;
  --bs-btn-hover-border-color: #6b5311;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ca9d0a;
  --bs-btn-active-border-color: #ca9d0a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4c4d50;
  --bs-btn-disabled-border-color: #4c4d50;
}

.btn-secondary {
  --bs-btn-color: #1d2022;
  --bs-btn-bg: #FFD64B;
  --bs-btn-border-color: #1d2022;
  --bs-btn-hover-color: #FFD64B;
  --bs-btn-hover-bg: #1d2022;
  --bs-btn-hover-border-color: #1d2022;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.navbar-brand {
  font-family: "Roboto-Bold";
  font-size: 38px;
  color: #FFD64B;
}

.heroes {
  background-image: url(../images/cg-heroes2.png), url(../images/bg/bg-heroes.jpg);
  background-position:  center center, center center;
  background-repeat:  no-repeat, repeat;
  background-size:  100% 100%, 100% 100%;
  padding: 9em 0 0 0;
}

.heroes-logo {
  width: 70px;
  height: auto;
}

#demo {
  padding: 8em 0;
  background-image: url(../images/cg-demo.png), url(../images/bg/bg-demo.jpg);
  background-position:  left center, center center;
  background-size:  auto auto, 100% 100%;
  background-repeat:  no-repeat, repeat;
}

#about {
  padding: 6em 0;
  background-color: #F9F9F9;
}

#about .list-group-item {
  padding: 5px 0;
  border: 0;
  background: none;
}

#features {
  padding: 6em 0;
  background-color: #ffffff;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 3%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .7;
  transition: opacity .15s ease;
}

.carousel-item {
  padding: 2rem 0;
}

.carousel-item .slide-left{
  text-align: right;
}

.slide-left img {
  margin-bottom: 1rem;
}

.carousel-indicators {
  position: relative;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background-color: #c2c6d8;
}
  
.carousel-indicators .active {
 background-color: #DAAB0E;
}

#how_to {
  padding: 6em 0;
  background-color: #000000;
}

.how_to {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#how_to h2{
  padding-bottom: 2em;
}

.how_to-item {
  position: relative;
  text-align: center;
}

.how_to-item img {
  margin-bottom: 2rem;
}

.how_to-item .show-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #220606;
  text-align: center;
}

.show-number {
  line-height: 25px;
}

.add-bg-color-4 {
  background-color: #FFD64B;
}

.add-bg-color-3 {
  background-color: #DEC87D;
}

.add-bg-color-2 {
  background-color: #EBDA9F;
}

.add-bg-color-1 {
  background-color: #F3E9C5;
}

.big-number {
  font-family: "Prompt-Bold";
  font-size: 24px;
}

.contact {
  padding: 8rem 0;
  background-color: #ca9d0a;
  background-size:  100% 100%, 100% 100%;
}

.contact-item {
 color: #fff;
 display: flex;
 align-items: center;
 margin-bottom: 1rem;
}

.contact-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

#contact {
  background-color: #FFD64B;
  padding: 8rem 0;
}

#contact form{
  padding: 2rem;
  border: 1px solid #000000;
  border-radius: 15px;
}

#contact form .form-control {
  background: none;
  border: 1px solid #000000;
}

#vdo {
  background-color: #131314;
  padding: 8rem 0;
}

#vdo .carousel-item{
  padding: 0;
}

.carousel-indicators-pic {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}

#review {
  background-color: #F9F9F9;
  padding: 8rem 0;
}

#review h2 {
  padding-bottom: 2em;
}

.review-slide {
  width: 1320px;
  overflow-x: hidden;
}

.review-warp {
  width: 2800px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.review-item {
 width: 380px ;
 padding: 15px;
 border-radius: 5px;
 border: 1px solid #000000;
 cursor: pointer;
}

.review-item .star{
  margin-bottom: 1rem;
}

.review-item .card-body{
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.review-person {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}

.review-person .name{
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Prompt-Medium";
}
.review-person .job{
  font-size: 13px;
  margin-bottom: 0;
}

.review-person img {
  width: 65px;
  height: auto;
}

footer {
  background-color: #222222;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}




