* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

*::-moz-selection {
  background-color: #000;
  color: #fff;
}

*::selection {
  background-color: #000;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #F2994A;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(242, 153, 74, 0.5);
}

/***************************** Global Style *****************************/
body {
  font-family: 'Nunito', sans-serif;
}

h1, h2, h3 {
  margin-bottom: 0;
}

h4, h5, h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #000;
}

section .hvr-shutter-out-horizontal::before {
  background-color: #fff;
  border: 1px solid #F2994A;
}

section .hvr-shutter-out-horizontal:hover {
  color: #F2994A !important;
}

section .card-star {
  border: 0;
  width: 19rem !important;
}

section .card-star .card-images {
  padding: 10px;
  border-radius: 8px;
}

section .card-star .card-images img {
  height: 253px;
  -o-object-fit: cover;
     object-fit: cover;
}

section .card-star .card-body {
  padding: 20px 10px;
}

section .card-star .card-body .card-title {
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  margin-bottom: 0;
}

section .card-star .card-body .type {
  padding: 4px 0px;
  display: block;
  width: 75px;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 4px;
  font-size: 14px;
  color: #797979;
  margin: 10px 0;
}

section .card-star .card-body .card-opinion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .card-star .card-body .card-opinion .stars i {
  color: #F2994A;
  font-size: 14px;
}

section .card-star .card-body .card-opinion .stars .gray {
  color: #CECECE;
}

section .card-star .card-body .card-opinion .text-opinion .text {
  color: #27AE60;
  font-weight: 400;
  font-size: 14px;
}

.scroll-top-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #F2994A;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #F2994A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
}

.scroll-top-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/***************************** Animations *****************************/
/***************************** Start navbar*****************************/
.navbar {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 25px 1rem;
  background-color: rgba(242, 153, 74, 0.05) !important;
}

.navbar .menu-wrapper .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: block;
  position: relative;
  margin: 0 15px;
}

.navbar .menu-wrapper .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .menu-wrapper .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .menu-wrapper .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon {
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon::after, .navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon::after {
  top: -7px;
  right: 0px;
  width: 25px;
}

.navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon::before {
  top: 7px;
  right: 0px;
  width: 10px;
}

.navbar .menu-wrapper .menu-outer {
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  z-index: 555;
  background-color: #FFF;
  border-radius: 5px;
  width: 300px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px #eee;
          box-shadow: 0px 0px 15px 0px #eee;
  opacity: 0;
  margin-right: -100px;
}

.navbar .menu-wrapper .menu-outer .title {
  color: #000;
  position: relative;
  margin-bottom: 15px;
}

.navbar .menu-wrapper .menu-outer .title h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  padding: 0 15px;
  font-size: 1.1rem;
  background-color: #fff;
}

.navbar .menu-wrapper .menu-outer .title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.navbar .menu-wrapper .menu-outer ul li a {
  display: block;
  padding: 7px 0px;
}

.navbar .menu-wrapper .menu-outer ul li a::before {
  content: '\f104';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #555;
}

.navbar .menu-wrapper .menu-outer ul li a:hover {
  color: #ECC235;
  font-weight: bold;
}

.navbar .menu-wrapper .menu-outer ul li a:hover::before {
  color: #ECC235;
}

.navbar .menu-wrapper .menu-outer.is-active {
  opacity: 1;
  margin-right: 0;
}

.navbar .navbar-brand {
  color: #F2994A;
}

.navbar .navbar-brand span {
  color: #000000;
}

.navbar .collapse .navbar-nav .nav-item .nav-link {
  color: #797979;
  padding: 8px 30px !important;
}

.navbar .collapse .navbar-nav .active .nav-link {
  color: #000;
}

.navbar .collapse .search-form {
  position: relative;
  width: 270px;
}

.navbar .collapse .search-form .example input {
  width: 270px;
  background-color: #E4E4E4;
  border: 0;
  position: relative;
  padding: 10px 13px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
}

.navbar .collapse .search-form .example input::-webkit-input-placeholder {
  color: #797979;
  font-size: 14px;
}

.navbar .collapse .search-form .example input:-ms-input-placeholder {
  color: #797979;
  font-size: 14px;
}

.navbar .collapse .search-form .example input::-ms-input-placeholder {
  color: #797979;
  font-size: 14px;
}

.navbar .collapse .search-form .example input::placeholder {
  color: #797979;
  font-size: 14px;
}

.navbar .collapse .search-form .example input:focus {
  border: 1px solid #F2994A;
}

.navbar .collapse .search-form .example input:focus-visible {
  outline: none;
}

.navbar .collapse .search-form .example .search {
  border: 0;
  background: transparent;
  position: absolute;
  right: 13px;
  top: 10px;
  padding: 0;
}

.navbar .collapse .search-form .example .search i {
  color: #797979;
}

.navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

/***************************** end navbar*****************************/
/***************************** Start section header *****************************/
header {
  padding: 170px 0 70px 0;
  background-color: rgba(242, 153, 74, 0.05);
}

header .header-content .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F2994A;
}

header .header-content .swiper-pagination-bullet {
  margin: 0 5px;
}

header .header-content .swiper-pagination {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .header-content .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -85px;
  right: 0;
}

header .header-content .arrow .swiper-button-prev,
header .header-content .arrow .swiper-button-next {
  background: none;
  width: 37px;
  height: 37px;
  line-height: 40px;
  background-color: #F2994A;
  text-align: center;
  color: #fff;
  position: relative;
}

header .header-content .arrow .swiper-button-prev i,
header .header-content .arrow .swiper-button-next i {
  font-size: 12px;
}

header .header-content .swiper-container {
  width: 100%;
  height: 100%;
}

header .header-content .swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-content .swiper-slide .card-star {
  border: 0;
  width: 19rem !important;
}

header .header-content .swiper-slide .card-star .card-images {
  padding: 10px;
  border-radius: 8px;
}

header .header-content .swiper-slide .card-star .card-images img {
  height: 253px;
  -o-object-fit: cover;
     object-fit: cover;
}

header .header-content .swiper-slide .card-star .card-body {
  padding: 20px 10px;
}

header .header-content .swiper-slide .card-star .card-body .card-title {
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  margin-bottom: 0;
}

header .header-content .swiper-slide .card-star .card-body .type {
  padding: 4px 0px;
  display: block;
  width: 75px;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 4px;
  font-size: 14px;
  color: #797979;
  margin: 10px 0;
}

header .header-content .swiper-slide .card-star .card-body .card-opinion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-content .swiper-slide .card-star .card-body .card-opinion .stars i {
  color: #F2994A;
  font-size: 17px;
}

header .header-content .swiper-slide .card-star .card-body .card-opinion .stars .gray {
  color: #CECECE;
}

header .header-content .swiper-slide .card-star .card-body .card-opinion .text-opinion .text {
  color: #27AE60;
  font-weight: 400;
  font-size: 14px;
}

header .header-content .header-text .title {
  font-weight: 700;
  font-size: 39px;
  color: #000000;
}

header .header-content .header-text .text {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  padding: 30px 0 60px 0;
}

header .header-content .header-text .buttons-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-content .header-text .buttons-header .hvr-shutter-out-horizontal::before {
  background-color: #fff;
  border: 1px solid #F2994A;
}

header .header-content .header-text .buttons-header .hvr-shutter-out-horizontal:hover {
  color: #F2994A !important;
}

header .header-content .header-text .buttons-header .order {
  background-color: #F2994A;
  border: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 0 35px;
}

header .header-content .header-text .buttons-header .order:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .header-content .header-text .buttons-header .note {
  color: #4F4F4F;
  padding: 0 35px;
  margin: auto 0;
  font-weight: 600;
}

header .header-content .header-text .buttons-header .vedio {
  background-color: #F2994A;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

header .header-content .header-text .buttons-header .vedio:hover {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}

header .header-content .header-text .buttons-header .vedio i {
  font-size: 11px;
}

/***************************** end section header *****************************/
/***************************** start best-sec *****************************/
.best-sec {
  height: 100%;
  padding: 100px 0;
  overflow: hidden;
}

.best-sec .best-sec-content .best-sec-text .note {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 400;
  color: #000;
  width: 100px;
  padding: 3px 0;
}

.best-sec .best-sec-content .best-sec-text .title {
  font-weight: 700;
  font-size: 35px;
  color: #000000;
  margin-top: 20px;
}

.best-sec .best-sec-content .best-sec-text .line {
  display: block;
  height: 1px;
  background-color: #F2994A;
  width: 10%;
  margin: 20px 0;
}

.best-sec .best-sec-content .best-sec-text .text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 40px;
  width: 90%;
}

.best-sec .best-sec-content .best-sec-text .order {
  background-color: #F2994A;
  border: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 0 35px;
  height: 50px;
}

.best-sec .best-sec-content .best-sec-text .order:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.best-sec .best-sec-content .images {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.best-sec .best-sec-content .images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 439px;
  width: 370px;
}

.best-sec .best-sec-content .images .color-img {
  background-color: #FADABE;
  display: block;
  height: 422px;
  width: 350px;
  position: absolute;
  z-index: -1;
  left: 30px;
  top: -40px;
}

/***************************** end best-sec *****************************/
/***************************** end Categories *****************************/
.Categories {
  padding: 70px 0;
}

.Categories .Categories-heading {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.Categories .Categories-heading .note {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #000;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 14px;
  width: 129px;
  margin: auto;
}

.Categories .Categories-heading .title {
  font-weight: 700;
  font-size: 35px;
  padding: 20px 0;
}

.Categories .Categories-cards {
  padding: 50px 0;
}

.Categories .Categories-cards .card {
  background-color: #F9F9F9;
  border: 0;
  border-radius: 8px;
  text-align: center;
  padding: 16px 0;
  width: 150px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

.Categories .Categories-cards .card:hover .images-card .icons {
  background-color: rgba(255, 255, 255, 0.2);
}

.Categories .Categories-cards .card:hover .images-card .icons img {
  -webkit-filter: invert(100%) sepia(6%) saturate(4582%) hue-rotate(117deg) brightness(116%) contrast(103%);
          filter: invert(100%) sepia(6%) saturate(4582%) hue-rotate(117deg) brightness(116%) contrast(103%);
}

.Categories .Categories-cards .card:hover .content-card .type {
  color: #fff !important;
}

.Categories .Categories-cards .card:hover .content-card .money {
  color: #fff;
}

.Categories .Categories-cards .card:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.Categories .Categories-cards .card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #F2994A;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.Categories .Categories-cards .card .images-card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}

.Categories .Categories-cards .card .images-card .icons {
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
}

.Categories .Categories-cards .card .images-card .icons img {
  width: 23px;
}

.Categories .Categories-cards .card .images-card .number {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #F2994A;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
}

.Categories .Categories-cards .card .content-card {
  padding: 30px 0 14px 0;
  z-index: 2;
}

.Categories .Categories-cards .card .content-card .type {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 3px;
}

.Categories .Categories-cards .card .content-card .money {
  color: #A4A4A4;
  font-weight: 400;
  font-size: 14px;
}

/***************************** end Categories *****************************/
/***************************** end gallery *****************************/
.gallery {
  padding: 70px 0;
}

.gallery .gallery-content .gallery-text {
  position: relative;
  top: 16%;
}

.gallery .gallery-content .gallery-text .title {
  font-weight: 700;
  font-size: 35px;
  color: #000000;
  width: 97%;
}

.gallery .gallery-content .gallery-text .line {
  display: block;
  height: 1px;
  background-color: #F2994A;
  width: 10%;
  margin: 30px 0 5px 12px;
}

.gallery .gallery-content .gallery-text .text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 50px;
  width: 90%;
}

.gallery .gallery-content .gallery-text .order {
  background-color: #F2994A;
  border: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 0 35px;
  height: 39px;
}

.gallery .gallery-content .gallery-text .order:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gallery .gallery-content .images-gallery .bottom {
  position: absolute;
  bottom: 0;
}

.gallery .gallery-content .images-gallery .top {
  position: absolute;
  bottom: -35px;
}

.gallery .gallery-content .images-gallery .left {
  margin-bottom: 25px;
}

/***************************** end gallery *****************************/
/***************************** start section menu *****************************/
.menu .menu-heading .menu-title {
  text-align: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.menu .menu-heading .menu-title .note {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #000;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 14px;
  width: 129px;
  margin: auto;
}

.menu .menu-heading .menu-title .title {
  font-weight: 700;
  font-size: 35px;
  padding: 20px 0;
}

.menu .menu-heading .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 25px;
  bottom: 20px;
}

.menu .menu-heading .arrow .swiper-button-prev,
.menu .menu-heading .arrow .swiper-button-next {
  background: none;
  width: 37px;
  height: 37px;
  line-height: 40px;
  background-color: #F2994A;
  text-align: center;
  color: #fff;
  position: relative;
}

.menu .menu-heading .arrow .swiper-button-prev i,
.menu .menu-heading .arrow .swiper-button-next i {
  font-size: 12px;
}

.menu .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F2994A;
}

.menu .swiper-pagination {
  display: none;
  text-align: end;
}

.menu .swiper-container {
  width: 100%;
  height: 100%;
  padding: 20px 0 40px 0;
}

.menu .swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .card {
  border: 1px solid #CECECE;
}

.menu .line .line-o {
  display: block;
  height: 1px;
  background-color: #F2994A;
  width: 120px;
}

/***************************** end section menu *****************************/
/***************************** start section customer *****************************/
.customer {
  overflow: hidden;
  padding: 70px 0;
}

.customer .customer-heading {
  text-align: center;
  padding: 30px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.customer .customer-heading .note {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #000;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 14px;
  width: 129px;
  margin: auto;
}

.customer .customer-heading .title {
  font-weight: 700;
  font-size: 35px;
  padding: 20px 0;
}

.customer .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.customer .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F2994A;
}

.customer .swiper-container .swiper-pagination {
  bottom: -40px;
  display: none;
}

.customer .swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer .swiper-slide .card {
  padding: 30px 20px 50px 20px;
  border: 1px solid #A4A4A4;
  width: 95%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.customer .swiper-slide .card:hover {
  -webkit-box-shadow: 0px 0px 7px 0px #a4a4a4;
          box-shadow: 0px 0px 7px 0px #a4a4a4;
}

.customer .swiper-slide .card:hover .colon {
  -webkit-filter: invert(79%) sepia(36%) saturate(4558%) hue-rotate(338deg) brightness(108%) contrast(94%);
          filter: invert(79%) sepia(36%) saturate(4558%) hue-rotate(338deg) brightness(108%) contrast(94%);
}

.customer .swiper-slide .card .colon {
  width: 45px;
  position: absolute;
  right: 30px;
  top: -20px;
}

.customer .swiper-slide .card .images-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customer .swiper-slide .card .images-card .content {
  margin: auto 0;
  padding: 0 20px;
}

.customer .swiper-slide .card .images-card .content .type {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 3px;
}

.customer .swiper-slide .card .images-card .content .title {
  color: #A4A4A4;
  font-weight: 400;
  font-size: 14px;
}

.customer .swiper-slide .card .body-card .stars {
  padding: 8px 0 0 0;
}

.customer .swiper-slide .card .body-card .stars i {
  color: #F2994A;
  font-size: 14px;
}

.customer .swiper-slide .card .body-card .stars .gray {
  color: #CECECE;
}

.customer .swiper-slide .card .body-card .line {
  display: block;
  background-color: #A4A4A4;
  height: 1px;
  width: 100px;
  margin: 8px 0;
}

.customer .swiper-slide .card .body-card .text {
  font-size: 14px;
  font-weight: 400;
  width: 86%;
}

/***************************** end section customer *****************************/
/***************************** start section book *****************************/
.book .book-table {
  border: 1px solid #CECECE;
  background-color: #fff;
  position: relative;
}

.book .book-table .images img {
  height: 338px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.book .book-table .book-content {
  padding: 15px 70px 15px 0px;
}

.book .book-table .book-content .title {
  color: #000;
  font-weight: 700;
  font-size: 26px;
  padding: 20px 0;
}

.book .book-table .book-content .button-book {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px 0 12px auto;
}

.book .book-table .book-content .button-book .order {
  background-color: #F2994A;
  border: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 0 30px;
  height: 45px;
}

.book .book-table .book-content .button-book .order:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book .book-table .book-content .form-book .input-form {
  position: relative;
}

.book .book-table .book-content .form-book .input-form i {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #A4A4A4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.book .book-table .book-content .form-book .form-control {
  width: 100%;
  height: 59px;
  margin: 12px 0;
  padding: 0 10px;
  background-color: #FAFAFA;
  border: none;
  border-radius: 4.5px;
}

.book .book-table .book-content .form-book .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F2994A;
}

.book .book-table .book-content .form-book .form-control::-webkit-input-placeholder {
  color: #797979;
  font-size: 16px;
}

.book .book-table .book-content .form-book .form-control:-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
}

.book .book-table .book-content .form-book .form-control::-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
}

.book .book-table .book-content .form-book .form-control::placeholder {
  color: #797979;
  font-size: 16px;
}

/***************************** end section book *****************************/
/***************************** start section footer *****************************/
.footer {
  position: relative;
  padding: 40px 0 0 0;
}

.footer::before {
  background-color: #FAFAFA;
  position: absolute;
  content: "";
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer .heading {
  color: #F2994A;
  font-weight: 700;
  font-size: 35px;
}

.footer .heading span {
  color: #000;
}

.footer .text {
  font-weight: 400;
  font-size: 16px;
  width: 87%;
  padding: 50px 0;
}

.footer .links a:nth-of-type(2) {
  padding: 0 19px;
}

.footer .links i {
  color: #F2994A;
}

.footer .info {
  padding: 50px 0;
}

.footer .info .title {
  font-weight: 700;
  font-size: 15px;
}

.footer .info .text {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}

.footer .info .text:nth-of-type(1) {
  padding: 14px 0;
}

.footer .text-footer {
  padding: 80px 0;
}

.footer .text-footer .text {
  padding: 0;
  width: 100%;
}

.footer .text-footer .text:nth-of-type(2) {
  padding: 14px 0;
}

.footer .email {
  padding: 50px 0;
}

.footer .email .title {
  font-weight: 700;
  font-size: 18px;
}

.footer .email .text {
  padding: 15px 0;
  font-weight: 500;
}

.footer hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #CECECE;
}

.footer .copy {
  text-align: center;
}

.footer .copy .text-copy {
  font-weight: 600;
  color: #000000;
  padding: 20px 0;
}

/***************************** end section footer *****************************/
/* ----------------------------------------------------------------
        [ start searching ]
-----------------------------------------------------------------*/
.searching {
  position: fixed;
  background: #000000f1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
  display: none;
}

.searching form {
  margin-top: 40vh;
  width: 100%;
}

.searching form .form-group {
  position: relative;
  width: 50%;
  min-width: 300px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}

.searching form .form-group input {
  width: 100%;
  min-height: 50px;
  padding: 15px 70px;
}

.searching form .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #F2994A;
  color: #fff;
  border: 0;
  font-size: 20px;
}

.searching .close {
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  opacity: 1;
}

/*animation*/
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*# sourceMappingURL=style.css.map */