* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
.logo {
  width: 250px !important;
  height: auto !important;
}

@media (min-width: 992px) {
  .logo {
    width: 220px !important;
  }
}

body {
  font-family: "Outfit", sans-serif !important;
  overflow-x: hidden !important;
}

a {
  text-decoration: none !important;
}

.container {
  max-width: 1320px !important;
  padding: 0px !important;
  position: relative;
  z-index: 999;
}

.h_j_c {
  justify-content: end;
  width: 100%;
}

.logo {
  width: 200px;
}

section {
  position: relative;
  overflow-x: hidden !important;
}

.sec01 {
  background: url(img/bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 20px 200px;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99999;
  padding: 0px 20px;
}

.wc {
  color: #fff !important;
}

.p_c {
  color: #d1521f;
  font-weight: bold;
  animation: pulseColor 1.5s infinite alternate;
}

@keyframes pulseColor {
  0% {
    color: #d1521f;
    text-shadow: 0 0 5px #ff9a4d;
  }
  100% {
    color: #ff6b2b;
    text-shadow: 0 0 20px #ffb36b;
  }
}

.title_h1 {
  font-size: 78px;
  font-weight: 700;
  max-width: 800px;
  margin: auto;
}

.baner_box {
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  margin: 100px auto 0px;
  max-width: 1100px;
}

.l_title {
  font-size: 18px;
  color: #d1521f;
}

.input_01 {
  border: none !important;
}

input:focus-visible,
select:focus-visible {
  border: none !important;
  outline: none !important;
}

.al_c {
  align-self: center;
}

.input_01 {
  font-size: 18px;
  color: #000;
}

.btn_f {
  background-color: #d1521f;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 33px;
}

.jc_c {
  justify-content: center;
}

section {
  position: relative;
}

.sec02 {
  padding: 60px 20px;
  background-color: #fcfcfc;
}

.sec02_bg {
  position: absolute;
  width: 100%;
}

.sub_title {
  color: #d1521f;
  background-color: #f5efff;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 10px;
  font-size: 18px;
}

.title_h2 {
  font-size: 40px;
  margin-top: 20px;
}

.des_img {
  width: 100%;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.des_img:hover {
  transform: scale(1.2);
}

.des_box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-top: 30px;
}

.des_bok01 {
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 20px;
  box-shadow: 1px 1px 10px -3px #000;
}

.ht_box {
  width: 33.333%;
}

.des_icon {
  background-color: #f5f5f5;
  border-radius: 100px;
  padding: 5px 10px;
  rotate: -35deg;
}

.jc_s {
  justify-content: space-between;
}

.des_title {
  font-size: 24px;
}

.des_box:hover .des_title {
  color: #d1521f;
}

.sec03 {
  padding: 60px 20px;
  background-color: #fcfcfc;
}

.sec03_bg {
  right: 0px;
  position: absolute;
}

.thumb {
  width: 100%;
}

.text_p {
  font-size: 20px;
  line-height: 35px;
}

.col_02 {
  padding-left: 60px !important;
}

.fun_text {
  font-size: 16px;
  margin-bottom: 0px;
}

.fun-1 {
  width: 70px;
  margin-bottom: 25px;
  animation: zoomIn 2s ease-in-out infinite;
}

@keyframes zoomIn {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.fun_title {
  font-size: 32px;
  font-weight: 700;
}

.jefjf {
  display: flex;
  margin-top: 20px;
}

.sec04 {
  background-color: #f6f4fa;
  padding: 70px 20px;
}

.op_w {
  background-color: #fff;
  padding: 25px 30px;
}

.op_img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  transition: all 0.3s ease-in-out;
}

.op_box {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  margin-top: 30px;
  overflow: hidden;
}

.op_box:hover .op_img {
  transform: scale(1.2);
}

.op_w {
  border-radius: 0px 0px 30px 30px;
}

.op_title {
  font-size: 24px;
  margin-bottom: 20px;
}

.op_text {
  font-size: 16px;
  color: gray;
}

.op_f_text {
  font-size: 18px;
}

.op_f_text span {
  font-size: 28px;
  font-weight: 700;
}

.op_r_text {
  font-size: 16px;
  color: gray;
}

.opi {
  overflow: hidden;
}

.sec05 {
  background-color: #d1521f;
  padding: 70px 20px;
}

.shape02 {
  position: absolute;
  right: 10%;
}

.shape01 {
  position: absolute;
  left: 15%;
  bottom: 0px;
}

.tes-i {
  margin-right: 20px;
  width: 80px;
}

.tes_r {
  justify-content: center;
}

.tes_text1 {
  max-width: 800px;
  font-size: 24px;
  margin: 30px auto 0px;
}

.star_d {
  margin-top: 30px;
}

.star_d i {
  font-size: 16px;
}

.sec06 {
  padding: 70px 20px;
}

.sh_text {
  font-size: 16px;
  max-width: 800px;
  margin: auto;
}

.pul {
  position: absolute;
  left: 0px;
  top: 40%;
}

.thumb_img {
  width: 100%;
  border-radius: 20px;
}

.thumb_box {
  margin-top: 30px;
}

.thumb_box1 {
  background-color: #f6f4fa;
  padding: 51px 20px 30px;
  border-radius: 20px;
}

.thumb_img1 {
  width: 70px;
  margin-bottom: 20px;
}

.thumb_title {
  font-size: 26px;
  margin-bottom: 10px;
}

.thumb_text {
  font-size: 22px;
}

footer {
  background: url(img/footer.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px 30px;
}

.foo_text {
  font-size: 20px;
  margin-top: 20px;
}

.s_m_d_a {
  background-color: #2c2140;
  padding: 12px 16px;
  color: #fff !important;
  margin-right: 5px;
  display: inline-block;
  border-radius: 100px;
}

.s_m_d_a {
  font-size: 18px;
}

.s_m_d {
  margin-top: 20px;
}

.footer_title {
  font-size: 28px;
  margin-bottom: 30px;
}

.foo_link {
  font-size: 20px;
  display: block;
  margin-top: 15px;
  color: #ccc3dc;
}

.foo-i {
  width: 30px;
  margin-right: 15px;
  animation: floatIcon 2s ease-in-out infinite;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

.c_f_d {
  border-top: 1px solid #2c2140;
  margin-top: 60px;
  padding-top: 40px;
}

.foo_last_text {
  font-size: 18px;
}

.fun5488 {
  margin-top: -10px;
}

@media (max-width: 1100px) {
  .sec01 {
    padding: 180px 20px 160px;
  }

  .des_title {
    font-size: 18px;
  }

  .des_icon {
    padding: 7px 13px;
  }

  .op_title {
    font-size: 19px;
  }

  .op_w {
    padding: 25px 15px;
  }

  .op_r_text {
    font-size: 13px;
  }

  .op_f_text span {
    font-size: 20px;
  }

  .op_f_text {
    font-size: 14px;
  }

  .tes_text1 {
    font-size: 20px;
  }

  .thumb_title {
    font-size: 20px;
  }

  .thumb_text {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .thumb_box1 {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .title_h1 {
    font-size: 56px;
  }

  .sec01 {
    padding: 130px 20px 100px;
  }

  .baner_box {
    padding: 13px 15px;
    margin: 80px auto 0px;
  }

  .input_01 {
    font-size: 15px;
  }

  .btn_f {
    padding: 8px 30px;
    font-size: 16px;
  }

  .title_h2 {
    font-size: 31px;
    margin-top: 10px;
  }

  .text_p {
    font-size: 17px;
    line-height: 26px;
  }

  .fun-1 {
    width: 48px;
    margin-bottom: 14px;
  }

  .fun_title {
    font-size: 26px;
  }

  .sub_title {
    font-size: 14px;
  }

  .col_02 {
    padding-left: 30px !important;
  }

  .fun_text {
    font-size: 14px;
  }

  .sec02 {
    padding: 50px 20px;
  }

  .sec03 {
    padding: 50px 20px;
  }

  .sec03_bg {
    height: 350px;
  }

  .sec04 {
    padding: 50px 20px;
  }

  .op_f_text span {
    font-size: 15px;
  }

  .op_r_text {
    font-size: 11px;
  }

  .sec06 {
    padding: 50px 20px;
  }

  .thumb_box1 {
    padding: 20px 14px;
  }

  .thumb_title {
    font-size: 19px;
  }

  .thumb_img1 {
    width: 34px;
    margin-bottom: 10px;
  }

  .footer {
    padding: 50px 20px 30px;
  }

  .foo_text {
    font-size: 17px;
  }

  .logo {
    width: 150px;
  }

  .footer_title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .foo_link {
    font-size: 17px;
    margin-top: 9px;
  }

  .s_m_d {
    margin-bottom: 20px;
  }

  footer {
    padding: 50px 20px 20px;
  }

  .c_f_d {
    margin-top: 30px;
    padding-top: 20px;
  }

  .foo_last_text {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .h_j_c {
    background: #000 !important;
    padding: 10px 20px !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 767px) {
  .title_h1 {
    font-size: 46px;
  }

  .btn_f {
    margin-top: 15px;
  }

  .thumb {
    width: 75%;
    margin-bottom: 25px;
  }

  .col_02 {
    padding-left: 10px !important;
  }

  .tes_text1 {
    font-size: 17px;
  }

  .sec05 {
    padding: 50px 20px;
  }

  .tes-i {
    margin-right: 20px;
    width: 64px;
  }

  footer {
    padding: 40px 15px 20px;
  }

  section,
  header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 575px) {
  .sec02,
  .sec03,
  .sec04,
  .sec05,
  .sec06,
  .sec07 {
    padding: 40px 15px;
  }

  .title_h1 {
    font-size: 35px;
  }

  .baner_box {
    margin: 46px auto 0px;
    border-radius: 20px;
  }

  .sec01 {
    padding: 100px 20px 60px;
  }

  .l_title {
    margin-top: 15px;
  }

  .title_h2 {
    font-size: 25px;
  }

  .des_box {
    margin-top: 15px;
  }

  .fun_title {
    font-size: 19px;
  }

  .op_box {
    margin-top: 15px;
  }

  .thumb_box {
    margin-top: 15px;
  }

  .footer_title {
    font-size: 22px;
    margin-top: 15px;
  }

  .foo_link {
    font-size: 14px;
    margin-top: 8px;
  }

  .des_icon {
    display: none;
  }

  .des_bok01 {
    padding: 6px 8px 8px;
    border-radius: 11px;
    bottom: 13px;
  }

  .des_title {
    font-size: 15px;
  }
}
