@charset "UTF-8";
@font-face {
    font-family: slick;
    font-style: normal;
    src: url("https://d3d4ld8mmltfg5.cloudfront.net/assets/front/fonts/slick.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'Nanum Gothic', sans-serif;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
}
@font-face {
    font-family: 'Nanum Gothic', sans-serif;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    font-size: 16px;
    line-height: 1.3;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    width: 100%;
    height: 100%;
    color: #6f6f6f;
    background-color: #fff;
    line-height: 1.6666667rem;
    font-size: 1.3rem;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    overflow-x: hidden;
}
.h1,
.h3,
.h5,
h1,
h3,
h5 {
    font-family: Alatsi, sans-serif;
    color: #1c1c1c;
}
.navbar-brand {
    height: 70px;
}
.navbar-brand img {
    height: 100%;
}
.navbar__search-form {
    font-size: 1rem;
    border-radius: 0.5em;
    border: 1px solid transparent;
    background-color: #eee;
    height: 40px;
    margin: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 380px;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.navbar__search-form .btn {
    border: none;
    padding: 0;
    background-color: transparent;
    text-align: inherit;
}
.navbar__search-form .search-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    background: 0 0;
    border: none;
    color: #111;
    padding-left: 12px;
    padding-right: 12px;
    outline: 0;
}
.navbar__search-form:hover {
    background-color: #fff;
    border-color: #d1d1d1;
}
.navbar__search-form:focus-within {
    background-color: #fff;
    border-color: #d1d1d1;
}
.logo {
    max-width: 300px;
}
.btn-primary {
    color: #fff;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
}
.hero {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
}
.hero.hero1 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0))), url(https://d3d4ld8mmltfg5.cloudfront.net/assets/front/images/hero-1.jpg) center/100% no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%), url(https://d3d4ld8mmltfg5.cloudfront.net/assets/front/images/hero-1.jpg) center/100% no-repeat;
    background-size: cover;
}
.hero.hero2 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0))), url(https://d3d4ld8mmltfg5.cloudfront.net/assets/front/images/hero-2.jpg) center/100% no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%), url(https://d3d4ld8mmltfg5.cloudfront.net/assets/front/images/hero-2.jpg) center/100% no-repeat;
    background-size: cover;
}
.hero .hero-content {
    color: #fff;
    font-size: calc(1.3vw + 1rem);
    font-family: Alatsi, sans-serif;
    font-weight: 300;
    width: 80vmin;
    line-height: 1.3;
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 999;
}
.blur-cover {
    position: relative;
}
.blur-cover .hero img.cover {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
}
.blur-cover .hero .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.blur-cover .hero .hero-content .has-links p {
    font-size: 1rem;
}
.card-img {
    max-width: 150px;
    height: 100%;
    margin-right: 1em;
}
.card-img img {
    width: 100%;
    height: auto;
}
.card {
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
}
.has-img-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.has-img-left .card-img {
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 150px;
    flex: 1 150px;
}
.has-img-left .card-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.has-img-left .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 calc(100% - 100px);
    flex: 1 calc(100% - 100px);
}
.has-img-left .content .description {
    max-height: 104px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.tableofcontents {
    width: 100%;
    height: 100%;
}
.tableofcontents .app-sidebar {
    width: 100%;
    height: 100%;
    max-height: 65vh;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.tableofcontents .app-sidebar__inner {
    padding: 2px 1.5rem 1.5rem;
    width: 100%;
}
.tableofcontents .app-sidebar .vertical-nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.tableofcontents .app-sidebar .vertical-nav-menu ul {
    padding: 0.5em 0 0 2rem;
    position: relative;
    list-style: none;
}
.tableofcontents .app-sidebar .vertical-nav-menu ul:before {
    content: "";
    height: 100%;
    opacity: 1;
    width: 3px;
    background: #e0f3ff;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 15px;
}
.tableofcontents .app-sidebar .vertical-nav-menu ul li a {
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem 0 45px;
    position: relative;
    border-radius: 0.25rem;
    color: #6f6f6f;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0.1rem 0;
}
.tableofcontents .app-sidebar .vertical-nav-menu ul li a:hover {
    color: #3f6ad8;
    background: #e0f3ff;
}
.tableofcontents .app-sidebar .vertical-nav-menu ul li a.mm-active {
    color: #3f6ad8;
    background: #e0f3ff;
    font-weight: 700;
}
.tableofcontents .app-sidebar__heading {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0.75rem 0;
    font-weight: 700;
    color: #3f6ad8;
    white-space: nowrap;
    position: relative;
}
.comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.comments .comment {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 5vmin;
    margin-bottom: 20px;
}
.comments .comment--add {
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
}
.modal {
    color: #1c1c1c;
}
.modal .card-img {
    max-width: 75px;
}
.modal .has-links a,
.modal a {
    color: inherit;
}
.blue {
    color: #3f6ad8;
}
.fa,
.fab,
.far {
    font-weight: 100;
}
img {
    max-width: 100%;
}
.fa-plus16,
.fa-plus18 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 80%;
    font-weight: 700;
}
.fa-plus18:before {
    content: "18+";
}
.fa-plus16:before {
    content: "16+";
}
.grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    max-width: 20rem;
    width: 90%;
}
.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.icon {
    display: inline-block;
    fill: #606468;
    font-size: 16px;
    font-size: 1rem;
    height: 1em;
    vertical-align: middle;
    width: 1em;
}
input {
    background-image: none;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
input[type="submit"] {
    cursor: pointer;
}
.form {
    margin: -14px;
    margin: -0.875rem;
}
.form input[type="email"],
.form input[type="password"],
.form input[type="submit"],
.form input[type="text"] {
    width: 100%;
    height: 100%;
}
.form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.login {
    color: #eee;
}
.login input[type="email"],
.login input[type="password"],
.login input[type="submit"],
.login input[type="text"] {
    border-radius: 0.25rem;
    padding: 16px;
    padding: 1rem;
}
.login label {
    background-color: #363b41;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    line-height: 1.2;
    padding: 1rem;
}
.login label i {
    color: #fff;
}
.login input[type="email"],
.login input[type="password"],
.login input[type="text"] {
    background-color: #3b4148;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.login input[type="password"]:focus,
.login input[type="password"]:hover {
    background-color: #434a52;
}
.login input[type="text"]:focus,
.login input[type="text"]:hover {
    background-color: #434a52;
}
.login input[type="email"]:focus,
.login input[type="email"]:hover {
    background-color: #434a52;
}
.text--center {
    text-align: center;
}
a {
    color: inherit;
}
a .btn-icon {
    height: 22px;
}
.has-links {
    text-align: left;
}
.has-links a {
    position: relative;
    color: #fff;
}
.has-links a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    visibility: visible;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.has-links a:hover {
    text-decoration: none;
}
.has-links a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.footer {
    background: #1b1a1a;
    padding-top: 2rem;
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem auto;
}
.footer__links a {
    color: #fff;
    text-decoration: none;
    margin: 2em 2em;
}
.footer__copy {
    color: #e9ecef;
    background: #191818;
    padding: 1em 0;
    text-align: center;
}
.author {
    font-size: 1em;
}
section {
    padding: 2rem 0;
}
.col-12 .card {
    margin-bottom: 20px;
}
.user {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.user * {
    color: inherit;
}
.user__avatar {
    display: inline-block;
    overflow: hidden;
}
.user__avatar--thumb {
    width: 3rem;
    height: 3rem;
    margin: 0.5em 0.5em 0 0;
}
.circle-icon {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(4, 4, 4, 0.3);
    background-color: rgba(73, 72, 72, 0.2);
    border-radius: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.circle-icon:hover {
    color: #3f6ad8;
    background-color: rgba(63, 106, 216, 0.3);
}
::-moz-selection {
    background-color: #d1996a;
    color: #fff;
}
::selection {
    background-color: #d1996a;
    color: #fff;
}
.login-block {
    background: #de6262;
    background: -webkit-linear-gradient(to bottom, #ffb88c, #de6262);
    background: linear-gradient(to bottom, #ffb88c, #de6262);
    float: left;
    width: 100%;
    padding: 50px 0;
}
.banner-sec {
    background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}
.customcontainer {
    background: #fff;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 15px 20px 0 rgba(0, 0, 0, 0.1);
}
.carousel-inner {
    border-radius: 0 10px 10px 0;
}
.carousel-caption {
    text-align: left;
    left: 5%;
}
.login-sec {
    padding: 50px 30px;
    position: relative;
}
.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}
.login-sec .copy-text i {
    color: #feb58a;
}
.login-sec .copy-text a {
    color: #e36262;
}
.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #de6262;
}
.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #feb58a;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}
.btn-login {
    background: #de6262;
    color: #fff;
    font-weight: 600;
}
.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}
.banner-text h2 {
    color: #fff;
    font-weight: 600;
}
.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}
.banner-text p {
    color: #fff;
}
.img-thumbnail {
    aspect-ratio: 0.614;
}
.img-cover {
    aspect-ratio: 1.98;
}
p {
    padding: 10px 10px;
}
