/*!
Theme Name: MIU KOS Custom Theme
Theme URI: http://underscores.me/
Author: MIU LLP
Author URI: https://miu.sg
Description: KOS Custom Theme designed by MIU
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miukos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MIU KOS Custom Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 215px;
}

/* kos
--------------------------------------------- */
@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
@font-face {
  font-family: "MicrogrammaDBolExt";
  src: url("../fonts/microgrammadbolext/MicrogrammaDBolExt.ttf") format('truetype');
  font-weight: 400;
}
.padding {
  padding: 0 11%;
}

@media only screen and (min-width: 1440px) {
  .website-max-w {
    width: 1440px !important;
    margin: 0 auto !important;
  }
}
.website-max-w {
  width: 100%;
}

.logo-404 {
  display: flex;
  justify-content: center;
}

html,
body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

html,
body {
  width: 100% !important;
  overflow-x: hidden !important;
}

/* 
  <!--==================== HEADER ====================--> */
:root {
  --text-color: #ffffff;
  --nav-height: 60px;
}

.nav-wrapper img {
  width: 100px;
  height: auto;
}

ul {
  padding-inline-start: unset !important;
  margin: unset;
}

.nav-wrapper {
  padding-block: 26px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: relative;
}

.nav-menu {
  margin-top: 25px;
  list-style-type: none;
  display: flex;
  gap: 50px;
}

.nav-menu2 {
  margin-top: 25px;
  list-style-type: none;
  display: flex;
  gap: 50px;
}

.nav-menu > li > a,
.dropdown a .dropdown-menu a,
.dropdown-menu > li > a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: right;
  /* Pure White */
  color: #FFFFFF;
}

.nav-menu2 > li > a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: right;
  /* Pure White */
  color: #FFFFFF;
}

.nav-menu a:hover,
.dropdown a:hover,
.dropdown-menu a:hover {
  color: #FF2D16;
}

.nav-menu2 a:hover {
  color: #FF2D16;
}

.active-button {
  color: #FF2D16 !important;
}

.nav-menu a.btn:hover,
a.logo:hover,
a.movie-item:hover {
  color: unset;
}

.nav-menu2 a.btn:hover,
a.logo:hover,
a.movie-item:hover {
  color: unset;
}

.hamburger-menu {
  --size: 30px;
  height: var(--size);
  width: var(--size);
  cursor: pointer;
  z-index: 101;
  position: relative;
  display: none;
  align-items: center;
}

.hamburger {
  position: relative;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  width: var(--size);
  height: 3px;
  border-radius: 0.5rem;
  background-color: #FF2D16;
  transition: 0.4s;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}

.hamburger::before {
  top: -10px;
}

.hamburger::after {
  bottom: -10px;
}

/* RESPONSIVE */
@media only screen and (max-width: 1200px) {
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
    height: var(--nav-height);
    /* border-bottom: 2px solid white; */
  }
  .hamburger-menu {
    display: grid;
  }
  .nav-menu {
    /* display: none; */
    position: absolute;
    top: 15%;
    left: -90rem;
    background-color: black;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px;
    transition: 0.3s ease-in-out;
  }
  .nav-menu2 {
    /* display: none; */
    position: absolute;
    top: 175%;
    left: -100%;
    background-color: black;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px;
    transition: 0.3s ease-in-out;
  }
  .nav-menu li {
    /* margin: 10px 30px; */
    text-align: center;
  }
  .nav-menu2 li {
    /* margin: 10px 30px; */
    text-align: center;
  }
}
.social-medias {
  display: flex;
  gap: 16px;
}
.social-medias img:hover {
  filter: hue-rotate(345deg) brightness(0.5);
}

.hero-banner {
  padding-inline: 11%;
}

.hero-banner > h1 {
  margin-top: 71px;
  margin-bottom: 66px;
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 139.302px;
  line-height: 77%;
  /* or 107px */
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
}

@media screen and (min-width: 901px) and (max-width: 1440px) {
  .hero__button {
    margin-top: unset !important;
    padding-bottom: unset !important;
  }
  .hero-banner > h1 {
    margin-top: unset;
    margin-bottom: unset;
    font-family: "Progress";
    font-style: normal;
    font-weight: 400;
    font-size: 139.3px;
    line-height: 77%;
    /* or 107px */
    text-transform: uppercase;
    /* Pure White */
    color: #FFFFFF;
  }
  .hero-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70vh;
  }
}
.class-wrapper .hero-banner > h1 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  /* or 75px */
  letter-spacing: 0.05em;
}

.group.class-page .main-title {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px !important;
  line-height: 74.5%;
  /* or 75px */
  letter-spacing: 0.05em;
}

.hero-banner > h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
}

.hero-banner button {
  background: #FF2D16;
  /* KOS Red */
  border: 2px solid #FF2D16;
  border-radius: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  text-transform: capitalize;
  /* Pure White */
  color: #FFFFFF;
  padding: 12px;
}
.hero-banner button:hover {
  background: #8A0000;
  border: 2px solid #8A0000;
}

.hero__button {
  margin-top: 66px;
  padding-bottom: 96px;
}

.button {
  background: #FF2D16;
  /* KOS Red */
  border: 2px solid #FF2D16;
  border-radius: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  text-transform: capitalize;
  /* Pure White */
  color: #FFFFFF;
  padding: 12px;
}

.button:hover {
  background: #8A0000;
  border: 2px solid #8A0000;
}

.footer__right {
  padding-right: 11%;
}
.footer__right iframe {
  border-radius: 8px;
}

.footer__left {
  padding-left: 11%;
  margin-bottom: 21px;
}
.footer__left a {
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__left li {
  list-style-type: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  /* Pure White */
  color: #FFFFFF;
  margin-bottom: 36px;
}
.footer__left li img {
  min-width: 50px;
}
.footer__left li:hover {
  color: #FF2D16;
}
.footer__left h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
  margin-bottom: 55px;
}
.sub-footer {
  background-image: url("../assets/Rectangle 3.svg");
}
.sub-footer ul {
  gap: 48px !important;
}
.sub-footer a {
  text-decoration: none;
}
.sub-footer li {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: right;
  text-transform: capitalize;
  /* Pure White */
  color: #FFFFFF;
  list-style-type: none;
  margin-top: 61px;
}
.sub-footer li:hover {
  color: #FF2D16;
}
.sub-footer img {
  padding-top: 61px;
  padding-bottom: 54px;
  width: 100px;
  height: auto;
}
.sub-footer p {
  margin-top: 57px;
  float: right;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
}

.footer {
  padding-top: 100px;
  background-color: black;
}
.footer h5 {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  text-align: center;
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
  margin: 0 auto;
}
.footer h2 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  letter-spacing: 0.05em;
  /* Pure White */
  color: #FFFFFF;
  width: 50%;
  margin: 0 auto;
  padding-top: 13px;
}

.centered {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive-iframe {
  width: 546px;
  height: 480px;
}

.footer__map {
  margin-top: 96px;
}

.image__position > a > svg {
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 999;
}

.footer__right {
  padding-right: 11%;
  padding-left: 5%;
}

@media screen and (max-width: 400px) {
  .hero-banner > h1 {
    margin-top: 20px !important;
    margin-bottom: 48px !important;
  }
  .social-medias {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1199px) {
  #myNav ul {
    margin-top: 0 !important;
  }
  .dropdown-menu {
    position: relative !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .sub-footer_li {
    margin-top: 48px;
  }
  .footer__right {
    padding-inline: 4%;
    margin-bottom: 96px;
  }
  .footer__right .responsive-iframe {
    border-radius: 8px;
    height: 449px !important;
  }
  .class-wrapper .hero-banner > h1 {
    font-size: 40px !important;
  }
  .group.class-page .main-title {
    font-size: 40px !important;
  }
  .centered {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: unset;
  }
  .hero__button {
    margin-top: 48px;
    padding-bottom: 96px;
  }
  .nav-wrapper img {
    width: 77.14px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .padding {
    padding: 0 4%;
  }
  .image__position > a > svg {
    height: 34.1666908264px;
    width: 34.1666908264px;
    float: right;
    margin-bottom: 40px;
    bottom: 0px !important;
    right: 4% !important;
  }
  .social-medias {
    margin-top: 20px;
  }
  .footer {
    padding-top: 100px;
    background-color: black;
  }
  .footer h5 {
    font-size: 35px;
  }
  .footer h2 {
    font-size: 40px;
  }
  .footer__left {
    margin-bottom: 48px;
    padding-left: 4%;
  }
  .footer__left h3 {
    font-size: 28px;
  }
  .sub-footer p {
    float: left;
    margin-top: 96px;
    margin-bottom: 49px;
  }
  .sub-footer li {
    margin-top: 2px;
    text-align: right;
    align-self: flex-end;
  }
  .sub-footer img {
    padding-top: 48px;
  }
  .sub-footer ul {
    direction: rtl;
    gap: 16px !important;
  }
  .hero-banner > h1 {
    margin-top: 103px;
    margin-bottom: 48px;
    font-family: "Progress";
    font-style: normal;
    font-weight: 400;
    font-size: 60;
    line-height: 77%;
    /* or 107px */
    text-transform: uppercase;
    /* Pure White */
    color: #FFFFFF;
  }
  .hero-banner > h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 112.5%;
    /* or 32px */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /* Pure White */
    color: #FFFFFF;
  }
  .hero-banner {
    padding-inline: 4%;
    height: unset;
  }
  .social-medias {
    margin-top: 100px;
  }
}
.overlay {
  padding-inline: 4%;
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background: black;
  overflow-y: hidden;
  transition: 0.5s;
}

.menu-sub_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #B2B0B0;
  padding-bottom: 20px;
  margin: 50px 0 0 5%;
}

.menu-sub_header .logo img {
  width: 77.14px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.exclude {
  margin-top: 0px;
}

#myNav ul {
  margin-top: 96px;
}
#myNav ul li {
  list-style: none;
}
#myNav ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 250%;
  /* or 70px */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 auto;
  display: table;
}

.social {
  display: flex;
  margin-top: 50px;
  margin-bottom: 48px;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.sociall {
  display: flex;
  gap: 16px;
}

.social-clock {
  width: 50px;
}

.social-clock-b {
  margin-bottom: 36px;
  display: block;
}

.white-icon {
  filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(7500%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.white-icon:hover {
  filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(10000%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

/* Dropdown menu styles */
.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 25px;
  padding: 0;
  left: 0;
  background-color: transparent;
}

.dropdown-menu a {
  display: block;
  padding: 5px;
  text-decoration: none;
  text-align: left !important;
}

@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
html {
  scroll-behavior: smooth;
}

.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

.z-10 {
  z-index: 10;
}

.first__section {
  height: 100vh;
}

.back--image-home {
  position: absolute;
  top: 200px;
  z-index: 0;
  right: 100px;
}
.back--image-home img {
  height: 1352px;
  width: 989px;
}

.back--image-home-2 {
  position: absolute;
  top: -400px;
  z-index: 0;
  left: -100px;
}
.back--image-home-2 img {
  height: 971px;
  width: 824px;
}

.discover-wrapper {
  background-color: #F4F7F9;
  background-image: url("../../../assets/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 5% 0;
}

.discover-wrapper .tagline {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  text-align: center;
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
}
.discover-wrapper h2 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  /* or 75px */
  text-align: center;
  letter-spacing: 0.05em;
  /* Black */
  color: #000000;
}
@media screen and (max-width: 767px) {
  .discover-wrapper .discover-wrapper-sec {
    margin-bottom: 91px;
  }
  .discover-wrapper .training .training-start-description {
    font-size: 40px !important;
  }
  .discover-wrapper h2 {
    font-size: 40px;
  }
  .discover-wrapper .tagline {
    margin-top: 50px;
  }
}
.discover-wrapper .boxers {
  gap: 44px;
}

.boxers {
  display: flex;
  gap: 60px;
  padding-block: 176px 176px;
  padding-right: 11% !important;
}
.boxers img {
  border-radius: 0px 16px 16px 0px;
}
.boxers div {
  width: 50%;
}

.boxers_reversed {
  display: flex;
  gap: 60px;
  padding-block: 0% 0%;
  margin-left: 11% !important;
}
.boxers_reversed img {
  border-radius: 16px 0px 0px 16px;
}
.boxers_reversed .boxers-desc {
  text-align: right;
}
.boxers_reversed .boxers-desc .tagline {
  text-align: right;
  width: 100%;
}
.boxers_reversed div {
  width: 50%;
}

@media screen and (min-width: 1440px) {
  .boxers img {
    border-radius: 16px;
  }
  .boxers_reversed img {
    border-radius: 16px;
  }
  .training-slider .content h3 {
    font-size: 35px;
    padding-bottom: 40px;
  }
}
.boxers-desc h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
}
.boxers-desc .tagline {
  color: black;
  width: 70%;
  margin-top: 10%;
  text-align: left;
}

.boxers__img {
  border-radius: 0 16px 16px 0;
}

.boxers1__img {
  border-radius: 16px 0 0 16px;
}
.boxers1__img img {
  left: 40% !important;
}

.boxers__img,
.boxers_reversed,
.training,
footer {
  z-index: 1;
  position: relative;
}

.boxers-desc h3 {
  z-index: 1;
  position: relative;
}
.boxers-desc h5 {
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 900px) {
  .boxers:last-child .boxers-desc {
    padding-bottom: unset;
  }
  .boxers {
    padding-right: 4% !important;
    padding-block: 8% 8%;
  }
  .boxers_reversed {
    margin-left: 4% !important;
  }
  .regime-sec .accordion-header {
    width: 100% !important;
  }
  .responsive-iframe {
    width: 100%;
  }
  .training-images .swiper-wrapper {
    width: 101%;
  }
  .footer h2 {
    width: 100%;
  }
  .hero-banner h1 {
    text-align: center;
  }
  .hero-banner h3 {
    text-align: center;
  }
  .hero-banner .hero__button {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-banner .social-medias {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__left h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .boxers {
    margin-right: 0%;
    display: flex;
    flex-direction: column;
    padding-block: unset !important;
    padding-right: 4% !important;
  }
  .boxers div {
    width: 100%;
  }
  .boxers img {
    width: 100%;
  }
  .boxers h3 {
    padding-inline: 4%;
    margin-top: 96px;
    font-size: 28px;
  }
  .boxers__img {
    order: 2;
  }
  .boxers-desc {
    order: 1;
  }
  .boxers_reversed {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0% !important;
    gap: 44px;
  }
  .boxers_reversed img {
    width: 100%;
    padding-left: 4%;
  }
  .boxers_reversed div {
    width: 100%;
  }
  .boxers-desc h3 {
    font-size: 28px;
    padding-inline: 4%;
    margin-top: 91px;
  }
  .boxers-desc .tagline {
    font-size: 50.2353px;
    margin-top: 48px !important;
    width: 100%;
  }
  .boxers-desc .tagline {
    width: 100%;
    padding-inline: 4%;
  }
  .boxers:last-child .boxers-desc {
    padding-bottom: unset;
  }
}
.training {
  background-color: black;
  padding-block: 48px 0px;
  padding-inline: 10%;
  height: 100vh;
}

.training-start-title {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #FF2D16;
  text-align: center;
}

.content h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 29.1px;
  line-height: 112.5%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.content button {
  background: #FF2D16;
  border: 2px solid #FF2D16;
  border-radius: 13.3px;
  color: white;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
}

.training-start-description {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF !important;
  text-transform: uppercase;
  padding-inline: 15%;
}

@media screen and (max-width: 1440px) {
  .discover-wrapper h2 {
    font-family: "Progress";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 74.5%;
    /* or 75px */
    text-align: center;
    letter-spacing: 0.05em;
    /* Black */
    color: #000000;
  }
  .discover-wrapper .disc__title {
    font-size: 100px !important;
  }
}
.training nav {
  text-align: center;
  padding-block: 38px 48px;
}

.training nav > ul {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.training nav > ul > li {
  display: inline;
  padding-bottom: 7px;
  margin-inline-end: 30px;
  cursor: pointer;
}

.training_nav_active {
  color: #FF2D16;
  border-bottom: 1px solid currentColor;
  /* Or whatever color you want */
  text-decoration: none;
}

.training-slider .swiper-container {
  width: 90vw;
  height: 100vh;
}

.slide {
  width: 30% !important;
}

.slide img {
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide:nth-child(2) {
  width: 50% !important;
}

.slide:not(:nth-child(2)) {
  filter: brightness(40%);
}

.training-images {
  display: flex;
  justify-content: center;
  margin-inline: 12% !important;
  overflow-x: hidden;
}

.training-slider {
  position: relative;
  width: 90vw;
  /* height: auto; */
  padding: 50px 0 0px;
}

.training-slider .swiper {
  width: 100%;
  height: 600px;
  overflow: visible;
}

.training-slider .swiper-slide {
  height: 399px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  background: white;
  transition: all 0.3s ease;
}

.training-slider .swiper-slide {
  filter: brightness(50%);
}
.training-slider .swiper-slide .content {
  display: none;
}

@media screen and (min-width: 901px) and (max-width: 1440px) {
  .training-slider .swiper-slide {
    height: 299px !important;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background: white;
    transition: all 0.3s ease;
  }
  .training-slider .swiper-slide-active {
    color: #fff;
    background: linear-gradient(45deg, rgb(246, 146, 89), rgb(241, 105, 117));
    z-index: 2;
    filter: brightness(100%) !important;
    height: 357px !important;
    margin-top: -30px;
    width: 40% !important;
    margin-left: -3.5%;
    background-position: center center, left top !important;
    border: 1px solid #FF2D16;
  }
  .training-slider .swiper-slide-active .content {
    display: block !important;
  }
}
.training-slider .swiper-slide-active {
  color: #fff;
  background: linear-gradient(45deg, rgb(246, 146, 89), rgb(241, 105, 117));
  z-index: 2;
  filter: brightness(100%) !important;
  height: 457px;
  margin-top: -30px;
  width: 50% !important;
  margin-left: -9.5%;
  background-position: center center, left top !important;
  border: 1px solid #FF2D16;
}
.training-slider .swiper-slide-active .content {
  display: block !important;
}

.content {
  padding-bottom: 60px;
  position: absolute;
  bottom: 0;
}

@media (max-width: 900px) {
  .first__section {
    height: 100vh;
    background-attachment: unset !important;
    background-repeat: unset !important;
    background-position: center center !important;
  }
  .discover-wrapper .disc__title {
    font-size: 40px !important;
  }
  .training-slider {
    position: relative;
    width: 100%;
    /* height: auto; */
    padding: 50px 0 0px;
  }
  .training {
    background-color: black;
    padding-block: 100px 0;
    padding-inline: 4% !important;
    padding-inline: 0px;
    margin-top: unset;
    height: unset !important;
  }
  .header-selects {
    padding-inline: 4%;
  }
  .header-selects select option {
    background: #FF2D16;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #FFFFFF;
  }
  .header-select {
    outline: unset !important;
    width: 100%;
    border: unset !important;
    background-color: unset !important;
    background: unset !important;
    border-bottom: 1px solid #FF2D16 !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    text-transform: capitalize;
    /* KOS Red */
    color: #FF2D16;
    padding-bottom: 16px;
    background-image: url("../assets/Frame 15.svg") !important;
    background-size: 24px 24px !important;
    z-index: 99;
    background-repeat: no-repeat !important;
    background-position: right 0px center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
  }
  .training-slider .swiper-slide-active {
    color: #fff;
    background: linear-gradient(45deg, rgb(246, 146, 89), rgb(241, 105, 117));
    z-index: 2;
    filter: unset !important;
    height: 700px;
    margin-top: 0px;
    width: 100% !important;
    margin-left: 0%;
  }
  .training-slider .swiper-slide-active .content {
    display: unset !important;
    text-align: center;
  }
  .training-slider .swiper-slide {
    filter: unset;
  }
  .training-slider .swiper-slide .content {
    display: unset;
    text-align: center;
  }
  .content {
    position: unset;
  }
  .content h3 {
    position: absolute;
    bottom: 115px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .training__btn {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .mobile {
    display: block !important;
  }
  .desktop,
  .desk {
    display: none !important;
  }
  .training-start-title {
    font-size: 35px;
  }
  .content h3 {
    font-size: 29.1px;
  }
  .training__btn {
    background: #FF2D16;
    border: 2px solid #FF2D16;
    border-radius: 13.3px;
    color: white;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
  }
  .training-start-description {
    font-size: 80px !important;
  }
  .training nav {
    text-align: center;
    padding-block: 0px;
    margin-top: 48px;
  }
  .training nav > ul {
    font-size: 14px;
  }
  .training nav > ul > li {
    display: inline;
    padding-bottom: 7px;
    margin-top: 30px;
    margin-inline-end: 30px;
    cursor: pointer;
  }
  .training-images {
    display: flex;
    justify-content: center;
    margin-inline: 0% !important;
    overflow-x: hidden;
  }
  .training-images .swiper-wrapper {
    height: auto !important;
  }
  .swiper-slide-active {
    width: 100%;
  }
}
.regime-sec {
  border: none !important;
  border-bottom: 2px solid #FF2D16 !important;
  margin-top: 33px;
  background-color: black !important;
}
.regime-sec h2 {
  text-align: unset;
}
.regime-sec .accordion-item {
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Satoshi" !important;
  margin: 20 0;
  box-sizing: border-box;
  color: #FFCBEC !important;
  padding: 5px 0rem !important;
  border-radius: 20 !important;
  width: 125% !important;
  font-size: 20px !important;
  display: none;
  padding-bottom: 2px;
}
.regime-sec .accordion-header {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #FF2D16 !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 0;
  clear: both;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 1.2rem;
  font-family: "Poppins";
  width: 37rem;
}
.regime-sec .accordion-row {
  display: flex;
}
.regime-sec .accordion-button-class {
  background: url("../assets/Frame 15.svg") !important;
  background-size: 100% !important;
  width: 40px !important;
  height: 36px !important;
  margin-top: 15px;
  background-position: center;
  border: none !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: right 0px center !important;
}
.regime-sec .accordion-button-class.up {
  transform: rotate(180deg);
  border: none !important;
  background-position: unset !important;
  margin-top: 10px;
}
.regime-sec .red-line {
  margin-top: 9px;
  margin-left: 14px;
  margin-right: 1px;
}
.regime-sec .accordion-body {
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Satoshi" !important;
  font-size: 20px !important;
  margin: 0;
  box-sizing: border-box;
  padding: 1rem 0rem;
  list-style-type: none;
}
.regime-sec .hidden {
  display: none !important;
}
.regime-sec .accordion-body a {
  color: white;
  font-family: "Poppins";
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
}

.parallax-image1,
.parallax-image2,
.parallax-image3,
.parallax-image4,
.parallax-image5,
.parallax-image6,
.parallax-image7,
.parallax-image8,
.parallax-image9,
.parallax-image10 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax-image1 img,
.parallax-image2 img,
.parallax-image3 img,
.parallax-image4 img,
.parallax-image5 img,
.parallax-image6 img,
.parallax-image7 img,
.parallax-image8 img,
.parallax-image9 img,
.parallax-image10 img {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: auto;
  height: 100%;
  z-index: -1;
}

.boxers__img img {
  width: 613px !important;
  height: 510px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media screen and (max-width: 900px) {
  .boxers1 img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .parallax-image1 img,
  .parallax-image2 img,
  .parallax-image3 img,
  .parallax-image4 img,
  .parallax-image5 img,
  .parallax-image6 img,
  .parallax-image7 img,
  .parallax-image8 img,
  .parallax-image9 img,
  .parallax-image10 img {
    position: relative;
    left: unset !important;
    transform: unset !important;
    width: auto;
    height: 100%;
    z-index: -1;
  }
}
.cursor {
  position: fixed;
  z-index: 100000000;
  height: 26px;
  width: 26px;
  border-radius: 26px;
  background-color: transparent;
  border: 1px solid #FF2D16;
  pointer-events: none;
  transition: all 200ms ease-out;
  left: -14px;
  top: -14px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .cursor {
    display: none;
  }
  .modal-content2 {
    width: 85% !important;
  }
  .modal2_form input[type=text], .modal2_form input[type=email], .modal2_form input[type=tel] {
    margin-bottom: 15px;
  }
}
.schedule h1 {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  color: #FF2D16;
}

.thankyou {
  padding-block: 100px;
  color: black !important;
}

.thankyou.hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  color: #fff;
}

.thankyou_content {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #000000;
  margin-top: 20px;
}

.container__centered-list {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 27px;
  color: #000000 !important;
  margin-bottom: 30px;
}

.container_sidebar_heading {
  margin-top: 0px !important;
}

.thankyou__sidebar-item {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 60px;
}

.thankyou .container ul {
  margin-left: 35px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 27px;
  color: #000000 !important;
}

.centered_lists {
  font-weight: bolder;
  font-family: "Poppins";
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  color: #000000 !important;
}

.container__centered-list {
  text-align: left;
  padding: 0;
}

.container__centered-list li {
  margin-bottom: 10px;
}

.back--image1 {
  margin-left: 100px;
}

.first-title {
  position: absolute;
  margin-top: -490px;
}

.hero-banner.schedule-pg {
  display: block !important;
}

.whole_schedule {
  background: #F4F7F9;
}

.ui-dialog .ui-dialog-titlebar {
  display: none;
}

.ui-corner-all {
  border-radius: 16px !important;
}

.ui-datepicker .ui-datepicker-header {
  margin-top: 20px;
}

.whole-popup1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3490196078);
  display: none;
}

.schedule-popup1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: 10%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  height: auto;
  padding: 40px;
  border-radius: 16px;
}

.schedule h3 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  letter-spacing: 0.05em;
  color: #000000;
}

.d-title {
  display: flex;
  padding-inline: 11%;
}

.d-title h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8A0000;
}

.d-title p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #FF2D16;
  text-align: right;
}

.day h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8A0000;
}

.calendar {
  margin-left: 20px;
  margin-top: -5px;
  height: 30px;
}

.period:hover {
  color: #FF2D16 !important;
}

.period {
  color: black;
  cursor: pointer;
}

#calendar {
  cursor: pointer;
}

.time {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.day p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.whole-period:not(:last-child) {
  border-bottom: 2px solid #FFB39B;
  padding-block: 5px;
}

.close-popup {
  text-align: right;
  margin-top: -10px;
  cursor: pointer;
}

.period:not(:last-child) {
  border-bottom: 2px solid #FFB39B;
  padding-block: 5px;
}

.whole-period.disable {
  pointer-events: none;
}

.day {
  width: 340px;
  height: auto;
  border: 2px solid #000000;
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.timetable {
  padding-block: 60px 100px;
  display: inherit;
  margin-left: 11%;
}

.timetable .swiper-wrapper {
  height: auto;
}

.next-prev {
  float: right;
  margin-top: 40px;
  margin-right: 10%;
}

.next-prev img {
  width: 40px;
}

.prev {
  transform: rotate(180deg);
}

.ui-widget.ui-widget-content {
  width: auto;
}

.day.sp-slide-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  /* adjust the value as needed to position the line */
  width: 100%;
  border-bottom: 4px solid #FF2D16;
  border-radius: 20px;
}

.ui-widget-header {
  border: unset !important;
  background: unset !important;
  color: #222222;
  font-weight: bold;
}

.ui-widget.ui-widget-content {
  border: unset !important;
}

.ui-widget-header {
  color: #8A0000 !important;
}

.date {
  margin-top: -200px;
}

.ui-datepicker table > thead {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #8A0000;
}

tbody > tr > td {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: blue !important;
}

.ui-state-default {
  border: unset !important;
  border-style: none !important;
  background: unset !important;
}

.ui-dialog-titlebar-close {
  border: unset !important;
  border-color: unset !important;
  background: unset !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1 !important;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
}

.ui-state-default:hover {
  border: 1px blue !important;
  background: beige !important;
}

.popup-data {
  background-color: white;
  border: 1px solid black;
}

.schedule-popup1 input[type=text],
.schedule-popup1 input[type=email],
.schedule-popup1 input[type=tel] {
  width: 80%;
  background-color: white;
  border: 1px solid #000000;
  border-radius: 16px;
  color: black !important;
  height: 32px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.schedule-popup1 span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.schedule-popup1 .wpcf7-form {
  padding-top: 40px;
}

.schedule-popup1 .form {
  padding-top: 40px;
}

.form input[type=text],
input[type=email] {
  background-color: white;
}

.ui-widget-header a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #FF2D16 !important;
  margin-top: -4px;
}

.schedule-popup1 ::-moz-placeholder {
  color: black !important;
}

.schedule-popup1 ::placeholder {
  color: black !important;
}

.schedule-popup1 input[type=submit],
.schedule-popup1 button {
  background: #FF2D16;
  border: 2px solid #FF2D16;
  border-radius: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  float: left;
  margin-top: 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-left: -6px !important;
  margin-top: -40% !important;
}

@media screen and (max-width: 767px) {
  .schedule-popup {
    width: 100%;
    width: calc(100% - 20px);
  }
  .schedule-popup {
    left: 0;
  }
}
@media screen and (max-width: 851px) {
  .first-title {
    position: relative;
    margin-top: 0;
  }
  .d-title h5 {
    margin-top: 80px;
  }
  .d-title #calendar {
    margin-top: 80px;
  }
  .whole_schedule .nav-menu {
    left: -110%;
  }
  .whole_schedule .nav-menu.actives {
    left: 0;
  }
  .schedule-popup1 input[type=text],
  .schedule-popup1 input[type=email],
  .schedule-popup1 input[type=tel] {
    width: 100%;
    margin-block: 5px;
  }
  .schedule-popup1 {
    width: 60%;
    left: 50%;
    margin-right: 0%;
  }
  .first-title {
    padding-top: 96px;
  }
  .date {
    margin-top: 0;
  }
  .back--image1 {
    position: absolute;
    margin-left: 0px;
    top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .back--image1 {
    top: 0%;
  }
  .schedule h1 {
    font-size: 35px;
  }
  .schedule h3 {
    font-size: 40px;
  }
  .d-title h5 {
    font-size: 28px;
  }
  .day h3 {
    font-size: 32px;
  }
  .thankyou {
    padding-block: 30px;
  }
  .container_sidebar_heading {
    font-size: 50px !important;
    line-height: 100% !important;
  }
  .thankyou__sidebar-item {
    margin-bottom: 13px;
    margin-top: 24px;
    font-size: 30px !important;
    line-height: 28px !important;
  }
  .thankyou_content {
    font-size: 18px;
    line-height: 32px;
  }
  .centered_lists,
  .thankyou .container ul,
  .container__centered-list {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 539px) {
  .back--image1 {
    top: 10%;
  }
  .container_sidebar_heading {
    font-size: 46px;
    line-height: 79.5%;
  }
}
@media screen and (max-width: 900px) {
  .timetable {
    margin-left: 4%;
  }
  .d-title {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 767px) {
  .timetable .swiper-wrapper {
    margin-inline: 15px;
  }
  .d-title {
    display: block;
  }
  .d-title #calendar {
    margin-top: 0;
  }
  .day {
    width: 75%;
  }
  .schedule-popup1 input[type=text],
  .schedule-popup1 input[type=email],
  .schedule-popup1 input[type=tel] {
    width: 100%;
  }
  .schedule-popup1 {
    width: 90%;
    left: 50%;
    margin-right: 0%;
  }
  #calendar {
    margin-top: 20px;
  }
  .thankyou {
    padding-block: 30px;
  }
  .container_sidebar_heading {
    font-size: 34px !important;
    line-height: 100% !important;
  }
  .thankyou__sidebar-item {
    margin-bottom: 13px;
    margin-top: 24px;
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .thankyou_content {
    font-size: 14px;
    line-height: 27px;
  }
  .centered_lists,
  .thankyou .container ul,
  .container__centered-list {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 400px) {
  .thankyou.hero-content {
    padding: 5% 1%;
  }
  .container_sidebar_heading {
    font-size: 25px !important;
    line-height: 100% !important;
  }
  .thankyou__sidebar-item {
    margin-bottom: 1px;
    margin-top: 24px;
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .thankyou_content {
    font-size: 12px;
    line-height: 27px;
  }
  .centered_lists,
  .thankyou .container ul,
  .container__centered-list {
    font-size: 12px !important;
  }
  .thankyou .container ul {
    margin-left: 20px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-inline: 11%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1440px;
    padding-inline: 11%;
  }
}
.font-progress {
  font-family: "Progress";
}

@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
.black {
  background: #000;
}

/* Zoom Out #1 */
.hover03 {
  transform: scale(1);
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.hover03:hover {
  transform: scale(0.9);
}

@media screen and (min-width: 1024px) {
  .extra-col, .col-11-5, .col-10-5, .col-9-5, .col-8-5, .col-7-5, .col-6-5, .col-5-5, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-0-5 {
    position: relative;
    width: 100%;
  }
  .col-0-5 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-2-5 {
    flex: 0 0 20.833333325%;
    max-width: 20.833333325%;
  }
  .col-3-5 {
    flex: 0 0 29.166666655%;
    max-width: 29.166666655%;
  }
  .col-4-5 {
    flex: 0 0 37.499999985%;
    max-width: 37.499999985%;
  }
  .col-5-5 {
    flex: 0 0 45.833333315%;
    max-width: 45.833333315%;
  }
  .col-6-5 {
    flex: 0 0 54.166666645%;
    max-width: 54.166666645%;
  }
  .col-7-5 {
    flex: 0 0 62.499999975%;
    max-width: 62.499999975%;
  }
  .col-8-5 {
    flex: 0 0 70.833333305%;
    max-width: 70.833333305%;
  }
  .col-9-5 {
    flex: 0 0 79.166666635%;
    max-width: 79.166666635%;
  }
  .col-10-5 {
    flex: 0 0 87.499999965%;
    max-width: 87.499999965%;
  }
  .col-11-5 {
    flex: 0 0 95.8333333%;
    max-width: 95.8333333%;
  }
  .share {
    display: flex !important;
  }
  .share-phone {
    display: none !important;
  }
}
.blog-section-bg {
  background-color: black;
}

.blog-section-bg-p {
  display: none !important;
}

.blog-section {
  padding-inline: 11%;
}

.blog__heading {
  padding-top: 96px;
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  /* identical to box height */
  letter-spacing: 0.1em;
  /* Pure White */
  color: #FFFFFF;
}

.blogs__title {
  margin-top: 54px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
}

.blog {
  gap: 25px;
  margin-top: 16px;
}
.blog img {
  width: 356px;
  min-width: 356px;
  height: 486px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog a {
  text-decoration: none;
}

.blog__date {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
}

.blog__title {
  margin-top: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
  max-height: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog__button {
  margin-top: 9px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  /* KOS Red */
  color: #FF2D16;
  width: -moz-fit-content;
  width: fit-content;
}

.blog__button:hover {
  border-bottom: 1px solid #FF2D16;
  color: #FF2D16;
}

.blog-btn:hover {
  color: #FF2D16;
}

.blog-btn {
  color: #FFF;
  width: 14rem;
}

.blog__position p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}

.blog__position {
  position: absolute;
  bottom: -20px;
}

.blog__border {
  margin-top: 102px;
  border: 1px solid #FFB39B;
  margin-bottom: 95px;
}

.popular {
  margin-top: 54px;
}
.popular img {
  height: 197px;
  width: 261px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.popular a {
  text-decoration: none;
}

.popular__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* KOS Red */
  color: #FF2D16;
  margin-bottom: 16px;
}

.blog-detail-bg {
  background: #F4F7F9;
}

.blog-detail {
  padding-inline: 11%;
  margin-top: 111px;
}
.blog-detail .cover {
  width: 100%;
  height: 389px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -o-object-position: center 35%;
     object-position: center 35%;
}

.blog-detail__title {
  margin-top: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
}

.blog-detail__date {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
}

.contents {
  margin-top: -7px;
  margin-bottom: 98px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* Black */
  color: #000000;
}

.icons {
  gap: 12px;
  align-self: flex-end;
}
.icons .img {
  width: 53.64px;
  height: auto;
  cursor: pointer;
}

.social-media {
  margin-top: 63px;
  width: 100%;
}

.social-media__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
  align-self: flex-end;
}

.next-bg {
  background: #FFFFFF;
  border-radius: 16px;
}

.next {
  padding-left: 48px;
  padding-top: 44px;
  margin-bottom: 50px;
  padding-bottom: 47px;
}
.next h4 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  padding-top: 40px;
  padding-left: 25px;
  /* identical to box height */
  letter-spacing: 0.1em;
  /* Black */
  color: #000000;
}
.next img {
  width: 356px;
  min-width: 356px;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.next a {
  text-decoration: none;
}

.next__header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
}

.next__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
}

.article {
  margin-bottom: 91px;
  position: relative;
  display: flex !important;
}
.article img {
  width: 356px;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.article a {
  text-decoration: none;
}

.article_sw {
  margin-bottom: 10px;
  position: relative;
  display: none !important;
}
.article_sw img {
  width: 356px;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.article_sw a {
  text-decoration: none;
}

.articles__title {
  margin-top: 32px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  width: 355px;
}

.article_sw .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -4px;
  left: auto;
  top: 26rem;
  background: #FF2D16;
  border-radius: 50%;
  width: 47px;
  color: #FFF;
  border-radius: 100%;
}

.article_sw .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  top: 26rem;
  background: #FF2D16;
  padding: 22px;
  color: #FFF;
  border-radius: 100%;
}

.article_sw .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}

.article_sw .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: calc(100% - 104px);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 16px;
}

.blog_overlay {
  position: absolute;
  top: 0;
  padding-top: 35%;
  padding-left: 8%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
}

.hidden {
  display: none;
}

.blog-more-article-title {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 96px;
  margin-bottom: 41px;
}

.mobile-view {
  display: none;
}

.blog-searched-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.blog-searched-posts .blog__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.blog-searched-posts .blog__title a {
  color: #FFFFFF;
}
.blog-searched-posts .blog img {
  width: 100%;
  height: 250px;
  min-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-searched-posts .blog-post {
  width: 32%;
}

.load-more {
  width: 100%;
  display: flex;
  margin-top: 42px;
  justify-content: center;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .blog__position {
    position: relative;
    bottom: unset;
  }
  .share {
    display: none !important;
  }
  .share-phone {
    display: block !important;
  }
  .blog__title {
    width: 100%;
  }
  .blog-section {
    display: block;
    padding-inline: 4%;
    background-color: black;
  }
  .blog-section-bg {
    display: none;
  }
  .blog-section-bg-p {
    display: block !important;
  }
  .blog {
    gap: 25px;
    margin-top: 16px;
  }
  .blog img {
    width: 100%;
    height: auto;
  }
  .popular {
    margin-top: 54px;
  }
  .popular img {
    width: 100%;
    height: 12.313rem;
  }
  .blog-detail {
    padding-inline: 4% !important;
    margin-top: 111px;
  }
  .next {
    padding-left: 4px;
    padding-top: 4px;
    margin-bottom: 5px;
    padding-bottom: 4px;
  }
  .next img {
    width: 100%;
    height: auto;
  }
  .next a {
    text-decoration: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 900px) {
  .article {
    margin-top: 48px;
  }
  .article img {
    width: 100%;
    height: 100%;
  }
  .blog img {
    width: 100%;
    height: 486px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .blog-section div {
    width: 100% !important;
  }
  .next img {
    width: 90% !important;
    min-width: 90%;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .mobile-view {
    display: block;
  }
  .blog-searched-posts {
    width: 100%;
    margin-left: 13px;
  }
  .blog-searched-posts .blog-post {
    width: 88%;
  }
  .blog-more-article-title {
    margin-left: 25px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .social-media-phone {
    display: flex !important;
    margin-top: 18px;
    margin-bottom: 18.36px;
  }
  .social-media {
    display: block !important;
  }
  .article_sw {
    display: block !important;
    margin-top: 40px;
    margin-bottom: -80px;
  }
  .article {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .popular__title {
    margin-bottom: 1rem;
  }
  .related {
    margin-bottom: 1rem !important;
  }
  .blog__heading {
    padding-top: 112px;
    font-size: 20px;
    line-height: 20px;
  }
  .back__image {
    display: flex;
    flex-direction: column;
  }
  .back__image > a {
    order: 4;
  }
  .blog__date {
    margin-bottom: 0;
  }
  .blog__title {
    width: 70%;
    margin-top: 10px;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 42px;
  }
  .blog__border {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  #load-more > button {
    width: 100%;
    margin-top: 44px;
  }
  .popular {
    margin-top: 10px;
  }
  .blog img {
    min-width: 100%;
    height: 243px;
  }
  .blog-detail .swiper-wrapper {
    height: 68%;
  }
  .blog-detail__date_phone {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 414px) {
  .blog-detail .swiper-wrapper {
    height: 78%;
  }
}
@media screen and (max-width: 375px) {
  .blog-detail .swiper-wrapper {
    height: 85%;
  }
}
.blog-detail .swiper-wrapper {
  height: auto !important;
  padding-bottom: 50% !important;
}

@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
.contact {
  background-color: black;
  padding-bottom: 100px;
}

.contact__right a {
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__right li {
  list-style-type: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  /* Pure White */
  color: #FFFFFF;
  margin-bottom: 36px;
}
.contact__right img {
  min-width: 50px;
}
.contact__right .white-icon {
  min-width: unset !important;
}
.contact__right li:hover {
  color: #FF2D16;
}
.contact__right h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
  margin-bottom: 55px;
}
.contact__right ul {
  margin-bottom: 30px;
}

.info_mob {
  padding-inline: 11%;
  padding-block: 100px 50px;
}
.info_mob h5 {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
}
.info_mob h2 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  letter-spacing: 0.05em;
  /* Pure White */
  color: #FFFFFF;
  padding-top: 13px;
}

.footer__left input[type=text],
.footer__left input[type=email],
.footer__left input[type=tel] {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid #5A5A5A;
  height: 59px;
  padding: 16px;
  gap: 16px;
  color: black !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

textarea {
  border-radius: 16px;
  padding: 16px;
  resize: none;
  color: black !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

input[type=submit] {
  margin-top: 16px;
  float: right;
  /* KOS Red */
  background: #FF2D16;
  /* KOS Red */
  border: 2px solid #FF2D16;
  border-radius: 16px;
  outline: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  text-transform: capitalize;
  /* Pure White */
  color: #FFFFFF;
}

input[type=text]::-moz-placeholder, textarea::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  /* Off White */
  color: #5A5A5A;
}

input[type=text]::placeholder,
textarea::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  /* Off White */
  color: #5A5A5A;
}

.schedule-popup1 form {
  margin-bottom: 0px;
}

form {
  margin-bottom: 120px;
}

input[type=submit]:hover {
  border: 2px solid #8A0000;
  background: #8A0000;
  outline: none;
}

.back__image {
  background-size: cover;
  background-position: center;
  background: url("../assets/image 27.png");
  background-repeat: no-repeat;
}

.back__images {
  background-size: cover;
  background-position: center;
  background: url("../assets/image 28.png");
  background-repeat: no-repeat;
  background-color: white;
  background-blend-mode: exclusion;
  padding-left: 7px;
}

.back--image {
  position: absolute;
  top: 60px;
  z-index: 0;
}

.back--image-m {
  position: absolute;
  top: -230px;
  z-index: 0;
}

.back--image-modal {
  position: absolute;
  left: -15px;
  bottom: -60px;
  z-index: 0;
}

.show_mobile {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .contact__banner {
    background-position: center center;
  }
  .back--image-m {
    position: absolute;
    top: -185px;
    z-index: 0;
  }
  .back--image {
    position: absolute;
    top: 180px;
    z-index: 0;
  }
  .show_desktop {
    display: none !important;
  }
  .show_mobile {
    display: flex !important;
  }
  .contact__info {
    padding-inline: 4%;
    margin-top: -1rem;
  }
  .contact__info h2 {
    font-size: 40px;
  }
  .info_mob {
    text-align: center !important;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 95% !important;
  }
  form > p {
    margin-bottom: unset;
  }
  input[type=submit] {
    float: left;
    width: 95%;
  }
  .contact {
    padding-bottom: 10px;
  }
  .contact h2 {
    font-size: 40px;
    width: 60%;
    margin: auto;
  }
  .contact h5 {
    text-align: center;
  }
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  opacity: 0.5;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  opacity: 0.5;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin-top: 6em !important;
}

.contact .contact__right.mobile {
  margin-top: -90px;
}
.contact .footer__left .wpcf7-response-output {
  color: rgb(241, 197, 138);
}

@media screen and (min-width: 992px) {
  .cont-iframe .responsive-iframe {
    height: 77% !important;
  }
}
@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
.membership {
  padding-inline: 11%;
}

.membership__heading {
  margin-top: 50px;
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  /* identical to box height, or 75px */
  letter-spacing: 0.05em;
  /* Pure White */
  color: #FFFFFF;
}

.membership__description {
  margin-top: 48px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}

.membership__title {
  margin-top: 101px;
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
  text-align: center;
  padding-bottom: 48px;
}

.membership__card--titles {
  margin-top: 51px;
  gap: 16px;
}
.membership__card--titles p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: black;
}

.membership__card--title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: black;
}

.package__price {
  width: 20%;
}

.membership__package {
  padding-bottom: 35px;
  padding-top: 51px;
  padding-left: 31px;
  padding-right: 34px;
  background: #F4F7F9;
  border-radius: 16px;
  margin-bottom: 10px;
}
.membership__package li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: black;
  list-style-type: disc;
}
.membership__package li div {
  display: flex;
  justify-content: space-between;
}
.membership__package ul {
  list-style-type: disc !important;
}
.membership__package span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  /* or 36px */
  text-transform: capitalize;
  /* KOS Red */
  color: #FF2D16;
}

.membership__card {
  margin-bottom: 48px;
  padding-left: 31px;
  border: 1px solid #F4F7F9;
  border-radius: 16px;
  background: #F4F7F9;
}
.membership__card li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: black;
  list-style-type: disc;
  padding-right: 32px;
  margin-top: 10px;
}
.membership__card li div {
  display: flex;
  justify-content: space-between;
}
.membership__card ul {
  list-style-type: disc !important;
  margin-top: 38px;
  margin-left: 25px;
  margin-bottom: 178px;
}
.membership__card span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  /* or 36px */
  text-transform: capitalize;
  /* KOS Red */
  color: #FF2D16;
}

.membership__price {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
}

.membership__time {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.membership__cards {
  flex-wrap: wrap;
  padding-inline: 11%;
}

.membership__duration {
  margin-top: 84px;
  bottom: 43px;
  padding-right: 31px;
  position: absolute;
  width: 289px;
}

.package__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: black;
}

.package__desc {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
}

@media only screen and (min-width: 767px) and (max-width: 900px) {
  .membership__heading {
    text-align: center;
  }
  .membership__description {
    text-align: center;
  }
  .membership__card--titles {
    padding-top: 51px;
  }
}
@media screen and (max-width: 900px) {
  .swiper-slide_sec, .horiz-top {
    margin-top: unset !important;
  }
  .membership__card--titles {
    margin-top: unset;
  }
  .membership__card--titjle {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 112.5%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: black;
  }
  .memb__sec {
    background-position: center center;
  }
  .package__price {
    width: 100%;
    padding-left: 31px;
  }
  .membership__duration {
    margin-top: 84px;
    bottom: 43px;
    margin-bottom: 43px;
    padding-right: 31px;
    position: unset;
    width: 289px;
  }
  .membership__cards {
    padding-inline: 4%;
    padding-bottom: 98px;
  }
  .membership {
    padding-inline: 4%;
  }
  .membership__heading {
    font-size: 40px;
  }
  .membership__card {
    margin-bottom: 10px;
  }
}
.mob-membership {
  display: none;
  /* Swiper Container Styles */
  /* Swiper Pagination Styles */
  /* Swiper Tabs Styles */
}
.mob-membership .swiper-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 42px;
}
.mob-membership .swiper-slide {
  text-align: center;
  border-radius: 16px;
}
.mob-membership .swiper-slide div div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.mob-membership .swiper-slide div ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc !important;
  margin-top: 38px;
  margin-left: 25px;
}
.mob-membership .swiper-slide div ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: black;
  list-style-type: disc;
}
.mob-membership .swiper-slide div ul li span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  text-transform: capitalize;
  color: #FF2D16;
}
.mob-membership .swiper-slide div ul li div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.mob-membership .swiper-tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.mob-membership .swiper-tab {
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  /* Pure White */
  color: #FFFFFF;
}
.mob-membership .swiper-tab-active {
  color: #FF2D16;
  border-bottom: 2px solid #FF2D16;
  padding-bottom: 10px;
}
.mob-membership .member-btn {
  justify-content: center !important;
  margin-top: 30px;
}
.mob-membership .member-btn a {
  width: 100%;
}
.mob-membership .member-btn button {
  background: #FF2D16;
  border: 2px solid #FF2D16;
  border-radius: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 12px;
  width: 90%;
}
.mob-membership .member-sub_title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.mob-membership .flexi-package {
  display: flex;
  flex-direction: column;
}
.mob-membership .flexi-package p {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  /* identical to box height, or 35px */
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
}

@media screen and (max-width: 767px) {
  .mob-membership {
    display: block;
    padding-inline: 5%;
  }
  .desk-membership {
    display: none !important;
  }
  .membership__title {
    font-size: 35px;
    line-height: 35px;
  }
  .mob-membership .member-sub_title {
    color: black;
  }
  .swiper-tabs .swiper-tab {
    cursor: pointer;
  }
  .swiper-tabs .swiper-tab.active {
    background-color: #000;
    color: #fff;
  }
}
.hidden-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: block;
    font-family: "POPPINS";
    font-family: "circular";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF2D16;
  }
}
.swiper-slide_sec {
  background: #F4F7F9 !important;
  border-radius: 16px;
  width: 75%;
  margin: 0 auto;
  padding: 30px;
  margin-top: 30px;
}

.mob-membership .swiper-slide {
  background: #F4F7F9 !important;
}

@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
.sidebar__heading {
  margin-top: 96px;
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  /* identical to box height, or 75px */
  letter-spacing: 0.05em;
  /* Black */
  color: #000000;
}

.sidebar li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  /* Black */
  color: #000000;
  list-style: none;
  margin-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
.sidebar li:hover {
  border-bottom: 1px solid #FF2D16;
  color: #FF2D16 !important;
}
.sidebar ul {
  margin-top: 87px;
}
.sidebar a {
  text-decoration: none;
}

.sidebar__option {
  width: 100%;
}

.sidebar__option.fixed {
  position: fixed;
  top: 0;
  /* Add any other styles you need */
}

.sidebar__options.fixed {
  position: fixed;
  top: 0;
  right: 11%;
  /* Add any other styles you need */
}

.faq {
  padding-inline: 11%;
}

.sidebar--active {
  border-bottom: 1px solid #FF2D16;
  color: #FF2D16 !important;
}

.faq--image {
  position: absolute;
  top: -155px;
  right: 11%;
  z-index: -99;
}

.questions {
  margin-top: 260px;
  margin-bottom: 114px;
}

.question {
  margin-top: 16px;
  padding-right: 100px;
  margin-bottom: 94px;
}

.questions__heading {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  /* identical to box height */
  letter-spacing: 0.1em;
  /* Black */
  color: #000000;
}

.question .accordion-button.collapsed::after {
  background: url("../assets/Frame 15.svg");
  background-size: 100%;
  width: 36px !important;
  height: 36px !important;
}
.question .accordion-button:not(.collapsed)::after {
  background: url("../assets/Frame 15.svg") !important;
  background-size: 100% !important;
  width: 36px !important;
  height: 36px !important;
}
.question .accordion-button {
  background-color: inherit !important;
  border: none;
  border-radius: 0 !important;
}
.question .accordion-item {
  border: 1px solid #000000 !important;
  border-radius: 16px !important;
  background-color: unset !important;
  margin-bottom: 16px;
}
.question .accordion-header {
  background-color: inherit !important;
  border: none;
}
.question .accordion-body {
  width: 650px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 27px;
  color: #000000 !important;
}
.question .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  color: #000000 !important;
}
.question .accordion-button {
  width: 736px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  /* Black */
  color: #000000;
}
.question .accordion-button:focus {
  box-shadow: none !important;
}

.sidebar__select {
  outline: unset !important;
  width: 100%;
  border: unset !important;
  background-color: unset !important;
  background: unset !important;
  border-bottom: 1px solid #FF2D16 !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  /* KOS Red */
  color: #FF2D16;
  padding-bottom: 16px;
  background-image: url("../assets/Frame 15.svg") !important;
  background-size: 24px 24px !important;
  z-index: 99;
  background-repeat: no-repeat !important;
  background-position: right 0px center !important;
  margin-top: 45px;
}

.faq-page {
  border: none !important;
  border-bottom: 2px solid #FF2D16 !important;
  margin-top: 33px;
}
.faq-page .accordion-item {
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Satoshi" !important;
  margin: 20 0;
  box-sizing: border-box;
  background-color: inherit !important;
  color: #FFCBEC !important;
  padding: 5px 0rem !important;
  border-radius: 20 !important;
  width: 125% !important;
  font-size: 20px !important;
  display: none;
  padding-bottom: 2px;
}
.faq-page .accordion-header {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #FF2D16 !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 0;
  clear: both;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 1.2rem;
  font-family: "Poppins";
  width: 100%;
}
.faq-page .accordion-row {
  display: flex;
}
.faq-page .accordion-button-class {
  background: url("../assets/Frame 15.svg") !important;
  background-size: 100% !important;
  width: 40px !important;
  height: 36px !important;
  margin-top: 15px;
  background-position: center;
  border: none !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: right 0px center !important;
}
.faq-page .accordion-button-class.up {
  transform: rotate(180deg);
  border: none !important;
  background-position: unset !important;
  margin-top: 10px;
}
.faq-page .red-line {
  margin-top: 9px;
  margin-left: 14px;
  margin-right: 1px;
}
.faq-page .accordion-body {
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Satoshi" !important;
  font-size: 20px !important;
  margin: 0;
  box-sizing: border-box;
  padding: 1rem 0rem;
  list-style-type: none;
}
.faq-page .hidden {
  display: none !important;
}
.faq-page .accordion-body a {
  color: black;
  font-family: "Poppins";
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
}

@media screen and (max-width: 900px) {
  .questions {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .sidebar__option.fixed {
    position: relative;
    top: 0;
    /* Add any other styles you need */
  }
  .questions .accordion-button {
    width: 100% !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    text-transform: capitalize;
    /* Black */
    color: #000000;
  }
  .questions .accordion-body {
    width: 100%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 27px;
    color: #000000 !important;
  }
  .question {
    margin-top: 16px;
    padding-right: 0px;
    margin-bottom: 94px;
  }
  .faq {
    padding-inline: 4%;
  }
}
@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
.main-title {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 139.302px;
  line-height: 77%;
  /* or 107px */
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
}

.class-wrapper {
  padding-block: 5%;
}

.count {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 1rem;
}

.group-heading {
  display: flex;
  align-items: start;
  gap: 50px;
  padding-inline: 11%;
}
.group-heading h3 {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.group-heading p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  width: 485px;
}
.group-heading ol {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-left: 0 !important;
  margin-bottom: 5%;
  width: 485px;
}
.group-heading .button {
  display: inline-block;
  margin-top: 2%;
}

.group {
  background-color: black;
  padding-block: 4%;
}

.class-header {
  padding-inline: 11%;
  padding-block: 5%;
}

.class-header nav > ul > li {
  display: inline;
  padding-bottom: 7px;
  margin-inline-end: 30px;
  cursor: pointer;
}

.class-header nav {
  text-align: center;
  padding-bottom: 80px;
}

.class-header nav > ul > li > a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.class-header a:hover,
.class-header a:active,
.class-header a.active {
  color: #FF2D16;
  padding-bottom: 10px;
  border-bottom: 1px solid #FF2D16;
}

.class_footer-wrapper {
  background-color: #000000;
  padding-top: 2%;
}

.class_footer {
  background: #F4F7F9;
  /* Soft */
  box-shadow: 0px 100px 80px rgba(44, 89, 123, 0.03), 0px 22.3363px 17.869px rgba(44, 89, 123, 0.0178832), 0px 6.6501px 5.32008px rgba(44, 89, 123, 0.0121168);
  border-radius: 16px;
  text-align: center;
  margin-inline: 11%;
  padding-block: 5%;
}
.class_footer h5 {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  text-align: center;
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
}
.class_footer h2 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  /* or 75px */
  text-align: center;
  letter-spacing: 0.05em;
  /* Black */
  color: #000000;
  width: 60%;
  margin: 0 auto;
}
.class_footer p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  color: #000000;
  padding-block: 2%;
}

.wrapper_class h3 {
  font-family: "Progress" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  width: 485px;
  padding-block: 4% 3%;
}

.img-class {
  margin-left: -15rem;
  margin-top: 4rem;
  width: 68%;
}

@media only screen and (min-width: 769px) {
  #a02 .img-class {
    margin-left: -24rem;
  }
}
.img-class :nth-child(2) {
  margin-left: -36rem;
}

.wrapper_class {
  position: relative;
}

.cta_btn {
  background: #FF2D16;
  border: 2px solid #FF2D16;
  border-radius: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF !important;
  padding: 12px;
  text-decoration: none;
}

.cta_btn:hover {
  background: #8A0000;
  border: 2px solid #8A0000;
}

.class-page .accordion-item {
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Satoshi" !important;
  margin: 20 0;
  box-sizing: border-box;
  background-color: inherit !important;
  color: #FFCBEC !important;
  padding: 5px 0rem !important;
  border-radius: 20 !important;
  width: 125% !important;
  font-size: 20px !important;
  display: none;
  border: none !important;
  border-bottom: 2px solid #FF2D16 !important;
}
.class-page .accordion-header {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #FF2D16 !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 0;
  clear: both;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 1.2rem;
  font-family: "Poppins";
  width: 37rem;
}
.class-page .accordion-row {
  display: flex;
}
.class-page .accordion-button-class {
  background: url("../assets/Frame 15.svg") !important;
  background-size: 100% !important;
  width: 36px !important;
  height: 36px !important;
  margin-top: 15px;
  border-color: #000;
  border: none !important;
  background-repeat: no-repeat !important;
  background-position: right 0px center !important;
}
.class-page .accordion-button-class.up {
  transform: rotate(180deg);
  margin-left: 4rem;
  border-color: #000;
}
.class-page .red-line {
  margin-top: 9px;
  margin-left: 14px;
  margin-right: 1px;
}
.class-page .accordion-body {
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "Satoshi" !important;
  font-size: 20px !important;
  margin: 0;
  box-sizing: border-box;
  padding: 1rem 0rem;
  list-style-type: none;
}
.class-page .hidden {
  display: none !important;
}
.class-page .accordion-body a {
  color: #fff;
  font-family: "Poppins";
  text-decoration: none;
}

.dropdown-icon {
  margin-left: 4px;
  transition: transform 0.2s;
  background-color: #000;
  color: #fff;
}

.dropdown-icon1 {
  width: 40px;
  height: 20px;
  position: relative;
  margin-left: -6px;
  fill: #fff;
  transition: transform 0.3s ease-in-out;
}

.dropdown:hover .dropdown-icon1 {
  transform: rotate(180deg);
  fill: #8A0000;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dropdown-menu a {
  color: white !important;
}

.dropdown-menu:hover a {
  color: #FF2D16 !important;
}

@media only screen and (min-width: 767px) and (max-width: 900px) {
  .class-page .accordion-header {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .class-page {
    background-position: center center !important;
  }
  #a02 .img-class {
    margin-left: unset;
  }
  .class-page .group-heading {
    flex-direction: column;
    padding-inline: 0;
  }
  .class-page .group-heading div {
    padding-inline: 4%;
  }
  .class-page .main-title {
    font-size: 50px !important;
  }
  .class-page .group-heading .wrapper_class h3,
  .class-page .group-heading h3 {
    width: 100%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 48px;
  }
  .class-page .group-heading h3 {
    margin-bottom: 30px;
  }
  .class-page .group-heading {
    gap: unset;
  }
  .class-page .group-heading h2,
  .class_footer h2 {
    width: 100%;
    font-size: 40px;
    line-height: 74.5%;
    letter-spacing: 0.05em;
    margin-bottom: 48px;
  }
  .class-page .group-heading p {
    margin-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .class-page .group-heading ol {
    margin-left: -16px;
    width: 100%;
  }
  .class-page .group-heading .wrapper_class .button {
    margin-left: unset;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-top: 48px;
  }
  .class-page .class_footer h2 {
    width: 10rem;
    font-size: 25px;
  }
  .class-page .class_footer h2 {
    width: 10rem;
    font-size: 25px;
  }
  .class-page .class_footer {
    margin-inline: 28px;
    padding-bottom: 20px;
  }
  .header-list {
    display: none;
  }
  .class-page.accordion-item {
    display: block;
    width: 90% !important;
    margin: auto;
  }
  .class-page .img-class {
    margin-left: 0rem;
    width: 70rem;
    height: 100%;
    margin-top: 0rem;
  }
  .accordion-button.collapsed::after {
    height: 24px !important;
    width: 24px !important;
  }
  .class-page .accordion-header,
  .class-page .accordion-body a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #FF2D16;
  }
  .class-page .accordion-body a {
    color: white;
  }
}
@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
.community {
  padding-inline: 11%;
  text-align: center;
}
.community h2 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  /* or 75px */
  text-align: center;
  letter-spacing: 0.05em;
  /* Off White */
  color: #F4F7F9;
  margin-top: 95px;
  margin-bottom: 48px;
}
.community h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Off White */
  color: #F4F7F9;
  width: 60%;
  margin: 0 auto;
}
.community p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  /* Off White */
  color: #F4F7F9;
  text-align: center;
  align-self: center;
  margin: 0 auto;
  padding-block: 8rem;
  width: 70%;
}
.community img {
  width: 1134.9px;
  height: auto;
  border-radius: 22.9798px;
  margin: 0 auto;
  display: block;
}
.community .community__img {
  transform: matrix(0.99, -0.11, -0.09, -1, 0, 0);
}

.team {
  background-color: #000000;
}

.accordion-item {
  display: block;
}

.modal {
  top: 20px !important;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

.modal__image {
  width: 354px !important;
}
.modal__image img {
  width: 283px !important;
  height: auto;
}

.modal-dialog {
  max-width: 1116px !important;
  margin: 1.75rem auto;
}

.modal__heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
}

.modal__name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
}

.modal__description {
  margin-top: 42px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* Black */
  color: #000000;
}

.modal__label {
  margin-top: 77px;
  margin-bottom: 32px;
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
}

.modal-body {
  margin-bottom: 54px;
}

.modal-header {
  border-bottom: unset !important;
}

.btn-close {
  box-sizing: content-box;
  width: unset !important;
  height: unset !important;
  padding: unset;
  color: unset;
  background: unset !important;
  border: 0;
  border-radius: 0.25rem;
  opacity: unset !important;
}

.modal-content {
  background-color: #F4F7F9 !important;
}

.ceo h5 {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
  margin-top: 40px;
  margin-bottom: 19px;
}
.ceo h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Off White */
  color: #F4F7F9;
  margin-bottom: 34px;
}
.ceo .ceo__description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* Off White */
  color: #F4F7F9;
  margin-bottom: 16px;
}
.ceo a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.team-section {
  padding-inline: 11%;
  text-align: center;
  padding-top: 7%;
}

.ceo__card {
  gap: 94px;
  padding-top: 118px;
}
.ceo__card img {
  width: 532px;
  height: auto;
}

.team__button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  /* KOS Red */
  color: #FF2D16;
  width: -moz-fit-content;
  width: fit-content;
}

.team__button:hover {
  border-bottom: 1px solid white;
  color: white;
}

.coaches__heading {
  font-family: "Authentic";
  font-style: normal;
  font-weight: 400;
  font-size: 50.2353px;
  line-height: 100%;
  /* or 50px */
  letter-spacing: 0.1em;
  /* KOS Red */
  color: #FF2D16;
  text-align: center;
  padding-bottom: 5%;
  margin-bottom: 0;
}

.coach .coach__heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* Off White */
  color: #F4F7F9;
  margin-top: 33px;
  margin-bottom: 0px !important;
}
.coach h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Off White */
  color: #F4F7F9;
  min-height: 78px;
}
.coach a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.coach .coach__description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* Off White */
  color: #F4F7F9;
  margin-bottom: 16px;
  max-width: 390px;
}

.coaches {
  flex-wrap: wrap;
}

.coach-sec {
  width: 50%;
  text-align: start;
  margin-bottom: 48px;
}
.coach-sec img {
  width: 437px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .coach-sec {
    width: 100%;
  }
}
.study {
  margin-top: -2 !important;
  padding-inline: 11%;
  padding-block: 100px;
  margin-bottom: 60px !important;
}
.study img {
  width: 355px;
  height: auto;
  border-radius: 16px;
}
.study h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
  margin-top: 2em;
}

.study-sw .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -4px;
  left: auto;
  top: 42rem;
  background: #FF2D16;
  border-radius: 50%;
  width: 47px;
  color: #FFF;
  border-radius: 100%;
}

.study-sw .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  top: 42rem;
  background: #FF2D16;
  padding: 22px;
  color: #FFF;
  border-radius: 100%;
}

.study-sw .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}

.study-sw .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: calc(100% - 104px);
}

.customers {
  padding-inline: 11%;
  background: #F4F7F9;
}

.about {
  background: #F4F7F9;
}
.about footer {
  position: relative;
  margin-top: 20px;
  padding-top: 70px;
  background-color: black;
  z-index: 1;
}
.about .back--image {
  z-index: 2;
}

.customers__card {
  margin-bottom: 16px;
  width: 451px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 16px;
  padding: 48px 71px 77px 51px;
  z-index: 3;
  position: relative;
}
.customers__card .card__heading {
  gap: 16px;
}
.customers__card .card__heading p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-transform: capitalize;
  color: #000000;
}
.customers__card .card__heading img {
  width: 68px;
  height: auto;
}
.customers__card .card__description p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* Black */
  color: #000000;
  margin-top: 48px;
}

.left__text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  /* or 39px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Black */
  color: #000000;
  transform: rotate(-90deg);
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 170px;
}

.customers__cards {
  gap: 24px;
  flex-wrap: wrap;
  margin-left: 100px;
}

@media screen and (max-width: 900px) {
  .modal__description {
    text-align: center;
  }
  .modal {
    width: 90% !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal__heading {
    text-align: center;
  }
  .modal__name {
    text-align: center;
  }
  .modal__label {
    text-align: center;
  }
  .modal-body .modal__image {
    width: unset !important;
  }
  .modal-body .modal__image img {
    margin: 0 auto;
    display: table;
  }
  .modal-body button {
    position: relative !important;
    bottom: 2px !important;
  }
  .back--image-modal {
    display: none;
  }
  .modal-dialog {
    max-width: 100% !important;
    margin: 0rem auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 900px) {
  .community h2 {
    text-align: center !important;
  }
  .community h3 {
    text-align: center !important;
  }
  .coach .coach__description {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .customers__cards {
    flex-direction: unset !important;
  }
}
@media screen and (max-width: 900px) {
  .customers__card {
    width: 100%;
    padding: 48px 19px 77px 32px;
  }
  .coach .coach__heading {
    margin-top: 17px;
    text-align: center;
  }
  .coach .coach__description {
    margin-top: 9px;
    text-align: center;
  }
  .coach h3 {
    min-height: unset;
    text-align: center;
  }
  .coach a {
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  .coach-sec {
    width: 100%;
    margin-bottom: 48px;
  }
  .coach-sec img {
    width: 266px;
    height: auto;
    margin: 0 auto;
    display: table;
    margin-top: unset !important;
  }
  .coaches__heading {
    margin-top: 80px;
    text-align: center;
  }
  .ceo h5 {
    font-size: 35px;
    margin-top: 7.4px;
    margin-bottom: 16px;
    text-align: center;
  }
  .ceo h3 {
    font-size: 28px;
    margin-bottom: 32px;
    text-align: center;
  }
  .ceo .ceo__description {
    font-size: 18px;
    text-align: center;
  }
  .ceo a {
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  .ceo__card {
    gap: 7.4px;
    padding-top: 96px;
  }
  .ceo__card img {
    width: 100%;
    height: auto;
  }
  .community {
    padding-inline: 4%;
    text-align: unset !important;
  }
  .community h2 {
    font-family: "Progress";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 74.5%;
    /* or 75px */
    letter-spacing: 0.05em;
    /* Black */
    color: white;
    margin-top: 96px;
    margin-bottom: 48px;
  }
  .community h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 112.5%;
    /* or 39px */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /* Black */
    color: white;
    width: 100%;
  }
  .community p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    /* Black */
    color: white;
    text-align: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
  }
  .community img {
    width: 100%;
    height: auto;
    border-radius: 22.9798px;
    margin: 0 auto;
    display: block;
  }
  .community .community__img {
    transform: matrix(0.99, -0.11, -0.09, -1, 0, 0);
  }
  .team-section {
    padding-inline: 4%;
  }
  .study {
    padding-inline: 4%;
    padding-bottom: 0px;
    transition: background 1s ease;
  }
  .study .swiper-button-next,
  .study .swiper-button-prev {
    bottom: -88px;
  }
  .study img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .grow {
    padding-inline: 4%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 112.5%;
    /* identical to box height, or 32px */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /* Black */
    color: #000000;
    margin-top: 143px;
    text-align: center;
  }
  .customers {
    padding-inline: 4%;
    background: #F4F7F9;
  }
  .team {
    background-color: #000000;
  }
  .left__text {
    transform: unset;
    white-space: nowrap;
    position: relative !important;
    margin-bottom: 122px;
    top: 90px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .customers__cards {
    gap: 24px;
    flex-wrap: wrap;
    margin-left: 0px;
    flex-direction: column;
  }
  .customers__cards .back--image {
    display: none;
  }
  .study-sw .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -4px;
    left: auto;
    top: unset;
  }
  .study-sw .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    right: auto;
    top: unset;
  }
}
.study {
  transition: background-color 1s ease;
}

#scrollSection {
  transition: all 1s ease;
}

.parallax-image_about {
  position: relative;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}

.parallax-image_about img {
  transition: transform 3s ease;
}

.parallax-image_about img:hover {
  transition: transform 3s ease;
  transform: scale(1.1);
}

.parallax-image_about0 {
  position: relative;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  overflow: hidden;
}
.parallax-image_about0 img {
  position: relative;
  left: 46%;
  transform: translate(-50%, -50%) scale(1.5);
  width: auto;
  height: 100%;
  z-index: 0;
}

.parallax-image_about1 {
  position: relative;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  overflow: hidden;
}
.parallax-image_about1 img {
  position: relative;
  left: 46%;
  transform: translate(-50%, -50%) scale(1.5);
  width: auto;
  height: 100%;
  z-index: 0;
}

.parallax-image_about2 {
  position: relative;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  overflow: hidden;
}
.parallax-image_about2 img {
  position: relative;
  left: 46%;
  transform: translate(-50%, -50%) scale(1.5);
  width: auto;
  height: 100%;
  z-index: 0;
}

.parallax-image_about3 {
  position: relative;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  overflow: hidden;
}
.parallax-image_about3 img {
  position: relative;
  left: 46%;
  transform: translate(-50%, -50%) scale(1.5);
  width: auto;
  height: 100%;
  z-index: 0;
}

@media screen and (min-width: 1000px) and (max-width: 1340px) {
  .customers__card {
    margin-bottom: 16px;
    width: 345px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: white;
    border-radius: 16px;
    padding: 48px 71px 77px 51px;
    z-index: 3;
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .parallax-image_about0 img,
  .parallax-image_about1 img,
  .parallax-image_about2 img,
  .parallax-image_about3 img {
    position: relative;
    left: unset !important;
    transform: unset !important;
    width: auto;
    height: 100%;
    z-index: 0;
  }
  .coach-sec {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  #left__text.fixed {
    position: fixed;
    top: 200px;
  }
}
@media only screen and (min-width: 1441px) {
  #left__text.fixed {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 1541px) {
  #left__text.fixed {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 1641px) {
  #left__text.fixed {
    margin-left: 7%;
  }
}
@media only screen and (min-width: 1741px) {
  #left__text.fixed {
    margin-left: 9%;
  }
}
@media only screen and (min-width: 1841px) {
  #left__text.fixed {
    margin-left: 11%;
  }
}
.coach-info {
  padding-inline: 5%;
}
.coach-info .images {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.coach-info .images img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}

.container_page {
  margin: unset;
  background: #F4F7F9;
}

.container_page > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 8rem;
  text-align: center;
}

.not_found_t1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 112.5%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.not_found_t2 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}

.not_found_t3 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000000;
}

.button_not_found {
  background: #FF2D16;
  /* KOS Red */
  border: 2px solid #FF2D16;
  border-radius: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  text-transform: capitalize;
  /* Pure White */
  color: #FFFFFF;
  padding: 12px;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .not_found_t2 {
    font-size: 50px !important;
  }
  .not_found_t3 {
    font-size: 29px;
  }
}
@font-face {
  font-family: "Progress";
  src: url("../fonts/progress_3/PROGRESS.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/poppins/Poppins-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/poppins/Poppins-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/poppins/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/poppins/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/poppins/Poppins-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/poppins/Poppins-Black.otf") format("opentype");
}
@font-face {
  font-family: "Authentic";
  font-weight: 400;
  src: url("../fonts/Authentic_Signature.otf") format("opentype");
}
/* <!--==================== Terms and Conditions ====================--> */
.authBody > p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #F4F7F9;
  margin: 0 auto;
  padding-block: 3rem;
}

.authBody > h1 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  letter-spacing: 0.05em;
  color: #F4F7F9;
  margin-top: 95px;
  margin-bottom: 48px;
}

.authTitle, h1.authTitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 109%;
  color: #F4F7F9;
  margin-top: -100px;
  margin: auto;
}

.authBody > h2 {
  font-family: "Progress";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 74.5%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #F4F7F9;
  margin-top: 95px;
  margin-bottom: 48px;
}

.authBody > h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 112.5%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F4F7F9;
  margin: 0 auto;
}

.terms {
  padding-top: 150px;
  padding-bottom: 130px;
}

.authBody > ol > li {
  list-style-type: decimal;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #F4F7F9;
  margin-left: 2%;
  margin-top: 30px;
}

/* .legal-page_section .logo,
.legal-page_section .nav__text,
.legal-page_section .call__img,
.legal-page_section .call__text,
.legal-page_section .nav__border, */
.legal-page_section .nav-menu > li {
  filter: invert(100%);
}

.legal-page_section {
  background-image: unset !important;
}

@media screen and (max-width: 900px) {
  .legal-page_section .nav-menu > li {
    filter: invert(0%);
  }
  .screen__width {
    width: 100% !important;
    height: auto !important;
  }
  .screen__height {
    height: auto !important;
  }
  .authTitle {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 109%;
    color: #000000;
    margin-top: -100px;
    /* margin-bottom: 65px; */
  }
  .authBody > h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 109%;
    color: #000000;
    margin-top: -100px;
    /* margin-bottom: 65px; */
  }
  .authBody > ol > li {
    list-style-type: decimal;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    margin-left: 10%;
    margin-top: 30px;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */