*,
::before,
::after {
  box-sizing: border-box;
}

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

.container {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.image-animate {
  transition: all 0.6s;
}
.image-animate:hover {
  transform: scale(1.08);
}

.overflow-hidden {
  overflow: hidden;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Manrope";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.text-color-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

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

.hidden {
  display: none;
}

@media (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

.hidden-lg {
  display: none;
}
@media (max-width: 767px) {
  .hidden-lg {
    display: block;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  transition: all 0.4s;
  width: 14px;
  height: 14px;
  background: #E24B40;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 10px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: #E24B40;
  width: 40px;
  height: 40px;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  color: #ffffff;
  font-size: 20px;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Italic.woff2") format("woff2"), url("../fonts/CormorantGaramond-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/CormorantGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Light.woff2") format("woff2"), url("../fonts/CormorantGaramond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Medium.woff2") format("woff2"), url("../fonts/CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/CormorantGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-SemiBold.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Manrope";
  font-weight: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #121212;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}

p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.7);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-family: "Cormorant Garamond";
  font-size: 56px;
  line-height: 70px;
  color: #121212;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

h2 {
  font-family: "Cormorant Garamond";
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  color: #121212;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Cormorant Garamond";
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  color: #121212;
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4 {
  font-family: "Cormorant Garamond";
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  color: #121212;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-family: "Cormorant Garamond";
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.btn {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 100%;
  font-family: "Manrope";
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #E24B40;
  display: inline-flex;
  justify-content: center;
  transition: all 0.4s;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.btn.btn-primary {
  border-color: #E24B40;
  background-color: #E24B40;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #E24B40;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #E24B40;
}
.btn.btn-secondary:hover {
  background-color: #E24B40;
  color: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media (max-width: 1024px) {
  .about-grid {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-grid {
    grid-template-columns: auto;
  }
}

.about-feature {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1024px) {
  .about-feature {
    gap: 30px;
  }
}
.about-feature .about-title {
  margin-bottom: 8px;
}
.about-feature .about-sub-title {
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-bottom: 16px;
  color: #E24B40;
}

.about-feature-image {
  position: relative;
  height: 100%;
}
.about-feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.about-feature-left .about-feature-image img {
  height: 560px;
}

.about-content .btn {
  margin-top: 10px;
}
.about-content-right .about-feature-image img {
  height: 580px;
}

.about-media {
  position: relative;
}
.about-media:hover .about-feature-image img {
  transform: scale(1.08);
}

.about-stats {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  bottom: 30px;
  background: #ffffff;
  left: 30px;
  padding: 30px;
  width: calc(100% - 60px);
  margin: auto;
  gap: 30px;
}
@media (max-width: 1024px) {
  .about-stats {
    padding: 20px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}

.about-stat {
  display: flex;
  gap: 16px;
  width: calc(50% - 15px);
}
@media (max-width: 1199px) {
  .about-stat {
    width: 100%;
  }
}
.about-stat .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background: #C89D66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-stat-number {
  font-size: 24px;
  line-height: 100%;
  color: #121212;
  font-weight: 700;
}

.about-stat-label {
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  font-weight: 500;
}

.about-stat-inline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-us-header {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .why-us-header {
    margin-bottom: 40px;
  }
}

.why-us-subtitle {
  color: #E24B40;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  display: block;
}

.why-us-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .why-us-layout {
    gap: 20px;
  }
}

.why-us-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 26.666666%;
}
@media (max-width: 991px) {
  .why-us-column {
    width: 100%;
    gap: 20px;
  }
}

.why-us-card {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #cccccc;
}

.why-us-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 56px;
  height: 56px;
  background: #09363B;
}

.why-us-card-title {
  margin-bottom: 20px;
}

.why-us-center {
  display: flex;
  justify-content: center;
  width: calc(46.333333% - 60px);
}
@media (max-width: 991px) {
  .why-us-center {
    width: 100%;
    order: -1;
  }
}

.cost-banner-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cost-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 436px;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .cost-banner {
    padding: 30px 0;
  }
}

.cost-banner-title {
  color: #ffffff;
  margin-bottom: 16px;
}

.cost-banner-container {
  position: relative;
}

.cost-banner-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .cost-banner-content {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.cost-banner-content .btn {
  margin-top: 10px;
}
.cost-banner-content p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.specialties-section {
  background-color: #09363B;
}

.specialties-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .specialties-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .specialties-header {
    grid-template-columns: auto;
  }
}
.specialties-header .specialties-title {
  color: #ffffff;
}

.specialties-header-right p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .specialties-grid {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.specialties-card {
  position: relative;
}
.specialties-card:hover .specialties-overlay {
  transform: translate(0);
}
.specialties-card:hover .image-animate {
  transform: scale(1.08);
}

.specialties-text {
  position: relative;
  overflow: hidden;
}

.specialties-overlay {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  transition: all 0.6s;
  transform: translate(0, 70px);
  display: flex;
  align-items: flex-end;
}
.specialties-overlay:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 95.81%);
}
.specialties-overlay p {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.specialties-card-title {
  margin-bottom: 12px;
  color: #ffffff;
}

.practice-marquee {
  background: #FBF7F1;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .practice-marquee {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .practice-marquee {
    padding: 40px 0;
  }
}
.practice-marquee__track {
  width: 100%;
  overflow: hidden;
}
.practice-marquee__content {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee-scroll 20s linear infinite;
}
.practice-marquee__item {
  font-size: 42px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #042420;
  font-family: "Cormorant Garamond";
}
@media (max-width: 1024px) {
  .practice-marquee__item {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .practice-marquee__item {
    font-size: 30px;
  }
}
.practice-marquee__item:after {
  content: "";
  background-image: url("../images/star-1.svg");
  width: 22px;
  height: 22px;
  display: inline-flex;
  margin: 0 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .practice-marquee__item:after {
    margin: 0 25px;
    width: 16px;
    height: 16px;
  }
}

/* Animation */
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.team__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .team__layout {
    grid-template-columns: auto;
  }
}

.court {
  height: 782px;
}
.court img {
  aspect-ratio: 1/0.832;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.team__title {
  margin-bottom: 16px;
}

.team__highlight {
  color: #E24B40;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  display: block;
}

.team-card {
  position: relative;
}
.team-card .team-card__image {
  aspect-ratio: 1/1.31;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.team-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 95.81%);
}
.team-card:hover .team-card__content {
  transform: translate(0);
}

.team-card__content {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s;
  transform: translate(0, 70px);
}
.team-card__content .team-card__name {
  color: #ffffff;
  margin-bottom: 12px;
}
.team-card__content p {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.social-link {
  display: inline-flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-link li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #E24B40;
}

.team__members {
  max-width: 1490px;
  margin-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 25px 50px;
}
@media (max-width: 1480px) {
  .team__members {
    max-width: 1190px;
  }
}
@media (max-width: 1199px) {
  .team__members {
    max-width: 890px;
  }
}
@media (max-width: 991px) {
  .team__members {
    position: static;
    margin-top: -360px;
    padding: 0 20px 50px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .team__members {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .team__intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.team__container {
  position: relative;
}/*# sourceMappingURL=style.css.map */