@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Londrina+Solid:wght@100;300;400;900&family=Patrick+Hand&display=swap');

webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-wi.signup-areadth
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

body,
html {
    box-sizing: border-box;
}

body,
body * {
    font-family: "Concert One", sans-serif;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #ffffff;
    font-family: "Concert One", sans-serif;
    color: #1E1E1E;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
}

a {
    text-decoration: none;
}

a,
.btn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

h2 {
    position: relative;
    font-family: "Concert One", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 20px;
}
h3 {
    position: relative;
    font-family: "Londrina Solid", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #3F79BD;
    margin-bottom: 20px;
}

/*** Global ***/
.btn-default {
    background: #563580;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    text-align: center;
    padding: 6px 20px;
}

.btn-default:hover,
.btn-default:focus {
    background: #FD7F09;
    color: #fff;
}

.btn-default:hover img {
    filter: brightness(0) invert(1);
}

/*** Header ***/
.main-header {
    position: relative;
    padding: 30px 0 30px;
    z-index: 999;
}

.main-menu {
    position: relative;
    z-index: 2;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0 0 40px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: "Concert One", sans-serif;
    height: inherit;
    line-height: inherit;
}

.header-link {
    position: relative;
    z-index: 2;
}

.header-link a {
    text-decoration: none;
}

/*** Banner ***/
.banner-cover {
    display: block;
    margin: 0 130px -160px;
}
.banner-area {
    background: url(../images/banner-bg.png) no-repeat bottom;
    background-size: cover;
    position: relative;
    width: 100%;
    border: 4px solid #ffff;
    min-height: 680px;
    border-radius: 32px;
    z-index: 1;
    box-shadow: 0px 0px 25px 25px rgba(19, 19, 19, 0.09);
    padding: 40px 30px 50px;
}
.banner-content {
    display: block;
    text-align: center;
}
.banner-content h1 {
    background-color: #FD7F09;
    display: table;
    font-family: "Londrina Solid", sans-serif;
    font-size: 54px;
    color: #fff;
    font-weight: 400;
    border-radius: 12px;
    padding: 8px 20px;
    margin: 0 auto 20px;
}
.banner-img {
    text-align: left;
    margin-left: 150px;
}
.banner-text {
    position: relative;
    max-width: 595px;
    font-family: "Concert One", sans-serif;
    font-size: 31px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto 30px;
}
.banner-text::after {
    background: url(../images/banner-arrows.png) no-repeat;
    width: 100%;
    height: 49px;
    position: absolute;
    content: "";
    left: 55px;
    right: 0;
    bottom: -38px;
}
.banner-btn .btn-default {
    background: #563580;
    font-size: 24px;
    padding: 10px 50px;
}

.banner-btn .btn-default:hover,
.banner-btn .btn-default:focus {
    background: #FD7F09;
    color: #fff;
}
/*** Main Content Area ***/
.main-content-area {
    background: url(../images/main-content-bg.png) no-repeat bottom;
    background-size: contain;
    position: relative;
    display: block;
    padding: 200px 130px 200px;
}
/*** Main Tab Area ***/
.main-tab {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 35px 12px 24px;
    margin-bottom: 30px;
}
.main-tab-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-holder img {
    height: 253px;
    border-radius: 12px;
}
/*** Inner Banner ***/
.inner-banner {
    position: relative;
    width: 100%;
    border: 1px solid #FD7F09;
    min-height: 575px;
    border-radius: 32px;
    z-index: 1;
    box-shadow: 0px 0px 25px 25px rgba(19, 19, 19, 0.09);
    padding: 40px 30px 50px;
}
.inner-banner.detail {
    margin-bottom: 80px;
}
.background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.back-link {
    display: block;
    font-family: "Londrina Solid", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
.back-link a {
    color: #121212;
}
.back-link img {
    border-radius: 50%;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
}
.inner-banner h1 {
    font-family: "Londrina Solid", sans-serif;
    font-size: 36px;
    color: #FD7F09;
    font-weight: 700;
}
.banner-wrapper {
    position: relative;
    display: flex;
    max-width: 920px;
    justify-content: space-between;
    padding: 0 50px;
    z-index: 1;
}
.units-area h3 {
    font-size: 20px;
    color: #FD7F09;
    margin-bottom: 10px;
}
.unit-nav {
    display: flex;
    gap: 22px;
    align-items: center;
}
.unit-nav a {
    background: #3F79BD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #00358F;
}
.banner-right img {
    width: 254px;
    height: 380px;
    border-radius: 20px;
}
.book-detail {
    display: block;
    max-width: 570px;
    text-align: center;
    margin: 0 auto;
}
.detail-image {
    display: block;
    margin-bottom: 20px;
}
.detail-text {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.detail-text .title {
    font-family: "Patrick Hand", cursive;
    font-size: 20px;
    color: #2B70E4;
}
.book-nav-tabs {
    display: block;
    margin-bottom: 50px;
}
.book-nav-tabs .nav-tabs {
    border: 0;
    justify-content: center;
}
.book-nav-tabs .nav-tabs .nav-link {
    background: none !important;
    font-size: 16px;
    color: #D9D9D9 !important;
    border: 0;
    border-bottom: 3px solid #F1F3F4;
    border-radius: 0 !important;
    padding: 0 50px;
}
.book-nav-tabs .nav-tabs .nav-item.show .nav-link, .book-nav-tabs .nav-tabs .nav-link.active {
    color: #FD7F09 !important;
    border-color: #FD7F09;
}
.book-nav-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #FD7F09 !important;
    border-color: #FD7F09;
}
.book-tab-content .mejs-time {
    color: #141414;
}
.book-tab-content .mejs-container, 
.book-tab-content .mejs-container .mejs-controls, 
.book-tab-content .mejs-embed, 
.book-tab-content .mejs-embed body {
    background: #F1F3F4;
    border-radius: 200px;
}
.book-tab-content .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #D9D9D9;
}
/*** Content Area ***/ 
.content-area {
    padding: 60px 0;
}
.white-box {
    position: relative;
    width: 100%;
    min-height: 575px;
    border-radius: 32px;
    z-index: 1;
    box-shadow: 0px 0px 53px 53px rgba(43, 112, 228, 0.07);
    padding: 32px 0px  32px;
    margin-bottom: 60px;
}
/*** Unit Had Area ***/ 
.unit-had {
    display: flex;
    gap: 48px;
    margin-bottom: 40px;
}
.unit-had .unit-title {
    background-color: #FFECD0;
    width: 80px;
    height: 80px;
    font-size: 20px;
    color: #FD7F09;
    text-align: center;
    line-height: normal;
    border-radius: 50%;
    padding-top: 15px;
    margin-bottom: 10px;
}
.unit-had .unit-title span {
    display: block;
    font-size: 24px;
}
.unit-had .title h3 {
    font-size: 24px;
    color: #2B70E4;
}
.unit-had .title h3 span {
    color: #FD7F09;
}
/*** Unit Tab Area ***/ 
.unit-tab {
    display: flex;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #FB8A3B;
    padding: 20px 24px;
    margin-bottom: 32px;
}
.unit-tab:hover, .unit-tab:focus {
    box-shadow: 0px 0px 12px 0px rgba(255, 123, 0, 0.7);
}
.unit-tab .badge {
    background-color: #3F79BD;
    font-family: "Londrina Solid", sans-serif;
    font-size: 20px;
    color: #fff;
    border-radius: 0;
    clip-path: polygon(64% 0, 100% 100%, 0 100%, 0 0);
    padding: 10px 80px 10px 20px;
}
.unit-tab .number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Concert One", sans-serif;
    width: 41px;
    height: 41px;
    font-size: 20px;
    color: #FD7F09;
    border: 2px solid #3F79BD;
    border-radius: 50%;
}
.unit-tab .title {
    font-family: "Patrick Hand", cursive;
    font-size: 20px;
    font-weight: 400;
    color: #2B70E4;
    margin: 0 auto;
}
/*** Heading Area ***/
.heading-div {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #414141;
    margin-bottom: 20px;
}
.heading-div h2 {
    margin-bottom: 10px;
}
.heading-div p {
    margin-bottom: 0;
}
/*** Footer ***/
.footer {
    display: block;
    border-top: 1px solid #E7E7E7;
    padding: 30px 0 20px;
}
.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.f-logo img {
    max-width: 120px;
}
.footer-main .f-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-main .f-menu ul li {
    display: inline-block;
    margin-left: 30px;
    text-decoration: none;
}
.footer-main .f-menu ul li a {
    font-size: 18px;
    color: #121212;
    font-weight: 400;
    text-decoration: none;
}
.footer-main .f-menu ul li a:hover,
.footer-main .f-menu ul li a:focus {
    color: #FD7F09;
    text-decoration: none;
}
.copyright {
    font-size: 14px;
    font-weight: 400;
    color: #646161;
    text-align: center;
}