@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@1&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    /* max-width: 1440px; */
    margin: auto;
    /* margin: 0 auto; */
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #f3f3f3;
}

p {
    margin-bottom: 0;
}

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

/* === REUSABLE === */
section .heading {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.title_page {
    font-weight: 700;
    font-size: 80px;
    line-height: 88px;
    letter-spacing: 1px;
    color: #3a4065;
}

/* horizontal line */
section .heading .hr-line {
    height: 4px;
    width: 96px;
    background: #c23c3b;
}

/* vertical line */
section .heading .vr-line {
    height: 216px;
    width: 4px;
    background: #3a4065;
}

section .heading h2 {
    font-weight: 700;
    font-size: 36px;
    color: #3a4065;
    margin-left: 40px;
    line-height: 54px;
    letter-spacing: 0.75px;
}

/* === NAVBAR === */
/* navbar test */
/* Gaya untuk kontainer dropdown */
.dropdown-container {
    position: relative;
    display: inline-block;
}

/* Gaya untuk menu dropdown "Resources" */
.dropdown-resources {
    position: absolute;
    top: 90%;
    left: -105px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 999;
    margin-top: 10px;
    display: none;
    /* Sembunyikan modal secara default */
}

/* Gaya untuk menu dropdown "Event" */
.dropdown-event {
    position: absolute;
    top: 90%;
    left: -65px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 999;
    margin-top: 10px;
    display: none;
    /* Sembunyikan modal secara default */
}

/* Gaya untuk menu dropdown yang sedang ditampilkan */
.show {
    display: block;
}

/* navbar test */
.navbar.bg-white {
    background-color: white;
}

.navbar.bg-light {
    background-color: #e9e9e9 !important;
}

.navbar-brand img {
    display: block;
    width: 218.36px;
    height: 49.83px;
}

.navbar .nav-item {
    margin-top: 10px;
    margin-right: 44px;
}

.navbar .nav-item a {
    font-weight: 300;
    font-size: 18px;
    color: #3a4065;
}

.navbar .nav-item .active {
    font-weight: 700;
    color: #3a4065;
}

.navbar .nav-link img {
    display: block;
    width: 27.09px;
    height: 27.09px;
}

/* NAVBAR RESPONSIVE */
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d3531a;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: #4a4a44;
}

.dropdown-menu {
    display: none;
}

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

/* === JUMBOTRON === */
.jumbotron {
    height: 560px;
    position: relative;
}

.jumbotron_text {
    margin-top: 110px;
    width: 100%;
    z-index: 200;
}

.jumbotron_text h1 {
    font-size: 40pt;
    line-height: 88px;
    font-weight: 700;
    color: #4a4a44;
}

.jumbotron_text .search {
    position: relative;
}

.jumbotron_text .search input {
    height: 56px;
    width: 325px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    border-radius: 0;
}

.jumbotron_text .search input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.jumbotron_text .search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

.jumbotron_image {
    position: absolute;
    right: -55px;
}

/* === SLIDER === */
.slider {
    margin-top: -20px;
    margin-bottom: 80px;
}

.slider_card {
    position: relative;
    margin-right: 30px;
    z-index: -999;
}

.slider_card-info {
    display: none;
    width: 559px;
    height: 244px;
    background: #c23c3b !important;
    position: absolute;
    bottom: -50px;
    right: 0;
    padding: 32px 36px;
    color: #fff;
}

.slider_card.is-selected .slider_card-info {
    display: block;
    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.slider_card-info .profile-img {
    width: 24px;
    height: 24px;
}

.slider_card-info .profile-name {
    margin-left: 12px;
    font-weight: 500;
    font-size: 14px;
}

.slider_card-info .title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 13.5px;
    margin-bottom: 12px;
}

.slider_card-info .desc {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
}

.slider_card-info .cta a {
    font-weight: 500;
    font-size: 18px;
    margin-right: 20px;
}

.slider_card-info .cta i {
    font-size: 20px;
}

.slider_card-info .event-box {
    height: 23px;
    width: 47px;
    padding: 4px 8px;
    background: #fff;
    color: #c23c3b;
    margin-right: 12px;
}

.slider_card-info .event-box p {
    font-size: 10px;
    text-align: center;
    font-weight: 600;
}

.slider_card-info .date {
    font-weight: 400;
    font-size: 14px;
}

.slider_card img {
    height: 400px;
    width: 800px;
}

.flickity-button {
    background: #c23c3b;
}

.flickity-button:hover {
    background: #c23b3bad;
}

.flickity-prev-next-button {
    width: 64px;
    height: 64px;
    border-radius: 5px;
}

.flickity-button-icon {
    fill: white;
}

.flickity-page-dots .dot.is-selected {
    background: #c23c3b;
}

.flickity-page-dots {
    left: 550px;
    bottom: 50px;
}

.flickity-viewport {
    height: 500px !important;
}

/* === METHOD === */
.method {
    margin-top: 5em;
    height: 70vh;
    background-image: url("../img/bg/book-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.method .heading {
    align-items: center;
}

.method-cards {
    margin-top: 90px;
}

.method-cards .method-item {
    width: 400px;
    position: relative;
}

.method-cards .method-item .cover-img {
    width: 400px;
    height: 250px;
    opacity: 0;
    transition: all 0.5s;
}

.method-cards .method-item .information {
    width: 320px;
    height: 174px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    padding: 20px;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.method-cards .method-item .information .round {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #c23c3b;
    margin-right: 16px;
}

.method-cards .method-item .information h4 {
    color: #3a4065;
    font-weight: 700;
    font-size: 20px;
}

.method-cards .method-item .information p {
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 8px;
}

.reset-opacity {
    opacity: 1 !important;
    transition: all 0.5s;
}

.method-cards .method-item .information:hover {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* === IDEAS === */
.ideas {
    height: 50vh;
    background-color: #f9f9f9;
    margin-bottom: 5em;
    margin-top: 10em;
}

.ideas .heading {
    margin-top: 60px;
    margin-right: 50px;
    position: relative;
    width: 80rem;
}

.ideas .ideas-item,
.ideas .ideas-item_mobile {
    width: 309px;
    transition: all 0.5s;
    margin-top: -2em;
}

.ideas .ideas-item {
    -webkit-animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transition: all 0.5s;
    background-color: white;
}

.ideas .ideas-item:hover {
    -webkit-animation: slide-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transition: all 0.5s;
    background-color: white;
}

.hide-ideas {
    display: none;
    transition: all 0.5s;
}

/* .slide-up {
    -webkit-animation: slide-up 0.5s
      cubic-bezier(-0.25, -0.46, -0.45, -0.94) both;
    animation: slide-up 0.5s
      cubic-bezier(-0.25, -0.46, -0.45, -0.94) both;
    transition: all 0.5s;
  } */

.ideas .ideas-item .img,
.ideas .ideas-item_mobile .img {
    width: 309px;
    /* height: 291px; */
    background: gray;
    transition: all 0.5s;
}

.ideas .ideas-item .img img,
.ideas .ideas-item_mobile .img img {
    width: 100%;
    height: 291px;
    object-fit: cover;
}

.ideas .ideas-item .desc,
.ideas .ideas-item_mobile .desc {
    margin-top: -20px;
    padding: 39.5px 15px 15px 15px;
}

.ideas .ideas-item .desc h5,
.ideas .ideas-item_mobile .desc h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.75px;
    color: #c23c3b;
    margin-bottom: 8px;
}

.ideas .ideas-item .desc .author,
.ideas .ideas-item_mobile .desc .author {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.75px;
    color: #4f4f4f;
    margin-bottom: 12px;
}

.ideas .ideas-item .desc .ideas-quote,
.ideas .ideas-item_mobile .desc .ideas-quote {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.75px;
    color: #4a4a44;
    margin-bottom: 15px;
    height: 100%;
}

.ideas .ideas-item .social-media,
.ideas .ideas-item_mobile .social-media {
    color: #4a4a4a;
    font-size: 22px;
}

.ideas .ideas-item .social-media i,
.ideas .ideas-item_mobile .social-media i {
    margin-right: 19px;
}

.ideas .heading h2 {
    color: #3a4065;
    font-size: 35px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.75px;
}

.method-item .load_more {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 15px;
    font-size: large;
    padding-bottom: 0px;
    margin-top: 25px;
    color: #c23c3b;
    font-weight: 500;
}

.method-item .load_more>p {
    cursor: pointer;
}

/* === PATH === */
.path-main-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px 10px;
}

.path {
    height: 120vh;
    margin-bottom: -10em;
}

.path-inner-item {
    /* border: 1px solid #333; */
    padding: 10px;
}

.path-main-container .path-top {
    display: flex;
    gap: 10px;
}

.path-main-container .path-top p {
    padding: 5px 20px;
    border: 1px solid #c23c3b;
    color: #c23c3b;
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}

.path-main-container .path-top p:hover {
    opacity: 0.6;
}

.path .load_more {
    display: flex;
    grid-column: span 2;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: large;
    padding-top: 30px;
    padding-bottom: 100px;
    margin-top: 25px;
    color: #c23c3b;
    font-weight: 500;
}

.path .load_more>p {
    cursor: pointer;
}

.path-middle {
    color: #3d3d3d;
}

.path-middle h1 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-top: 12px;
}

.path-middle p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
}

.path .heading {
    margin-top: 8rem;
}

.path .heading .vr-line {
    height: 72px;
    background: #c23c3b;
}

.path .heading img {
    width: 383.29px;
    height: 351.85px;
}

.path .heading h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.75px;
    color: #3a4065;
    flex: 1;
    z-index: 1;
}

.path .heading .stars_img {
    width: 24rem;
    height: auto;
    position: absolute;
    right: 0px;
    margin-top: 106px;
    /* top: 132rem; */
    z-index: -10;
}

.vision .heading .stars_img {
    width: 24rem;
    height: auto;
    position: absolute;
    right: 0px;
    margin-top: 106px;
    /* top: 132rem; */
    z-index: 0;
}

.training .heading .stars_img {
    width: 24rem;
    height: auto;
    position: absolute;
    right: 0px;
    margin-top: 106px;
    z-index: 0;
}

/* === QUOTE === */
.quote {
    height: 100%;
    margin-top: 150px;
}

.quote .quote-container {
    width: 100%;
    height: 509px;
    background-color: #c23c3b;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    align-items: center;
}

.quote .quote-container .quote-img {
    width: 415px;
    height: 523px;
    margin-top: -150px;
}

.quote .quote-container .quote-img img {
    width: 100%;
    height: 100%;
    box-shadow: 1em 1em #22222230;
}

.quote .quote-container .quote-text {
    color: white;
}

.quote .quote-container .quote-text i {
    font-size: 50px;
}

.quote .quote-container .quote-text h4 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.quote .quote-container .quote-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.75px;
}

/* === COURSE === */
.course_desc h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.course_desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.course_counter .count_item h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.9999998807907104px;
    color: #c23c3b;
}

.course_counter .count_item p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.75px;
    color: #000;
}

.course_desc .btn {
    padding: 20px 32px;
    width: 214px;
    height: 56px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #c23c3b;
    border-color: #c23c3b;
}

.course_preview img {
    width: 659.56px;
    height: 371px;
    /* margin-top: 50px; */
}

.course .course_preview,
.about__course .about__course_preview {
    /* background: linear-gradient(
    90deg,
    #ffffff 50%,
    #acb0c8 50%
  ); */
    padding: 3rem 0rem;
    height: fit-content;
}

/* === ABOUT__COURSE === */
.about__course {
    /* margin-bottom: 80px; */
    height: auto;
    background: linear-gradient(90deg,
            #f9f9f9 90%,
            #acb0c8 10%);
    /* padding-top: 10em;
    padding-bottom: 13em; */
}

.about__course_desc h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.about__course_desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.about__course_counter .count_item h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.9999998807907104px;
    color: #c23c3b;
}

.about__course_counter .count_item p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.75px;
    color: #000;
}

.about__course_desc .btn {
    padding: 20px 32px;
    width: 214px;
    height: 56px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #c23c3b;
    border-color: #c23c3b;
}

.about__course_preview img {
    width: 659.56px;
    height: 371px;
    /* margin-top: 50px; */
}

/* === ABOUT__QUOTE === */
.about__quote {
    height: 100%;
}

.about__quote .quote-container {
    width: 100%;
    height: 509px;
    background-color: #c23c3b;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    align-items: center;
}

.about__quote .quote-container .quote-img {
    width: 415px;
    height: 523px;
    margin-top: -150px;
}

.about__quote .quote-container .quote-img img {
    width: 100%;
    height: 100%;
    box-shadow: 1em 1em #22222230;
}

.about__quote .quote-container .quote-text {
    color: white;
}

.about__quote .quote-container .quote-text i {
    font-size: 50px;
}

.about__quote .quote-container .quote-text h4 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.about__quote .quote-container .quote-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.75px;
}

.bottom_background {
    width: 100%;
    position: absolute;
    height: 24rem;
    flex-shrink: 0;
    background: #acb0c8;
    z-index: -1;
    bottom: -81px;
}

/* 320 top: 593rem; */

/* === FOOTER === */

.footer_faq {
    color: #fff;
    background-color: #3a4065;
    padding: 60px 40px;
}

.footer_faq .cta h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: 0.9999998807907104px;
    margin-bottom: 20px;
}

.footer_faq .cta p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.9999998807907104px;
    margin-bottom: 20px;
}

.footer_faq .cta .btn {
    padding: 20px 32px;
    width: 214px;
    height: 56px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: unset;
    background-color: #fff;
    color: #4a4a4a;
}

.footer_faq .faq_links {
    width: 487px;
}

.footer_faq .faq_links h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.9999998807907104px;
    margin-bottom: 20px;
}

.footer_faq .faq_links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
}

.footer_nav {
    background-color: #2c304c;
    padding: 40px 80px;
    color: #fff;
}

.footer_nav .footer_logo {
    width: 218.45px;
    height: 50px;
}

.footer_nav .social_media h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin-bottom: 14px;
}

.footer_nav .social_media a {
    font-size: 24px;
    margin-right: 12px;
}

.footer_nav .bottom_nav {
    margin-top: 20px;
}

.footer_nav .bottom_nav p {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.25px;
}

.footer_nav .bottom_nav ul {
    list-style: none;
}

.footer_nav .bottom_nav ul a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
}

/* === ABOUT PAGE === */
.about-vision {
    background-color: #f9f9f9;
    padding: 40px;
}

.about-mission {
    padding: 40px;
}

.about-vision h1 {
    color: #4a4a4a;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.about-vision p {
    color: #4a4a4a;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}

.about-mission h1 {
    color: #2c304c;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.about-mission li {
    color: #2c304c;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

/* === INTRO === */
.intro {
    height: 120vh;
}

.intro_hero .hero_txt h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 88px;
    letter-spacing: 0.9999998807907104px;
    color: #3a4065;
    margin-bottom: 100px;
}

.intro_hero .hero_img img {
    width: 975px;
    height: 560px;
}

.intro_bio {
    width: 918px;
    height: 324px;
    padding: 20px;
    right: 13rem;
    top: -4rem;
    position: relative;
    background-color: #c23c3b;
    color: #fff;
}

.intro_bio p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.75px;
}

.intro_bio p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* === VISION === */
.vision .heading {
    margin-top: 130px;
}

.vision {
    height: 70vh;
}

.vision .method-cards {
    margin-top: 25px;
}

/* === INSTRUCTOR === */
.instructor {
    background: linear-gradient(180deg,
            #f2d0d0 70%,
            #ffffff 30%);
    padding-top: 7em;
    padding-bottom: 3em;
}

.instructor h2 {
    font-family: "Poppins", sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 16px;
}

.instructor p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #4f4f4f;
    margin-bottom: 60px;
}

.instructor .profile_img img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 14rem;
}

.instructor .profile_img {
    width: 245px;
    height: 330px;
    margin-bottom: 0px;
}

.instructor .profile_card {
    width: 289px;
    margin-bottom: 20px;
}

.instructor .profile_desc h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.9999998807907104px;
    color: #4f4f4f;
    margin-bottom: 12px;
}

.instructor .profile_desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #4f4f4f;
}

.instructor a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.75px;
    color: #c23c3b;
    text-align: right;
}

/* === BELIEVE & STUDY === */
.believe-container {
    width: 100% !important;
    background-color: #f9f9f9;
}

.believe-article {
    background-color: #f9f9f9;
}

/* d-flex flex-column flex-md-row justify-content-md-between */
.believe {
    margin-top: 100px;
}

.believe .believe_1,
.study .study_1 {
    background-color: #2c304c;
    width: 60%;
    padding: 80px 100px;
}

.study .study_1 {
    background-image: url("../img/bg/book-red-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1332px;
}

.believe .believe_2,
.study .study_2 {
    width: 40%;
    padding: 0px 25px;
    height: 10rem;
}

.study .study_2 {
    padding: 0 80px 0 40px;
}

.believe .believe_1 p,
.study .study_1 p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 12px;
}

.believe .believe_1 h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0.75px;
    color: #fff;
}

.study .study_1 h6 {
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0.75px;
    color: #fff;
}

.believe .believe_2 article,
.study .study_2 article {
    margin-bottom: 20px;
    width: 442px;
}

.study .study_2 article {
    margin-top: 0;
}

.believe .believe_2 article h5 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0.75px;
    color: #2c304c;
    margin-bottom: 15px;
}

.study .study_2 article h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    color: #2c304c;
    margin-bottom: 15px;
}

.believe .believe_2 article p,
.study .study_2 article p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #2c304c;
    margin-bottom: 15px;
}

.believe .believe_2 article a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.9999998807907104px;
    color: #2c304c;
}

/* === TRAINING PAGE === */
.expected {
    height: 90vh;
}

.expected .heading {
    margin-bottom: 70px;
    margin-top: 20px;
}

.expected_row .heading {
    margin-bottom: 10px;
}

.expected_row .heading .vr-line {
    height: 40px;
    background-color: #c23c3b;
}

.expected_row .heading h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    color: #c23c3b;
}

.expected_row p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
}

.expected .expected_card {
    margin-bottom: 48px;
}

/* === EVENTS === */
.events {
    margin-top: 100px;
}

.events .heading {
    margin-bottom: 40px;
}

section.events .heading .vr-line {
    height: 72px;
    width: 4px;
    background: #c23c3b;
}

/* RESOURCE STYLING */
/* title */
.resource_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 60px;
}

.resource_title h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 88px;
    letter-spacing: 1px;
    color: #3a4065;
}

input.search {
    width: 385px;
    border: 1px solid #555;
    display: block;
    padding: 9px 4px 9px 40px;
    background: transparent url("/img/resource/search-icon.svg") no-repeat 13px;
}

input:focus {
    outline: none;
}

/* subtitle */
.resource_subtitle {
    color: #4a4a44;
    border-left: 2px solid #c23c3b;
    /* margin: 0px 62px; */
    /* width: fit-content; */
}

.resource_subtitle>h2 {
    margin-left: 15px;
    margin-top: 2em;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.75px;
    color: #393a4e;
    width: 65%;
}

/* filter button */
#filterButton {
    display: none;
}

button.filter_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 1px solid #3a4065;
    color: #3a4065;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    cursor: pointer;
}

/* aside menu */
.resource_content_container {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 7rem;
    color: #4a4a4a;
}

.resource_aside_menu {
    width: 22rem;
    height: fit-content;
    padding: 15px 30px;
    background-color: #fff3f3;
    letter-spacing: 1px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px
    2.6px; */
}

.responsive_nav_aside {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 20rem;
    padding: 10px;
}

.responsive_nav_aside>h4 {
    padding: 0 !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #4a4a44;
}

.button_responsive_aside {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.button_responsive_aside .reset_card {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 12px 20px;
    background: #ffffff;
    cursor: pointer;
}

.button_responsive_aside .reset_card>img {
    height: 16px;
    width: 16px;
}

.button_responsive_aside .apply_button {
    height: 48px;
    padding: 12px 20px;
    background-color: #c23c3b;
    cursor: pointer;
}

.resource_aside_menu h4 {
    margin: 0;
    padding-bottom: 18px;
}

.resource_aside_menu .resource_item {
    display: flex;
    align-items: center;
    line-height: 2.7rem;
}

.resource_aside_menu .resource_item p {
    padding-left: 10px;
    font-weight: 900;
}

.resource_aside_menu .resource_item label {
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #4a4a4a;
}

.resource_aside_menu .topics_side>p,
.teachers_side>p {
    padding-top: 1.4rem;
    color: #c23c3b;
    cursor: pointer;
}

.resource_aside_menu .topics_side>p:hover,
.teachers_side>p:hover {
    color: #911f1e;
}

.topics_side h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #4a4a44;
}

.teachers_side h4 {
    padding-top: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #4a4a44;
}

/* content item */
.resource_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 0px;
}

.resource_card_container {
    position: relative;
    color: #fff;
    margin-right: 20px;
}

.resource_card_container p {
    margin: 0;
}

.resource_card_container .resource_category_card {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    top: 10px;
    right: 10px;
    border: 1px solid white;
    background-color: white;
    opacity: 40%;
    height: 25px;
    width: 65px;
}

.resource_card_container .resource_category_card_second {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    top: 10px;
    right: 85px;
    border: 1px solid white;
    background-color: white;
    opacity: 40%;
    height: 25px;
    width: 65px;
}

.resource_card_container .resource_category_card>p,
.resource_category_card_second>p {
    font-size: 10px;
    font-weight: 700;
    color: red !important;
}

.resource_card_container .resource_author_main_container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 200px;
    left: 10px;
    margin: 0;
}

.resource_card_container .resource_author_main_container>p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.resource_author_main_container .author {
    display: flex;
    gap: 0.7rem;
}

.resource_author_main {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.resource_author_main p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.75px;
}

.resource_container .load_more {
    display: flex;
    grid-column: span 2;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: large;
    padding-top: 30px;
    padding-bottom: 100px;
    color: red;
}

.resource_container .load_more>p {
    cursor: pointer;
}

.whatsapp_icon {
    position: relative;
    float: right;
    top: -5rem;
}

.whatsapp_icon img {
    width: 100px;
    height: 100px;
}

/* all input styling */
input[type="checkbox"] {
    outline: none;
    accent-color: red;
    transform: scale(1.5);
}

/* SEARCH HISTORY */

.searched_history_card {
    padding: 8px;
    border: 1px solid #bbbbbb;
    border-radius: 1px;
    width: fit-content;
}

.searched_history_card p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}

.searched_history_card i {
    cursor: pointer;
}

.remove_item {
    color: #c23c3b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    cursor: pointer;
}

/* RESOURCE SEARCH RESULT */
body.result_body {
    background-color: white;
}

/* title */
.resource_search_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2.5;
    padding-left: 19.5rem;
}

.resource_search_title h1 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #393a4e;
}

.resource_search_title p {
    font-weight: 900;
    color: #393a4e;
}

/* main content */
.main_result_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    color: #4a4a4a;
}

.resource_result_container {
    display: flex;
    align-self: stretch;
}

.result_wording_box {
    height: 230px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.result_search_card {
    margin: 30px;
    line-height: 2rem;
}

.category_result_box {
    display: flex;
    text-align: center;
    gap: 0.3rem;
}

.category_result {
    border: 1px solid rgb(255, 4, 4);
    background-color: white;
    height: 26px;
    width: 120px;
}

.category_result p {
    color: red;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.75px;
    position: relative;
    top: -3px;
}

.result_wording h1 {
    padding-top: 15px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.75px;
}

.result_wording>p {
    padding-top: 15px;
    letter-spacing: 0.75px;
    line-height: 25px;
    font-size: 16px;
}

.search_author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

img.result_image {
    object-fit: cover;
    width: 230px;
    height: 230px;
}

.main_result_container .load_more {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: large;
    font-weight: 500;
    padding-top: 30px;
    /* padding-bottom: 100px; */
    color: red;
}

.main_result_container .load_more>p {
    cursor: pointer;
}

/* RESOURCE PAGE */
.resource_author_container {
    height: auto;
    background-color: #3a4065;
}

.author_right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    color: white;
}

.author_left {
    display: flex;
    color: white;
    width: 100%;
    gap: 1.5rem;
}

.navbar .nav_page a {
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
}

.navbar .nav_page .active {
    font-weight: 700;
    color: #ffffff;
}

.cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 620px;
    background: url("/img/resource/image-2.svg") no-repeat 50% 50% / cover;
}

.resource_page_card {
    position: relative;
    bottom: -23rem;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.category_page_box {
    display: flex;
    text-align: center;
    gap: 0.3rem;
}

.category_page {
    background-color: white;
    height: 26px;
    width: 120px;
}

.category_page p {
    color: red;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.75px;
    position: relative;
    top: -3px;
}

.page_subtitle {
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0;
}

.post_main {
    display: flex;
    gap: 5rem;
}

.date_post {
    color: #777777;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.author_biography_container {
    margin: 40px 0px;
}

.author_biography {
    display: flex;
    gap: 2rem;
    background-color: #f9f9f9;
    padding: 20px;
    color: #4f4f4f;
}

.author_biography>img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    object-fit: cover;
}

.author_biography h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.author_biography p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
}

.author_biography .biography_card {
    justify-content: center;
    align-items: center;
    margin-right: 5rem;
}

.post_first_col p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.75px;
    color: #4a4a4a;
}

.post_second_col .mail_box>input {
    width: 325px;
    height: 56px;
    outline: none;
    margin-bottom: 20px;
}

.mail_box>input[placeholder] {
    padding-left: 20px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.75px;
}

.mail_box>button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #fff;
    background-color: #c23c3b;
    width: 174px;
    height: 56px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.75px;
    border: none;
}

.post_quote_top,
.post_quote_bottom {
    font-family: "Baskervville", serif;
    font-size: 40px;
    border-left: 2px solid #911f1e;
    padding-left: 24.5px;
    line-height: 58px;
    letter-spacing: 0.75px;
    color: #911f1e;
}

.post_quote_top {
    margin-top: 15rem;
}

.post_quote_bottom {
    margin-top: 40rem;
}

.social_icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #4a4a4a;
    margin-top: 10px;
    margin-left: 30px;
}

.social_icon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.75px;
}

.social_icon>i {
    color: #c23c3b;
    cursor: pointer;
}

.other_author_display {
    margin-top: 60px;
}

.resource_page_author {
    color: #4f4f4f;
    margin-top: 30px;
    margin-bottom: 60px;
}

.resource_page_author .author {
    display: flex;
    gap: 0.75rem;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin: 15px 0px;
}

.resource_page_author p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}

.title_other_page {
    border-left: 2px solid #c23c3b;
}

.title_other_page>p {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.75px;
    color: #393a4e;
    margin-left: 15px;
    margin-bottom: 25px;
}

.page_card_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    color: #fff;
    margin-right: 20px;
}

.page_card_container .page_category_card {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    top: 1.5rem;
    left: 21rem;
    border: 1px solid white;
    background-color: white;
    opacity: 40%;
    /* height: 25px;
    width: 65px; */
}

.page_card_container .page_category_card>p {
    padding: 0px 5px;
}

.page_card_container .page_category_card_second {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    top: 10px;
    right: 85px;
    border: 1px solid white;
    background-color: white;
    opacity: 40%;
    height: 25px;
    width: 65px;
}

.page_card_container .page_category_card>p,
.page_category_card_second>p {
    font-size: 10px;
    font-weight: 700;
    color: red !important;
}

.page_card_container .page_author_container {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    margin: 0;
    line-height: 2rem;
    letter-spacing: 0.75px;
    color: white;
}

.page_author {
    display: flex;
    gap: 1rem;
}

.page_author_container>p {
    font-weight: 700;
    letter-spacing: 1px;
}

.page_card_container>img {
    width: 413.33px;
    height: 280px;
}

/* EVENT PAGE */
.main_event_container {
    display: flex;
}

.right_content {
    border: 1px solid #dddddd;
    width: 738px;
    height: 822px;
    margin-bottom: 10rem;
}

.right_content_detail img {
    background-repeat: no-repeat;
    object-fit: cover;
    height: 200px;
    width: 200px;
}

/* CALENDAR STYLING START */
.container_calendar {
    width: 479px;
    height: 453px;
    background-color: #fff;
}

.header {
    padding: 10px;
}

.header #month {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.75px;
}

.header i {
    color: #c23c3b;
}

button {
    width: 45px;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 3px;
    color: white;
}

.header button {
    background-color: transparent;
}

.weekdays {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    color: #000;
    font-weight: 800;
}

.weekdays div {
    width: 100px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.month_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#calendar {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.day {
    width: 58px;
    height: 58px;
    padding: 0px;
    cursor: pointer;
    margin: 5px;
    box-sizing: border-box;
    color: #4a4a4a;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    justify-content: center;
}

.day:hover {
    background-color: rgba(112, 111, 211, 0.1);
    color: #706fd3;
}

#currentDay {
    border: 2px solid #c23c3b;
    color: #c23c3b;
}

.event {
    font-size: 10px;
    padding: 3px;
    color: #fff;
    border-radius: 50%;
    max-height: 55px;
    overflow: hidden;
    width: 6px;
    height: 6px;
    background: #333;
    margin: 0px 26.5px;
}

.event.holiday {
    background-color: rgb(161, 54, 154);
    color: #3d3d3d;
    width: 6px;
    height: 6px;
    margin: 0px 26.5px;
    border-radius: 50%;
}

.plain {
    cursor: default;
    box-shadow: none;
}

#modal {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
}

#addEvent,
#viewEvent {
    display: none;
    width: 350px;
    background-color: #fff;
    padding: 25px;
    position: relative;
    z-index: 20;
    bottom: 285px;
    left: 90px;
}

#addEvent h2,
#viewEvent h2 {
    font-weight: 500;
    margin-bottom: 10px;
}

#txtTitle {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #cbd4c2;
    font-size: 16px;
}

#btnSave {
    background-color: #2ed573;
    width: 3.5rem;
}

.btnClose {
    background-color: #2f3542;
    width: 3.5rem;
}

#viewEvent p {
    margin-bottom: 20px;
}

#btnDelete {
    background-color: #ea2027;
    width: 3.8rem;
}

.error {
    border-color: #ea2027 !important;
    width: 3.5rem;
}

/* right content calendar */
.date_event {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0px;
}

.date_event h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #c23c3b;
}

.event_detail_container {
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 15px;
}

.event_detail {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}

.event_detail .left_content_detail {
    border-left: 2px solid #c23c3b;
    padding-left: 15px;
}

.left_content_detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left_content_detail>p {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px;
    color: #c23c3b;
}

.left_content_detail h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px;
}

.left_content_detail .event_detail_desc {
    color: #4a4a44;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px;
}

.event_detail img {
    width: 200px;
    height: 198px;
}

.event_detail .cta {
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

.cta>button {
    width: 166px;
    height: 48px;
    background: #c23c3b;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}

.cta>button:hover {
    background: #911f1e;
}

.read_more_btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #c23c3b;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    cursor: pointer;
}

.read_more_btn:hover {
    color: #911f1e;
}

.whatsapp_icon_event {
    position: relative;
    right: -100rem;
    top: 10px;
    margin: 30px 0px;
}

.whatsapp_icon_event img {
    width: 100px;
    height: 100px;
}

/* event single */
.navigation_event {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.75px;
    color: #777777;
}

.navigation_event span {
    color: #c23c3b;
}

.event_title_page {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 1px;
    color: #4a4a44;
}

.hero img {
    width: 1280px;
    height: 529px;
    object-fit: cover;
}

.cta_schedule {
    display: grid;
    grid-template-columns: repeat(1, auto);
    padding: 12px;
    align-items: center;
    width: 305px;
    height: 240px;
    background-color: #f9f9f9;
}

.cta_schedule button {
    /* width: 281px; */
    height: 48px;
    padding: 8px 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    background: #c23c3b;
}

.cta_schedule .date,
.cta_schedule .time {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.cta_schedule .location {
    display: flex;
    gap: 1rem;
}

.cta_schedule i {
    color: #c23c3b;
}

.cta_schedule p {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
}

.cta_desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #4a4a4a;
}

.date p,
.time p,
.location p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
}

.single_event_content {
    padding-bottom: 10rem;
}

.single_event_content .date_event {
    border-bottom: 0px;
}

.single_event_content .date_event>h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.75px;
    color: #393a4e;
}

.single_event_detail {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 23px;
}

.single_event_detail .left_content_detail {
    border-left: 2px solid #c23c3b;
    padding-left: 15px;
    height: 156px;
}

.single_event_detail .cta {
    display: flex;
    justify-content: space-between;
}

/* contact styling */
.main_contact_container {
    display: flex;
}

.contact_address {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: #4a4a4a;
}

.contact_left_bg {
    position: absolute;
    left: 0;
    width: 50vw;
    height: 30em;
    background-color: #f9f9f9;
    z-index: -999;
}

.contact_left_content {
    height: 376px;
    background-color: #f9f9f9;
    padding: 60px 80px 60px 0px;
    margin-top: 5.5rem;
}

.box {
    margin-top: 5.5rem;
    position: absolute;
    z-index: -20;
    height: 376px;
    width: 1440px;
    background-color: #f9f9f9;
}

.contact_left_content .button {
    width: 148px;
    height: 56px;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    padding: 12px 30px;
    background: #c23c3b;
    color: #fff;
    cursor: pointer;
    margin-top: 2rem;
}

.contact_left_content .button:hover {
    background-color: #911f1e;
}

.partner_container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact_right_content {
    margin-bottom: 10rem;
}

.contact_right_content img {
    width: 630px;
    height: 572px;
}

.partner_container {
    margin-top: 2rem;
}

.partner_container p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: #4a4a4a;
}

/* Extra small devices */
@media only screen and (min-width: 320px) {

    /* SEARCH HISTORY */
    .searched_history_card p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }

    .remove_item {
        color: #c23c3b;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
        cursor: pointer;
    }

    .believe .believe_2,
    .study .study_2 {
        width: 40%;
        padding: 0px 25px;
        height: unset;
    }

    .events {
        margin-top: unset;
    }

    .path .heading {
        margin-bottom: 30px;
    }

    .path-main-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 30px 10px;
    }

    /* NAVBAR */
    .nav_responsive {
        gap: 10px;
    }

    .course_main {
        padding-right: 0;
    }

    section .heading .vr-line {
        height: 177px;
        width: 7px;
        background: #3a4065;
    }

    /* HOME PAGE 320 */
    section .heading h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.75px;
        margin-left: 20px;
    }

    /* Jumbotron 320*/
    .jumbotron_text {
        margin-top: 30px;
    }

    .jumbotron_text h1 {
        font-size: 20pt;
        color: #3a4065;
        font-weight: 700;
        line-height: 32pt;
        letter-spacing: 0.9999998807907104px;
    }

    .jumbotron_text .search input {
        width: 100%;
        margin-top: 20px;
    }

    .jumbotron_image {
        position: unset;
        margin-top: 32px;
    }

    .jumbotron_image img {
        width: 100%;
    }

    /* Slider 320*/
    .slider {
        margin-top: 20px;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .slider_card-info .profile-name {
        font-size: 10px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.75px;
        margin-bottom: 0;
    }

    .slider_card-info .title {
        margin-top: 16.5px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.9999998807907104px;
    }

    .slider_card-info .desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.75px;
    }

    .slider_card-info .cta a {
        font-size: 14px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.75px;
        margin-right: 15px;
    }

    .slider_card-info .cta i {
        font-size: 16px;
    }

    .slider_card-info {
        width: 330px;
        height: 210px;
        padding: 20px;
    }

    .slider_card img {
        width: 21rem;
        object-fit: cover;
    }

    .flickity-page-dots {
        /* display: none; */
        position: unset;
        text-align: right;
        margin-right: 10px;
        width: unset;
    }

    .flickity-prev-next-button {
        margin-top: 225px;
    }

    .flickity-prev-next-button {
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

    .flickity-prev-next-button.next {
        left: 80px;
    }

    /* Method 320*/
    .method {
        height: 100%;
    }

    .method-cards {
        margin-top: 60px;
    }

    .method-cards .method-item {
        width: 100%;
        margin-bottom: 140px;
    }

    /* .method-cards .method-item {
    width: 100%;
    margin-bottom: 80px;
  } */

    .method-cards .method-item .information {
        width: 100%;
        top: 135px;
    }

    .method-cards .method-item .cover-img {
        width: 100%;
        height: 232px;
        opacity: 1;
        object-fit: cover;
    }

    /* section .heading h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.75px;
    margin-left: 20px;
  } */

    /* Ideas 320*/
    .ideas {
        height: 100%;
    }

    .ideas .heading {
        margin-top: 0;
        margin-bottom: 60px;
        width: 17rem;
    }

    .ideas .ideas-item_mobile {
        width: 100%;
        margin-bottom: 24px;
    }

    .ideas .ideas-item_mobile .img {
        width: 100%;
    }

    .ideas .ideas-item_mobile .desc h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.75px;
    }

    /* Path 320*/
    .path-card .path_category {
        top: 10px;
        right: 10px;
        gap: 8px;
    }

    .path .path-container .main-card>img {
        object-fit: cover;
        height: 26.9rem;
    }

    .path {
        height: 100%;
        margin-bottom: 20px;
        background: unset;
    }

    .path .heading h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.75px;
        margin-left: 20px;
    }

    .path .path-container {
        flex-direction: column;
        margin-top: 0;
        gap: unset;
    }

    .path .path-container .path-container_small {
        display: unset;
    }

    .path .path-container .main-card,
    .path .path-container .small-card {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

    .path-card .path_desc {
        width: 296px;
    }

    .path-card.main-card .path_desc {
        width: 296px;
    }

    .path .path-card .img-fluid {
        width: 100%;
        height: 280px;
    }

    .path a {
        margin-top: 25px;
        text-align: center;
    }

    .path .heading img {
        width: 100%;
        display: none;
    }

    .path-card .path_author {
        bottom: 20px;
        left: 20px;
        width: 90%;
    }

    /* Quote 320*/
    .quote,
    .about__quote {
        margin-top: 180px;
    }

    .quote .quote-container,
    .about__quote .quote-container {
        flex-direction: column;
        height: 100%;
        gap: unset;
        padding: 20px;
    }

    .quote .quote-container .quote-img,
    .about__quote .quote-container .quote-img {
        width: 100%;
        height: 100%;
    }

    .quote .quote-container .quote-text,
    .about__quote .quote-container .quote-text {
        margin-top: 45px;
    }

    .quote .quote-container .quote-text i,
    .about__quote .quote-container .quote-text i {
        font-size: 70px;
    }

    .quote .quote-container .quote-text p,
    .about__quote .quote-container .quote-text p {
        margin-bottom: 20px;
    }

    /* Course 320*/
    .course,
    .about__course {
        background: #f9f9f9;
        padding-top: 0;
        padding-bottom: 3rem;
    }

    .course .course_preview,
    .about__course .about__course_preview {
        background: linear-gradient(90deg,
                #f9f9f9 50%,
                #acb0c8 50%);
        padding-bottom: 3rem;
        padding: 6rem 2rem;
    }

    .course_desc h3,
    .about__course_desc h3 {
        margin-top: 10px;
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
    }

    .course_desc p,
    .about__course_desc p {
        font-size: 14px;
    }

    .course_preview img,
    .about__course_preview img {
        width: 100%;
        height: 200px;
    }

    .course_desc .btn,
    .about__course_desc .btn {
        width: 97%;
        justify-content: center;
        gap: 20px;
    }

    .expected_row .heading h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
    }

    /* Footer 320*/
    .footer_faq {
        padding: 40px 20px;
    }

    .footer_faq .cta h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 0.9999998807907104px;
    }

    .footer_faq .faq_links {
        margin-top: 60px;
        width: 100%;
    }

    .footer_faq .cta p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.9999998807907104px;
    }

    .footer_faq .faq_links h6 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.9999998807907104px;
    }

    .footer_faq .faq_links a {
        font-size: 16px;
        justify-content: start;
        gap: 20px;
    }

    .footer_nav {
        padding: 40px 20px;
    }

    .footer_nav .social_media h6 {
        font-size: 12px;
        margin-top: 40px;
        margin-bottom: 14px;
    }

    .footer_nav .bottom_nav ul {
        padding-left: 0;
        margin-top: 20px;
    }

    /* === ABOUT PAGE === */
    .about-vision,
    .about-mission {
        width: 100% !important;
    }

    .about-vision h1 {
        color: #4a4a4a;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .about-vision p {
        color: #4a4a4a;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .about-mission h1 {
        color: #2c304c;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.75px;
        padding-bottom: 20px;
    }

    .about-mission li {
        color: #2c304c;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
        padding-bottom: 5px;
    }

    /* intro 320*/
    .intro {
        height: 100%;
    }

    .intro_hero .hero_txt h1 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: unset;
    }

    .intro_hero .hero_img img {
        width: 146px;
        height: 176px;
        /* margin-right: -24px; */
        padding-right: 0;
        object-fit: cover;
        /* overflow: hidden; */
    }

    .intro_hero .hero_img {
        z-index: -1;
    }

    .intro_bio {
        padding: 20px;
        width: 297px;
        height: 439px;
        margin: 0 auto;
        position: unset;
        margin-top: -20px;
        z-index: 999;
    }

    .intro_bio p {
        font-size: 12px;
        line-height: 18px;
    }

    /* vision 320*/
    .vision {
        height: 100%;
    }

    .vision .heading {
        margin-top: 40px;
    }

    /* instructor 320*/
    .instructor {
        padding-top: 20px;
    }

    .instructor h2 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.9999998807907104px;
        margin-bottom: 20px;
    }

    .instructor p {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 40px;
    }

    .instructor .profile_row {
        margin: 0 auto;
    }

    .instructor .profile_card {
        width: 215px;
        margin-bottom: 20px;
    }

    .instructor .profile_img {
        width: 100%;
        height: 13rem;
    }

    .instructor .profile_img img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

    .instructor .profile_desc h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .instructor .profile_desc p {
        font-size: 10px;
        line-height: 15px;
    }

    .instructor a {
        text-align: center;
    }

    /* believe & study 320*/
    .believe {
        margin-top: 60px;
    }

    .believe .believe_1,
    .study .study_1 {
        background-color: #2c304c;
        width: 100%;
        height: auto;
        padding: 40px 20px;
    }

    .believe .believe_2,
    .study .study_2 {
        width: 100%;
        padding: 25px 10px;
    }

    .believe .believe_1 p,
    .study .study_1 p {
        font-size: 14px;
        line-height: 21px;
    }

    .believe .believe_1 h6 {
        font-size: 24px;
        line-height: 36px;
    }

    .believe .believe_2 article,
    .study .study_2 article {
        margin-bottom: 20px;
        width: 100%;
    }

    .believe .believe_2 article h5,
    .study .study_2 article h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .believe .believe_2 article p,
    .study .study_2 article p {
        font-size: 14px;
    }

    .believe .believe_2 article a {
        font-size: 16px;
    }

    /* === TRAINING PAGE 320=== */
    /* expected */
    .expected {
        height: 100%;
        margin-top: 20px;
    }

    .expected .expected_card {
        width: 100%;
    }

    /* reusable */
    .title_page {
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 1px;
    }

    /* resource page */
    #filterButton {
        display: block;
    }

    .responsive_nav_aside {
        gap: 0.5rem;
    }

    .button_responsive_aside {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .resource_title {
        display: block;
    }

    .resource_title input {
        width: 100%;
        height: 56px;
    }

    .resource_title h1 {
        font-size: 40px;
        line-height: 60px;
    }

    /* .resource_subtitle {
    margin: 0 15px;
    width: fit-content;
  } */

    .resource_subtitle h2 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.75px;
        width: fit-content;
    }

    .resource_content_container {
        display: block;
    }

    .resource_aside_menu {
        width: 100%;
        opacity: 0;
        max-height: 0;
        transition: opacity 0.3s ease-in-out,
            max-height 0.3s ease-in-out;
    }

    .resource_aside_menu.show {
        margin-bottom: 20px;
        opacity: 1;
        max-height: 750px;
        /* Adjust this value to match your content height */
    }

    .resource_container {
        display: flex;
        justify-content: normal;
        overflow: hidden;
    }

    .resource_card_container {
        width: 100%;
    }

    /* resource-search */
    .resource_search_title {
        padding: 0rem 0.6rem;
        gap: 1rem;
        margin-top: 2rem;
        justify-content: normal;
        flex-direction: column-reverse;
        align-items: normal;
    }

    .resource_search_title h1 {
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 1px;
        color: #4a4a44;
    }

    input.search {
        width: 100%;
        height: 56px;
    }

    .resource_result_container {
        flex-direction: column-reverse;
    }

    img.result_image {
        width: 100%;
    }

    .result_wording_box {
        height: 290px;
    }

    /* resource-author */
    .author_hero_content {
        display: flex;
        flex-direction: column;
        padding: 1.5rem 1rem;
        padding-bottom: 2.5rem;
        gap: 1rem;
    }

    .author_right p {
        font-size: 14px;
    }

    .author_left .author_name h3 {
        font-size: 20px;
        width: 70%;
    }

    .title_other_author>p {
        font-size: 32px;
    }

    .author_profil_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .profil_box img {
        width: 100%;
        height: 190px;
    }

    .profil_box {
        width: 100%;
        height: 190px;
        margin-bottom: 8.5rem;
        padding: 0px 5px;
    }

    .profil_box h4 {
        width: 90%;
        font-size: 18px;
        line-height: 27px;
        margin: 0 auto;
    }

    .profil_box p {
        font-size: 16px;
        padding-top: 10px;
    }

    /* resource-page 320*/
    .cover {
        height: 280px;
    }

    .resource_page_card {
        bottom: -4rem;
    }

    .category_page p {
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 1px;
        position: relative;
        top: -3px;
    }

    .resource_page_author p {
        font-size: 12px;
        line-height: 28px;
    }

    .date_post {
        color: #777777;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
    }

    .page_subtitle {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 1px;
        color: #fff;
        padding: 0;
    }

    .author_biography>img {
        width: 60px;
        height: 60px;
    }

    .author_biography .biography_card {
        margin: 0rem;
    }

    .author_biography_container {
        margin-bottom: 7rem;
    }

    .author_biography h3 {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }

    .author_biography p {
        font-size: 12px;
        width: fit-content;
        line-height: 18px;
    }

    .post_first_col p {
        font-size: 16px;
    }

    .post_second_col,
    .other_author_display {
        display: none;
    }

    .resource_page_author {
        margin-bottom: 30px;
    }

    .resource_page_author .author {
        margin: 6px 0px;
    }

    .whatsapp_icon img {
        height: 80px;
        width: 80px;
    }

    /* event 320*/
    .main_event_container {
        flex-direction: column;
        gap: 4.5rem;
    }

    .event_detail_container {
        gap: 25px;
    }

    .single_event_content {
        padding-bottom: 3rem;
    }

    .single_event_content .date_event h1 {
        padding: 35px 0px 10px 0px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 2px;
    }

    .container_calendar {
        width: 100%;
        height: 310px;
        background-color: #fff;
    }

    .header {
        padding: 10px;
    }

    .day {
        width: 32px;
        height: 32px;
    }

    .event.holiday,
    .event {
        margin: 0px 21px;
    }

    .right_content {
        height: auto;
        padding-bottom: 30px;
        width: 100%;
        margin-bottom: 3rem;
    }

    .right_content_detail img {
        height: 240px;
    }

    .event_detail {
        display: flex;
        gap: 1rem;
        flex-direction: column-reverse;
        border-left: 2px solid #c23c3b;
        padding-left: 15px;
    }

    .event_detail h3 {
        padding: 5px 0px;
        font-size: 16px;
        line-height: 24px;
    }

    p.event_detail_desc {
        padding: 8px 0px;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .left_content_detail>p {
        font-size: 12px;
        line-height: 18px;
    }

    .event_detail .cta {
        flex-direction: column;
        text-align: center;
        width: 100%;
        gap: 1rem;
        padding-top: 10px;
    }

    .cta_desc p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .cta>button {
        width: 100%;
    }

    .cta .read_more_btn {
        justify-content: center;
    }

    .event_detail img {
        width: 100%;
        object-fit: cover;
    }

    .event_detail .left_content_detail {
        border: none;
        padding: 0;
    }

    .whatsapp_icon_event {
        position: inherit;
        top: 10px;
        float: uns;
        margin: 30px 0px;
    }

    /* event-single 320*/
    .navigation_event {
        font-size: 14px;
        line-height: 21px;
        margin-top: 1.5rem !important;
    }

    .event_title_page {
        font-size: 32px;
        line-height: 48px;
    }

    /* .subtitle_event_single {
    margin: 1.5rem 0rem !important;
  } */
    .hero img {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }

    .cta_container {
        display: flex;
        gap: 1rem !important;
        flex-direction: column;
        margin-top: 1.5rem !important;
    }

    .cta_schedule {
        width: auto;
    }

    .cta_schedule button {
        width: 100%;
    }

    /* contact */
    .main_contact_container {
        flex-direction: column;
        padding: 0;
    }

    .box {
        display: none;
    }

    .contact_left_bg {
        width: 100vw;
        height: 24em;
        background-color: #f9f9f9;
        z-index: -999;
    }

    .contact_left_content {
        margin-top: 0;
        padding: 60px 16px 60px 16px;
    }

    .contact_left_content .button {
        text-align: center;
        width: 100%;
    }

    .partner_container {
        margin: 2rem 5px !important;
        justify-content: left;
        gap: 1.5rem;
    }

    .partner_container p {
        font-size: 14px;
        line-height: 32px;
    }

    .partner_container img {
        height: 35px;
    }

    .contact_right_content {
        margin: 0;
    }

    .contact_right_content img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 375px) {
    .events {
        margin-top: 1rem;
    }

    .path-card .path_desc {
        width: 351px;
    }

    .path-card.main-card .path_desc {
        width: 351px;
    }

    .path-card .path_author {
        width: 13rem;
    }
}

@media only screen and (min-width: 425px) {

    /* NAVBAR */
    .expected_row .heading h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
    }

    /* #navbarSupportedContent {
    background-color:rgb(37, 37, 37);opacity:0.8 !important;
    color: #000 !important;
  } */
    .course_main {
        padding-right: 0;
    }

    .course .course_preview,
    .about__course .about__course_preview {
        /* background: linear-gradient( 90deg, #ffffff 50%, #acb0c8 50% ); */
        padding: 7rem 1.8rem;
        height: fit-content;
    }

    .intro_bio {
        padding: 20px;
        width: 387px;
        height: 355px;
        margin: 0 auto;
        position: unset;
        margin-top: -20px;
        z-index: 999;
    }

    .intro_hero .hero_img img {
        width: 251px;
        height: 176px;
        /* margin-right: -24px; */
        padding-right: 0;
        object-fit: cover;
        /* overflow: hidden; */
    }

    .responsive_nav_aside {
        gap: 5rem;
    }

    .button_responsive_aside {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    /* calendar */
    .day {
        width: 47px;
        height: 47px;
    }

    .main_event_container {
        flex-direction: column;
        gap: 9.5rem;
    }

    .path-card .path_desc {
        width: 400px;
    }

    .path-card.main-card .path_desc {
        width: 400px;
    }

    .path-card .path_author {
        width: 20rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .events {
        margin-top: 100px;
    }

    .path-main-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 30px 10px;
    }

    .expected_row .heading h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
    }

    .believe {
        margin-top: 0px;
    }

    .post_second_col,
    .other_author_display {
        display: block;
    }

    .expected {
        margin-top: 60px;
    }

    .expected .expected_card {
        width: 33%;
    }

    .author_hero_content {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .author_left {
        display: flex;
        /* color: white;
  width: 100%;
  gap: 1.5rem; */
        align-items: center;
    }

    .method-cards .method-item {
        width: 100%;
        margin-bottom: 80px;
    }

    /* slider button */
    .flickity-prev-next-button {
        margin-top: 240px;
    }

    .flickity-prev-next-button {
        width: 64px;
        height: 64px;
        border-radius: 5px;
    }

    /* TRAINING PAGE */
    .hero_txt {
        margin-right: 20px;
    }

    /* REUSABLE */
    .cta_container {
        flex-direction: row;
        gap: 3rem;
    }

    .cta_schedule {
        display: grid;
        grid-template-columns: repeat(1, auto);
        padding: 12px;
        align-items: center;
        width: 1-rem;
        height: fit-content;
        background-color: #f9f9f9;
    }

    .cta_desc {
        width: 70%;
    }

    .title_page {
        font-size: 48px;
    }

    /* HOME PAGE */
    .slider_card img {
        width: 100%;
        object-fit: cover;
    }

    /* RESOURCE 768*/
    .resource_title input {
        width: 100%;
        height: 56px;
    }

    .resource_title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .resource_title h1 {
        font-size: 60px;
        line-height: 88px;
    }

    .resource_subtitle>h2 {
        width: 100%;
        font-size: 24px;
        line-height: 36px;
    }

    .responsive_nav_aside {
        display: none !important;
    }

    .resource_content_container {
        padding: 0px;
        justify-content: space-between;
        display: flex;
    }

    .resource_aside_menu {
        width: 22rem;
        height: fit-content;
        padding: 15px 30px;
        background-color: #fff3f3;
        letter-spacing: 1px;
        /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px
      2.6px; */
        opacity: 1;
        max-block-size: max-content;
    }

    .resource_result_container {
        flex-direction: row;
    }

    #filterButton {
        display: none;
    }

    .resource_aside_menu {
        padding: 17px;
        display: block;
    }

    .topics_side h4,
    .teachers_side h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .resource_aside_menu .resource_item p {
        font-weight: 500;
        font-size: 12px;
        line-height: 3.5rem;
    }

    .resource_aside_menu .resource_item label {
        padding-left: 15px;
        font-weight: 500;
        font-size: 12px;
    }

    .resource_aside_menu .topics_side>p,
    .teachers_side>p {
        padding-top: 0.8rem;
    }

    .resource_card_container>img {
        width: 260.5px;
        height: 230px;
        object-fit: cover;
    }

    .resource_card_container .resource_author_main_container {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 140px;
        left: 10px;
        margin: 0;
    }

    .resource_card_container .resource_author_main_container>p {
        font-size: 16px;
        line-height: 24px;
    }

    .resource_title {
        display: flex;
        gap: 7rem;
    }

    /* SEARCH HISTORY */

    .searched_history_card p {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }

    .remove_item {
        color: #c23c3b;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
        cursor: pointer;
    }

    /* RESOURCE SEARCH 768*/
    .resource_search_title {
        padding-left: 13.5rem;
        /* gap: 9rem; */
        padding-right: 0;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .resource_search_title h1 {
        font-size: 32px;
        line-height: 48px;
    }

    .resource_search_title p {
        font-size: 14px;
        line-height: 21px;
    }

    .resource_search_title .search {
        width: 223px;
    }

    .result_search_card {
        margin: 20px;
    }

    .result_wording h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .result_wording p {
        font-size: 14px;
        line-height: 21px;
    }

    .result_wording_box {
        height: 100%;
    }

    .resource_result_container>img {
        width: 187px;
        height: 100%;
        object-fit: cover;
    }

    /* RESOURCE SEARCH 768*/
    .author_left .author_name {
        width: 8rem;
    }

    .author_left .author_name h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .author_left .author_name p {
        font-size: 12px;
    }

    .author_right p {
        font-size: 12px;
    }

    .other_author_display {
        display: none;
    }

    /* RESOURCE-PAGE 768*/
    .resource_page_card {
        bottom: -12.5rem;
        gap: 5px;
        padding: 0 !important;
    }

    .page_subtitle {
        font-size: 32px;
        font-weight: 600 !important;
    }

    .cover {
        height: 400px;
        object-fit: cover;
    }

    .category_page_box {
        gap: 0.6rem;
    }

    .category_page {
        background-color: white;
        height: 37px;
        width: 120px;
    }

    .post_main {
        padding: 0 !important;
    }

    .category_page p {
        color: #c23c3b;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.75px;
        position: relative;
        top: 2px;
    }

    .resource_page_author {
        margin-bottom: 40px;
        padding: 0 !important;
    }

    .resource_page_author .author p,
    .date_post p {
        font-size: 16px;
    }

    .post_first_col p {
        font-size: 16px;
    }

    .post_second_col .mail_box>input,
    .post_second_col .mail_box>button {
        width: 100%;
    }

    .post_quote_top,
    .post_quote_bottom {
        font-size: 24px;
        line-height: 32px;
        margin-top: 40rem;
    }

    .biography_card {
        margin: 0rem !important;
    }

    .author_biography>img {
        width: 100px;
        height: 100px;
    }

    .author_biography h3 {
        width: max-content;
        font-size: 20px;
    }

    .author_biography p {
        font-size: 12px;
        line-height: 20px;
    }

    .resource_page_author {
        display: block;
    }

    .title_other_page>p {
        font-size: 24px;
    }

    .page_card_container>img {
        width: 229.333px;
        height: 180px;
        object-fit: cover;
    }

    .page_author_container>p {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    .page_author>p {
        font-size: 12px;
    }

    .page_card_container .page_category_card {
        left: 9.7rem;
        top: 0.5rem;
    }

    .page_card_container .page_author_container {
        bottom: 0;
    }

    /* EVENT */
    .main_event_container {
        padding: 0;
        flex-direction: unset;
        gap: 0.5rem;
    }

    .single_event_content .date_event h1 {
        padding: 35px 0px 10px 0px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 2px;
    }

    .container_calendar {
        width: 40%;
        height: 323px;
        /* background-color: #5e1919; */
    }

    .day {
        width: 31px;
        height: 31px;
    }

    .event.holiday,
    .event {
        margin: 0px 12px;
    }

    .right_content {
        height: auto;
        padding-bottom: 30px;
        width: 60%;
        margin-bottom: 3rem;
    }

    .event_detail img {
        height: 12.5rem;
        width: 12.5rem;
    }

    .single_event_content .date_event h1 {
        padding: 35px 0px 10px 0px;
        font-size: 40px;
        line-height: 36px;
        letter-spacing: 2px;
    }

    .event_detail {
        gap: 1.5rem;
        flex-direction: unset;
    }

    .event_detail .left_content_detail {
        gap: 1rem;
    }

    .event_detail .cta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .hero img {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }

    /* CONTACT */
    .main_contact_container {
        flex-direction: unset;
        padding: 0;
    }

    .contact_right_content img {
        width: 100%;
        object-fit: cover;
    }

    .box {
        width: 5rem;
    }

    .partner_container p {
        font-size: 14px;
        line-height: 32px;
    }

    .partner_container img {
        height: 35px;
    }

    /* .subtitle_event_single {
    margin: unset !important;
  } */
    /* HOME 768px */
    .jumbotron {
        height: 448px;
        position: relative;
    }

    .jumbotron_text {
        z-index: 200;
        position: relative;
        top: 6rem;
    }

    .jumbotron .jumbotron_text h1 {
        color: #3a4065;
        font-size: 22pt;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        width: 20rem;
    }

    .jumbotron_text .search input {
        width: 229px;
        margin-top: 20px;
    }

    .jumbotron_image {
        margin-top: 32px;
        right: -24px;
        position: absolute;
    }

    .jumbotron_image img {
        width: 31rem;
        height: 389px;
        object-fit: cover;
    }

    /* Slider */
    .slider {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        /* margin-left: 40px; */
    }

    .slider_card-info .profile-name {
        font-size: 14px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .slider_card-info .title {
        text-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        font-size: 24px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
    }

    .slider_card-info .desc {
        text-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        font-size: 16px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .slider_card-info .cta a {
        text-align: center;
        font-size: 18px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.75px;
    }

    .slider_card-info .cta i {
        font-size: 24px;
    }

    .flickity-page-dots {
        display: none;
        position: unset;
        text-align: right;
        margin-right: 10px;
        width: unset;
    }

    .flickity-prev-next-button {
        margin-top: 190px;
        margin-left: -10px;
    }

    .flickity-prev-next-button.next {
        left: 80px;
    }

    .slider_card-info {
        width: 33.1rem;
        height: 210px;
        padding: 20px;
    }

    /* Method */
    section .heading h2 {
        font-size: 24px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .method .heading .hr-line {
        width: 60px;
    }

    .method-cards .method-item {
        width: 100%;
        margin-bottom: 80px;
    }

    .method-cards .method-item .cover-img {
        width: 100%;
    }

    .method-cards {
        gap: 20px;
    }

    .method-cards .method-item .information h4 {
        color: #3a4065;
        font-size: 16px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
    }

    .method-cards .method-item .information p {
        font-size: 12px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .method-cards .method-item .cover-img {
        width: 239px;
        height: 177px;
        object-fit: cover;
    }

    .method-cards .method-item .information {
        width: 208px;
        padding: 20px;
        top: 35px;
    }

    /* Ideas */
    .ideas {
        height: 20rem;
        background-color: #f9f9f9;
        margin-bottom: 5em;
        margin-top: 8em;
    }

    .ideas .heading {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .ideas .heading h2 {
        color: #3a4065;
        font-size: 24px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .ideas .heading .vr-line {
        height: 28px;
    }

    .ideas .ideas-item {
        width: 100%;
    }

    .ideas .ideas-item .img {
        width: 226px;
    }

    .ideas .ideas-item .img img {
        height: 140px;
    }

    .ideas .ideas-item .desc h5 {
        color: #c23c3b;
        font-size: 12px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .ideas .ideas-item .desc .ideas-quote {
        color: #4a4a4a;
        font-size: 8px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .quote .quote-container,
    .about__quote .quote-container {
        flex-direction: row;
        height: 100%;
        gap: 2rem;
        padding: 20px;
    }

    .path a {
        margin-top: 25px;
        text-align: right;
    }

    /* Path */
    .path {
        height: 100%;
        margin-bottom: -150px;
        padding-bottom: 50px;
    }

    .path .heading {
        margin-bottom: 30px;
    }

    .path .heading h2 {
        font-size: 24px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .path .heading img {
        width: 100px;
        height: 100px;
    }

    .path .path-card .img-fluid {
        width: 100%;
        height: fit-content;
        object-fit: cover;
    }

    .path .path-container .path-container_small {
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: end;
    }

    .path .path-container .small-card {
        width: 270px;
        height: auto;
    }

    .path .path-container .main-card {
        width: 520px;
        height: fit-content;
    }

    .path .path-container .card_three,
    .path .path-container .card_two {
        display: none;
    }

    .path .path-container .main-card>img {
        object-fit: cover;
        height: fit-content;
    }

    .path .path-container {
        flex-direction: unset;
        margin-top: 0;
        gap: 10px;
        justify-content: space-evenly;
    }

    .path-card.main-card .path_desc {
        width: 416px;
    }

    .path-card .path_author h6 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.9999998807907104px;
        color: #fff;
        margin-bottom: 8px;
    }

    .path-card .path_category {
        top: 7px;
        right: 10px;
        gap: 8px;
    }

    .path-card .path_desc {
        width: 270px;
    }

    .path-card .path_author {
        bottom: 20px;
        left: 9px;
        width: 17rem;
    }

    .path-card .path_desc {
        top: 20px;
        right: 9px;
    }

    /* Quote */
    .quote .quote-container .quote-img,
    .about__quote .quote-container .quote-img {
        width: 291px;
        height: 367px;
    }

    .quote .quote-container,
    .about__quote .quote-container {
        height: 353px;
    }

    .quote .quote-container .quote-text i,
    .about__quote .quote-container .quote-text i {
        font-size: 37px;
    }

    .quote .quote-container .quote-text h4,
    .about__quote .quote-container .quote-text h4 {
        font-size: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .quote .quote-container .quote-text p,
    .about__quote .quote-container .quote-text p {
        font-size: 12px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .quote,
    .about__quote {
        margin-top: 15rem;
    }

    /* Course */
    .course_desc h3,
    .about__course_desc h3 {
        color: #3a4065;
        font-size: 32px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 24px;
    }

    .course_desc p,
    .about__course_desc p {
        font-size: 12px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
        margin-bottom: 24px;
    }

    .course_counter .count_item h5,
    .about__course_counter .count_item h5 {
        font-size: 32px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
    }

    .course_counter .count_item p,
    .about__course_counter .count_item p {
        font-size: 16px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .course_preview img,
    .about__course_preview img {
        width: 358px;
        height: 233px;
    }

    .course,
    .about__course {
        background: linear-gradient(90deg,
                #f9f9f9 70%,
                #acb0c8 30%);
        padding-top: 0;
        padding-bottom: 0;
    }

    .course .course_preview,
    .about__course .about__course_preview {
        /* background: linear-gradient(
      90deg,
      #ffffff 50%,
      #acb0c8 50%
    ); */
        padding: 8.5rem 0rem 8.5rem 1.4rem;
        height: fit-content;
    }

    .course_desc .btn,
    .about__course_desc .btn {
        width: 18rem;
        justify-content: center;
        gap: 20px;
    }

    /* === ABOUT PAGE === */
    .intro {
        height: 35rem;
    }

    .intro_hero .hero_txt h1 {
        font-size: 40px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
    }

    .intro_hero .hero_img img {
        width: 510px;
        height: 330px;
        margin-right: -36px;
        object-fit: cover;
    }

    .intro_bio {
        width: 600px;
        height: 256px;
        padding: 20px;
        right: 3rem;
        top: -3rem;
        position: relative;
    }

    .intro_bio p {
        font-size: 12px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    /* Vision */
    .vision {
        height: 32rem;
    }

    /* .vision .heading h2 {
    font-size: 24px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.75px;
  } */

    /* Instructor */
    .instructor h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
        margin-bottom: 24px;
    }

    .instructor p {
        font-size: 18px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.75px;
    }

    .instructor .profile_img {
        width: 100%;
        height: 300px;
    }

    .instructor .profile_desc h4 {
        text-align: center;
        font-size: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        margin-top: -80px;
    }

    .instructor .profile_desc p {
        text-align: center;
        font-size: 14px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .instructor .profile_card {
        width: 221px;
        margin-bottom: 20px;
    }

    .instructor {
        background: linear-gradient(180deg,
                #f2d0d0 70%,
                #ffffff 30%);
        padding-top: 7em;
        /* padding-bottom: 3em; */
    }

    /* Believe */
    .believe .believe_1,
    .study .study_1 {
        padding: 40px;
        width: 60%;
        height: auto;
    }

    .believe-article {
        background-color: #f9f9f9;
    }

    .believe .believe_1 p,
    .study .study_1 p {
        font-size: 18px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
    }

    .believe .believe_1 h6,
    .study .study_1 h6 {
        font-size: 34px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .believe .believe_2 article,
    .study .study_2 article {
        width: 100%;
        padding: 10px;
    }

    .believe .believe_2 article h5 {
        font-size: 30px;
        line-height: 50px;
    }

    .believe .believe_2 article p,
    .study .study_2 article p {
        font-size: 14px;
    }

    .believe .believe_2 article a {
        font-size: 16px;
    }

    .believe .believe_2,
    .study .study_2 {
        width: 40%;
        padding: 0px 15px;
        height: max-content;
    }

    .contact_left_bg {
        width: 63vw;
        height: 24em;
        background-color: #f9f9f9;
        z-index: -999;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1024px) {
    .about-vision {
        background-color: #f9f9f9;
        padding: 40px;
    }

    .about-mission {
        padding: 40px;
    }

    .about-vision h1 {
        color: #4a4a4a;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .about-vision p {
        color: #4a4a4a;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    .about-mission h1 {
        color: #2c304c;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .about-mission li {
        color: #2c304c;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
        padding-bottom: 5px;
    }

    .expected_row .heading h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
    }

    .expected {
        margin-top: 155px;
    }

    .author_left .author_name h3 {
        width: 100%;
    }

    /* NAVBAR */
    .nav_responsive {
        gap: 1px;
    }

    /* calendar */
    .day {
        width: 44px;
        height: 44px;
    }

    /* NAVBAR */
    .navbar .nav-item {
        margin-top: 10px;
        margin-right: 24px;
    }

    /* course */
    .course_main {
        margin: 0 0 0 64px;
        padding-right: 0;
    }

    /* INDEX PAGE 1024 */
    /* jumbotron */
    .jumbotron_image img {
        width: 45rem;
        height: 389px;
        object-fit: cover;
    }

    .jumbotron .jumbotron_text h1 {
        font-size: 40pt;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        width: 40rem;
    }

    /* slider */
    .slider {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        /* margin-left: 64px; */
    }

    /* path */
    .path .path-container .card_three,
    .path .path-container .card_two {
        display: block;
    }

    .path .path-container .path-container_small {
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: end;
    }

    .path .path-container .main-card>img {
        object-fit: cover;
        height: 29rem;
    }

    .path {
        margin-bottom: -10em;
    }

    .path-card.main-card .path_desc {
        width: 376px;
        height: 5rem;
    }

    .path-card .path_author {
        bottom: 20px;
        left: 20px;
    }

    .path-card .path_author {
        bottom: 20px;
        left: 9px;
    }

    .path-card .path_desc {
        top: 20px;
        right: 9px;
    }

    .path-card .path_category p {
        padding: 5px 8px;
        font-size: 12px;
    }

    /* method */
    .method-cards .method-item .cover-img {
        width: 320px;
        height: 222px;
        object-fit: cover;
        opacity: 0;
        transition: all 0.5s;
    }

    .method-cards .method-item .information {
        width: 284px;
        padding: 20px;
    }

    .method-cards .method-item .information p {
        font-size: 16px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    /* ideas */
    .ideas {
        height: 15rem;
    }

    .ideas .heading {
        margin-top: 20px;
        width: 14rem;
    }

    .ideas .ideas-item .img img {
        height: 170px;
    }

    .ideas .heading .vr-line {
        height: 192px;
    }

    .ideas .ideas-item .img {
        width: 232px;
    }

    /* quote */
    .quote,
    .about__quote {
        margin-top: 17rem;
    }

    /* about page */
    .intro_hero .hero_img img {
        width: 661px;
        height: 364px;
        margin-right: -44px;
        object-fit: cover;
    }

    .intro_hero .hero_txt h1 {
        font-size: 60px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
    }

    .intro_bio {
        width: 827px;
        height: 312px;
        padding: 20px;
        right: 4rem;
        top: -1rem;
        position: relative;
    }

    .intro_bio p {
        font-size: 16px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    /* vision */
    .vision .heading {
        margin-top: 145px;
    }

    .vision {
        height: 35rem;
    }

    /* TRAINING PAGE */
    .believe .believe_2 article,
    .study .study_2 article {
        width: 100%;
        padding: 40px;
    }

    /* RESOURCE PAGE */
    .resource_search_title .search {
        width: 250px;
    }

    .resource_search_title {
        padding-left: 17.1rem;
    }

    .resource_title {
        display: flex;
        gap: 18rem;
    }

    /* .resource_subtitle {
    margin: 0px 34px;
  width: fit-content;
  } */

    /*CONTACT PAGE*/
    .contact_left_bg {
        width: 60vw;
        height: 24em;
        background-color: #f9f9f9;
        z-index: -999;
    }

    .contact_left_content {
        background: unset;
    }
}

@media only screen and (min-width: 1440px) {
    /* === REUSABLE === */

    .expected {
        margin-top: 90px;
    }

    .course_main {
        margin: 0 0 0 120px;
        padding-right: 0;
    }

    .path .path-container .card_three,
    .path .path-container .card_four {
        display: block;
    }

    .path .heading {
        margin-bottom: 100px;
    }

    .path {
        /* height: 120vh; */
        margin-bottom: -150px;
        padding-bottom: 50px;
    }

    .title_page {
        font-weight: 700;
        font-size: 80px;
        line-height: 88px;
        letter-spacing: 1px;
        color: #3a4065;
    }

    /* horizontal line */
    section .heading .hr-line {
        height: 4px;
        width: 96px;
        background: #c23c3b;
    }

    /* vertical line */
    section .heading .vr-line {
        height: 216px;
        width: 4px;
        background: #3a4065;
    }

    section .heading h2 {
        font-weight: 700;
        font-size: 36px;
        color: #3a4065;
        margin-left: 40px;
        line-height: 54px;
        letter-spacing: 0.75px;
    }

    /* === NAVBAR === */
    .navbar.bg-white {
        background-color: white;
    }

    .navbar.bg-light {
        background-color: #e9e9e9 !important;
    }

    .navbar-brand img {
        display: block;
        width: 218.36px;
        height: 49.83px;
    }

    .navbar .nav-item {
        margin-top: 10px;
        margin-right: 44px;
    }

    .navbar .nav-item a {
        font-weight: 300;
        font-size: 18px;
        color: #3a4065;
    }

    .navbar .nav-item .active {
        font-weight: 700;
        color: #3a4065;
    }

    .navbar .nav-link img {
        display: block;
        width: 27.09px;
        height: 27.09px;
    }

    /* NAVBAR RESPONSIVE */
    .navbar-toggler {
        width: 20px;
        height: 20px;
        position: relative;
        transition: 0.5s ease-in-out;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
    }

    .navbar-toggler span {
        margin: 0;
        padding: 0;
    }

    .toggler-icon {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #d3531a;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }

    .middle-bar {
        margin-top: 0px;
    }

    /* when navigation is clicked */

    .navbar-toggler .top-bar {
        margin-top: 0px;
        transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler .bottom-bar {
        margin-top: 0px;
        transform: rotate(-135deg);
    }

    /* State when the navbar is collapsed */

    .navbar-toggler.collapsed .top-bar {
        margin-top: -20px;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        margin-top: 20px;
        transform: rotate(0deg);
    }

    /* Color of 3 lines */

    .navbar-toggler.collapsed .toggler-icon {
        background: #4a4a44;
    }

    /* === JUMBOTRON === */
    .jumbotron {
        height: 555px;
        position: relative;
    }

    .jumbotron_text {
        margin-top: 110px;
        width: 100%;
        z-index: 200;
    }

    .jumbotron_text h1 {
        font-size: 40pt;
        line-height: 88px;
        font-weight: 700;
        color: #4a4a44;
    }

    .jumbotron_text .search {
        position: relative;
    }

    .jumbotron_text .search input {
        height: 56px;
        width: 325px;
        text-indent: 25px;
        border: 2px solid #d6d4d4;
        border-radius: 0;
    }

    .jumbotron_text .search input:focus {
        box-shadow: none;
        border: 2px solid blue;
    }

    .jumbotron_text .search .fa-search {
        position: absolute;
        top: 20px;
        left: 16px;
    }

    .jumbotron_image {
        position: absolute;
        right: -55px;
    }

    .jumbotron_image img {
        width: 45rem;
        height: 389px;
        object-fit: cover;
    }

    .jumbotron_image img {
        width: 63rem;
        height: 503px;
        object-fit: cover;
    }

    .jumbotron .jumbotron_text h1 {
        font-size: 40pt;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        width: 40rem;
    }

    /* === SLIDER === */
    .slider {
        /* margin-top: -20px; */
        margin-bottom: 80px;
        margin-left: 120px;
    }

    .slider_card {
        position: relative;
        margin-right: 30px;
        z-index: -999;
    }

    .slider_card-info {
        display: none;
        width: 559px;
        height: 244px;
        background: #c23c3b !important;
        position: absolute;
        bottom: -50px;
        right: 0;
        padding: 32px 36px;
        color: #fff;
    }

    .slider_card.is-selected .slider_card-info {
        display: block;
        animation: fadeInAnimation ease 0.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    .slider_card-info .profile-img {
        width: 24px;
        height: 24px;
    }

    .slider_card-info .profile-name {
        margin-left: 12px;
        font-weight: 500;
        font-size: 14px;
    }

    .slider_card-info .title {
        font-weight: 700;
        font-size: 24px;
        margin-top: 13.5px;
        margin-bottom: 12px;
    }

    .slider_card-info .desc {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .slider_card-info .cta a {
        font-weight: 500;
        font-size: 18px;
        margin-right: 20px;
    }

    .slider_card-info .cta i {
        font-size: 20px;
    }

    .slider_card-info .event-box {
        height: 23px;
        width: 47px;
        padding: 4px 8px;
        background: #fff;
        color: #c23c3b;
        margin-right: 12px;
    }

    .slider_card-info .event-box p {
        font-size: 10px;
        text-align: center;
        font-weight: 600;
    }

    .slider_card-info .date {
        font-weight: 400;
        font-size: 14px;
    }

    .slider_card img {
        height: 400px;
        width: 800px;
    }

    .flickity-button {
        background: #c23c3b;
    }

    .flickity-button:hover {
        background: #c23b3bad;
    }

    .flickity-prev-next-button {
        width: 64px;
        height: 64px;
        border-radius: 5px;
    }

    .flickity-button-icon {
        fill: white;
    }

    .flickity-page-dots .dot.is-selected {
        background: #c23c3b;
    }

    .flickity-page-dots {
        left: 550px;
        bottom: 50px;
    }

    .flickity-viewport {
        height: 500px !important;
    }

    /* === METHOD === */
    .method {
        margin-top: 5em;
        height: 60vh;
        background-image: url("../img/bg/book-bg.png");
        background-repeat: no-repeat;
        background-position: right top;
    }

    .method .heading {
        align-items: center;
    }

    .method-cards {
        margin-top: 25px;
    }

    .method-cards .method-item {
        width: 400px;
        position: relative;
    }

    .method-cards .method-item .cover-img {
        width: 400px;
        height: 250px;
        opacity: 0;
        transition: all 0.5s;
    }

    .method-cards .method-item .information {
        width: 320px;
        height: 174px;
        background: #fff;
        position: absolute;
        bottom: 0px;
        padding: 20px;
        -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    .method-cards .method-item .information .round {
        width: 29px;
        height: 29px;
        border-radius: 50%;
        background-color: #c23c3b;
        margin-right: 16px;
    }

    .method-cards .method-item .information h4 {
        color: #3a4065;
        font-weight: 700;
        font-size: 20px;
    }

    .method-cards .method-item .information p {
        font-weight: 400;
        font-size: 16px;
        color: #4f4f4f;
        margin-top: 8px;
    }

    .reset-opacity {
        opacity: 1 !important;
        transition: all 0.5s;
    }

    .method-cards .method-item .information:hover {
        -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    /* === IDEAS === */
    .ideas {
        height: 50vh;
        background-color: #f9f9f9;
        margin-bottom: 5em;
        margin-top: 10em;
    }

    .ideas .heading {
        margin-top: 60px;
        margin-right: 50px;
        position: relative;
        width: 80rem;
    }

    .ideas .ideas-item,
    .ideas .ideas-item_mobile {
        width: 309px;
        transition: all 0.5s;
        margin-top: -2em;
    }

    .ideas .ideas-item {
        -webkit-animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        transition: all 0.5s;
        background-color: white;
    }

    .ideas .ideas-item:hover {
        -webkit-animation: slide-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: slide-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        transition: all 0.5s;
        background-color: white;
    }

    .hide-ideas {
        display: none;
        transition: all 0.5s;
    }

    /* .slide-up {
    -webkit-animation: slide-up 0.5s
      cubic-bezier(-0.25, -0.46, -0.45, -0.94) both;
    animation: slide-up 0.5s
      cubic-bezier(-0.25, -0.46, -0.45, -0.94) both;
    transition: all 0.5s;
  } */

    .ideas .ideas-item .img,
    .ideas .ideas-item_mobile .img {
        width: 309px;
        /* height: 291px; */
        background: gray;
        transition: all 0.5s;
    }

    .ideas .ideas-item .img img,
    .ideas .ideas-item_mobile .img img {
        width: 100%;
        height: 291px;
        object-fit: cover;
    }

    .ideas .ideas-item .desc,
    .ideas .ideas-item_mobile .desc {
        margin-top: -20px;
        padding: 39.5px 15px 15px 15px;
    }

    .ideas .ideas-item .desc h5,
    .ideas .ideas-item_mobile .desc h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.75px;
        color: #c23c3b;
        margin-bottom: 8px;
    }

    .ideas .ideas-item .desc .author,
    .ideas .ideas-item_mobile .desc .author {
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.75px;
        color: #4f4f4f;
        margin-bottom: 12px;
    }

    .ideas .ideas-item .desc .ideas-quote,
    .ideas .ideas-item_mobile .desc .ideas-quote {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.75px;
        color: #4a4a44;
        margin-bottom: 15px;
        height: 100%;
    }

    .ideas .ideas-item .social-media,
    .ideas .ideas-item_mobile .social-media {
        color: #4a4a4a;
        font-size: 22px;
    }

    .ideas .ideas-item .social-media i,
    .ideas .ideas-item_mobile .social-media i {
        margin-right: 19px;
    }

    .ideas .heading h2 {
        color: #3a4065;
        font-size: 35px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.75px;
    }

    /* === PATH === */
    .path {
        margin-bottom: -10em;
    }

    .path .heading .vr-line {
        height: 72px;
        background: #c23c3b;
    }

    .path .heading img {
        width: 383.29px;
        height: 351.85px;
    }

    .path .heading h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 54px;
        letter-spacing: 0.75px;
        color: #3a4065;
    }

    .path .path-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 10px;
        margin-top: -60px;
    }

    .path .path-container .path-container_small {
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: end;
    }

    .path .path-container .main-card {
        width: 520px;
        height: 606px;
    }

    .path .path-container .small-card {
        width: 360px;
        height: auto;
    }

    .path-card .path_category {
        top: 10px;
        /* left: 20px; */
        gap: 8px;
    }

    .path-card .path_category p {
        padding: 8px 12px;
        background-color: #fff;
        color: #c23c3b;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0.75px;
    }

    .path-card .path_author {
        bottom: 20px;
        left: 20px;
        width: 20rem;
    }

    .path-card .path_author h6 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.9999998807907104px;
        color: #fff;
        margin-bottom: 8px;
    }

    .path-card .path_author p {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0.75px;
        color: #fff;
    }

    .path a {
        margin-top: 40px;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.75px;
        text-align: right;
        display: block;
        color: #c23c3b;
    }

    .path-card .path_desc {
        padding: 12px;
        background-color: #c23c3b;
        width: 360px;
        position: relative;
        top: 20px;
        right: 20px;
        display: none;
        -webkit-animation: slide-up_path 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: slide-up_path 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    .path_desc-toggle {
        display: block !important;
    }

    .path-card.main-card .path_desc {
        width: 520px;
    }

    .path-card .path_desc p,
    .path-card .path_desc a {
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.75px;
        color: #f2f2f2;
    }

    .path-card .path_desc a {
        display: inline;
        cursor: pointer;
    }

    .path .path-container .main-card>img {
        object-fit: cover;
        height: 37.9rem;
    }

    /* === QUOTE === */
    .quote {
        height: 100%;
        margin-top: 160px;
    }

    .quote .quote-container {
        width: 100%;
        height: 509px;
        background-color: #c23c3b;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 80px;
        align-items: center;
    }

    .quote .quote-container .quote-img {
        width: 415px;
        height: 523px;
        margin-top: -150px;
    }

    .quote .quote-container .quote-img img {
        width: 100%;
        height: 100%;
        box-shadow: 1em 1em #22222230;
    }

    .quote .quote-container .quote-text {
        color: white;
    }

    .quote .quote-container .quote-text i {
        font-size: 50px;
    }

    .quote .quote-container .quote-text h4 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 48px;
        font-weight: 700;
        line-height: 72px;
    }

    .quote .quote-container .quote-text p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.75px;
    }

    /* === COURSE === */
    .course_desc h3 {
        font-size: 56px;
        font-weight: 700;
        line-height: 56px;
        color: #4a4a4a;
        margin-bottom: 24px;
    }

    .course_desc p {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.75px;
        color: #4a4a4a;
        margin-bottom: 40px;
    }

    .course_counter .count_item h5 {
        font-size: 40px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 0.9999998807907104px;
        color: #c23c3b;
    }

    .course_counter .count_item p {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0.75px;
        color: #000;
    }

    .course_desc .btn {
        padding: 20px 32px;
        width: 214px;
        height: 56px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #c23c3b;
        border-color: #c23c3b;
    }

    .course_preview img {
        width: 636.56px;
        height: 371px;
        margin-top: 50px;
    }

    .course .course_preview,
    .about__course .about__course_preview {
        background: unset;
        padding: 9rem 0rem;
        height: fit-content;
    }

    /* === ABOUT__COURSE === */
    .about__course {
        /* margin-bottom: 80px; */
        height: auto;
        background: linear-gradient(90deg,
                #f9f9f9 60%,
                #acb0c8 40%);
        padding-top: 10em;
        padding-bottom: 13em;
    }

    .about__course_desc h3 {
        font-size: 56px;
        font-weight: 700;
        line-height: 56px;
        color: #4a4a4a;
        margin-bottom: 24px;
    }

    .about__course_desc p {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.75px;
        color: #4a4a4a;
        margin-bottom: 40px;
    }

    .about__course_counter .count_item h5 {
        font-size: 40px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 0.9999998807907104px;
        color: #c23c3b;
    }

    .about__course_counter .count_item p {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0.75px;
        color: #000;
    }

    .about__course_desc .btn {
        padding: 20px 32px;
        width: 214px;
        height: 56px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #c23c3b;
        border-color: #c23c3b;
    }

    .about__course_preview img {
        width: 659.56px;
        height: 371px;
        /* margin-top: 50px; */
    }

    /* === ABOUT__QUOTE === */
    .about__quote {
        height: 100%;
        margin-top: 0px;
    }

    .about__quote .quote-container {
        width: 100%;
        height: 509px;
        background-color: #c23c3b;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 80px;
        align-items: center;
        margin-top: 15rem;
    }

    .about__quote .quote-container .quote-img {
        width: 415px;
        height: 523px;
        margin-top: -150px;
    }

    .about__quote .quote-container .quote-img img {
        width: 100%;
        height: 100%;
        box-shadow: 1em 1em #22222230;
    }

    .about__quote .quote-container .quote-text {
        color: white;
    }

    .about__quote .quote-container .quote-text i {
        font-size: 50px;
    }

    .about__quote .quote-container .quote-text h4 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 48px;
        font-weight: 700;
        line-height: 72px;
    }

    .about__quote .quote-container .quote-text p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.75px;
    }

    /* === FOOTER === */

    .footer_faq {
        color: #fff;
        background-color: #3a4065;
        padding: 60px 40px;
    }

    .footer_faq .cta h2 {
        font-size: 56px;
        font-weight: 600;
        line-height: 84px;
        letter-spacing: 0.9999998807907104px;
        margin-bottom: 20px;
    }

    .footer_faq .cta p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.9999998807907104px;
        margin-bottom: 20px;
    }

    .footer_faq .cta .btn {
        padding: 20px 32px;
        width: 214px;
        height: 56px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border: unset;
        background-color: #fff;
        color: #4a4a4a;
    }

    .footer_faq .faq_links {
        width: 487px;
    }

    .footer_faq .faq_links h6 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.9999998807907104px;
        margin-bottom: 20px;
    }

    .footer_faq .faq_links a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.75px;
        margin-bottom: 20px;
    }

    .footer_nav {
        background-color: #2c304c;
        padding: 40px 80px;
        color: #fff;
    }

    .footer_nav .footer_logo {
        width: 218.45px;
        height: 50px;
    }

    .footer_nav .social_media h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.75px;
        margin-bottom: 14px;
    }

    .footer_nav .social_media a {
        font-size: 24px;
        margin-right: 12px;
    }

    .footer_nav .bottom_nav {
        margin-top: 20px;
    }

    .footer_nav .bottom_nav p {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.25px;
    }

    .footer_nav .bottom_nav ul {
        list-style: none;
    }

    .footer_nav .bottom_nav ul a {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.75px;
    }

    /* === ABOUT PAGE === */
    /* === INTRO === */
    .intro {
        height: 50rem;
    }

    .intro_hero .hero_txt h1 {
        font-size: 80px;
        font-weight: 700;
        line-height: 88px;
        letter-spacing: 0.9999998807907104px;
        color: #3a4065;
        margin-bottom: 100px;
    }

    .intro_hero .hero_img img {
        width: 950px;
        height: 560px;
        margin-right: -72px;
    }

    .intro_bio {
        width: 918px;
        height: 324px;
        padding: 20px;
        right: 13rem;
        top: -4rem;
        position: relative;
        background-color: #c23c3b;
        color: #fff;
    }

    .intro_bio p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.75px;
    }

    .intro_bio p:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* === VISION === */
    .vision .heading {
        margin-top: 130px;
    }

    /* .vision {
    height: 70vh;
  } */

    /* === INSTRUCTOR === */
    .instructor {
        background: linear-gradient(180deg,
                #f2d0d0 70%,
                #ffffff 30%);
        padding-top: 7em;
        padding-bottom: 3em;
    }

    .instructor h2 {
        font-family: "Poppins", sans-serif;
        font-size: 56px;
        font-weight: 600;
        line-height: 84px;
        letter-spacing: 1px;
        color: #000;
        margin-bottom: 16px;
    }

    .instructor p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.75px;
        color: #4f4f4f;
        margin-bottom: 60px;
    }

    .instructor .profile_img img {
        display: block;
        width: 100%;
        object-fit: cover;
        height: 17rem;
    }

    .instructor .profile_img {
        width: 275px;
        height: 380px;
    }

    .instructor .profile_card {
        width: 289px;
        margin-bottom: 20px;
    }

    .instructor .profile_desc h4 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.9999998807907104px;
        color: #4f4f4f;
        margin-bottom: 12px;
    }

    .instructor .profile_desc p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.75px;
        color: #4f4f4f;
    }

    .instructor a {
        display: block;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.75px;
        color: #c23c3b;
        text-align: right;
    }

    /* === BELIEVE & STUDY === */
    /* d-flex flex-column flex-md-row justify-content-md-between */
    .believe {
        margin-top: 0px;
    }

    .believe .believe_1,
    .study .study_1 {
        background-color: #2c304c;
        width: 60%;
        padding: 80px 100px;
    }

    .study .study_1 {
        background-image: url("../img/bg/book-red-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1447px;
    }

    .believe .believe_2,
    .study .study_2 {
        width: 40%;
        padding: 0px 25px;
        height: max-content;
    }

    .study .study_2 {
        padding: 75px 80px 0 40px;
    }

    .believe .believe_1 p,
    .study .study_1 p {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 1px;
        color: #fff;
        margin-bottom: 12px;
    }

    .believe .believe_1 h6 {
        font-size: 48px;
        font-weight: 700;
        line-height: 72px;
        letter-spacing: 0.75px;
        color: #fff;
    }

    .study .study_1 h6 {
        font-size: 48px;
        font-weight: 400;
        line-height: 72px;
        letter-spacing: 0.75px;
        color: #fff;
    }

    .believe .believe_2 article,
    .study .study_2 article {
        margin-bottom: 0px;
        width: 100%;
        padding: 40px;
    }

    .study .study_2 article {
        margin-top: 0;
    }

    .believe .believe_2 article h5 {
        font-size: 48px;
        font-weight: 700;
        line-height: 72px;
        letter-spacing: 0.75px;
        color: #2c304c;
        margin-bottom: 15px;
    }

    .study .study_2 article h5 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
        color: #2c304c;
        margin-bottom: 15px;
    }

    .believe .believe_2 article p,
    .study .study_2 article p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.75px;
        color: #2c304c;
        margin-bottom: 15px;
    }

    .believe .believe_2 article a {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.9999998807907104px;
        color: #2c304c;
    }

    /* === TRAINING PAGE === */
    .expected {
        height: 90vh;
    }

    .expected .heading {
        margin-bottom: 70px;
        margin-top: 20px;
    }

    .expected_row .heading {
        margin-bottom: 10px;
    }

    .expected_row .heading .vr-line {
        height: 40px;
        background-color: #c23c3b;
    }

    .expected_row .heading h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
        color: #c23c3b;
    }

    .expected_row p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.75px;
    }

    .expected .expected_card {
        margin-bottom: 48px;
    }

    /* === EVENTS === */
    .events {
        margin-top: 100px;
    }

    .events .heading {
        margin-bottom: 40px;
    }

    section.events .heading .vr-line {
        height: 72px;
        width: 4px;
        background: #c23c3b;
    }

    /* RESOURCE STYLING */
    /* title */
    .resource_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .resource_title h1 {
        font-weight: 700;
        font-size: 80px;
        line-height: 88px;
        letter-spacing: 1px;
        color: #3a4065;
    }

    input.search {
        width: 385px;
        border: 1px solid #555;
        display: block;
        padding: 9px 4px 9px 40px;
        background: transparent url("/img/resource/search-icon.svg") no-repeat 13px;
    }

    input:focus {
        outline: none;
    }

    /* subtitle */
    .resource_subtitle {
        color: #4a4a44;
        border-left: 2px solid #c23c3b;
        /* margin: 0px 62px; */
        /* width: fit-content; */
    }

    .resource_subtitle>h2 {
        margin-left: 15px;
        margin-top: 2em;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 0.75px;
        color: #393a4e;
        width: 65%;
    }

    /* filter button */
    #filterButton {
        display: none;
    }

    button.filter_button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        text-align: center;
        width: 100%;
        height: 56px;
        background-color: #fff;
        border: 1px solid #3a4065;
        color: #3a4065;
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.75px;
        cursor: pointer;
    }

    /* aside menu */
    .resource_content_container {
        display: flex;
        gap: 1.5rem;
        margin-top: 2.5rem;
        margin-bottom: 7rem;
        color: #4a4a4a;
    }

    .resource_aside_menu {
        width: 22rem;
        height: fit-content;
        padding: 15px 30px;
        background-color: #fff3f3;
        letter-spacing: 1px;
        /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px
      2.6px; */
    }

    .responsive_nav_aside {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        gap: 2rem;
        padding: 10px 0px 25px 0px;
    }

    .responsive_nav_aside>h4 {
        padding: 0 !important;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 1px;
        color: #4a4a44;
    }

    .button_responsive_aside {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .button_responsive_aside .reset_card {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 48px;
        padding: 12px 20px;
        background: #ffffff;
        cursor: pointer;
    }

    .button_responsive_aside .reset_card>img {
        height: 16px;
        width: 16px;
    }

    .button_responsive_aside .apply_button {
        height: 48px;
        padding: 12px 20px;
        background-color: #c23c3b;
        cursor: pointer;
    }

    .resource_aside_menu h4 {
        margin: 0;
        padding-bottom: 18px;
    }

    .resource_aside_menu .resource_item {
        display: flex;
        align-items: center;
        line-height: 2.7rem;
    }

    .resource_aside_menu .resource_item p {
        padding-left: 10px;
        font-weight: 900;
    }

    .resource_aside_menu .resource_item label {
        padding-left: 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
        color: #4a4a4a;
    }

    .resource_aside_menu .topics_side>p,
    .teachers_side>p {
        padding-top: 1.4rem;
        color: #c23c3b;
        cursor: pointer;
    }

    .resource_aside_menu .topics_side>p:hover,
    .teachers_side>p:hover {
        color: #911f1e;
    }

    .topics_side h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 1px;
        color: #4a4a44;
    }

    .teachers_side h4 {
        padding-top: 25px;
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 1px;
        color: #4a4a44;
    }

    /* content item */
    .resource_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 0px;
    }

    .resource_card_container {
        position: relative;
        color: #fff;
        margin-right: 20px;
    }

    .resource_card_container p {
        margin: 0;
    }

    .resource_card_container .resource_category_card {
        position: absolute;
        text-align: center;
        vertical-align: middle;
        line-height: 23px;
        top: 10px;
        right: 10px;
        border: 1px solid white;
        background-color: white;
        opacity: 40%;
        height: 25px;
        width: 65px;
    }

    .resource_card_container .resource_category_card_second {
        position: absolute;
        text-align: center;
        vertical-align: middle;
        line-height: 23px;
        top: 10px;
        right: 85px;
        border: 1px solid white;
        background-color: white;
        opacity: 40%;
        height: 25px;
        width: 65px;
    }

    .resource_card_container .resource_category_card>p,
    .resource_category_card_second>p {
        font-size: 10px;
        font-weight: 700;
        color: red !important;
    }

    .resource_card_container .resource_author_main_container {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 200px;
        left: 10px;
        margin: 0;
    }

    .resource_card_container .resource_author_main_container>p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .resource_author_main_container .author {
        display: flex;
        gap: 0.7rem;
    }

    .resource_author_main {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .resource_author_main p {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.75px;
    }

    .resource_container .load_more {
        display: flex;
        grid-column: span 2;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 15px;
        font-size: large;
        padding-top: 30px;
        padding-bottom: 100px;
        color: red;
    }

    .resource_container .load_more>p {
        cursor: pointer;
    }

    .whatsapp_icon {
        position: relative;
        float: right;
        top: -5rem;
    }

    .whatsapp_icon img {
        width: 100px;
        height: 100px;
    }

    /* all input styling */
    input[type="checkbox"] {
        outline: none;
        accent-color: red;
        transform: scale(1.5);
    }

    /* RESOURCE SEARCH RESULT */
    body.result_body {
        background-color: white;
    }

    /* title */
    .resource_search_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 2rem;
        padding-bottom: 2.5;
        padding-left: 20.8rem;
    }

    .resource_search_title .search {
        width: 315px;
    }

    .resource_search_title h1 {
        font-size: 3.5rem;
        font-weight: 900;
        color: #393a4e;
    }

    .resource_search_title p {
        font-weight: 900;
        color: #393a4e;
    }

    /* SEARCH HISTORY */
    .searched_history_card p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }

    .remove_item {
        color: #c23c3b;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
        cursor: pointer;
    }

    /* main content */
    .main_result_container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
        color: #4a4a4a;
    }

    .resource_result_container {
        display: flex;
        align-self: stretch;
    }

    .result_wording_box {
        height: 230px;
        /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

    .result_search_card {
        margin: 30px;
        line-height: 2rem;
    }

    .category_result_box {
        display: flex;
        text-align: center;
        gap: 0.3rem;
    }

    .category_result {
        border: 1px solid rgb(255, 4, 4);
        background-color: white;
        height: 26px;
        width: 120px;
    }

    .category_result p {
        color: red;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 0.75px;
        position: relative;
        top: -3px;
    }

    .result_wording h1 {
        padding-top: 15px;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.75px;
    }

    .result_wording>p {
        padding-top: 15px;
        letter-spacing: 0.75px;
        line-height: 25px;
        font-size: 16px;
    }

    .search_author {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
    }

    img.result_image {
        object-fit: cover;
        width: 230px;
        height: 230px;
    }

    .main_result_container .load_more {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 15px;
        font-size: large;
        font-weight: 500;
        padding-top: 30px;
        /* padding-bottom: 100px; */
        color: red;
    }

    .main_result_container .load_more>p {
        cursor: pointer;
    }

    /* RESOURCE AUTHOR */
    .title_other_author {
        border-left: 2px solid #c23c3b;
    }

    .title_other_author>p {
        font-weight: 700;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 1px;
        color: #4a4a4a;
        margin-left: 15px;
        margin-bottom: 45px;
    }

    .resource_author_container {
        height: auto;
        background-color: #3a4065;
    }

    .author_hero_content {
        display: flex;
        gap: 4rem;
        padding: 60px 0px;
        align-self: center;
        justify-content: center;
    }

    .author_left {
        display: flex;
        color: white;
        width: 100%;
        gap: 1.5rem;
    }

    .author_left img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }

    .author_left .author_name h3 {
        font-weight: 700;
        font-style: 24px;
        line-height: 36px;
        letter-spacing: 1px;
    }

    .author_left .author_name p {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .author_left .author_name {
        width: 17rem;
    }

    .author_right p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 1px;
        color: white;
    }

    .author_profil_container {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 2rem;
        line-height: 3.2rem;
    }

    .profil_box img {
        width: 305px;
        height: 314px;
        object-fit: cover;
    }

    .profil_box h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 1px;
        color: #4f4f4f;
        padding-top: 1.3rem;
    }

    .profil_box p {
        font-weight: 500;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 1px;
        color: #c23c3b;
        cursor: pointer;
    }

    .see_more_button {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        margin: 3rem 0rem 10rem 0rem;
        font-weight: 500;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 0.75px;
        color: #c23c3b;
    }

    .see_more_button>p {
        cursor: pointer;
        font-weight: 500;
    }

    /* RESOURCE PAGE */
    .navbar .nav_page a {
        font-weight: 300;
        font-size: 18px;
        color: #ffffff;
    }

    .navbar .nav_page .active {
        font-weight: 700;
        color: #ffffff;
    }

    .cover {
        top: 0;
        left: 0;
        width: 100%;
        height: 620px;
        background: url("/img/resource/image-2.svg") no-repeat 50% 50% / cover;
    }

    .resource_page_card {
        position: relative;
        bottom: -23rem;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .category_page_box {
        display: flex;
        text-align: center;
        gap: 0.3rem;
    }

    .category_page {
        background-color: white;
        height: 26px;
        width: 120px;
    }

    .category_page p {
        color: red;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 0.75px;
        position: relative;
        top: -3px;
    }

    .page_subtitle {
        font-size: 50px;
        font-weight: 600;
        line-height: 75px;
        letter-spacing: 1px;
        color: #fff;
        padding: 0;
    }

    .post_main {
        display: flex;
        gap: 5rem;
    }

    .date_post {
        color: #777777;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .author_biography_container {
        margin: 40px 0px;
    }

    .author_biography {
        display: flex;
        gap: 2rem;
        background-color: #f9f9f9;
        padding: 20px;
        color: #4f4f4f;
    }

    .author_biography>img {
        width: 120px;
        height: 120px;
        background-repeat: no-repeat;
        object-fit: cover;
    }

    .author_biography h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }

    .author_biography p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.75px;
    }

    .author_biography .biography_card {
        justify-content: center;
        align-items: center;
        margin-right: 5rem;
    }

    .post_first_col p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.75px;
        color: #4a4a4a;
    }

    .post_second_col .mail_box>input {
        width: 325px;
        height: 56px;
        outline: none;
        margin-bottom: 20px;
    }

    .mail_box>input[placeholder] {
        padding-left: 20px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.75px;
    }

    .mail_box>button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        color: #fff;
        background-color: #c23c3b;
        width: 174px;
        height: 56px;
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.75px;
        border: none;
    }

    .post_quote_top,
    .post_quote_bottom {
        font-family: "Baskervville", serif;
        font-size: 40px;
        border-left: 2px solid #911f1e;
        padding-left: 24.5px;
        line-height: 58px;
        letter-spacing: 0.75px;
        color: #911f1e;
    }

    .post_quote_top {
        margin-top: 15rem;
    }

    .post_quote_bottom {
        margin-top: 40rem;
    }

    .social_icon {
        display: flex;
        align-items: center;
        gap: 1rem;
        color: #4a4a4a;
        margin-top: 10px;
        margin-left: 30px;
    }

    .social_icon p {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.75px;
    }

    .social_icon>i {
        color: #c23c3b;
        cursor: pointer;
    }

    .other_author_display {
        margin-top: 60px;
    }

    .resource_page_author {
        color: #4f4f4f;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .resource_page_author .author {
        display: flex;
        gap: 0.75rem;
        line-height: 24px;
        letter-spacing: 0.75px;
        margin: 15px 0px;
    }

    .resource_page_author p {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .title_other_page {
        border-left: 2px solid #c23c3b;
    }

    .title_other_page>p {
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: 0.75px;
        color: #393a4e;
        margin-left: 15px;
        margin-bottom: 25px;
    }

    .page_card_container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
        color: #fff;
        margin-right: 20px;
    }

    .page_card_container .page_category_card {
        position: absolute;
        text-align: center;
        vertical-align: middle;
        line-height: 23px;
        top: 1.5rem;
        left: 21rem;
        border: 1px solid white;
        background-color: white;
        opacity: 40%;
        /* height: 25px;
    width: 65px; */
    }

    .page_card_container .page_category_card>p {
        padding: 0px 5px;
    }

    .page_card_container .page_category_card_second {
        position: absolute;
        text-align: center;
        vertical-align: middle;
        line-height: 23px;
        top: 10px;
        right: 85px;
        border: 1px solid white;
        background-color: white;
        opacity: 40%;
        height: 25px;
        width: 65px;
    }

    .page_card_container .page_category_card>p,
    .page_category_card_second>p {
        font-size: 10px;
        font-weight: 700;
        color: red !important;
    }

    .page_card_container .page_author_container {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 1.5rem;
        left: 1rem;
        margin: 0;
        line-height: 2rem;
        letter-spacing: 0.75px;
        color: white;
    }

    .page_author {
        display: flex;
        gap: 1rem;
    }

    .page_author_container>p {
        font-weight: 700;
        letter-spacing: 1px;
    }

    .page_card_container>img {
        width: 413.33px;
        height: 280px;
    }

    /* EVENT PAGE */
    .main_event_container {
        display: flex;
        margin-top: 5em;
    }

    .right_content {
        border: 1px solid #dddddd;
        width: 738px;
        margin-bottom: 10rem;
    }

    .right_content_detail img {
        background-repeat: no-repeat;
        object-fit: cover;
        height: 200px;
        width: 200px;
    }

    /* CALENDAR STYLING START */
    .container_calendar {
        width: 479px;
        height: 453px;
        background-color: #fff;
    }

    .header {
        padding: 10px;
    }

    .header #month {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0.75px;
    }

    .header i {
        color: #c23c3b;
    }

    button {
        width: 45px;
        cursor: pointer;
        border: none;
        outline: none;
        padding: 5px;
        border-radius: 3px;
        color: white;
    }

    .header button {
        background-color: transparent;
    }

    .weekdays {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #eee;
        font-size: 17px;
        color: #000;
        font-weight: 800;
    }

    .weekdays div {
        width: 100px;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .month_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #calendar {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .day {
        width: 58px;
        height: 58px;
        padding: 0px;
        cursor: pointer;
        margin: 5px;
        box-sizing: border-box;
        color: #4a4a4a;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        justify-content: center;
    }

    .day:hover {
        background-color: rgba(112, 111, 211, 0.1);
        color: #706fd3;
    }

    #currentDay {
        border: 2px solid #c23c3b;
        color: #c23c3b;
    }

    .event {
        font-size: 10px;
        padding: 3px;
        color: #fff;
        border-radius: 50%;
        max-height: 55px;
        overflow: hidden;
        width: 6px;
        height: 6px;
        background: #333;
        margin: 0px 26.5px;
    }

    .event.holiday {
        background-color: rgb(161, 54, 154);
        color: #3d3d3d;
        width: 6px;
        height: 6px;
        margin: 0px 26.5px;
        border-radius: 50%;
    }

    .plain {
        cursor: default;
        box-shadow: none;
    }

    #modal {
        display: none;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #addEvent,
    #viewEvent {
        display: none;
        width: 350px;
        background-color: #fff;
        padding: 25px;
        position: relative;
        z-index: 20;
        bottom: 285px;
        left: 90px;
    }

    #addEvent h2,
    #viewEvent h2 {
        font-weight: 500;
        margin-bottom: 10px;
    }

    #txtTitle {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
        border-radius: 3px;
        outline: none;
        border: 1px solid #cbd4c2;
        font-size: 16px;
    }

    #btnSave {
        background-color: #2ed573;
        width: 3.5rem;
    }

    .btnClose {
        background-color: #2f3542;
        width: 3.5rem;
    }

    #viewEvent p {
        margin-bottom: 20px;
    }

    #btnDelete {
        background-color: #ea2027;
        width: 3.8rem;
    }

    .error {
        border-color: #ea2027 !important;
        width: 3.5rem;
    }

    /* right content calendar */
    .date_event {
        border-bottom: 1px solid #dddddd;
        padding: 20px 0px;
    }

    .date_event h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 2px;
        color: #c23c3b;
    }

    .event_detail_container {
        display: grid;
        grid-template-columns: repeat(1, auto);
        gap: 15px;
    }

    .event_detail {
        display: flex;
        justify-content: space-between;
        margin-top: 23px;
    }

    /* .event_detail .left_content_detail {
    border-left: 2px solid #c23c3b;
    padding-left: 15px;
  } */

    .left_content_detail {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .left_content_detail>p {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.75px;
        color: #c23c3b;
    }

    .left_content_detail h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.75px;
    }

    .left_content_detail .event_detail_desc {
        color: #4a4a44;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.75px;
    }

    .event_detail img {
        width: 200px;
        height: 198px;
    }

    .event_detail .cta {
        flex-direction: row;
        gap: 3rem;
    }

    .cta>button {
        width: 166px;
        height: 48px;
        background: #c23c3b;
        border: none;
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
    }

    .cta>button:hover {
        background: #911f1e;
    }

    .read_more_btn {
        display: flex;
        align-items: center;
        gap: 1rem;
        color: #c23c3b;
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.75px;
        cursor: pointer;
    }

    .read_more_btn:hover {
        color: #911f1e;
    }

    .whatsapp_icon_event {
        position: relative;
        right: -100rem;
        top: 10px;
        margin: 30px 0px;
    }

    .whatsapp_icon_event img {
        width: 100px;
        height: 100px;
    }

    /* event single */
    .navigation_event {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.75px;
        color: #777777;
    }

    .navigation_event span {
        color: #c23c3b;
    }

    .event_title_page {
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        letter-spacing: 1px;
        color: #4a4a44;
    }

    .hero img {
        width: 1280px;
        height: 529px;
        object-fit: cover;
    }

    .cta_schedule {
        display: grid;
        grid-template-columns: repeat(1, auto);
        padding: 12px;
        align-items: center;
        width: auto;
        height: 240px;
        background-color: #f9f9f9;
    }

    .cta_schedule button {
        width: 281px;
        height: 48px;
        padding: 8px 0px;
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.75px;
        background: #c23c3b;
    }

    .cta_schedule .date,
    .cta_schedule .time {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .cta_schedule .location {
        display: flex;
        gap: 1rem;
    }

    .cta_schedule i {
        color: #c23c3b;
    }

    .cta_schedule p {
        color: #4a4a4a;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.75px;
    }

    .cta_desc p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.75px;
        color: #4a4a4a;
    }

    .date p,
    .time p,
    .location p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.75px;
    }

    .single_event_content {
        padding-bottom: 10rem;
    }

    .single_event_content .date_event>h1 {
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: 0.75px;
        color: #393a4e;
    }

    .single_event_detail {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
        margin-top: 23px;
    }

    .single_event_detail .left_content_detail {
        border-left: 2px solid #c23c3b;
        padding-left: 15px;
        height: 156px;
    }

    .single_event_detail .cta {
        display: flex;
        justify-content: space-between;
    }

    /* contact styling */
    .main_contact_container {
        display: flex;
    }

    .contact_address {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.75px;
        color: #4a4a4a;
    }

    .contact_left_bg {
        width: 60vw;
        height: 30em;
        background-color: #f9f9f9;
        z-index: -999;
    }

    .contact_left_content {
        height: 376px;
        background-color: #f9f9f9;
        padding: 60px 80px 60px 30px;
        margin-top: 5.5rem;
    }

    .box {
        margin-top: 5.5rem;
        position: absolute;
        z-index: -20;
        height: 376px;
        width: 1440px;
        background-color: #f9f9f9;
    }

    .contact_left_content .button {
        width: 148px;
        height: 56px;
        font-weight: 700;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.75px;
        padding: 12px 30px;
        background: #c23c3b;
        color: #fff;
        cursor: pointer;
        margin-top: 2rem;
    }

    .contact_left_content .button:hover {
        background-color: #911f1e;
    }

    .partner_container {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .contact_right_content {
        margin-bottom: 10rem;
    }

    .contact_right_content img {
        width: 630px;
        height: 572px;
    }

    .partner_container {
        margin-top: 2rem;
    }

    .partner_container p {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.75px;
        color: #4a4a4a;
    }
}

/* === ANIMATION === */
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

/* @-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
} */
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(100px);
    }

    100% {
        /* -webkit-transform: translateY(-100px); */
        transform: translateY(60px);
    }
}

@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@-webkit-keyframes slide-up_path {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(0px);
    }
}

@keyframes slide-up_path {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-down-path {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        display: block;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: block;
    }
}

@keyframes slide-down-path {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        display: block;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: block;
    }
}