/*
 * CKEditor 5 (v36.0.0) content styles.
 * Generated on Wed, 25 Jan 2023 14:35:47 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
 */

:root {
    --ck-color-image-caption-background: hsl(0, 0%, 97%);
    --ck-color-image-caption-text: hsl(0, 0%, 20%);
    --ck-color-table-caption-background: hsl(0, 0%, 97%);
    --ck-color-table-caption-text: hsl(0, 0%, 20%);
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
}

/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-tiny {
    font-size: 0.7em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-small {
    font-size: 0.85em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-big {
    font-size: 1.4em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-huge {
    font-size: 1.8em;
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: var(--ck-color-image-caption-text);
    background-color: var(--ck-color-image-caption-background);
    padding: 0.6em;
    font-size: 0.75em;
    outline-offset: -1px;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline {
    /*
     * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
     * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
     * This strange behavior does not happen with inline-flex.
     */
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture {
    display: flex;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture,
.ck-content .image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left,
.ck-content .image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing));
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
    clear: none;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content p + .image-style-align-left,
.ck-content p + .image-style-align-right,
.ck-content p + .image-style-side {
    margin-top: 0;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 0.9em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table .ck-table-resized {
    table-layout: fixed;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table table {
    overflow: hidden;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table td,
.ck-content .table th {
    position: relative;
}
/* ckeditor5-table/theme/tablecaption.css */
.ck-content .table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: var(--ck-color-table-caption-text);
    background-color: var(--ck-color-table-caption-background);
    padding: 0.6em;
    font-size: 0.75em;
    outline-offset: -1px;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 0.9em auto;
    display: table;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double hsl(0, 0%, 70%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: 0.4em;
    border: 1px solid hsl(0, 0%, 75%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsla(0, 0%, 0%, 5%);
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="rtl"] .table th {
    text-align: right;
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="ltr"] .table th {
    text-align: left;
}

/* custom circle */
.circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 60%,
        rgb(248, 248, 248) 20%
    );
    height: 155px;
    width: 155px;
    border-radius: 50%;
    border-style: solid;
    border-color: #fdd567;
    border-width: 8px;
    transition: all 0.5s ease-in-out;
    transform: scale(1, 1);
    color: black;
}
.circle:hover {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1, 1.1);
}
.inside-circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 80%;
    background-color: white;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    border-color: #fdd567;
}

.image-hero {
    height: 100wh;
    filter: brightness(50%);
}

.hero-title {
    position: absolute;
    color: white;
    top: 50%;
    left: 10%;
    text-align: start;
    width: 60%;
}
.hero-main-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 80%;
}

.hero-container {
    height: 100vh;
    position: relative;
}

.content-hero {
    position: absolute;
    top: 0%;
}

.hero-col {
    right: 0;
    top: 20%;
    padding: 0.5rem;
    position: absolute;
}

.logo-container {
    margin-top: 20px;
}

.text-hero {
    top: 400px;
}
.text-cta {
    color: #d5eb4f;
    font-size: 26px;
    font-weight: bold;
}
.text-main {
    color: white;
    font-weight: bold;
    padding-top: 15%;
}
.text-sub {
    font-size: 20px;
    color: rgb(218, 215, 215);
    width: 80%;
}
.text-size-60 {
    font-size: 60px;
    line-height: 1;
}
.logo-text {
    font-weight: bold;
    font-size: 25px;
}
.icon-container {
    position: relative;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.icon-container:hover {
    transform: translateY(-10px);
}
.icon-menu {
    background-color: white;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 4%;
    box-shadow: 2px 0px 5px rgb(22, 22, 22);
}
.icon-text {
    border: 1px solid rgb(219, 216, 216);
    border-radius: 50px;
    background-color: #d5eb4f;
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: rgb(157, 156, 156);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.icon-button {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    color: rgb(26, 26, 26);
    padding: 5px 40px 5px 40px;
    border-radius: 50px;
    margin-left: 40px;
}
.ccard-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
}
.ccard-container:hover .ccard-image {
    filter: brightness(20%);
    transform: scale(1.1);
}
.ccard-container:hover .ccard-action {
    display: block;
}
.ccard-action {
    display: none;
}
.ccard-action:hover {
    color: #d5eb4f;
    transform: scale(1.1);
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.ccard-image {
    height: 100%;
    filter: brightness(40%);
    transition: all 0.5s ease-in-out;
}
.cgrid {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 2px;
    width: 100%;
}
.cgrid-item {
    height: 500px;
}
.cgrid-item-1 {
    grid-column: 1;
}
.cgrid-item-2 {
    grid-column: 2;
}
.cgrid-4 {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 2px;
    width: 100%;
}
.ccard-title {
    position: absolute;
    bottom: 0;
    color: white;
}
.ccard-title-main {
    font-size: 15px;
    font-weight: bold;
}
.ccard-subtitle {
    font-size: 11px !important;
}
.ccard-desc {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d5eb4f;
    color: black;
    font-weight: bold;
}
.ccard-tag {
    position: absolute;
    top: 0;
}
.crecent-card {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto;
    gap: 2px;
    height: 200px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    color: rgb(48, 48, 48);
}
.crecent-card:hover {
    box-shadow: 2px 4px 10px rgb(79, 78, 78);
    border-radius: 10px;
    transform: translateY(-12px);
    transition: all 0.2s ease-in-out;
    color: rgb(48, 48, 48);
}
.crecent-tag {
    display: flex;
    font-size: 12px;
    height: 100%;
    align-items: end;
}
.crecent-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.crecent-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.crecent-subtitle {
    font-size: 12px;
}
.crecent-title {
    font-weight: bold;
    font-size: 14px;
    color: rgb(48, 48, 48);
}
.crecent-title:hover {
    color: rgb(64, 64, 249);
    text-decoration: underline;
}
.crecent-content {
    font-size: 12px;
}
.link {
    color: rgb(48, 48, 48);
    width: 30%;
    text-align: center;
    border-radius: 10px;
    padding: 8px;
    font-weight: bold;
    text-decoration: underline;
}
.link:hover {
    border: 1px solid black;
    box-shadow: 2px 5px 2px rgb(64, 64, 64);
    text-align: center;
    color: rgb(48, 48, 48);
    transform: translateY(-10px);
    text-decoration: none;
}
.text-sub-content {
    font-size: 20px;
    font-weight: bold;
}
.button-app {
    transition: all 0.2s ease-in-out;
}
.button-app:hover {
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}
.crecent-head {
    font-size: 25px;
    color: rgb(26, 26, 26);
}
.crecent-see {
    margin: 0px auto 0px auto;
}
.space-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .space-bottom {
        padding: 0px;
    }
    .crecent-card {
        display: grid;
        grid-template-columns: 100%;
        gap: 2px;
        height: 400px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        border-radius: 10px;
        color: rgb(48, 48, 48);
    }
    .crecent-head {
        font-size: 20px;
        color: rgb(26, 26, 26);
    }
    .cgrid {
        display: grid;
        grid-template-columns: 100%;
        gap: 2px;
        width: 100%;
    }
    .cgrid-item-1 {
        grid-column: 1;
    }
    .cgrid-item-2 {
        grid-column: 1;
    }
    .cgrid-4 {
        display: grid;
        grid-template-columns: 100%;
        gap: 2px;
        width: 100%;
        height: 2000px;
    }
    .button-app {
        display: none;
    }
    .text-sub-content {
        font-size: 12px;
        font-weight: bold;
    }
    .image-hero {
        width: 1024px;
        height: 100vh;
    }
    .hero-container {
        overflow: hidden;
        height: 100vh;
    }
    .hero-col {
        top: 50px;
        position: relative;
    }
    .logo-container {
        display: flex;
        justify-content: center;
    }
    .text-hero {
        top: 120px;
        text-align: center;
        width: 100%;
    }
    .text-cta {
        font-size: 12px;
        font-weight: bold;
    }
    .text-main {
        text-align: center;
    }
    .text-sub {
        font-size: 10px;
        color: white;
        text-align: center;
        width: 100%;
    }
    .button-cta {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        gap: 10px;
    }
    .logo-text {
        color: black !important;
    }
    .text-size-60 {
        font-size: 20px;
    }
}
