@charset "UTF-8";
.video-section .video-progress-bar-bg {
  display: flex;
  gap: 2px; }

.video-section .video-progress-segment {
  flex: 1 1 0;
  height: 6px;
  background: #bdbdbd;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s; }

.video-section .video-progress-segment.active {
  background: #d32f2f; }

.video-section .video-progress-bar-wrapper {
  width: 100%;
  margin: 16px 0 0 0;
  display: flex;
  justify-content: center; }

.video-section .video-progress-bar-bg {
  width: 90%;
  height: 6px;
  background: #bdbdbd;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }

.video-section .video-progress-bar-active {
  height: 100%;
  background: #d32f2f;
  border-radius: 3px;
  width: 0%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.video-section .video-carousel .video-column {
  padding: 0 8px; }

.video-section .video-carousel .image {
  border-radius: 16px;
  overflow: hidden; }

@font-face {
  font-family: 'OwnersTRIAL';
  src: url("./../../lib/fonts/OwnersTrial/OwnersTRIAL-Black.woff2") format("woff2"), url("./../../lib/fonts/OwnersTrial/OwnersTRIAL-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'OwnersTRIAL';
  src: url("./../../lib/fonts/OwnersTrial/OwnersTRIAL-BlackItalic.woff2") format("woff2"), url("./../../lib/fonts/OwnersTrial/OwnersTRIAL-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'OwnersTRIAL';
  src: url("./../../lib/fonts/OwnersTrial/OwnersTRIAL-BoldItalic.woff2") format("woff2"), url("OwnersTRIAL-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
a {
  color: #000000;
  transition: all 0.2s ease-in-out; }
  a:hover {
    transition: all 0.2s ease-in-out; }

/* Nested dropdown */
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem; }

/* Hover ile açmak için opsiyonel */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-item .sub-item {
  top: -20px;
  left: 100%; }

.dropdown-menu li {
  margin: 0 !important; }

body {
  font-family: 'SF Pro Display', sans-serif;
  background: #f5f5f5;
  margin: 0;
  padding: 0; }

.font-owners-black {
  font-family: "OwnersTRIAL"; }

a {
  text-decoration: none; }

.video-play-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  border: 6px solid #ffffff;
  width: 70px;
  height: 70px;
  line-height: 62px;
  border-radius: 100px;
  font-size: 32px;
  display: inline-block;
  color: #ffffff;
  opacity: 1;
  z-index: 9999999; }

header {
  z-index: 9999999999999; }
  header.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    header.header-wrapper .top-bar {
      background-color: #05497a;
      color: #ffffff;
      padding: 10px 0; }
      header.header-wrapper .top-bar .container {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        header.header-wrapper .top-bar .container .social-wrapper .list {
          list-style: none;
          display: flex;
          margin: 0; }
          header.header-wrapper .top-bar .container .social-wrapper .list .item {
            margin: 0 10px; }
            header.header-wrapper .top-bar .container .social-wrapper .list .item:last-child {
              margin-right: 0; }
            header.header-wrapper .top-bar .container .social-wrapper .list .item a {
              background-color: #ffffff;
              width: 30px;
              height: 30px;
              display: flex;
              justify-content: center;
              align-items: center;
              border-radius: 100%;
              color: #05497a; }
    header.header-wrapper .navbar {
      background-color: #ffffff !important; }
      header.header-wrapper .navbar .disabled {
        opacity: 0.3; }
      header.header-wrapper .navbar .container .navbar-brand .image-wrapper {
        width: 100px;
        height: 100px;
        background-color: #003963;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -30px;
        border: 1px solid #ffffff; }
      header.header-wrapper .navbar .container .navbar-collapse .navbar-nav li {
        margin: 0 15px; }
        header.header-wrapper .navbar .container .navbar-collapse .navbar-nav li a {
          color: #05497a;
          font-weight: 700;
          font-size: 16px;
          position: relative; }
          header.header-wrapper .navbar .container .navbar-collapse .navbar-nav li a:hover {
            color: #05497a -light; }
          header.header-wrapper .navbar .container .navbar-collapse .navbar-nav li a.active:after {
            content: "";
            position: absolute;
            left: -4px;
            top: 18px;
            width: 6px;
            height: 6px;
            border-radius: 100px;
            background-color: #05497a; }

.btn-primary {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 10px 10px 10px 30px;
  display: inline-flex;
  align-items: center;
  gap: 20px; }
  .btn-primary .text {
    font-weight: 700;
    color: #000000;
    font-size: 16px; }
  .btn-primary .icon {
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transform: rotate(-45deg);
    width: 40px;
    height: 40px;
    background-color: #05497a;
    text-align: center; }
  .btn-primary.btn-sm .text {
    font-size: 12px; }
  .btn-primary.btn-sm .icon {
    width: 30px;
    height: 30px; }

.btn-secondary {
  background-color: #05497a;
  border-radius: 100px;
  padding: 10px 10px 10px 30px;
  display: inline-flex;
  align-items: center;
  gap: 20px; }
  .btn-secondary .text {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px; }
  .btn-secondary .icon {
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #05497a;
    transform: rotate(-45deg);
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center; }
  .btn-secondary.btn-sm .text {
    font-size: 12px; }
  .btn-secondary.btn-sm .icon {
    width: 30px;
    height: 30px; }

.owl-nav {
  display: none; }

.top-hero-section {
  padding-top: 106px; }
  .top-hero-section .owl-carousel .item {
    position: relative; }
    .top-hero-section .owl-carousel .item .content {
      width: 90%;
      position: absolute;
      bottom: 40px;
      left: 0;
      z-index: 9999999;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .top-hero-section .owl-carousel .item .content h2 {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 75px;
        line-height: 70px;
        color: #ffffff; }
      .top-hero-section .owl-carousel .item .content .subtitle {
        font-size: 30px;
        color: #ffffff;
        text-align: right;
        line-height: 30px; }
      .top-hero-section .owl-carousel .item .content .action {
        margin-top: 20px; }
    .top-hero-section .owl-carousel .item:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999999;
      left: 0;
      top: 0; }
  .top-hero-section .owl-carousel .owl-nav {
    position: absolute;
    bottom: 350px;
    left: 90px;
    display: block; }
    .top-hero-section .owl-carousel .owl-nav .owl-next {
      left: 60px; }
      .top-hero-section .owl-carousel .owl-nav .owl-next:after {
        content: "\f054"; }
    .top-hero-section .owl-carousel .owl-nav .owl-prev {
      left: 0; }
      .top-hero-section .owl-carousel .owl-nav .owl-prev:after {
        content: "\f053"; }
    .top-hero-section .owl-carousel .owl-nav .owl-next,
    .top-hero-section .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      border-radius: 100px;
      background-color: transparent;
      border: 3px solid #ffffff;
      transition: all 0.2s ease-in-out; }
      .top-hero-section .owl-carousel .owl-nav .owl-next:after,
      .top-hero-section .owl-carousel .owl-nav .owl-prev:after {
        font-family: "fontawesome";
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 20px; }
      .top-hero-section .owl-carousel .owl-nav .owl-next:hover,
      .top-hero-section .owl-carousel .owl-nav .owl-prev:hover {
        transition: all 0.2s ease-in-out;
        background-color: #05497a;
        border-color: #05497a; }
      .top-hero-section .owl-carousel .owl-nav .owl-next span,
      .top-hero-section .owl-carousel .owl-nav .owl-prev span {
        display: none; }

.news-section {
  margin: 60px 0; }
  .news-section .container .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 140px;
    font-style: italic;
    text-transform: uppercase;
    color: #565656;
    font-weight: 400; }
    .news-section .container .title-wrapper .title h3 {
      font-size: 75px; }
    .news-section .container .title-wrapper .description p {
      font-size: 16px;
      color: #000000; }
  .news-section .container .content .column .image img {
    width: 100%;
    height: auto; }
  .news-section .container .content .column .title h4 {
    color: #000000 !important;
    margin-top: 10px;
    font-size: 20px; }
  .news-section .container .content .column .description p {
    font-size: 14px; }

.welcome-section {
  background-image: url("./../assets/images/half-term-image.png");
  height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  position: relative; }
  .welcome-section .container {
    z-index: 999999;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    padding-bottom: 30px; }
    .welcome-section .container .left {
      display: flex;
      flex-direction: column;
      color: #ffffff; }
      .welcome-section .container .left .small {
        font-size: 45px;
        font-style: italic;
        font-weight: 900; }
      .welcome-section .container .left .huge {
        font-size: 75px;
        margin-top: -20px; }
    .welcome-section .container .right .action {
      margin-bottom: 30px; }
    .welcome-section .container .dulwich-logo {
      position: absolute;
      right: 30px;
      top: 30px; }
  .welcome-section.inner-welcome-section .container {
    height: 100%; }
    .welcome-section.inner-welcome-section .container .left {
      flex: 0 0 70%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 90%;
      color: #ffffff; }
      .welcome-section.inner-welcome-section .container .left .small {
        font-size: 45px;
        text-align: left; }
      .welcome-section.inner-welcome-section .container .left .description {
        width: 60%; }
        .welcome-section.inner-welcome-section .container .left .description p {
          font-size: 14px;
          font-weight: 300; }
    .welcome-section.inner-welcome-section .container .right {
      flex: 0 0 30%;
      display: flex;
      justify-content: flex-end; }
  .welcome-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.one-column-video-section {
  padding: 80px 0 60px 0;
  position: relative; }
  .one-column-video-section .container .section-title {
    margin-bottom: 10px; }
    .one-column-video-section .container .section-title h2 {
      font-weight: 900;
      font-style: italic;
      font-size: 36px; }
  .one-column-video-section .container .section-title {
    font-size: 50px;
    font-style: italic; }
    .one-column-video-section .container .section-title.shadowed:after {
      content: "HALF DECENT DAY PARTNERSHIP";
      position: absolute;
      text-align: center;
      top: -20px;
      left: -30px;
      font-size: 5.9vw;
      white-space: nowrap;
      right: 0;
      margin: auto;
      z-index: 0;
      opacity: 0.1;
      font-style: italic;
      font-weight: 900; }
  .one-column-video-section .container .row {
    display: flex;
    align-items: center; }
    .one-column-video-section .container .row .description p {
      font-size: 20px; }
    .one-column-video-section .container .row .bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .one-column-video-section .container .row .right-column .video-wrapper a {
      position: relative;
      display: inline-block; }
      .one-column-video-section .container .row .right-column .video-wrapper a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
      .one-column-video-section .container .row .right-column .video-wrapper a img {
        width: 100%; }
    .one-column-video-section .container .row .left-column .font-owners-black {
      font-style: italic;
      font-weight: 900;
      width: 90%; }
    .one-column-video-section .container .row .left-column .descrtiption-list .list .item {
      margin: 10px 0; }
  .one-column-video-section.reversed-section .container .row {
    flex-direction: row-reverse; }
    .one-column-video-section.reversed-section .container .row .right-column .video-wrapper a:after {
      content: none; }
  .one-column-video-section.has-bg {
    background-color: #f6f6f6; }

.video-section {
  padding: 60px 0;
  background-color: #161616; }
  .video-section .image {
    position: relative; }
    .video-section .image:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.4); }
  .video-section .video-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: transparent;
    z-index: 99999999;
    color: #ffffff; }
    .video-section .video-title h5 {
      font-size: 20px;
      font-weight: 900;
      font-style: italic; }
  .video-section .container .section-title h2 {
    font-size: 70px;
    font-style: italic;
    font-weight: 900;
    color: #ffffff; }
  .video-section .container .row .video-column .image {
    position: relative; }
    .video-section .container .row .video-column .image img {
      width: 100%; }
    .video-section .container .row .video-column .image:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      left: 0;
      top: 0; }

.badge {
  height: 40px;
  border-radius: 50px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 700;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  align-items: center; }
  .badge.small {
    height: 30px;
    padding: 0 20px;
    font-size: 12px; }

.three-column-events-section {
  background-color: #F6F6F6;
  padding: 60px 0; }
  .three-column-events-section .container .section-title {
    display: flex;
    justify-content: space-between; }
    .three-column-events-section .container .section-title p span {
      display: block;
      font-size: 14px;
      font-weight: 700; }
    .three-column-events-section .container .section-title h3 {
      font-size: 70px;
      font-weight: 900;
      font-style: italic; }
  .three-column-events-section .container .row .column .image {
    position: relative; }
    .three-column-events-section .container .row .column .image:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      left: 0;
      top: 0; }
    .three-column-events-section .container .row .column .image img {
      width: 100%; }
    .three-column-events-section .container .row .column .image .badge {
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 9999999; }
    .three-column-events-section .container .row .column .image .title {
      z-index: 9999999;
      position: absolute;
      bottom: 20px;
      width: 70%;
      left: 30px; }
      .three-column-events-section .container .row .column .image .title h3 {
        font-weight: 700;
        font-size: 20px;
        color: #ffffff; }
  .three-column-events-section .container .row .column.huge-column .image {
    height: 303px;
    overflow: hidden; }

.partners-section {
  background-color: #ffffff; }
  .partners-section .partners-owl-carousel .partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
    .partners-section .partners-owl-carousel .partner-logo img {
      max-width: auto;
      max-height: 100px;
      object-fit: contain; }

.image-with-text-section {
  padding: 60px 0;
  background-color: #ffffff; }
  .image-with-text-section .container .row .left-column {
    display: flex;
    justify-content: center;
    align-items: center; }
    .image-with-text-section .container .row .left-column .image {
      width: 100px; }
      .image-with-text-section .container .row .left-column .image img {
        width: 100%;
        height: auto; }
  .image-with-text-section .container .row .right-column .description p {
    font-size: 16px;
    font-weight: 300; }

.title-description-section {
  padding: 60px 0;
  background-color: #ffffff; }
  .title-description-section.has-bg {
    background-color: #f5f5f5; }
  .title-description-section .container .title h2 {
    font-size: 30px;
    font-style: italic;
    text-align: center; }
    .title-description-section .container .title h2 .normal {
      font-weight: 400; }
    .title-description-section .container .title h2 .bold {
      font-weight: 900; }
  .title-description-section .container .title h5 {
    margin: auto;
    text-align: center; }
  .title-description-section .container .description p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px; }
  .title-description-section.aligned-left h5,
  .title-description-section.aligned-left h2,
  .title-description-section.aligned-left p {
    text-align: left !important; }

.team-members-section .container .row .member-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  gap: 20px;
  background: #001536;
  border-radius: 30px;
  border: 10px solid #01487C;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .team-members-section .container .row .member-card .image {
    z-index: 9999999; }
    .team-members-section .container .row .member-card .image img {
      width: 100%; }
  .team-members-section .container .row .member-card .bottom {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .team-members-section .container .row .member-card .bottom .date {
      color: #ffffff;
      font-size: 22px;
      font-weight: 700;
      position: absolute;
      right: 20px;
      bottom: 20px; }
    .team-members-section .container .row .member-card .bottom a {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .team-members-section .container .row .member-card .bottom .title {
      width: 70%; }
      .team-members-section .container .row .member-card .bottom .title h3 {
        color: #ffffff;
        font-size: 22px; }
    .team-members-section .container .row .member-card .bottom .action {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000000;
      background-color: #ffffff;
      border-radius: 100px;
      width: 40px;
      height: 40px;
      transform: rotate(-45deg); }
  .team-members-section .container .row .member-card:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    filter: blur(25px);
    border-radius: 100px;
    opacity: 0.2;
    right: -100px;
    top: -100px; }
  .team-members-section .container .row .member-card:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    filter: blur(25px);
    border-radius: 100px;
    opacity: 0.2;
    left: -100px;
    bottom: -100px; }

.title-description-left-aligned-section {
  padding: 60px 0;
  background-color: #ffffff; }
  .title-description-left-aligned-section .container .title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .title-description-left-aligned-section .container .title h2 {
      font-size: 28px;
      font-style: italic;
      text-align: left; }
      .title-description-left-aligned-section .container .title h2 .normal {
        font-weight: 400; }
      .title-description-left-aligned-section .container .title h2 .bold {
        font-weight: 900; }
  .title-description-left-aligned-section .container .subtitle h3 {
    font-size: 20px;
    font-weight: 400;
    font-style: italic; }
  .title-description-left-aligned-section .container .description p {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin-top: 20px; }

.inner-page-top-section {
  height: 360px;
  background-image: url("./../assets/images/about-top-image.png");
  background-size: cover;
  background-position: 0 100px;
  position: relative; }
  .inner-page-top-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0; }
  .inner-page-top-section .container .page-title {
    position: absolute;
    bottom: 0;
    z-index: 9999999; }
    .inner-page-top-section .container .page-title h1 {
      font-size: 75px;
      font-weight: 900;
      font-style: italic;
      color: #ffffff; }
  .inner-page-top-section.u10-top {
    background-image: url("./../assets/images/u10mixed-image.png") !important; }
  .inner-page-top-section.half-decent-top {
    background-image: url("./../assets/images/half-term-image.png") !important; }
  .inner-page-top-section.birthday-party-top {
    background-image: url("./../assets/images/birthday-image.png") !important; }
  .inner-page-top-section.default-top {
    background-image: url("./../assets/images/default-top.png") !important; }
    .inner-page-top-section.default-top:after {
      content: none; }

.about-section {
  padding: 80px 0;
  background-color: #ffffff; }
  .about-section .container .row {
    align-items: center; }
    .about-section .container .row .left-column {
      position: relative; }
      .about-section .container .row .left-column .title h2 {
        font-size: 75px;
        font-weight: 900;
        font-style: italic; }
      .about-section .container .row .left-column:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        right: 20px;
        top: 0; }
    .about-section .container .row .right-column .description p {
      font-size: 16px;
      font-weight: 300; }

.mission-vision-section {
  padding: 80px 0; }
  .mission-vision-section .container .row .column-left .image {
    position: relative; }
    .mission-vision-section .container .row .column-left .image img {
      width: 100%; }
    .mission-vision-section .container .row .column-left .image:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      left: 0;
      top: 0; }
  .mission-vision-section .container .row .column-right .siblings-column h3 {
    font-size: 50px;
    font-weight: 900;
    font-style: italic; }
    .mission-vision-section .container .row .column-right .siblings-column h3 .thin {
      font-weight: 300; }
    .mission-vision-section .container .row .column-right .siblings-column h3 .bold {
      font-weight: 900; }
  .mission-vision-section .container .row .column-right .siblings-column .description p {
    font-size: 16px;
    font-weight: 300; }

.inner-detail-section {
  background-color: #ffffff;
  padding: 60px 0; }
  .inner-detail-section .container .top-title {
    width: 50%; }
    .inner-detail-section .container .top-title h3 {
      font-size: 36px;
      font-weight: 700;
      font-style: italic; }
  .inner-detail-section .container .row {
    margin-top: 30px; }
    .inner-detail-section .container .row .column-left .image-wrapper img {
      width: 100%; }
    .inner-detail-section .container .row .column-right .inner-title h4 {
      font-size: 30px;
      font-style: italic;
      font-weight: 900; }
    .inner-detail-section .container .row .column-right .content .list-wrapper .list .item {
      font-size: 20px;
      margin: 10px 0; }
    .inner-detail-section .container .row .column-right .content .description p {
      font-size: 16px;
      font-weight: 300; }

.three-column-image-section {
  background-color: #ffffff; }
  .three-column-image-section .container .row .column {
    margin: 10px 0; }
    .three-column-image-section .container .row .column .image-wrapper img {
      width: 100%; }
  .three-column-image-section .container .bottom-row {
    text-align: center;
    padding: 60px 0; }
    .three-column-image-section .container .bottom-row .title h4 {
      font-size: 30px;
      font-style: italic;
      font-weight: 700; }
    .three-column-image-section .container .bottom-row .description p {
      font-size: 16px;
      font-weight: 300; }

.image-title-description-section {
  padding: 60px 0; }
  .image-title-description-section .container .row .column-left .image-wrapper img {
    width: 100%; }
  .image-title-description-section .container .row .column-right .content-wrapper .top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .image-title-description-section .container .row .column-right .content-wrapper .top .title h4 {
      font-style: italic;
      font-size: 30px;
      font-weight: 900; }
    .image-title-description-section .container .row .column-right .content-wrapper .top .subtitle h5 {
      font-style: italic;
      font-size: 18px; }
  .image-title-description-section .container .row .column-right .content-wrapper .bottom p {
    font-size: 16px;
    font-weight: 100; }
  .image-title-description-section.image-right {
    background-color: #ffffff; }
    .image-title-description-section.image-right .container .row {
      flex-direction: row-reverse; }
      .image-title-description-section.image-right .container .row .column-right .content-wrapper .top {
        justify-content: space-between; }

.red-section .container-fluid {
  height: 400px; }
  .red-section .container-fluid .row {
    height: 400px;
    overflow: hidden; }
    .red-section .container-fluid .row .column-left {
      height: 100%;
      background-image: url("./../assets/images/red-background.png");
      background-size: cover;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .red-section .container-fluid .row .column-left .content {
        width: 90%;
        color: #ffffff; }
        .red-section .container-fluid .row .column-left .content .title h2 {
          font-size: 30px;
          font-weight: 900;
          font-style: italic; }
    .red-section .container-fluid .row .column-right {
      padding: 0; }
      .red-section .container-fluid .row .column-right .image-wrapper {
        position: relative; }
        .red-section .container-fluid .row .column-right .image-wrapper img {
          width: 100%; }
        .red-section .container-fluid .row .column-right .image-wrapper:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          left: 0;
          top: 0; }

.two-column-listing-section {
  padding: 60px 0; }
  .two-column-listing-section .container .row .column .title h3 {
    font-size: 30px;
    font-style: italic;
    font-weight: 900; }
  .two-column-listing-section .container .row .list-wrapper .list .item {
    font-size: 20px;
    margin: 10px 0; }
  .two-column-listing-section.bg-white {
    background-color: #ffffff; }

.two-description-section {
  background-color: #ffffff;
  padding: 60px 0; }
  .two-description-section .container .row .column-left {
    flex: 1; }
    .two-description-section .container .row .column-left .title h3 {
      font-size: 34px;
      font-style: italic;
      font-weight: 900; }
    .two-description-section .container .row .column-left .description-list .list .item {
      font-size: 18px;
      font-weight: 300;
      margin: 10px 0; }
    .two-description-section .container .row .column-left.with-description {
      flex: 1;
      padding: 30px;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .two-description-section .container .row .column-left.with-description .title {
        z-index: 9999; }
        .two-description-section .container .row .column-left.with-description .title h5 {
          font-size: 36px;
          font-style: italic;
          font-weight: 900;
          color: #ffffff; }
      .two-description-section .container .row .column-left.with-description .description {
        z-index: 99999; }
        .two-description-section .container .row .column-left.with-description .description p {
          font-size: 14px;
          color: #ffffff; }
  .two-description-section .container .row .column-right {
    background-color: #f6f6f6;
    padding: 40px; }
    .two-description-section .container .row .column-right .title h3 {
      font-size: 34px;
      font-style: italic;
      font-weight: 900; }
  .two-description-section.right-image .column-left {
    background-image: url("./../assets/images/birthday-sm-image.png");
    position: relative; }
    .two-description-section.right-image .column-left .image-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      .two-description-section.right-image .column-left .image-wrapper h4 {
        width: 94%;
        z-index: 999999999;
        position: relative;
        color: #ffffff;
        font-size: 50px;
        font-style: italic;
        font-weight: 900; }
    .two-description-section.right-image .column-left:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); }

.our-staff-section {
  background-color: #ffffff;
  padding: 60px 0; }
  .our-staff-section .container .row .column .staff-card {
    background-color: #F6F6F6;
    padding: 30px; }
    .our-staff-section .container .row .column .staff-card .title {
      font-size: 16px;
      font-style: italic;
      font-weight: 900; }
    .our-staff-section .container .row .column .staff-card .name {
      font-size: 16px;
      font-style: italic;
      font-weight: 900;
      font-size: 30px; }
    .our-staff-section .container .row .column .staff-card .description p {
      font-weight: 300;
      font-size: 16px; }
    .our-staff-section .container .row .column .staff-card .action a {
      font-weight: 700;
      text-decoration: underline;
      color: #000000; }

.no-top-area {
  padding-top: 220px;
  background-color: #f3f4f6; }

.news-section {
  margin: 0;
  padding-bottom: 0; }
  .news-section .column {
    margin: 20px 0; }
  .news-section .news-card .image {
    width: 100%; }
    .news-section .news-card .image img {
      width: 100%;
      height: auto; }
  .news-section .news-card .title {
    margin-top: 10px; }
    .news-section .news-card .title h3 {
      color: #000000; }
  .news-section .news-card .description p {
    color: #000000; }

.news-detail-section .container .news-detail-column .image {
  width: 100%; }
  .news-detail-section .container .news-detail-column .image img {
    width: 100%;
    height: auto; }
.news-detail-section .container .news-detail-column .title {
  margin-top: 20px; }
  .news-detail-section .container .news-detail-column .title h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 900;
    font-style: italic; }
.news-detail-section .container .news-detail-column .description {
  margin-top: 10px; }
  .news-detail-section .container .news-detail-column .description p {
    color: #000000;
    font-size: 16px;
    font-weight: 300; }

.latest-news-section {
  padding: 60px 0;
  background-color: #ffffff; }
  .latest-news-section .container .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .latest-news-section .container .section-title h2 {
      font-size: 60px;
      font-style: italic;
      font-weight: 900; }
    .latest-news-section .container .section-title .description {
      width: 300px; }
      .latest-news-section .container .section-title .description p {
        font-size: 16px;
        font-weight: 900; }
  .latest-news-section .container .row .higlighted-news-column .image {
    position: relative; }
    .latest-news-section .container .row .higlighted-news-column .image img {
      width: 100%;
      height: auto; }
    .latest-news-section .container .row .higlighted-news-column .image:after {
      content: "";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .latest-news-section .container .row .higlighted-news-column .image .content {
      width: 70%;
      position: absolute;
      left: 30px;
      bottom: 10px;
      z-index: 9999999;
      color: #ffffff; }
      .latest-news-section .container .row .higlighted-news-column .image .content .title h2 {
        font-weight: 900;
        font-style: italic; }
  .latest-news-section .container .row .news-column .row {
    gap: 20px; }
  .latest-news-section .container .row .news-item .sm-content .title h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    font-style: italic; }
  .latest-news-section .container .row .news-item .sm-image {
    display: flex;
    gap: 10px; }
    .latest-news-section .container .row .news-item .sm-image .image {
      flex: 0 0 20%; }
      .latest-news-section .container .row .news-item .sm-image .image img {
        width: 100%;
        height: auto; }

.footer-section {
  background-color: #05497a;
  padding: 60px 0; }
  .footer-section .container .row .footer-column {
    color: #ffffff; }
    .footer-section .container .row .footer-column h2 {
      font-size: 34px;
      font-style: italic;
      font-weight: 900; }
    .footer-section .container .row .footer-column .description p {
      font-weight: 300;
      font-size: 16px; }
    .footer-section .container .row .footer-column .column-title {
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 20px;
      font-style: italic;
      font-size: 24px; }
    .footer-section .container .row .footer-column .links .list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer-section .container .row .footer-column .links .list .item {
        margin-bottom: 2px; }
        .footer-section .container .row .footer-column .links .list .item a {
          color: #ffffff;
          font-size: 14px; }
          .footer-section .container .row .footer-column .links .list .item a:hover {
            color: #05497a -light; }
    .footer-section .container .row .footer-column .contact-info .list {
      list-style: none;
      padding: 0; }
      .footer-section .container .row .footer-column .contact-info .list .item {
        margin: 10px 0; }
        .footer-section .container .row .footer-column .contact-info .list .item a {
          color: #ffffff; }
    .footer-section .container .row .footer-column .contact-info .social-wrapper .list {
      display: flex;
      padding: 0; }
      .footer-section .container .row .footer-column .contact-info .social-wrapper .list .item {
        margin: 0 6px; }
        .footer-section .container .row .footer-column .contact-info .social-wrapper .list .item a {
          font-size: 20px; }
        .footer-section .container .row .footer-column .contact-info .social-wrapper .list .item:first-child {
          margin-left: 0; }

@media (max-width: 1199.98px) {
  .top-hero-section .owl-carousel .owl-item .item .content h2 {
    font-size: 40px;
    line-height: 40px; }
  .top-hero-section .owl-carousel .owl-nav {
    bottom: 280px;
    left: 50px; }

  .red-section .container-fluid .row .column-left {
    padding: 30px 0; }
  .red-section .container-fluid .row .column-right .image-wrapper {
    height: 100%; }
    .red-section .container-fluid .row .column-right .image-wrapper img {
      width: auto;
      height: 100%; }

  .two-description-section .column-left h4 {
    font-size: 40px !important; } }
@media (max-width: 991.98px) {
  .top-hero-section .owl-carousel .owl-item {
    height: 500px; }
  .top-hero-section .owl-carousel .item {
    height: 500px; }
    .top-hero-section .owl-carousel .item .image {
      height: 100%; }
      .top-hero-section .owl-carousel .item .image img {
        height: 100%;
        width: auto;
        object-fit: fill; }
  .top-hero-section .owl-carousel .owl-nav {
    bottom: 280px;
    left: 50px; }

  .three-column-events-section .section-title h3 {
    font-size: 36px !important; }
  .three-column-events-section .section-title.has-description {
    flex-direction: column; }

  .inner-page-top-section .container .page-title h1 {
    font-size: 40px !important; }

  .video-section .container .section-title h2 {
    font-size: 36px !important; }

  .news-section .container .title-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start; }
    .news-section .container .title-wrapper .title {
      margin-top: 20px; }
      .news-section .container .title-wrapper .title h3 {
        font-size: 40px;
        color: #000000; }
  .news-section .container .content .column {
    margin: 15px 0; }

  .welcome-section {
    height: 260px;
    align-items: center; }
    .welcome-section .container {
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0; }
      .welcome-section .container .left {
        display: flex;
        flex-direction: column;
        color: #ffffff; }
        .welcome-section .container .left .small {
          font-size: 25px;
          text-align: center; }
        .welcome-section .container .left .huge {
          font-size: 35px;
          margin-top: -10px;
          text-align: center; }
    .welcome-section .right .action {
      margin: 0 !important; }

  .title-description-left-aligned-section .container .title {
    text-align: left;
    flex-direction: column;
    align-items: flex-start; }

  .image-title-description-section .container .row .column-right .content-wrapper .top {
    align-items: flex-start;
    flex-direction: column; }

  .red-section .container-fluid {
    height: auto; }
    .red-section .container-fluid .row {
      height: auto; }
      .red-section .container-fluid .row .column-left {
        padding: 30px 0; }
      .red-section .container-fluid .row .column-right .image-wrapper {
        height: auto; }
        .red-section .container-fluid .row .column-right .image-wrapper img {
          width: 100%;
          height: auto; }

  .two-description-section .container .row .column-left .title h3 {
    font-size: 24px; }
  .two-description-section .container .row .column-right {
    margin-top: 30px; }
    .two-description-section .container .row .column-right .title h3 {
      font-size: 24px; }

  .one-column-video-section .container .row {
    gap: 30px; }
    .one-column-video-section .container .row .video-wrapper a {
      width: 100%; } }
@media (max-width: 767.98px) {
  .three-column-events-section .row {
    gap: 20px; }

  .latest-news-section .container .section-title h2 {
    font-size: 36px; }
  .latest-news-section .container .row {
    gap: 20px; }
    .latest-news-section .container .row .news-item .sm-image {
      align-items: center; }
      .latest-news-section .container .row .news-item .sm-image .image {
        flex: 0 0 30%; }

  .top-hero-section .owl-carousel .item .image {
    display: flex;
    justify-content: center;
    align-items: center; }

  .top-hero-section .owl-carousel .item .image img {
    display: block;
    margin: 0 auto; }

  .top-hero-section .owl-carousel .owl-item .item .content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    top: 0; }
    .top-hero-section .owl-carousel .owl-item .item .content .title {
      position: absolute;
      left: 0;
      top: 80px;
      font-size: 30px;
      line-height: 30px !important; }
      .top-hero-section .owl-carousel .owl-item .item .content .title h2 {
        font-size: 30px !important; }
    .top-hero-section .owl-carousel .owl-item .item .content .subtitle {
      position: absolute;
      left: 0;
      bottom: 0;
      text-align: left; }
    .top-hero-section .owl-carousel .owl-item .item .content .action {
      position: absolute;
      right: 0;
      bottom: 0; }
  .top-hero-section .owl-carousel .owl-nav {
    bottom: 170px;
    left: initial;
    right: 150px; }

  .navbar-brand {
    position: absolute; }

  .welcome-section {
    height: 400px;
    align-items: center; }
    .welcome-section .container {
      padding-top: 20px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .welcome-section .container .left {
        z-index: 99999999; }
        .welcome-section .container .left .description {
          width: 100% !important; }
    .welcome-section .right {
      z-index: 999999;
      flex: auto !important; }
      .welcome-section .right .action {
        margin: 0 !important; }

  .inner-detail-section .container .top-title {
    width: 100%; }

  .image-title-description-section .container .row .column-right .content-wrapper {
    margin-top: 20px; } }
@media (min-width: 576px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Prevents a slight pixel shift */ } }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

@media (max-width: 768px) {
  .top-hero-section .owl-carousel,
  .top-hero-section .owl-carousel .owl-stage-outer,
  .top-hero-section .owl-carousel .owl-stage,
  .top-hero-section .owl-carousel .owl-item,
  .top-hero-section .owl-carousel .item {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
    overflow: hidden; } }
.overlay-menu {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  /* LINKS */
  /* MAIN ITEM */
  /* SUBMENU SYSTEM */
  /* ARROW */
  /* NESTED STRUCTURE LOGIC */
  /* CLOSE BUTTON */ }
  .overlay-menu a {
    font-size: 32px; }
  .overlay-menu.active {
    opacity: 1;
    visibility: visible; }
  .overlay-menu .overlay-content {
    position: relative;
    width: 100%;
    max-width: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
  .overlay-menu .overlay-nav {
    list-style: none;
    padding: 0;
    margin: 0; }
    .overlay-menu .overlay-nav > li {
      margin-bottom: 20px; }
  .overlay-menu a,
  .overlay-menu .menu-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600; }
  .overlay-menu .menu-link {
    font-size: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0; }
  .overlay-menu .submenu {
    display: none;
    margin-top: 10px;
    padding-left: 15px; }
    .overlay-menu .submenu.open {
      display: block; }
    .overlay-menu .submenu .menu-link {
      font-size: 28px;
      font-weight: 600; }
    .overlay-menu .submenu a {
      font-size: 22px;
      opacity: 0.75;
      display: block;
      margin: 6px 0; }
  .overlay-menu .arrow {
    font-size: 28px;
    transition: transform 0.3s ease; }
  .overlay-menu .has-submenu {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .overlay-menu .has-submenu.open > .menu-link .arrow {
      transform: rotate(90deg); }
  .overlay-menu .close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 45px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000; }

/* RESPONSIVE */
@media (min-width: 992px) {
  .overlay-menu {
    display: none; } }

/*# sourceMappingURL=main.css.map */
