@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;
}
.logo {
    max-width: 260px;
}
.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;
}
.banner-scroll {
    max-width: 290px;
}
/*** 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: 980px;
    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;
    flex-wrap: wrap;
    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 {
    height: 380px;
    border-radius: 20px;
}

.book-detail {
    position: relative;
    display: block;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.detail-image {
    display: block;
    margin-bottom: 20px;
}

.detail-image img {
    max-width: 324px;
    min-width: 324px;
}

.detail-text {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.book-detail .number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: "Concert One", sans-serif;
    width: 41px;
    height: 41px;
    font-size: 20px;
    color: #FD7F09;
    border: 2px solid #3F79BD;
    border-radius: 50%;
}

.detail-text .title {
    font-family: "Patrick Hand", cursive;
    font-size: 20px;
    color: #2B70E4;
}

.detail-text .image {
    max-width: 90px;
}

.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-container,
.book-tab-content .mejs-container .mejs-controls,
.book-tab-content .mejs-embed,
.book-tab-content .mejs-embed body {
    border-radius: 200px;
}


/*** 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 .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.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 {
    font-family: "Londrina Solid", sans-serif;
    color: #FD7F09;
}
.unit-had .image {
    display: none;
}
.unit-had .image img {
    width: 100%;
    min-width: 324px;
    max-width: 324px;
    height: 161px;
}

/*** Unit Tab Area ***/
.unit-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    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;
    flex-shrink: 0;
    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;
}
.unit-tab .image img {
    max-width: 90px;
}

/*** 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;
}
@media (max-width: 1199.98px) {
.container {
    max-width: 95%;
}
.banner-content h1 {
    font-size: 50px;
}
.banner-text {
    font-size: 28px;
}
.main-content-area {
    padding: 200px 130px 140px;
}
}
@media (max-width: 1099.98px) {
h3 {
    font-size: 22px;
}
.banner-area {
    min-height: 630px;
}
.banner-content h1 {
    font-size: 42px;
}
.img-holder img {
    height: auto;
}
.banner-btn .btn-default {
    font-size: 20px;
    padding: 10px 30px;
}
.main-content-area {
    padding: 190px 130px 140px;
}
.tab-img img {
    height: 120px;
}
}
@media (max-width: 991.98px) {
.banner-cover {
    margin: 0;
}
.main-content-area {
    background-size: cover;
    padding: 20px 80px 110px;
}
}
@media (max-width: 767.98px) {
.main-header {
    padding: 15px 0 15px;
}
.banner-area {
    box-shadow: 0px 0px 15px 15px rgba(19, 19, 19, 0.09);
    margin: 0 0 50px;
}
.main-content-area {
    background: #fff;
    border-radius: 34px;
    box-shadow: 0px 0px 15px 15px rgba(255, 197, 143, 0.2);
    padding: 20px 30px 20px;
}
.white-box {
    min-height: inherit;
    padding: 32px 30px 32px;
    margin-bottom: 30px;
}
.inner-banner .background-image {
    display: none;
}
.main-menu #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    padding-top: 10px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 0 0 10px;
}
.main-menu .menu-button-container {
    display: flex;
    display: none;
}
.main-menu .primary-navigation {
    top: -20px;
}
.banner-wrapper {
    padding: 0 0;
}
.detail-text .title {
    font-size: 18px;
    line-height: 20px;
}
.book-detail .number {
    font-size: 19px;
    width: 37px;
    height: 37px;
}
.detail-text .image {
    max-width: 80px;
}
.book-nav-tabs .nav-tabs .nav-link {
    padding: 0 20px;
}
.detail-image img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.logo {
    max-width: 190px;
}
.unit-tab .title {
    margin: 0;
}
.unit-tab .image {
    margin-left: auto;
}
.main-tab-row {
    gap: 10px;
}
.tab-img img {
    height: auto;
}
}
@media (max-width: 575.98px) {
h2 {
    font-size: 28px;
}
.banner-area {
    min-height: inherit;
    padding: 20px 30px 70px;
}
.inner-banner h1 {
    font-size: 30px;
}
.banner-content h1 {
    font-size: 28px;
}
.banner-text {
    font-size: 20px;
    line-height: normal;
}
.banner-text::after {
    background-size: contain;
    width: auto;
    left: 0px;
    right: 0;
}
.banner-btn .btn-default {
    font-size: 16px;
    padding: 10px 20px;
}
.banner-img {
    margin-left: 0;
}
.banner-img img {
    height: 190px;
}
.footer-main .f-menu ul li {
    margin-left: 5px;
}
.unit-tab .badge {
    font-size: 15px;
    padding: 10px 60px 10px 20px;
}
.unit-tab {
    padding: 10px 10px;
    margin-bottom: 22px;
}
.unit-tab .title {
    font-size: 15px;
    line-height: normal;
}
.unit-had .image img {
    min-width: 254px;
    height: 130px;
}
.unit-had .image {
    display: none;
}
.unit-had .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.unit-had .title h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.unit-had .unit-title {
    width: 65px;
    height: 65px;
    font-size: 16px;
    padding-top: 10px;
}
.back-link {
    margin-bottom: 5px;
}
.banner-wrapper {
    display: block;
}
.banner-left {
    text-align: center;
    margin-bottom: 20px;
}
.banner-right {
    text-align: center;
}
.banner-right img {
    height: 330px;
}
.inner-banner.detail {
    margin-bottom: 60px;
}
.unit-nav {
    justify-content: center;
}
.footer-main .f-menu ul li a {
    font-size: 14px;
}
.copyright {
    font-size: 13px;
}
}
@media (max-width: 475.98px) {
.banner-content h1 {
    font-size: 22px;
}
.banner-text {
    font-size: 16px;
}
.heading-div {
    font-size: 16px;
}
.unit-tab .image img {
    max-width: 60px;
}
.unit-tab .title {
    font-size: 13px;
}
.unit-tab .badge {
    font-size: 14px;
    padding: 10px 40px 10px 20px;
}
.unit-had .image img {
    min-width: inherit;
}
}
