@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Hanuman:wght@100;300;400;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@charset "UTF-8";
/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0px;
}
.isolate{
  isolation: isolate;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.m-3{
  margin: 0.75rem;
}
.m-5{
  margin: 1.25rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!inline{
  display: inline !important;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.table-column{
  display: table-column;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-28{
  height: 7rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.\!w-full{
  width: 100% !important;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.shrink{
  flex-shrink: 1;
}
.grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize{
  resize: both;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-red-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 242 / var(--tw-bg-opacity));
}
.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.\!pb-10{
  padding-bottom: 2.5rem !important;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[500\]{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.\!text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(239 187 25 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.\!underline{
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.overline{
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-border{
  --tw-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  --tw-shadow-colored: 0px 6px 24px 0px var(--tw-shadow-color), 0px 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!invert{
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
* {
  font-family: "Roboto", sans-serif, "Hanuman", serif;
}

.color-primary {
  color: #efbb19;
}

.color-root {
  color: #5f5c58;
}

.aLink {
  text-decoration: none !important;
  color: unset;
  width: unset;
  height: unset;
  margin: 0;
  padding: 0;
}
.aLink:hover {
  color: unset;
}

svg {
  width: auto;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

select {
  display: none;
}

.nice-select {
  width: 100% !important;
  height: 45px !important;
  display: flex;
  align-items: center;
  line-height: normal !important;
  border-radius: 25px !important;
  font-size: 0.8rem;
}
.nice-select .current {
  width: 100%;
}
.nice-select .current, .nice-select .current > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
@supports (-webkit-line-clamp: 1) {
  .nice-select .current, .nice-select .current > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.nice-select .list {
  width: 100%;
  max-height: 350px;
  overflow: auto;
  border-radius: 10px !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.container {
  max-width: 80%;
  margin: auto;
}

.special-label {
  position: relative;
  padding-left: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.special-label::before {
  content: "♢";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #efbb19;
}
.special-label::after {
  content: "♢";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -25px;
  padding-left: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #efbb19;
}

.section-aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-aside section {
  width: 68%;
  box-sizing: border-box;
}
.section-aside aside {
  width: 30%;
  height: 100%;
  box-sizing: border-box;
  position: sticky;
  top: 5rem;
  align-items: flex-start;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.editor {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  font-size: 17px;
}
.editor p,
.editor a,
.editor ol,
.editor li,
.editor > * {
  list-style: revert;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  text-align: revert;
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  color: revert;
  background: revert;
  border: revert;
  box-sizing: revert;
}
.editor ul {
  margin: inherit;
  padding: inherit;
}
.editor svg,
.editor video,
.editor canvas,
.editor audio,
.editor iframe,
.editor embed,
.editor object {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.editor.font-text {
  font-size: 18px;
}

.facebook {
  background-color: #1674ea !important;
  color: #fff !important;
}

.telegram {
  background-color: #0088cc !important;
  color: #fff !important;
}

.instagram {
  background-color: #d94759 !important;
  color: #fff !important;
}

.youtube {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.subString-1, .subString-1 > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
@supports (-webkit-line-clamp: 1) {
  .subString-1, .subString-1 > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.max-width-center {
  max-width: 70%;
  margin: auto;
}

.navbar {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-in-out;
}
.navbar.is_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  animation: fadeInDown 0.8s ease-in-out;
  background-color: #000;
}
.navbar.is_sticky .navbar-menu {
  padding: 2rem 0;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.navbar .logo {
  margin-top: 10px;
}
.navbar .logo img {
  height: 120px;
}
.navbar .navbar-top {
  height: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .navbar-top .top-left-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.navbar .top-right-header-search .search input {
  border-style: none none solid;
  background-color: #000 !important;
  padding: 5px 0;
  transition: 0.3s;
  font-size: 14px;
  width: 88%;
  box-shadow: none;
  outline: none;
}
.navbar .top-right-header-search .search input:focus {
  outline: none;
}
.navbar .top-right-header-search .search input:-webkit-autofill, .navbar .top-right-header-search .search input:-webkit-autofill:hover, .navbar .top-right-header-search .search input:-webkit-autofill:focus, .navbar .top-right-header-search .search input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff;
}
.navbar .top-right-header-search button i {
  font-size: 18px;
  color: gainsboro;
}
.navbar .top-right-header-icons a i {
  font-size: 18px;
}
.navbar .top-right-header-icons a i:hover {
  color: aliceblue;
}
.navbar .menu .logo-responsive {
  display: none;
}
.navbar .menu .menu-bar {
  display: none;
}
.navbar .menu .menu-bar i {
  font-size: 20px;
  color: #fff;
}
.navbar .menu .item {
  font-size: 14px;
  color: #fff;
}
.navbar .menu .item.active, .navbar .menu .item:hover {
  color: goldenrod;
}
.navbar .menu .account {
  position: relative;
  display: flex;
  align-items: center;
}
.navbar .menu .account .btn-search {
  display: none;
}
.navbar .menu .account span {
  font-size: 14px;
}
.navbar .menu .account i {
  color: #fff;
  font-size: 20px;
}
.navbar .menu .account .profile {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.navbar .menu .account .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar .menu .account .account-dropdown-content {
  position: absolute;
  top: -100%;
  right: 0;
  margin: 0;
  z-index: 9999;
  opacity: 0;
  transition: transform 0.2s ease-out;
  padding: 1rem 1.3rem;
  width: -moz-fit-content;
  width: fit-content;
  background: black;
}
.navbar .menu .account:hover .account-dropdown-content {
  opacity: 1;
  transform: translateY(0);
  top: 23px;
}
.navbar .menu .account:hover .account-dropdown-content-list {
  color: #a2a4a7;
}
.navbar .menu .account:hover .account-dropdown-content-list i {
  color: #a2a4a7;
}

.phone-number {
  display: none;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  color: rgba(238, 238, 238, 0.9333333333);
}
.footer-wrapper .quick-link:hover {
  color: goldenrod;
}
.footer-wrapper .address {
  width: 30%;
}
.footer-wrapper .address .sub-address:hover {
  color: goldenrod;
}
.footer hr:first-child {
  border: 1px solid goldenrod;
}
.footer hr.hr-2 {
  width: 60%;
  margin: 30px auto;
  border: 1px solid rgb(170, 170, 170);
}
.footer .footer-icons a i {
  font-size: 20px;
}
.footer .footer-bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
  color: #eee;
}
.footer .footer-bottom .footer-icons a i {
  font-size: 24px;
}

.section-slide .swiper {
  width: 100%;
}
.section-slide .swiper-wrapper {
  height: 75vh;
  overflow: hidden;
}
.section-slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-slide .swiper-pagination-bullet {
  width: 26px;
  height: 7px;
  border-radius: 24px;
  background-color: goldenrod;
}

.testimonial-section .testimonial {
  margin-bottom: 10px;
  padding: 60px 0;
}
.testimonial-section .testimonial .testimonial-content.swiper-wrapper {
  height: 60%;
}
.testimonial-section .testimonial .testimonial-content .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.testimonial-section .testimonial .testimonial-content .slide.swiper-slide {
  position: relative;
  overflow: hidden;
}
.testimonial-section .testimonial .testimonial-content .slide .testimonial-icon {
  margin-bottom: 10px;
}
.testimonial-section .testimonial .testimonial-content .slide .testimonial-icon i {
  font-size: 90px;
  color: goldenrod;
  font-weight: 900;
}
.testimonial-section .testimonial .testimonial-content .slide .testimonial-text {
  margin-bottom: 10px;
}
.testimonial-section .testimonial .testimonial-content .slide .testimonial-text h1 {
  text-align: center;
  font-size: 2rem;
}
.testimonial-section .testimonial .testimonial-content .slide .testimonial-image {
  width: 150px;
  height: 150px;
  border: 4px solid goldenrod;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-section .testimonial .swiper-pagination-bullet {
  width: 26px;
  height: 7px;
  border-radius: 24px;
  background-color: goldenrod;
}

.video-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.video-section .video-group {
  width: 100%;
  height: 350px;
  background-color: goldenrod;
  position: relative;
}
.video-section .video-group iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .video-group img {
  max-width: 100%;
  height: 350px;
}
.video-section .video-group-icon {
  color: #e6ab19;
  font-size: 26px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-section .video-group-icon p:nth-child(2) {
  font-weight: 700;
  opacity: 1;
  text-shadow: 2px 2px 5px #000;
}
.video-section .video-group-icon .icon-play {
  margin: auto auto 20px;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: 3px solid #e6ab19;
  transform: scale(1.02);
  cursor: pointer;
}
.video-section .video-group-icon .icon-play i {
  margin-top: 22px;
  margin-left: 7px;
  outline: 0;
}
.video-section .video-group-icon .icon-play:hover {
  transform: scale(1.03);
  color: #e6ab19;
  border: 3px solid #fff;
  background-color: #fff;
}

.course-section-container {
  padding: 0 1rem;
}
.course-section-container-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.course-section-container-group .course-group {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 6px 0 rgba(0, 0, 0, 0.19);
  padding: 5px;
}
.course-section-container-group .course-group .img-hover {
  position: relative;
  height: 250px;
}
.course-section-container-group .course-group .img-hover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(247, 190, 10, 0.44);
}
.course-section-container-group .course-group .img-hover .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-section-container-group .course-group .img-hover .text {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  z-index: 99;
}
.course-section-container-group .course-group .img-hover:hover .overlay {
  opacity: 1;
}
.course-section-container-group .course-group .img-hover:hover .text {
  opacity: 1;
}
.course-section-container-group .course-group .title-makeup {
  font-weight: 600;
  padding: 0 15px;
}
.course-section-container-group .course-group .title-makeup p, .course-section-container-group .course-group .title-makeup p > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
@supports (-webkit-line-clamp: 2) {
  .course-section-container-group .course-group .title-makeup p, .course-section-container-group .course-group .title-makeup p > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.course-section-container-group .course-group .date {
  padding-right: 10px;
  padding-left: 15px;
  margin-top: 10px;
}
.course-section-container .btn-more {
  padding-bottom: 20px;
}
.course-section-container .btn-more button,
.course-section-container .btn-more a {
  border: 1px solid #e6ab19;
  background-color: #3d3d3d;
  color: #fff;
  transition: 0.3s;
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
}
.course-section-container .btn-more button svg,
.course-section-container .btn-more a svg {
  height: 20px;
  width: 20px;
  margin-left: 5px;
}
.course-section-container .btn-more button:hover,
.course-section-container .btn-more a:hover {
  background-color: #fff;
  color: #000;
}
.course-section-container .btn-more button:hover svg,
.course-section-container .btn-more a:hover svg {
  margin-left: 10px;
}

.about-company {
  width: 100%;
  margin: auto;
}
.about-company .image-center {
  text-align: center;
  position: relative;
}
.about-company .image-center .image {
  width: 100%;
  height: 400px;
}
.about-company .image-center .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-company .image-center .title-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-company .image-center .title-center .border-wrapper {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  font-weight: bolder;
  justify-content: center;
  margin: 25px 0;
}
.about-company .image-center .title-center .border-wrapper .border {
  color: #000;
  border-bottom: 1px solid #000;
  width: 150px;
  margin-top: 15px;
}
.about-company .image-center .title-center .border-wrapper h3 {
  text-align: center;
}
.about-company .image-center .title-center .desc {
  color: #000;
  line-height: 22px;
}
.about-company .image-center .title-center .quantity {
  width: 70%;
  display: flex;
  justify-content: center;
  margin: auto;
  padding-top: 2rem;
}
.about-company .image-center .title-center .quantity .grid-item-3 {
  width: 33.3333333333%;
  box-sizing: border-box;
}
.about-company .image-center .title-center .quantity .grid-item-3 p:first-child {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.about-company .image-center .title-center .quantity .grid-item-3 p:last-child {
  font-size: 18px;
  font-weight: 500;
  margin: 10px;
  color: #000;
}

.main-buttom-wraper .main-buttom {
  background: #000;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-buttom-wraper .main-buttom .skew {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background: #000;
}
.main-buttom-wraper .main-buttom .skew .skew-box {
  background: #e6ab19;
  padding: 290px 0;
  transform: skew(0deg, -34deg) translateY(0);
}
.main-buttom-wraper .main-buttom .salon-group {
  width: 100%;
  height: 100%;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .title-wraper .border-wraper {
  position: relative;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  margin-top: 0;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .title-wraper .border-wraper .border {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 150px;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .title-wraper .border-wraper h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 800;
  text-align: center;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list {
  width: 900px;
  margin: auto;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu {
  margin: 16px auto auto;
  width: 735px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .text-block-img .image img {
  width: 320px;
  height: 200px;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .text-block-img .text {
  width: 100%;
  position: absolute;
  top: -5px;
  left: 15px;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .text-block-img .text .background {
  position: relative;
  top: 38px;
  left: 20px;
  width: 25px;
  height: 20px;
  background-color: #fff;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .text-block-img .text img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .svg-wraper {
  position: relative;
  top: -34px;
  left: 6px;
  cursor: pointer;
  outline: 0;
  border: none;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .svg-wraper .svg {
  width: 310px;
  position: relative;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .svg-wraper .salon {
  color: #fff;
  font-weight: 700;
  position: absolute;
  font-size: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .svg-wraper .salon p {
  color: #fff;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu .buttom-group .svg-wraper .salon p:hover {
  color: #b8860b;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .more {
  position: relative;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 0;
  background: 0;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .more .btn-more button,
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05rem;
  cursor: pointer;
  border: 1px solid #e6ab19;
  background-color: #3d3d3d;
  color: #fff;
  box-shadow: none;
  outline: 0;
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .more .btn-more button i,
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .more a i {
  margin-left: 0;
  transition: 0.3s;
}
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .more .btn-more button:hover i,
.main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .more a:hover i {
  margin-left: 10px;
}

.faq-section-wrapper .faq-section-container .toggle-container .toggle-wrapper-item {
  width: 100%;
}
.faq-section-wrapper .faq-section-container .toggle-container .toggle-wrapper-item .label {
  padding: 15px;
  background-color: #211d1d !important;
}
.faq-section-wrapper .faq-section-container .toggle-container .toggle-wrapper-item .label p {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}
.faq-section-wrapper .faq-section-container .toggle-container .toggle-wrapper-item .label span {
  cursor: pointer;
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
}
.contact-wrapper .contact-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  font-size: 12px;
}
.contact-wrapper .contact-form .form-input {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact-wrapper .contact-form .form-input input {
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  border: none;
  background-color: #211d1d;
  height: 46px;
  outline: none;
}
.contact-wrapper .message {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 14px auto;
  position: relative;
  padding-bottom: 20px;
}
.contact-wrapper .message textarea {
  padding: 10px 15px 0;
  color: #fff;
  height: 270px;
  resize: none;
  font-size: 14px;
  border: none;
  background-color: #211d1d;
  outline: none;
}
.contact-wrapper .btn-send button {
  border: 2px solid goldenrod;
  transition: all 0.3s ease 0s;
  background-color: #6a6667;
  color: #fff;
}
.contact-wrapper .btn-send button:hover {
  background-color: #fff;
  color: #000;
}

.modal-box .course-page-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.modal-box .course-page-wrapper .course-content .image-course {
  height: 100%;
}

.course-page .course-header-wrapper {
  text-align: center;
}
.course-page-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.course-page-wrapper-box {
  background-color: #242121;
  position: relative;
  overflow: hidden;
}
.course-page-wrapper-box .course-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.course-page-wrapper-box .course-content .image-course {
  position: relative;
  height: 380px;
}
.course-page-wrapper-box .course-content .image-course img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-page-wrapper-box .course-content .image-course .btn-register {
  position: absolute;
  bottom: 2rem;
  left: 0;
  transform: translate(50%, 0);
}
.course-page-wrapper-box .course-content .image-course .btn-register button {
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #fff;
  background-color: #ffc107;
  color: #fff;
  box-shadow: none;
  padding: 3px 6px;
  border-radius: 70px;
  font-size: 13px;
}
.course-page-wrapper-box .course-content .image-course .btn-register button:hover {
  background-color: #d39e00 !important;
}
.course-page-wrapper-box .course-content .detail-course h2 {
  text-align: center;
  color: #efbb19;
  font-size: 20px;
  font-weight: 700;
}
.course-page-wrapper-box .course-content .detail-course h2, .course-page-wrapper-box .course-content .detail-course h2 > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
@supports (-webkit-line-clamp: 3) {
  .course-page-wrapper-box .course-content .detail-course h2, .course-page-wrapper-box .course-content .detail-course h2 > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.course-page-wrapper-box .course-content .detail-course p {
  text-align: justify;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  margin-left: 20px;
}
.course-page-wrapper-box .course-content .detail-course p, .course-page-wrapper-box .course-content .detail-course p > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
@supports (-webkit-line-clamp: 5) {
  .course-page-wrapper-box .course-content .detail-course p, .course-page-wrapper-box .course-content .detail-course p > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.course-page-wrapper-box .course-content .detail-course .dates {
  width: 100%;
  position: relative;
  line-height: 22px !important;
  left: 25px;
  color: #e6ab19;
}
.course-page-wrapper-box .course-content .detail-course .day {
  width: 100%;
  position: relative;
  line-height: 22px !important;
  left: 25px;
  color: #eee;
}
.course-page-wrapper-box .course-content .detail-course .price {
  color: #ddd;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 15px;
}
.course-page-wrapper-box .course-content .detail-course .price h3 {
  color: #fff;
  font-weight: bolder;
  margin: 0;
  text-align: center;
  padding: 4px 6px;
  background: rgba(239, 187, 25, 0.1);
  border-radius: 5px;
}
.course-page-wrapper-box .course-content .detail-course .btn-trainer {
  display: flex;
  justify-content: center;
}
.course-page-wrapper-box .course-content .detail-course .btn-trainer button {
  padding: 4px 30px;
  background-color: #7f8c8d;
  border-radius: 70px;
  font-size: 13px;
  color: #fff;
}
.course-page-wrapper-box .course-content .detail-course .btn-trainer button:hover {
  background-color: #5a6268;
}
.course-page-wrapper-box .course-content .cart {
  padding: 5px;
}
.course-page-wrapper-box .course-content .cart .text-cart {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}
.course-page-wrapper-box .course-content .cart .text-cart .title {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.course-page-wrapper-box .course-content .cart .text-cart .title h4 {
  margin: 7px 0;
  font-size: 20px;
  font-weight: 500;
  color: #efbb19;
}
.course-page-wrapper-box .course-content .cart .text-cart .text {
  padding: 24px 10px;
  font-size: 16px;
  display: grid;
  gap: 10px;
}
.course-page-wrapper-box .course-content .cart .text-cart .btn-trainer {
  display: flex;
  justify-content: center;
}
.course-page-wrapper-box .course-content .cart .text-cart .btn-trainer button {
  padding: 4px 30px;
  background-color: #7f8c8d;
  border-radius: 70px;
  font-size: 13px;
  color: #fff;
  margin-left: 18px;
}
.course-page-wrapper-box .course-content .cart .text-cart .btn-trainer button:hover {
  background-color: #5a6268;
}
.course-page-wrapper-box.register-content {
  display: block;
}
.course-page-wrapper-box.detail-content {
  display: none;
}

.trainer-section-profile-cart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.trainer-section-profile-cart .cart-group {
  height: 490px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #231f20;
}
.trainer-section-profile-cart .cart-group .title-cart {
  font-size: 25px;
  top: -60px;
  position: absolute;
  width: 100%;
  height: 60px;
  background: #efbb19;
  color: #fff;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.trainer-section-profile-cart .cart-group .title-cart::before {
  font-size: 25px;
  top: -60px;
  position: absolute;
  width: 100%;
  height: 60px;
  transition: all 0.2s linear;
}
.trainer-section-profile-cart .cart-group .title-cart .text-cart {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}
.trainer-section-profile-cart .cart-group:hover .title-cart {
  top: 0;
}
.trainer-section-profile-cart .cart-group:hover .title-cart::before {
  content: "";
  width: 0;
  height: 0;
  bottom: -12px;
  z-index: 5;
  top: unset;
  left: 55px;
  position: absolute;
  border-style: solid;
  border-width: 14px 9.5px 0;
  border-color: #efbb19 transparent transparent;
}
.trainer-section-profile-cart .cart-group:hover .cart .img-cart {
  margin-top: 55px;
  transition: 0.3s;
}
.trainer-section-profile-cart .cart-group:hover .cart .text-cart {
  display: none;
  transition: 0.3s;
}
.trainer-section-profile-cart .cart-group:hover .cart-hover {
  bottom: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.trainer-section-profile-cart .cart-group .cart-hover {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  bottom: calc((100% - 60px) * -1);
  margin-top: 60px;
  background-color: rgba(61, 61, 61, 0.95);
  transition: all 0.2s linear;
  overflow-y: auto;
}
.trainer-section-profile-cart .cart-group .cart {
  padding: 5px;
}
.trainer-section-profile-cart .cart-group .cart .img-cart {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.trainer-section-profile-cart .cart-group .cart .img-cart img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trainer-section-profile-cart .cart-group .cart .text-cart {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}
.trainer-section-profile-cart .cart-group .cart .text-cart .title {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.trainer-section-profile-cart .cart-group .cart .text-cart .title h4 {
  margin: 7px 0;
  font-size: 20px;
  font-weight: 500;
}
.trainer-section-profile-cart .cart-group .cart .text-cart .title .border {
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid goldenrod;
}
.trainer-section-profile-cart .cart-group .cart .text-cart .text {
  padding: 24px 25px;
  font-size: 16px;
  display: grid;
  gap: 10px;
}
.trainer-section-profile .btn-more button,
.trainer-section-profile .btn-more a {
  border: 1px solid #e6ab19;
  background-color: #3d3d3d;
  color: #fff;
  transition: 0.3s;
}
.trainer-section-profile .btn-more button:hover,
.trainer-section-profile .btn-more a:hover {
  background-color: #fff;
  color: #000;
}

.team-section-profile-cart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.team-section-profile-cart .cart-group {
  height: 460px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #231f20;
}
.team-section-profile-cart .cart-group .cart {
  padding: 5px;
}
.team-section-profile-cart .cart-group .title-cart {
  font-size: 25px;
  top: -60px;
  position: absolute;
  width: 100%;
  height: 60px;
  background: #efbb19;
  color: #fff;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.team-section-profile-cart .cart-group .title-cart::before {
  font-size: 25px;
  top: -60px;
  position: absolute;
  width: 100%;
  height: 60px;
  transition: all 0.2s linear;
}
.team-section-profile-cart .cart-group .title-cart .img-cart {
  height: 226px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.team-section-profile-cart .cart-group .title-cart .text-cart {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}
.team-section-profile-cart .cart-group:hover .title-cart {
  top: 0;
}
.team-section-profile-cart .cart-group:hover .title-cart::before {
  content: "";
  width: 0;
  height: 0;
  bottom: -12px;
  z-index: 5;
  top: unset;
  left: 55px;
  position: absolute;
  border-style: solid;
  border-width: 14px 9.5px 0;
  border-color: #efbb19 transparent transparent;
}
.team-section-profile-cart .cart-group:hover .cart .img-cart {
  margin-top: 55px;
  transition: 0.3s;
}
.team-section-profile-cart .cart-group:hover .cart .text-cart {
  display: none;
  transition: 0.3s;
}
.team-section-profile-cart .cart-group:hover .cart-hover {
  bottom: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.team-section-profile-cart .cart-group .cart-hover {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  bottom: calc((100% - 60px) * -1);
  margin-top: 60px;
  background-color: rgba(61, 61, 61, 0.95);
  transition: all 0.2s linear;
  overflow-y: auto;
}
.team-section-profile-cart .cart-group .cart-hover .cart-list-text {
  padding: 12px 35px;
}
.team-section-profile-cart .cart-group .cart-hover .cart-list-text .cart-hover-title h4 {
  color: #7b7b7b !important;
  cursor: default;
}
.team-section-profile-cart .cart-group .cart {
  padding: 5px;
}
.team-section-profile-cart .cart-group .cart .img-cart {
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.team-section-profile-cart .cart-group .cart .img-cart img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section-profile-cart .cart-group .cart .text-cart {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}
.team-section-profile-cart .cart-group .cart .text-cart .title {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.team-section-profile-cart .cart-group .cart .text-cart .title h4 {
  margin: 7px 0;
  font-size: 20px;
  font-weight: 500;
}
.team-section-profile-cart .cart-group .cart .text-cart .title .border {
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid goldenrod;
}
.team-section-profile-cart .cart-group .cart .text-cart .text {
  padding: 24px 25px;
  font-size: 16px;
  display: grid;
  gap: 10px;
}
.team-section-profile .btn-more button {
  border: 1px solid #e6ab19;
  background-color: #3d3d3d;
  color: #fff;
  transition: 0.3s;
}
.team-section-profile .btn-more button:hover {
  background-color: #fff;
  color: #000;
}

/* Salon section */
.salon-section-map {
  width: 100%;
  padding: 30px 0;
}
.salon-section-map iframe {
  width: 100%;
  height: 500px;
}
.salon-section-block-control .block-wrapper {
  line-height: 22px;
  padding: 20px 150px;
  display: flex;
}
.salon-section-block-control .block-wrapper .block-img {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 40px;
  margin-bottom: 45px;
}
.salon-section-block-control .block-wrapper .block-img .text-over-img {
  width: 40px;
  align-items: center;
  height: 40px;
  border-radius: 50%;
  right: -10px;
  top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #efbb19;
  position: absolute;
  z-index: 99;
}
.salon-section-block-control .block-wrapper .block-img .text-over-img p {
  margin: 8px 0 8px 4px;
  text-align: start;
}
.salon-section-block-control .block-wrapper .block-img .fit-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -42%);
  width: 100%;
  height: 100%;
}
.salon-section-block-control .block-wrapper .block-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.salon-section-block-control .block-wrapper .block-img .label {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  bottom: -25px;
  transform: rotate(-60deg);
  filter: brightness(1) invert(1);
}
.salon-section-block-control .block-wrapper .block-img .border-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 8px;
  position: absolute;
  left: -8px !important;
}
.salon-section-block-control .block-wrapper .block-text .title {
  font-size: 20px;
  padding-bottom: 5px;
}
.salon-section-block-control .block-wrapper .block-text .title h4 {
  color: #efbb19;
  margin: 5px 0;
  text-align: start;
}
.salon-section-block-control .block-wrapper .block-text .title .salon-info div {
  margin: 2.5px 0;
  display: flex;
  font-size: 16px;
  color: #fff;
}
.salon-section-block-control .block-wrapper .block-text .title .salon-info div p {
  margin: 0;
  white-space: nowrap;
  min-width: 100px;
}
.salon-section-block-control .block-wrapper .block-text .title .salon-info div a:hover,
.salon-section-block-control .block-wrapper .block-text .title .salon-info div span:hover {
  color: #efbb19;
}
.salon-section-block-control .border-line {
  width: 550px;
  border-top: 1px solid rgba(239, 187, 25, 0.5411764706);
  margin: auto;
  padding: 5px 0;
}
.salon-section-block .btn-more a {
  padding: 4px 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 16px;
  transition: 0.2s ease-in;
}
.salon-section-block .btn-more a:hover {
  background-color: #eee;
  color: #000;
}

/* Gallery section */
.photo-albums-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 90px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.photo-albums-container-items {
  position: relative;
  width: 100%;
  height: 220px;
}
.photo-albums-container-items .background {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.photo-albums-container-items .background .background-img {
  background: 0 0;
  -webkit-box-flex: 0;
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.photo-albums-container-items .background .background-img .border {
  position: absolute;
  border-radius: 12px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #efbb19;
  z-index: 1;
}
.photo-albums-container-items .background .background-img .background-style {
  position: absolute;
  border-radius: 12px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(88, 84, 84, 0.705);
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: rotate(50deg);
}
.photo-albums-container-items .background .background-img .background-style:hover .gallery-btn {
  opacity: 0;
}
.photo-albums-container-items .background .background-img .background-style .view-more {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.photo-albums-container-items .background .background-img .background-style .view-more button,
.photo-albums-container-items .background .background-img .background-style .view-more a {
  padding: 4px 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  transition: 0.2s ease-in;
}
.photo-albums-container-items .background .background-img .background-style .view-more button:hover,
.photo-albums-container-items .background .background-img .background-style .view-more a:hover {
  background-color: #eee;
  color: #000;
}
.photo-albums-container-items .background .background-img:hover .background-style {
  opacity: 1;
  transform: rotate(0deg);
}
.photo-albums-container-items .background .background-img .item-img {
  width: 100%;
  height: 100%;
}
.photo-albums-container-items .background .background-img .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-albums-container-items .background .background-img .item-img .gallery-background {
  opacity: 1;
  position: absolute;
  width: 100px;
  height: 50px;
}
.photo-albums-container-items .background .background-img .item-img .gallery-btn {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  border: 1px solid #fff;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  display: block;
  opacity: 1;
}
.photo-albums-container-items .quantity {
  padding-top: 50px;
}

.border-wrapper.video-title {
  margin-top: 4rem !important;
}

/* Video Album section */
.video-albums-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 90px;
  margin-bottom: 5rem;
}
.video-albums-container-items {
  position: relative;
  width: 100%;
  height: 333px;
}
.video-albums-container-items .background {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.video-albums-container-items .background .background-img {
  background: 0 0;
  -webkit-box-flex: 0;
  width: 100%;
  height: 370px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.video-albums-container-items .background .background-img .border {
  position: absolute;
  border-radius: 12px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #efbb19;
  z-index: 1;
}
.video-albums-container-items .background .background-img .background-style {
  position: absolute;
  border-radius: 12px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(88, 84, 84, 0.705);
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: rotate(50deg);
}
.video-albums-container-items .background .background-img .background-style:hover .gallery-btn {
  opacity: 0;
}
.video-albums-container-items .background .background-img .background-style .view-more {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.video-albums-container-items .background .background-img .background-style .view-more button,
.video-albums-container-items .background .background-img .background-style .view-more a {
  padding: 4px 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  transition: 0.2s ease-in;
}
.video-albums-container-items .background .background-img .background-style .view-more button:hover,
.video-albums-container-items .background .background-img .background-style .view-more a:hover {
  background-color: #eee;
  color: #000;
}
.video-albums-container-items .background .background-img:hover .background-style {
  opacity: 1;
  transform: rotate(0deg);
}
.video-albums-container-items .background .background-img .item-img {
  width: 100%;
  height: 100%;
}
.video-albums-container-items .background .background-img .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-albums-container-items .background .background-img .item-img .gallery-background {
  opacity: 1;
  position: absolute;
  width: 100px;
  height: 50px;
}
.video-albums-container-items .background .background-img .item-img .title-video-play {
  position: absolute;
  top: 10%;
  left: 5%;
  font-weight: 700;
  z-index: 99;
}
.video-albums-container-items .background .background-img .item-img .title-video-play h4 {
  text-shadow: 2px 2px 3px #000;
  margin: 0;
  color: #fff;
  font-size: 24px;
}
.video-albums-container-items .quantity {
  padding-top: 45px;
}

/* Training section */
.training-section {
  padding-bottom: 3rem;
  position: relative;
}
.training-section .imgfix {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -99;
}
.training-section-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  row-gap: 5rem;
  margin-bottom: 2rem;
}
.training-section-container-items {
  position: relative;
  width: 100%;
  height: 240px;
}
.training-section-container-items .background {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.training-section-container-items .background .background-img {
  background: 0 0;
  -webkit-box-flex: 0;
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.training-section-container-items .background .background-img .border {
  position: absolute;
  border-radius: 12px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #efbb19;
  z-index: 1;
}
.training-section-container-items .background .background-img .background-style {
  position: absolute;
  border-radius: 12px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(88, 84, 84, 0.705);
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: rotate(50deg);
}
.training-section-container-items .background .background-img .background-style:hover .gallery-btn {
  opacity: 0;
}
.training-section-container-items .background .background-img:hover .background-style {
  opacity: 1;
  transform: rotate(0deg);
}
.training-section-container-items .background .background-img .item-img {
  width: 100%;
  height: 100%;
}
.training-section-container-items .background .background-img .item-img img,
.training-section-container-items .background .background-img .item-img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.training-section-container-items .background .background-img .item-img .gallery-background {
  opacity: 1;
  position: absolute;
  width: 100px;
  height: 50px;
}
.training-section-container-items .background .background-img .item-img .gallery-btn {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  z-index: 2;
  cursor: pointer;
}
.training-section-container-items .background .background-img .item-img .gallery-btn:hover i {
  color: #e6ab19;
}
.training-section-container-items .background .background-img .item-img .gallery-btn i {
  font-size: 3rem;
  color: #fff;
}
.training-section-container-items .quantity {
  padding: 20px 10px;
}

/* About us section */
.about-us-section-slide {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.about-us-section-slide .slide-img {
  height: 640px;
}
.about-us-section-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-section-slide .overview {
  padding-bottom: 2rem;
}
.about-us-section-slide .overview-contain {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  background-color: #242121;
  z-index: 1;
  margin-top: 10px;
  color: #fff;
}
.about-us-section-slide .overview-contain .left-overview {
  width: 100%;
  padding: 0 100px;
}
.about-us-section-slide .overview-contain .left-overview p {
  line-height: 24px;
  font-size: 18px;
  margin: 0;
}
.about-us-section-slide .overview-contain .right-overview {
  display: flex;
  justify-content: center;
}
.about-us-section-slide .overview-contain .right-overview .right-img {
  width: 350px;
  background-color: rgba(239, 187, 25, 0.8);
  padding: 6px;
}
.about-us-section-slide .overview-contain .right-overview .right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-section-slide .map-contain {
  padding-bottom: 3rem;
}
.about-us-section-slide .map-contain .contain-about-us {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-us-section-slide .map-contain .contain-about-us .left-contain {
  width: 50%;
}
.about-us-section-slide .map-contain .contain-about-us .left-contain .map {
  width: 100%;
  padding: 30px 0;
}
.about-us-section-slide .map-contain .contain-about-us .left-contain .map iframe {
  width: 100%;
  height: 500px;
}
.about-us-section-slide .map-contain .contain-about-us .right-contain {
  width: 50%;
}
.about-us-section-slide .map-contain .contain-about-us .right-contain-title {
  color: #fff;
  text-align: center;
}
.about-us-section-slide .map-contain .contain-about-us .right-contain-title .open-hour {
  padding: 20px 60px;
}
.about-us-section-slide .map-contain .contain-about-us .right-contain-title .open-hour .date-time-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px 0;
}
.about-us-section-slide .mission-section {
  padding-bottom: 2rem;
}
.about-us-section-slide .mission-section-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-us-section-slide .mission-section-group .mission, .about-us-section-slide .mission-section-group .vision {
  width: 50%;
}

/* signin-signup */
.signin-signup {
  display: block;
}
.signin-signup.active-popup {
  display: none;
}
.signin-signup .contain-signup {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.signin-signup .contain-signup .container-auth {
  border-radius: 20px;
  width: 730px;
  height: auto;
  background: #fff;
  overflow: hidden;
}
.signin-signup .contain-signup .container-auth .content-auth {
  display: flex;
  justify-content: space-between;
}
.signin-signup .contain-signup .container-auth .content-auth.sign-in {
  display: flex;
}
.signin-signup .contain-signup .container-auth .content-auth.sign-up {
  display: none;
}
.signin-signup .contain-signup .container-auth .content-auth .back {
  width: 50%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .trainer-detail .title,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .trainer-detail .title {
  color: #000;
  width: 100%;
  padding-top: 0;
  text-align: center;
  margin: 0;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .trainer-detail .title h4,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .trainer-detail .title h4 {
  font-size: 24px;
  font-weight: 500;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .input,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .input .form-group,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .input .form-group {
  display: flex;
  flex-direction: column;
  height: 56px;
  margin-bottom: 5px;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .input .form-group input,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .input .form-group input {
  font-size: 17px;
  color: #000;
  border-radius: 6px;
  padding: 2px 20px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
  background-color: rgba(211, 211, 211, 0.3);
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .input .form-group input:focus,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .input .form-group input:focus {
  outline: rgba(211, 211, 211, 0.3);
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .checkbox,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .checkbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 290px;
  margin-bottom: 20px;
  font-size: 14px;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .btn-trainer button,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .btn-trainer button {
  width: 165px;
  letter-spacing: 1px;
  font-weight: 550;
  cursor: pointer;
  border: none;
  background-color: #efbb19;
  color: #fff;
  box-shadow: none;
  outline: 0;
  border-radius: 70px;
  padding: 7px 10px;
  transform: scale(1.02);
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .contain-item .text a,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .contain-item .text a {
  color: #000;
  font-weight: 500;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .login-with-label,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .login-with-label {
  width: 100%;
  padding: 0 30px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .login-with-label span,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .login-with-label span {
  padding: 0 15px;
  font-weight: 700;
  color: #000;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .login-with-label .line,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .login-with-label .line {
  flex: auto;
  border: 0.5px solid #ccc;
  height: 0;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .login-with,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .login-with {
  margin: 0 auto;
  width: 290px;
  display: flex;
  justify-content: space-between;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .login-with .facebook,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .login-with .facebook {
  width: 135px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #507cbb;
  color: #fff;
  border-radius: 20px;
  transform: scale(1.02);
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .login-with .facebook .icon-facebook,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .login-with .facebook .icon-facebook {
  margin-right: 10px;
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .login-with .google,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .login-with .google {
  width: 135px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 20px;
  transform: scale(1.02);
}
.signin-signup .contain-signup .container-auth .content-auth .back .item .login-with .google .icon-google,
.signin-signup .contain-signup .container-auth .content-auth .back .item-sign-in .login-with .google .icon-google {
  margin-right: 10px;
}
.signin-signup .contain-signup .container-auth .content-auth .right-item {
  width: 50%;
  background-color: #000;
}
.signin-signup .contain-signup .container-auth .content-auth .right-item .contain-right-item {
  position: relative;
}
.signin-signup .contain-signup .container-auth .content-auth .right-item .contain-right-item .right-image img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.signin-signup .contain-signup .container-auth .content-auth .right-item .contain-right-item .signin-title {
  position: absolute;
}
.signin-signup .contain-signup .container-auth .content-auth .right-item .contain-right-item .btn-signup {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 10%;
}
.signin-signup .contain-signup .container-auth .content-auth .right-item .contain-right-item .btn-signup .title h3 {
  font-size: 24px;
  font-weight: 500;
  color: white;
}
.signin-signup .contain-signup .container-auth .content-auth .right-item .contain-right-item .btn-signup .text-right-item {
  color: #fff;
  width: 300px;
  text-align: center;
  margin: 20px 0;
}
.signin-signup .contain-signup .container-auth .content-auth .right-item .contain-right-item .btn-signup .btn-sign button {
  height: 36px;
  width: 160px;
  border: 1px solid #fff;
  border-radius: 70px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 550;
}

/* photo list */
.group-photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.group-photo .card-photo .img {
  background: #000;
  background: linear-gradient(0deg, #000 0, #fff 100%);
  height: 270px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.group-photo .card-photo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.group-photo .card-photo .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  display: none;
}
.group-photo .card-photo .img .icon i {
  font-size: 2rem;
}
.group-photo .card-photo .img .text {
  position: absolute;
  top: 100%;
  font-weight: 400px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  padding: 7px 20px;
  transition: 0.5 ease-in-out;
}
.group-photo .card-photo .img .background {
  width: 100%;
  height: 270px;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.1) 45%, #000);
  opacity: 0;
  transition: background 0.5s ease-in-out;
}
.group-photo .card-photo .img:hover .icon {
  display: block;
}
.group-photo .card-photo .img:hover .text {
  transform: translateY(-90px);
  transition: 0.5s ease-out;
  z-index: 1;
}
.group-photo .card-photo .img:hover .background {
  top: 0;
  transition: 0.5s ease-out;
  opacity: 1;
}

.about-history-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.about-history-wrapper .about-history-box {
  margin-bottom: 2rem;
}
.about-history-wrapper .about-history-box-img {
  height: 300px;
  width: 100%;
  background-color: #dddcd9;
}
.about-history-wrapper .about-history-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-history-wrapper .about-history-box-text {
  position: relative;
  margin-top: 10px;
}
.about-history-wrapper .about-history-box-text .single-line {
  width: 150px;
  height: 2px;
  background-color: #e6ab19;
  flex: auto;
}

/* Mobile menu */
.mobile-nav {
  width: 250px;
  height: 100%;
  display: unset;
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #242121;
  z-index: 999;
  padding: 8px 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.mobile-nav-item {
  padding: 0 20px;
}
.mobile-nav-item .item {
  color: #fff;
}
.mobile-nav-item .item:hover, .mobile-nav-item .item.active {
  color: #e6ab19;
}
.mobile-nav .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  place-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-nav .close-menu i {
  font-size: 20px;
  color: #fff;
}
.mobile-nav-logo {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.mobile-nav-logo img {
  height: 80px;
}

.search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.93);
  display: none;
  z-index: 999;
  animation: fadeSearch 0.3s ease-in-out;
}
@keyframes fadeSearch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-wrapper .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.search-wrapper .search-box .icon-search {
  position: absolute;
  top: 3.8rem;
  right: 1rem;
  display: inline-block;
}
.search-wrapper .search-box .icon-search i {
  color: #fff;
}
.search-wrapper .search-box .search__input {
  width: 100%;
  padding: 12px 24px;
  margin: 50px 0;
  font-size: 14px;
  line-height: 18px;
  color: #b2bec3;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #575756;
  backface-visibility: hidden;
}
.search-wrapper .search-overlay {
  position: absolute;
  top: 4rem;
  right: 2rem;
}
.search-wrapper .search-overlay span {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 0;
  z-index: 99;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  cursor: hand;
  border-radius: 10px;
  transition: all 0.5s ease 0s;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.1);
  border-top: 3px solid #eeeee8;
}
.scroll-top.reveal {
  opacity: 1;
}
.scroll-top svg {
  color: #efbb19;
}

.empty-data {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.empty-data.category-empty {
  background-color: white;
  border-radius: 10px;
}
.empty-data.table-empty {
  background-color: white;
  border-radius: 0 10px 10px 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.empty-data .image {
  width: auto;
  height: 120px;
  padding-bottom: 1rem;
}
.empty-data .image img {
  width: 100%;
  height: 100%;
}
.empty-data .text {
  text-align: center;
}
.empty-data .text h1 {
  font-weight: unset;
  -webkit-text-stroke: 0.5px;
  font-size: 25px;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
}
.empty-data .text p {
  font-weight: unset;
  -webkit-text-stroke: 0;
  margin: 0;
  padding-top: 10px;
  color: #fff;
}

.breadcrumb-content .breadcrumb-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-content .breadcrumb-wrapper .breadcrumb-item {
  font-weight: unset;
  -webkit-text-stroke: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0;
}
.breadcrumb-content .breadcrumb-wrapper .breadcrumb-item::before {
  content: "♦";
  padding: 0 10px;
  font-size: 1.2rem;
  color: #efbb19;
}
.breadcrumb-content .breadcrumb-wrapper .breadcrumb-item:first-child::before, .breadcrumb-content .breadcrumb-wrapper .breadcrumb-item.none-icon::before {
  content: "";
  padding: 0;
}
.breadcrumb-content .breadcrumb-wrapper .breadcrumb-item.active a {
  cursor: unset;
}
.breadcrumb-content .breadcrumb-wrapper .breadcrumb-item:hover:not(.active) a.url {
  text-decoration: underline !important;
}
.breadcrumb-content .breadcrumb-wrapper .breadcrumb-item a {
  color: unset;
  width: unset;
  height: unset;
  margin: 0;
  padding: 0;
}

.pagination {
  margin: 30px 0 10px 0;
}
.pagination-left {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.pagination-right {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.pagination-right .pagination-wrapper {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  box-sizing: border-box;
  gap: 20px;
}
.pagination-right .pagination-wrapper .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.pagination-right .pagination-wrapper .pagination-item.active {
  background: #efbb19;
  color: #fff;
  cursor: default;
}
.pagination-right .pagination-wrapper .pagination-item.disabled {
  color: rgba(229, 219, 219, 0.6705882353);
  cursor: no-drop;
}
.pagination-right .pagination-wrapper .pagination-item.left, .pagination-right .pagination-wrapper .pagination-item.right {
  padding: 10px 20px;
  border-radius: 50%;
  background: #efbb19;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.pagination-right .pagination-wrapper .pagination-item.left.disabled, .pagination-right .pagination-wrapper .pagination-item.right.disabled {
  background-color: #99a1a9;
  cursor: no-drop;
}
.pagination-right .pagination-wrapper .pagination-item.left.disabled label, .pagination-right .pagination-wrapper .pagination-item.right.disabled label {
  cursor: no-drop;
}
.pagination-right .pagination-wrapper .pagination-item.left label, .pagination-right .pagination-wrapper .pagination-item.right label {
  cursor: pointer;
}
.pagination-right .pagination-wrapper .pagination-item.left svg, .pagination-right .pagination-wrapper .pagination-item.right svg {
  width: auto;
}
.pagination-right .pagination-wrapper .pagination-item.left svg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.pagination-right .pagination-wrapper .pagination-item.right svg {
  height: 20px;
  width: 20px;
  margin-left: 10px;
}

.share-dialog {
  position: fixed;
  top: -150%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}
.share-dialog.active {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}
.share-dialog-overlay {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.share-dialog-content {
  position: absolute;
  z-index: 9999999;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  max-width: 380px;
  top: 50%;
  left: 50%;
  width: 100%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.share-dialog-content header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.share-dialog-content header span {
  font-size: 18px;
  font-weight: 600;
}
.share-dialog-content header .close {
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.share-dialog-content header .close:hover {
  background: #ebedf9;
}
.share-dialog-content .content {
  margin: 20px 0;
}
.share-dialog-content .content .icons {
  display: grid;
  grid-auto-flow: column;
  place-items: flex-start;
  place-content: center;
  gap: 10px;
  margin: 20px 0;
}
.share-dialog-content .content .icons a {
  height: 40px;
  width: 40px;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-dialog-content .content .icons a i {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.2);
}
.share-dialog-content .content p {
  font-size: 16px;
}
.share-dialog-content .content .field {
  margin-top: 20px;
  padding: 0 10px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color 0.1s linear;
}
.share-dialog-content .content .field svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.share-dialog-content .content .field input {
  width: 75%;
  height: 90%;
  border: none;
  outline: none;
  font-size: 12px;
}
.share-dialog-content .content .field input, .share-dialog-content .content .field input > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
@supports (-webkit-line-clamp: 1) {
  .share-dialog-content .content .field input, .share-dialog-content .content .field input > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.share-dialog-content .content .field button {
  background: #fff;
  padding: 0 10px;
  width: 20%;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 7px;
  font-size: 14px;
}
.share-dialog-content .content .field button:hover {
  background: #efbb19;
  color: #fff;
}
.share-dialog-content .content .field.active {
  border-color: #efbb19;
}
.share-dialog-content .content .field.active button {
  background: #efbb19;
  color: #fff;
}
.share-dialog-content .content .field.active input {
  color: #efbb19;
}

/** responsive **/
@media screen and (max-width: 412px) {
  .share-dialog-content .content .field button {
    width: 30%;
  }
}
.modal-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  background-color: #242121;
  opacity: 1;
  z-index: 99999;
  transition: all 0.3s ease;
}
.modal-box .course-page-wrapper-box .course-content {
  height: 350px;
}
.modal-box.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.44) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.popup-overlay.active {
  opacity: 0;
  pointer-events: none;
}

.partner-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 60%;
  background-color: #000;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
  border-radius: 10px;
}

.partner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.44) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.register-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 1;
  z-index: 99999;
  border-radius: 20px;
}
.register-box.active {
  opacity: 1;
  pointer-events: auto;
}
.register-box .auth-dialog {
  display: flex;
  flex-direction: column;
  width: 350px;
  padding: 15px 0;
}
.register-box .auth-dialog .auth {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}
.register-box .auth-dialog .auth .img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 1px solid #efbb19;
}
.register-box .auth-dialog .auth .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.register-box .auth-dialog .auth .form {
  width: 100%;
}
.register-box .auth-dialog .auth .form .auth-label {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.register-box .auth-dialog .auth .form .auth-label .label-name {
  font-size: 20px;
  color: #103959;
  font-weight: 700;
}
.register-box .auth-dialog .auth .form .auth-label p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 5px 0;
  font-weight: 700;
}
.register-box .auth-dialog .auth .form .form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.register-box .auth-dialog .auth .form .form-row > * {
  max-width: 100%;
  background: #fff;
}
.register-box .auth-dialog .auth .form .form-row .form-box {
  padding: 10px 15px;
  display: flex;
  border-radius: 25px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.register-box .auth-dialog .auth .form .form-row .form-box i {
  font-size: 22px;
}
.register-box .auth-dialog .auth .form .form-row .form-box input {
  width: 100%;
  font-size: 16px;
  border: unset;
  outline: unset !important;
  margin-left: 6px;
}
.register-box .auth-dialog .auth .form .btn-auth {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.register-box .auth-dialog .auth .form .btn-auth button {
  max-width: 100%;
  margin: 0 40px;
  background: #efbb19;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 6px;
}
.register-box .auth-dialog .auth .form .form-label {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.popup-register {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  z-index: 1004;
  background: rgba(0, 0, 0, 0.44) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.popup-register.active {
  opacity: 0;
  pointer-events: none;
}

.swal2-styled {
  font-family: "Roboto", sans-serif, "Hanuman", serif;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  padding: 0 1.1em !important;
  box-shadow: unset !important;
  -webkit-tap-highlight-color: unset !important;
}
.swal2-styled:focus {
  outline: unset !important;
}

.swal2-title {
  font-weight: unset;
  -webkit-text-stroke: 0;
  font-family: "Roboto", sans-serif, "Hanuman", serif;
  font-size: 1.3rem !important;
}

.swal2-popup {
  width: 350px !important;
  padding: 1.25em !important;
  border-radius: 10px !important;
}

.swal2-icon {
  margin: 0.7em auto 0.6em !important;
}

.swal2-close {
  display: none !important;
}

.swal2-cancel {
  color: #ad0202 !important;
  background: unset !important;
}

.swal2-confirm {
  background: unset !important;
  color: #efbb19 !important;
}

.swal2-deny {
  background: unset !important;
  color: #eeeee8 !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.44) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 999999;
}

.Toast {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.Toast .Toast-container {
  background: linear-gradient(335deg, #90f7ec 0%, #32ccbc 100%);
  min-width: 380px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 18px;
  max-height: 95vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-sizing: border-box;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.Toast .Toast-container[status=primary] {
  background: #024de3;
}
.Toast .Toast-container[status=success] {
  background: #00c753;
}
.Toast .Toast-container[status=danger] {
  background: #d31616;
}
.Toast .Toast-container[status=warning] {
  background: #ffb800;
}
.Toast .Toast-container[status=info] {
  background: #024de3;
}
.Toast .Toast-container[status=error] {
  background: #d31616;
}
.Toast .Toast-container[size=small] {
  border-radius: 50px;
}
.Toast .Toast-container[size=small] .Toast-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.Toast .Toast-container[size=small] .Toast-body .button-close {
  width: 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 20px;
  border-radius: 50%;
  font-size: 20px;
  background: unset;
  padding: 0;
  display: flex;
  justify-content: center;
}
.Toast .Toast-container[size=small] .Toast-body .button-close svg {
  width: 1.2rem;
  height: 1.2rem;
}
.Toast .Toast-container .Toast-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Toast .Toast-container .Toast-header h3 {
  margin: 0;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
}
.Toast .Toast-container .Toast-header h3, .Toast .Toast-container .Toast-header h3 > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
@supports (-webkit-line-clamp: 1) {
  .Toast .Toast-container .Toast-header h3, .Toast .Toast-container .Toast-header h3 > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.Toast .Toast-container .Toast-header .button-close {
  width: 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 20px;
  border-radius: 50%;
  font-size: 20px;
  background: unset;
  padding: 0;
}
.Toast .Toast-container .Toast-header .button-close svg {
  width: 1.2rem;
  height: 1.2rem;
}
.Toast .Toast-container .Toast-body {
  width: 100%;
}
.Toast .Toast-container .Toast-body p {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  word-break: break-all;
}
.Toast .Toast-container .Toast-body .button-close {
  border: none;
}
.Toast .Toast-container .duration-bar {
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}

.pop-up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  cursor: pointer;
}
.pop-up-close svg {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}
.pop-up-body {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 70%;
  height: 70%;
  margin: auto;
}
.pop-up-body-content .video,
.pop-up-body-content .map {
  width: 100%;
  height: 100%;
}
.pop-up-body-content .video iframe,
.pop-up-body-content .map iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 210299;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  background-blend-mode: overlay;
  overflow: hidden;
}
.dialog .dialog-wrapper {
  width: 100%;
  max-height: 100%;
  padding: 25px 0;
  overflow: auto;
  display: flex;
  justify-content: center;
}
.dialog .dialog-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 300px;
}
.dialog .dialog-container.withBackdrop {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-blend-mode: overlay;
}

.border-wrapper {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  font-weight: bolder;
  justify-content: center;
}
.border-wrapper .border {
  width: 150px;
  margin-top: 15px;
}
.border-wrapper h3 {
  margin-left: 15px;
  margin-right: 15px;
}

.btn-more button {
  border: 1px solid #e6ab19;
  background-color: #3d3d3d;
  color: #fff;
  transition: 0.3s;
}
.btn-more button:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .max-with-center {
    max-width: 75% !important;
  }

  .container {
    max-width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 80%;
  }

  .navbar-top {
    padding: 0 2rem;
  }

  .menu {
    padding: 0 2rem;
  }

  .course-page-wrapper {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 90%;
  }

  .navbar-top {
    padding: 0 2rem;
  }

  .navbar.is_sticky .navbar-menu {
    padding: 1rem 0;
  }

  .menu {
    padding: 0 2rem;
  }

  .video-section .video-group {
    height: 350px;
  }
  .video-section .video-group img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .trainer-section-profile-cart {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-section-profile-cart {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-us-section-slide .slide-img {
    height: 450px;
  }
  .about-us-section-slide .overview .overview-contain {
    display: flex;
    flex-direction: column;
  }
  .about-us-section-slide .overview .overview-contain .right-overview {
    margin-top: 20px;
  }
  .about-us-section-slide .map-contain {
    padding: 1rem 1rem;
  }
  .about-us-section-slide .map-contain .contain-about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-us-section-slide .map-contain .contain-about-us .left-contain {
    width: 100%;
  }
  .about-us-section-slide .map-contain .contain-about-us .right-contain {
    width: 60%;
  }
  .about-us-section-slide .about-history-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }

  .about-us-section-slide {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 1;
  }

  .section-slide .swiper-wrapper {
    height: 377px;
  }
}
@media screen and (max-width: 992px) {
  .max-with-center {
    max-width: 100%;
  }

  .main-buttom-wraper .main-buttom .skew {
    display: none;
  }

  .training-section .border-wrapper h3 {
    font-size: 18px !important;
    text-align: center;
  }
  .training-section .border-wrapper .border {
    width: 60px;
  }

  .salon-section-block-control .block-wrapper .block-img .border-img {
    left: -18px !important;
  }
}
@media screen and (max-width: 840px) {
  .navbar .navbar-top {
    display: none;
  }

  .navbar-menu .menu-content .item {
    display: none;
  }
  .navbar-menu .menu-content .menu-bar {
    display: block;
  }
  .navbar-menu.menu {
    padding: 1rem 0;
  }
  .navbar-menu .account .your-account {
    display: none;
  }
  .navbar-menu .logo-responsive {
    display: block !important;
  }
  .navbar-menu .logo-responsive img {
    height: 80px;
  }

  .phone-number {
    display: flex;
  }

  .course-section {
    padding-top: 6.5rem;
  }
  .course-section-container-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list {
    width: 100%;
    margin: auto;
  }

  .menu-responsive {
    width: 40% !important;
  }

  .photo-albums-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-albums-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .video-section {
    padding: 0 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .video-section .video-group {
    height: 330px;
  }

  /* Training section */
  .training-section-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5rem;
  }
  .training-section .border-wrapper h3 {
    font-size: 14px !important;
    text-align: center;
  }
  .training-section .border-wrapper .border {
    width: 90px;
  }

  .about-us-section-slide .slide-img {
    height: 350px;
  }
  .about-us-section-slide .overview-contain .left-overview {
    padding: 0 0;
  }
  .about-us-section-slide .map-contain {
    padding: 1rem 1rem;
  }
  .about-us-section-slide .map-contain .contain-about-us .left-contain {
    width: 100%;
  }
  .about-us-section-slide .map-contain .contain-about-us .right-contain {
    width: 80%;
  }
  .about-us-section-slide .mission-section-group {
    display: flex;
    flex-direction: column;
  }
  .about-us-section-slide .mission-section-group .mission,
.about-us-section-slide .mission-section-group .vision {
    width: 100%;
  }
  .about-us-section-slide .mission-section-group .mission {
    border-right: none;
  }

  .salon-section-map {
    width: 100%;
    padding: 30px 0;
  }
  .salon-section-map iframe {
    width: 100%;
    height: 500px;
  }
  .salon-section-block-control .block-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .salon-section-block-control .block-wrapper .block-img {
    margin-right: 0px;
  }
  .salon-section-block-control .block-wrapper .block-img .text-over-img {
    right: 0px;
  }
  .salon-section-block-control .block-wrapper .block-img .fit-img {
    transform: translate(-50%, -42%);
  }
  .salon-section-block-control .block-wrapper .block-text {
    width: 100%;
  }
  .salon-section-block-control .block-wrapper .block-text .title h4 {
    text-align: center;
  }

  .group-photo {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-slide .swiper-wrapper {
    height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .menu-responsive {
    width: 80% !important;
  }

  /* Training section */
  .training-section-container {
    margin-top: 0;
  }

  .group-photo {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-slide .swiper-wrapper {
    height: 285px;
  }

  .signin-signup .contain-signup .container-auth {
    border-radius: 20px;
    width: 350px !important;
    height: auto;
    background: #fff;
    overflow: hidden;
  }
  .signin-signup .contain-signup .container-auth .content-auth .back {
    width: 100%;
  }
  .signin-signup .contain-signup .container-auth .content-auth .back .item .login-with {
    margin-bottom: 10px;
  }
  .signin-signup .contain-signup .container-auth .content-auth .right-item {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .testimonial-section .testimonial .testimonial-content.swiper-wrapper {
    height: 70%;
  }
  .testimonial-section .testimonial .testimonial-content .slide .testimonial-text h1 {
    font-size: 20px;
  }

  .main-buttom-wraper {
    min-height: 1320px;
  }
  .main-buttom-wraper .main-buttom .skew {
    overflow: inherit;
  }
  .main-buttom-wraper .main-buttom .salon-group .buttom-wraper .title-wraper .border-wraper h3 {
    font-size: 20px;
    text-align: center;
  }
  .main-buttom-wraper .main-buttom .salon-group .buttom-wraper-menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu {
    margin: 16px auto auto;
    width: 320.5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .about-company .image-center {
    z-index: 99;
  }

  .course-section-container-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .video-section {
    display: flex;
    flex-direction: column;
  }
  .video-section .video-group {
    width: 100%;
    height: 330px;
    margin-bottom: 1rem;
  }

  .faq-section-wrapper .border-wrapper h3 {
    font-size: 16px !important;
  }

  .contact-wrapper .border-wrapper h3 {
    font-size: 16px !important;
  }
  .contact-wrapper .contact-form {
    display: flex;
    flex-direction: column;
  }
  .contact-wrapper .contact-form .form-input {
    width: 100%;
    margin-top: 10px;
  }

  .trainer-section-profile-cart {
    grid-template-columns: repeat(1, 1fr);
  }

  .team-section-profile-cart {
    grid-template-columns: repeat(1, 1fr);
  }

  .salon-section-block-control .block-wrapper {
    padding: 20px 30px;
  }
  .salon-section-block-control .border-line {
    width: 400px;
  }

  .footer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-wrapper-container {
    row-gap: 20px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .footer-wrapper .address {
    width: 100%;
    margin-top: 20px;
  }
  .footer .footer-bottom-wrapper {
    display: flex;
    flex-direction: column;
  }

  .about-us-section-slide .map-contain {
    padding: 1rem 1rem;
  }
  .about-us-section-slide .map-contain .contain-about-us .left-contain {
    width: 100%;
  }
  .about-us-section-slide .map-contain .contain-about-us .right-contain {
    width: 100%;
  }
  .about-us-section-slide .about-history-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-slide .swiper-wrapper {
    height: 235px;
  }

  .training-section-container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }

  .photo-albums-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .border-wrapper h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .main-buttom-wraper .main-buttom .salon-group .buttom-wraper .buttom-wraper-list .buttom-wraper-menu {
    margin: 16px auto auto;
    width: 320.5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .faq-section-wrapper .border-wrapper h3 {
    font-size: 12px !important;
  }
  .faq-section-wrapper .border-wrapper .border {
    width: 50px;
  }
  .faq-section-wrapper .faq-section-container .toggle-container .toggle-wrapper-item .label p {
    font-size: 14px;
  }

  .contact-wrapper .border-wrapper h3 {
    font-size: 12px !important;
  }

  .group-photo {
    grid-template-columns: repeat(1, 1fr);
  }

  /* Training section */
  .training-section .border-wrapper h3 {
    font-size: 14px !important;
    text-align: center;
  }
  .training-section .border-wrapper .border {
    width: 60px;
  }

  .about-us-section-slide .slide-img {
    height: 300px;
  }

  .partner-popup {
    width: 80%;
  }

  .section-slide .swiper-wrapper {
    height: 197px;
  }

  .border-wrapper .border {
    width: 98px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 100% !important;
  }

  .course-section {
    padding-top: 1rem;
  }
  .course-section-container {
    padding: 0 0;
  }
  .course-section h3 {
    font-size: 16px;
  }

  .testimonial-section .testimonial .testimonial-content.swiper-wrapper {
    height: 70%;
  }
  .testimonial-section .testimonial .testimonial-content .slide .testimonial-text h1 {
    font-size: 16px;
  }

  .main-buttom-wraper .main-buttom .salon-group .buttom-wraper .title-wraper .border-wraper .border {
    width: 70px;
  }
  .main-buttom-wraper .main-buttom .salon-group .buttom-wraper .title-wraper .border-wraper h3 {
    font-size: 12px;
    text-align: center;
  }

  .contact-wrapper .border-wrapper h3 {
    font-size: 12px !important;
  }

  .about-company .image-center .title-center h3 {
    font-size: 16px;
  }
  .about-company .image-center .title-center .border-wrapper .border {
    width: 70px;
  }
  .about-company .image-center .title-center .desc {
    font-size: 16px;
  }
  .about-company .image-center .title-center .quantity {
    width: 100%;
    padding-top: 1rem;
  }
  .about-company .image-center .title-center .quantity .grid-item-3 p:first-child {
    font-size: 30px;
  }
  .about-company .image-center .title-center .quantity .grid-item-3 p:last-child {
    font-size: 14px;
  }

  .about-us-section-slide .overview .overview-contain {
    max-width: 100% !important;
  }

  .menu-responsive {
    width: 100% !important;
  }

  .border-wrapper h3 {
    font-size: 18px;
    text-align: center;
    line-height: unset;
  }

  .video-section {
    padding: 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .video-section .video-group {
    height: 330px;
  }

  .training-section-container-items .quantity {
    padding: 0px;
    margin-top: 12px;
  }

  .course-page-wrapper-box .course-content {
    flex-direction: column;
  }
  .course-page-wrapper-box .course-content .image-course {
    width: 100%;
    height: 250px;
  }
  .course-page-wrapper-box .course-content .image-course .btn-register {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .course-page-wrapper-box .course-content .detail-course {
    width: 100%;
    padding: 5px;
  }

  .modal-box .course-page-wrapper-box .course-content {
    height: 550px;
  }
  .modal-box .course-page-wrapper-box .course-content .image-course {
    height: 240px;
  }

  .pop-up-body {
    width: 95%;
  }

  .salon-section-block-control .block-wrapper {
    padding: 20px 30px;
  }
  .salon-section-block-control .border-line {
    width: 400px;
  }
  .salon-section-map iframe {
    width: 100%;
    height: 400px;
  }

  .about-us-section-slide .overview {
    padding: 0 0;
  }
  .about-us-section-slide .map-contain .contain-about-us .right-contain {
    width: 100%;
    margin: unset;
  }
  .about-us-section-slide .map-contain .contain-about-us .right-contain .right-contain-title .open-hour {
    padding: 20px 0px;
  }
  .about-us-section-slide .map-contain .contain-about-us .left-contain .map iframe {
    height: 400px;
  }

  .signin-signup .contain-signup .container-auth {
    border-radius: 20px;
    width: 350px !important;
    height: auto;
    background: #fff;
    overflow: hidden;
  }
  .signin-signup .contain-signup .container-auth .content-auth .back {
    width: 100%;
  }
  .signin-signup .contain-signup .container-auth .content-auth .back .item .login-with {
    margin-bottom: 10px;
  }
  .signin-signup .contain-signup .container-auth .content-auth .right-item {
    display: none;
  }

  .section-slide .swiper-wrapper {
    height: 177px;
  }

  .video-albums-container-items .background .background-img .background-style,
.training-section-container-items .background .background-img .background-style,
.photo-albums-container-items .background .background-img .background-style {
    opacity: 1;
    transform: rotate(0deg);
  }

  .group-photo .card-photo .img .icon {
    display: block;
  }
  .group-photo .card-photo .img .text {
    top: 60%;
  }
  .group-photo .card-photo .img .background {
    opacity: 1;
    width: 100%;
    height: 270px;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.1) 45%, #000);
    top: 0;
  }

  .gallery-container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 412px) {
  .course-section-container.max-width-center {
    max-width: 100% !important;
  }

  .border-wrapper .border {
    width: 50px;
  }
  .border-wrapper h3 {
    font-size: 18px;
  }

  .video-section .video-group {
    height: 300px;
  }

  .salon-section-block-control .block-wrapper {
    padding: 20px 20px;
  }
  .salon-section-block-control .border-line {
    width: 300px;
  }

  .about-us-section-slide .slide-img {
    height: 200px;
  }
  .about-us-section-slide .map-contain .contain-about-us .right-contain .right-contain-title .open-hour .hour {
    padding: 0.5rem 0;
  }

  .trainer-section-profile-cart .cart-group .cart .text-cart .text {
    font-size: 14px;
  }

  .team-section-profile-cart .cart-group .cart .text-cart .text {
    font-size: 14px;
  }

  .group-photo {
    padding: 0 0;
  }

  .partner-popup {
    width: 90%;
  }

  .section-slide .swiper-wrapper {
    height: 150px;
  }
}
@media screen and (max-width: 360px) {
  .about-company .image-center .title-center h3 {
    font-size: 14px;
  }
  .about-company .image-center .title-center .desc {
    font-size: 14px;
  }
  .about-company .image-center .title-center .quantity .grid-item-3 p:first-child {
    font-size: 25px;
  }
  .about-company .image-center .title-center .quantity .grid-item-3 p:last-child {
    font-size: 12px;
  }

  .border-wrapper h3 {
    font-size: 18px;
  }

  .about-us-section-slide .map-contain .contain-about-us .left-contain .map iframe {
    height: 300px;
  }

  .section-slide .swiper-wrapper {
    height: 132px;
  }

  .phone-number span {
    font-size: 14px;
  }
}
/* Mobile menu */
.menu-responsive {
  width: 80%;
  height: 100%;
  display: unset;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1c1b1b;
  z-index: 9999;
  color: #fff;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  /** search content */
}
.menu-responsive.menu-active {
  left: -100%;
}
.menu-responsive .menu-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.menu-responsive .menu-header i {
  font-size: 25px;
}
.menu-responsive .menu-header .right-logo img {
  height: 80px;
}
.menu-responsive .menu-header .close-menu {
  position: absolute;
  top: 8px;
  right: 12px;
}
.menu-responsive .search-content {
  width: 100%;
}
.menu-responsive .search-content form {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.menu-responsive .search-content form input {
  width: 100%;
  border-radius: 4px;
  border: none;
  padding: 10px;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease-in-out;
  background: none;
  color: #fff;
  padding-left: 1rem;
}
.menu-responsive .search-content form button {
  text-transform: unset;
  width: 40px;
  height: 40px;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: unset;
}
.menu-responsive .search-content form button svg {
  height: 2rem;
  width: 2rem;
}
.menu-responsive .menu-content {
  padding: 8px 15px;
  color: #231f20;
}
.menu-responsive .menu-content .menu-item {
  border-bottom: 1px solid rgba(240, 241, 243, 0.2117647059);
  padding: 10px 0;
  border-bottom-style: dashed;
  color: #fff;
}
.menu-responsive .menu-content .menu-item a {
  font-size: 18px !important;
}
.menu-responsive .menu-content .menu-item.active, .menu-responsive .menu-content .menu-item:hover {
  color: goldenrod;
}
.menu-responsive .menu-content .menu-item:last-child {
  border-bottom: none;
}
.menu-responsive .menu-content .menu-icon {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.menu-responsive .menu-content .menu-icon.active {
  color: #efbb19;
}
.menu-responsive-item {
  padding: 5px 5px;
}
.menu-responsive-item .item {
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 14px;
}
.menu-responsive-item .item.active, .menu-responsive-item .item:hover {
  color: goldenrod;
}

.menu-responsive-cover {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.44) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.menu-responsive-cover.menu-active {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #5f5c58;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #efbb19;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
