* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    color: #41455B;
    overflow-x: hidden;
    cursor: url('../img/custom-cursor.png'), auto;
}

.black_cat_title {
    font-family: 'Lexend', sans-serif;
    font-weight: 600 !important;
}

.vertical_flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

section * {
    /* IE and Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
}

section *::-webkit-scrollbar {
    display: none;
}

section {
    min-height: 100px;
    margin-bottom: 80px;
    /* margin-top: 100px; */
}

section:first-of-type {
    margin-top: 20px;
}

#goto-home{
    overflow: hidden;
}

.inner_section,
.inner_section_menu {
    max-width: 1920px;
    margin: 0 auto;
    transition: 1s ease all;
}

.inner_section.reduce {
    padding-left: 2%;
    padding-right: 2%;
}

separate {
    margin-bottom: 16px;
    display: block;
}

hr {
    margin: 3rem 0;
    opacity: .20;
}

.menu {
    padding: 16px 20px;
    border-radius: 8px;
    background-color: #eef2f3;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    margin: 16px auto;
    left: 0;
    right: 0;
    transition: 1.s;
    top: -100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 0.5s;
    -ms-transition: position 0.5s;
    -o-transition: position 0.5s;
    transition: all 0.5s ease;
    z-index: 1054;
}

.menu.fixed {
    position: fixed;
    top: 0px;
    margin-top: 0px;
    animation: smoothScroll 1s forwards;
    border: 1px solid #ffcace;
    background-color: #fff0f1;
    box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.25);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.menu .nav {
    align-content: center;
}

.menu .nav .nav-link {
    color: #351e44;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: 1px solid transparent;
    transition: .8s;
}

.menu .nav .nav-link.active {
    color: #ff5e62;
    border-bottom: 1px solid #ff5e62;
    font-weight: bold;
}

.menu .nav .nav-link:hover {
    color: #ff5e62;
    border-bottom: 1px solid #ff5e62;
}

h1,
h2,
h3 {
    padding-bottom: 32px;
    margin-bottom: 0px;
    font-family: 'Lexend', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #351e44;
}

h1.super {
    font-size: 3.8rem;
}

h1.super i {
    font-size: 3rem;
}

h1.super img {
    max-width: 40px;
    margin-bottom: 8px;
}

h1 img {
    max-width: 40px;
    margin-bottom: 8px;
}

h4 img {
    max-width: 40px;
    margin-bottom: 8px;
}

h1.super span {
    position: relative;
    background: #DE6262;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFB88C, #DE6262);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    background-size: 200% 200%;
    -webkit-animation: moveButtonGradient 4s ease infinite;
    -moz-animation: moveButtonGradient 4s ease infinite;
    animation: moveButtonGradient 4s ease infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 span,
h2 span,
h3 span,
h4 span {
    position: relative;
    background: #DE6262;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFB88C, #DE6262);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    background-size: 200% 200%;
    -webkit-animation: moveButtonGradient 4s ease infinite;
    -moz-animation: moveButtonGradient 4s ease infinite;
    animation: moveButtonGradient 4s ease infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    font-size: 18px;
    margin-bottom: 16px;
    /* padding-bottom: 16px; */
    color: #41455B;
}

.button-base {
    border-radius: 100px;
    background-size: 200% 200% !important;
    /*cursor: pointer;*/
    text-align: center;
    text-decoration: none;
    padding: 16px 32px;
    border: 0;
    font-size: 20px;
    display: inline-block;
    background: #f8f9fa;
    color: #351e44;
    transition: .3s;
}

.button-base:hover {
    box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.15);
}

.button-base i {
    display: inline-block;
    transition: .2s;
}

.button-base:hover i {
    padding-left: 3px;
}

.btn-animate {
    -webkit-animation: moveButtonGradient 6s ease infinite;
    -moz-animation: moveButtonGradient 6s ease infinite;
    animation: moveButtonGradient 6s ease infinite;
}

.btn-no-animate {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
}

.button-33 {
    background: #f2709c;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff9472, #f2709c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #351e44;
}

.button-33:hover {
    color: #fff !important;
}

.button-to-wp.active {
    background: #11998e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #38ef7d, #11998e);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
}

.button-to-wp:hover {
    background: #11998e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #38ef7d, #11998e);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
}

@-webkit-keyframes moveButtonGradient {
    0% {
        background-position: 10% 0%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }

    50% {
        background-position: 99% 100%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }

    100% {
        background-position: 10% 0%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }
}

@-moz-keyframes moveButtonGradient {
    0% {
        background-position: 10% 0%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }

    50% {
        background-position: 99% 100%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }

    100% {
        background-position: 10% 0%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }
}

@keyframes moveButtonGradient {
    0% {
        background-position: 10% 0%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }

    50% {
        background-position: 91% 100%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }

    100% {
        background-position: 10% 0%;
        text-shadow: -1px 2px 6px rgba(0, 0, 0, 0.05);
    }
}

.principal_section_gradient {
    background: #8e9eab;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eef2f3, #8e9eab);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 80px 40px;
    border-radius: 8px;
}

.profile_photo_container {
    position: relative;
    border: 1px solid #198754;
    border-radius: 200px;
    transition: .3s ease-in-out all;
}

.profile_photo_container.expand {
    padding: 20px;
}

.profile_photo_container .apps {
    position: absolute;
    transition: .1s;
}

.profile_photo_container .apps.axd {
    max-width: 180px;
    right: -80px;
    top: 0px;
}

.profile_photo_container .apps.fg {
    max-width: 180px;
    left: -100px;
    top: 100px;
}

.profile_photo_container .apps.gh {
    max-width: 140px;
    left: -60px;
    bottom: 40px;
}

.profile_photo_container .apps.vsc {
    max-width: 180px;
    right: -60px;
    bottom: 0px;
}

.profile_photo_container .apps.ai {
    max-width: 180px;
    right: -190px;
    top: 190px;
}

.profile_photo_container .apps.css3 {
    max-width: 180px;
    right: -110px;
    top: 360px;
}

.profile_photo_container .apps.html5 {
    max-width: 180px;
    left: -170px;
    top: 40px;
}

.profile_photo_container .apps.js {
    max-width: 180px;
    left: -200px;
    bottom: 230px;
    z-index: 0;
}

.profile_photo_container .apps.ps {
    max-width: 180px;
    right: -180px;
    bottom: 140px;
}

.profile_photo_container .apps.sp {
    max-width: 180px;
    left: -90px;
    bottom: 330px;
}

.profile_photo_container .apps.wp {
    max-width: 180px;
    left: -20px;
    top: -40px;
}

.profile_photo {
    max-width: 380px;
    border: 12px solid #fff;
    padding: 0px;
    border-radius: 200px;
    box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.25);
}

.title_max_content {
    max-width: 810px;
}

/* .title_max_content p{
    text-align: justify !important;
} */
.cover_mobile_image {
    max-width: 300px;
    border-radius: 24px;
    box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.45);
    transition: 1s;
}

.cover_mobile_image:hover {
    box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.85);
}

.cover_root {
    max-width: 340px;
    border-radius: 36px;
    box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.55);
    transition: 1s;
}

.cover_root:hover {
    box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.95);
}


.mobile_covers {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    overflow-x: scroll;
    min-height: 100%;
}

/* .mobile_covers .scrollX {
    width: 100%;
    height: 20%;
    min-width: 100%;
    position: absolute;
    margin-top: -5%;
    cursor: e-resize;
} */

figure
{
  margin: unset !important;
}

.mobiles-ss .owl-item{
    min-height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_covers img {
    margin: 0px auto;
}

.mobile_covers {
    /*cursor: pointer;*/
    position: inherit;
}

.mobile_covers h5 {
    margin: 16px auto 0px;
    font-weight: bold;
    font-size: 16px;
    max-width: 220px;
    text-align: center;
    color: #351e44;
}

.down-56 {
    margin-bottom: -56px !important;
}

.up-56 {
    margin-bottom: 56px !important;
}

.ss-mobile-image {
    padding-bottom: 40px;
}

.reading-time {
    margin-top: 12px;
    display: block;
}

.inner_padding_rounded {
    padding: 80px 40px;
    border-radius: 8px;
    /* background: #F0F0F0; */
}

.article_container {
    position: relative;
    text-decoration: none;
    color: inherit;
    transition: .5s ease all;
}

.article_container:hover .header_container {
    box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 10px 30px -3px rgba(0, 0, 0, 0.15);
}

.article_container .header_container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: relative;
    transition: .5s ease all;
}

.article_container .header_container p.year-post {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    font-size: 14px;
}

.article_container .thumbnail-container{
    position: relative;
    display: flex;
    justify-content: center;
}


.article_container .thumbnail-container img.primary{
    position: absolute;
    margin: 0 10%;
    top:0;
    left:0;
    opacity: 1;
    transition: .2s ease all;
}

.article_container .thumbnail-container img.up{
    opacity: 0;
}


.article_container .header_container.one {
    background: #ee9ca7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffdde1, #ee9ca7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.article_container .header_container.two {
    background: #D3CCE3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ee9ca7, #D3CCE3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ee9ca7, #D3CCE3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.article_container .header_container.three {
    background: #7F7FD5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #D3CCE3, #86A8E7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #D3CCE3, #86A8E7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.article_container .header_container.four {
    background: #1CD8D2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #86A8E7, #93EDC7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #86A8E7, #93EDC7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.article_container .header_container.five {
    background: #ee9ca7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93EDC7, #ffa751);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93EDC7, #ffa751);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.article_container .header_container.six {
    background: #ffe259;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffa751, #FBD786);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffa751, #FBD786);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.article_container .header_container.seven {
    background: #f2709c;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FBD786, #f2709c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FBD786, #f2709c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.article_container .header_container.eight {
    background: #1CD8D2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f2709c, #ffdde1);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f2709c, #ffdde1);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.article_container .header_container img {
    max-width: 80%;
    border-radius: 8px;
}

.article_container .description {
    padding: 12px;
}

.article_container .description .prototype_categories {
    margin: 4px 0px 8px;
}

.article_container .description h4 {
    font-weight: 600;
    color: #351e44;
}

.article_container .description p {
    color: #596071;
    font-size: 16px;
}

.article_container .header_container img.course {
    max-width: 100%;
    border-radius: 8px;
}

.article_container strong {
    color: #ff9472;
}

.badge {
    font-weight: 400 !important;
    font-size: 14px;
    margin-bottom: 4px;
}

#goto-solutions {
    margin-bottom: 0px;
}

#goto-solutions.inner_padding_rounded {
    background: #F4F4F4;
    /* min-height: 100vb; */
    padding: 80px 0px 0px;
}

#goto-ecommerce .inner_section,
#goto-courses .inner_section {
    background: #F4F4F4;
}

/* #goto-contact .actions .button-base{
    width: 100%;
} */

#goto-contact .title_max_content{
    max-width: 480px;
}

footer {
    min-height: 100px;
    margin-top: 100px;
    color: #fff;
}

footer .inner_section {
    background: #8e9eab;
    background: -webkit-linear-gradient(to left, #586068, #8e9eab);
    background: linear-gradient(to left, #586068, #8e9eab);
    padding: 40px;
    border-radius: 8px;
}

footer h1 img {
    max-width: 32px;
    margin-bottom: 8px;
}

footer h1 {
    margin-top: 12px;
    margin-bottom: 8px;
    padding-bottom: 0px;
    color: #fff;
}

footer h5 {
    color: #fff;
}

footer p,
footer a {
    font-size: 18px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
}

.footer-menu div {
    display: flex;
}

.footer-menu a {
    color: inherit;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .8s ease all;
}

.footer-menu a:hover {
    border-bottom: 1px solid #fff;
}



.modal {
    cursor: url("../resources/icons/close.png"), auto;
    background-color: rgb(19 19 19 / 59%);
}

.modal .modal-content {
    cursor: auto !important;
}

.modal-body {
    min-height: 300px;
}

.modal .nav-tabs .nav-link {
    color: unset;
}

.modal .nav-tabs .nav-link.active {
    color: unset;
    background-color: #f2f2f2;
    ;
}

.modal .project-info .pdf-reader {
    overflow: hidden;
    min-height: 700px;
    height: 100%;
    width: 100%
}

.modal .project-info>.row {
    width: 100%
}

.modal .project-info .description {
    padding-top: 32px;
}

.modal .project-info .description .badges {
    margin-bottom: 8px;
}

.modal .project-info .description .badges .badge {
    padding: 4px;
}

.modal .project-info .description h2 {
    margin-bottom: 12px;
    padding-bottom: 0px;
}

.modal .project-info .description p {
    font-size: 16px;
    padding-bottom: 0px;
}

.modal .project-info .projectShots {
    position: relative;
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 12px;
}

.modal .project-info .thumbnails_container {
    width: 100%;
    margin-top: 14px;
}

.modal .project-info .thumbnails {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    max-width: 400px;
    padding: 4px;
    background-color: #BDBABA;
    border-radius: 4px;
}

.modal .project-info .thumbnails img {
    min-width: 0px;
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 2px;
    transition: .2s;
}

.modal .project-info .thumbnails img:hover {
    border: 2px solid #fff;
    cursor: pointer !important;
}

.modal .project-info .thumbnails .thumbnail.active {
    border: 2px solid #fff;
}

.modal .project-info .tools {
    display: flex;
    max-width: 100%;
}

.modal .project-info .tools img {
    min-width: 0px;
    margin: 4px;
    max-width: 30px;
}

#projectInfo .btn-close {
    display: none;
}

.no-results {
    color: #ff6767;
}

.principal-copy {
    max-width: 800px;
    position: relative;
    z-index: 2;
}

.social-media {
    transform-origin: bottom;
    display: flex;
    position: relative;
}

.social-media .social-media-container {
    animation-duration: .5s;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bounce:hover {
    /*cursor: pointer;*/
    animation-name: bounce-up;
    animation-timing-function: ease;
}

@keyframes bounce-up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


.swal2-image {
    height: 150px;
    border-radius: 100%;
    width: 150px;
}

.no-show-in-large-view {
    display: none;
}

.offcanvas {
    background: #8e9eab;
    background: -webkit-linear-gradient(to left, #586068, #8e9eab);
    background: linear-gradient(to left, #586068, #8e9eab);
    z-index: 1056;
    padding: 40px;
    color: #fff !important;
}

.offcanvas .footer-menu {
    display: block;
}

.offcanvas .footer-menu .links {
    display: block;
}

.offcanvas .footer-menu .links a {
    display: block;
    width: 100%;
    font-size: 22px;
}

.offcanvas .social-media {
    margin-top: 32px;
    text-align: center;
    font-size: 22px;
    justify-content: center;
}


.loading{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    background: #fff;
    display: flex;
    z-index: 100000000000;
    justify-content: center;
    align-items: center;
    opacity: 1;
    top: 0px;
    left: 0px;
}

.loading.hide{
    animation: fadeOutAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.loading.hide > div{
    display: none;
}

@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100%{
        display: none;
        z-index: -1000000;
    }
}

.emphasis{
    position: relative;
    z-index: 2 !important;
    display: inline-block;
}

.emphasis::before{
    background-image: url('../img/handstripe_2.svg');
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: 50% 50% !important;
    opacity: 0.3;
    content: ' ';
    width: 100%;
    height: 10px;
    padding: 40px;
    position: absolute;
    z-index: -1 !important;
    top: 0px;
    left: 0px;
    margin-top: -6px;
} 

.owl-dots{
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.owl-dot{
    width: 10px;
    height: 10px;
    background-color: #fdc6c6 !important;
    display: inline-block;
    border-radius: 100%;
    margin: 2px;
}

.owl-dot.active{
    background-color: #ff5e62 !important;
}

.modal-config-size{
    max-width: 1200px;
}