@import "nav.css";
@import "footer.css";
@import "home.css";
@import "design.css";
@import "responsive.css";

* {
  touch-action: manipulation !important;
}

@font-face {
  font-family: teksdesign;
  src: url("../font/GoogleSans-Regular.woff");
  font-weight: normal;
}

@font-face {
  font-family: ggfont;
  src: url("../font/GoogleSans-Medium.woff");
  font-weight: 500;
}

@font-face {
  font-family: teksdesign;
  src: url("../font/GoogleSans-Bold.woff");
  font-weight: bold;
}

body {
  font-family: teksdesign;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #030202;
}

a {
  color: #f19645;
  text-decoration: none;
}

a:hover {
  color: #f19645;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 24px;
  bottom: 100px;
  z-index: 996;
  background: #ffffff36;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  /* background: #3284f1; */
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

section {
  padding: 60px 0;
  overflow: hidden;
}
.sc-header {
  margin-bottom: 40px;
}

.sc-header h2 {
  font-size: 48px;
  font-weight: bold;
}
.sc-header h3 {
  font-size: 48px;
  font-weight: bold;
}
.sc-header h4 {
  font-size: 48px;
  font-weight: bold;
  color: #f19645;
}
.sc-header p {
  font-size: 24px;
  margin-top: 20px;
}
.sc-header p img {
  display: inline-block;
  margin: -16px 4px 0 4px;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/* Zoom In #1 */
.hover01 figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#workModal {
}
#workModal .modal-body {
  background: #030202;
}
.btn-close-workmodal {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 16px;
  background: #fff;
  font-size: 40px;
  right: 0;
  width: 60px;
  line-height: 0;
  margin: auto;
  height: 60px;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  border: none;
  text-align: center;
  padding: 10px;
  color: #222;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  /* display: inline-block; */
}

.bg-basic {
  background: rgba(255, 255, 255, 0.1);
}
.bg-standard {
  background: #083dc7;
}
.bg-premium {
  background: linear-gradient(202deg, #fac26e 0%, #f7934a 41.47%, #f5781d 100%);
}

.modal-body {
  padding: 0 !important;
}
.modal-body figure {
  margin: 0 !important;
}
/*Ipad ngang(1024 x 768)*/
@media (max-width: 1024px) {
  .sc-header h2 {
    font-size: 54px;
  }
  .sc-header h3 {
    font-size: 40px;
  }

  .sc-header h4 {
    font-size: 32px;
  }
}

/*Ipad dọc(768 x 1024)*/
@media (max-width: 768px) {
  .sc-header h3 {
    font-size: 36px;
  }
  .sc-header h4 {
    font-size: 24px;
  }
  .sc-header h2 {
    font-size: 32px;
  }
  .sc-header p {
    font-size: 16px;
  }
  .sc-header p img {
    height: 40px;
  }
}

/*Tablet nhỏ(480 x 640)*/
@media (max-width: 480px) {
  .sc-header h3 {
    font-size: 32px;
  }
  .sc-header h4 {
    font-size: 20px;
  }
}

/*Iphone(480 x 640)*/
@media (max-width: 320px) {
}

/*Smart phone nhỏ*/
@media (max-width: 240px) {
}
