body {
    font-family: 'Poppins', sans-serif;
    color: #340a53;
    overflow-x: hidden;
}

h2 {
    font-size: 2.25rem;
}

img {
    max-width: 100%;
}

.handw-alt-title {
    font-family: 'Amithen', sans-serif;
    font-size: 2.25rem;
}

.handw-title {
    font-family: 'Hugme', sans-serif;
    font-weight: 400;
    line-height: 0.5;
    display: -ms-flexbox !important;
    display: flex !important;
}

.handw-title > small {
    flex-basis: 100%;
}

/*.handw-title*/.with-dots > small {
    right: 1.75rem;
    position: relative;
}

h2.handw-title {
    font-size: 5.25rem;
}

.dots-title, .line-title {
    position: relative;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.dots-title::before, .dots-title::after, .line-title::before {
    content: "";
    display: inline-block;
    background-color: #2ab4bd;
    height: 1.25rem;
    width: 1.25rem;
    order: 1;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

.line-title::before {
    content: none;
    width: 7rem;
    height: 0.25rem;
    border-radius: 0;
    order: 0;
    margin-right: 0.5rem;
}

.dots-title::before {
    margin-left: 1rem;
}

.dots-title::after {
    background-color: #340a53;
}

.dots-title.alt::after {
    background-color: #89005d;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.navbar {
    padding: .5rem 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

.navbar-brand > img {
    height: 2.75rem;
}

#absolem-header > .main-bar {
    font-weight: 500;
}

#absolem-header > .main-bar a {
    color: #41005a;
}

#absolem-header > .top-bar {
    font-size: 90%;
}

#absolem-header > .top-bar, footer {
    background-color: #41005a;
}

#absolem-header > .top-bar, #absolem-header > .top-bar a,
footer, footer a, footer a:hover, footer a:active, footer a:focus {
    color: #fff;
}

#absolem-header > .top-bar .navbar {
    padding: 0.35rem 0;
}

.navbar-toggler {
    padding: 0.5rem;
    padding-right: 0;
    margin-left: 1rem;
}

.burger-menu {
    width: 35px;
}

.burger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #999999;
    margin-bottom: 5px;
    -webkit-transition: transform .5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
}

.burger-menu span:last-child {
    margin-bottom: 0;
}

.burger-menu[aria-expanded="true"] span:first-child {
    -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
    -moz-transform: rotate(-45deg) translateY(5px) translateX(-5px);
    -ms-transform: rotate(-45deg) translateY(5px) translateX(-5px);
    transform: rotate(-45deg) translateY(5px) translateX(-5px);
}

.burger-menu[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.burger-menu[aria-expanded="true"] span:last-child {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    -moz-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    -ms-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    transform: rotate(45deg) translateY(-6px) translateX(-6px);
}

a[class*="icon-link"], .services-list > li, .icon-item {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
}

a[class*="icon-link"]::before, .services-list > li::before, .icon-item::before {
    content: "";
    width: 1.2rem;
    -ms-flex: 0 0 1.2rem;
    flex: 0 0 1.2rem;
    max-width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
}

.icon-item::before {
    background-color: #6c1260;
    width: 2rem;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    max-width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-size: 100% 55%;
}

a.icon-link.location::before {
    background-image: url(../svg/icons/white/bold/location.svg);
}

a.icon-link.phone::before, .icon-item.phone::before {
    background-image: url(../svg/icons/white/bold/phone.svg);
}

a.icon-link.mail::before, .icon-item.mail::before {
    background-image: url(../svg/icons/white/bold/mail.svg);
}

a.icon-link.whatsapp::before, .icon-item.whatsapp::before {
    background-image: url(../svg/icons/white/bold/whatsapp.svg);
}

.mobile-menu a.icon-link.location::before {
    background-image: url(../svg/icons/purple/address.svg);
}

.mobile-menu a.icon-link.phone::before {
    background-image: url(../svg/icons/purple/phone-call.svg);
}

.mobile-menu a.icon-link.mail::before {
    background-image: url(../svg/icons/purple/mail.svg);
}

.mobile-menu a.icon-link.whatsapp::before {
    background-image: url(../svg/icons/purple/whatsapp.svg);
}

.social-nav {
    font-size: 1.5rem;
}

.social-nav.navbar-nav a.nav-link {
    line-height: 1;
    padding: 0.35rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

footer .social-nav {
    font-size: 1.75rem;
}

.action-link {
    background-color: #2ab4bd;
    font-weight: 500;
}

.content-section {
    padding: 3rem 0;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
    height: auto;
}

#absolem-nav-collapse {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 1030;
    transition: all 0.25s;
    top: 3.75rem;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#absolem-nav-collapse.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu {
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-y: auto;
}

.mobile-menu > .main-mobile-nav {
    font-size: 1.25rem;
}

#btn-close-menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #eee;
    height: 2.5rem;
    width: 2.5rem;
    border: 0;
    border-radius: 100%;
    padding: 0.25rem;
    line-height: 1;
}

#btn-close-menu > img {
    height: 1.25rem;
    width: 1.25rem;
}

.services-list {
    padding: 0;
    list-style: none;
}

.services-list > li {
    line-height: 1.7;
    position: relative;
}

.services-list > li::before {
    width: 0.5rem;
    -ms-flex: 0 0 0.5rem;
    flex: 0 0 0.5rem;
    max-width: 0.5rem;
    height: 0.5rem;
    background-image: url(../svg/icons/arrow-right.svg);
}

.no-list {
    padding: 0;
    list-style: none;
}

footer .numbers-list {
    font-size: 1.2rem;
}

footer .numbers-list a[class*="icon-link"]::before {
    width: 1.35rem;
    -ms-flex: 0 0 1.35rem;
    flex: 0 0 1.35rem;
    max-width: 1.35rem;
    height: 1.35rem;
}

.copyright {
    border-top: 2px solid rgba(255,255,255,0.25);
    font-size: 85%;
    padding: 0.75rem 0;
}

.fixed-wrap-actions {
    padding: 1rem;
    position: fixed;
    z-index: 1029;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
}

ul {
    padding-left: 1.125rem;
}

.btn {
    font-size: inherit;
    padding: 0.65rem 1.75rem;
    border-radius: 0.5rem;
    color: #fff;
    border-width: 2px;
    line-height: 1.2;
    background-color: #2ab4bd;
}

.btn.btn-purple {
    background-color: #6c1260;
}

.btn.square-btn {
    border-radius: 0;
}

.btn:active, .btn:focus {
    outline: none;
    box-shadow: none;
}

.contact-form .form-group {
    margin-bottom: 0.7rem;
}

.contact-form .btn {
    border-radius: 1rem;
}

.contact-form .form-control {
    background-color: #6c1260;
    height: calc(1.75em + .75rem + 2px);
    /*border: 2px solid #6c1260;*/
    border: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
}

.contact-form .form-control:focus, .contact-form .form-control:active {
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #fff;
    opacity: 0.75;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #fff;
}

.btn:hover, .btn:active, .btn:focus {
    color: #fff;
}

.btn.absolem {
    background-color: #340a53;
    font-weight: 600;
    padding: 0.65rem 2rem;
}

.btn.absolem:hover, .btn.absolem:active, .btn.absolem:focus {
    background-color: #2ab4bd;
    color: #fff;
}

.text-rose {
    color: #89005d;
}

.text-rose > sup {
    color: #545454;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #6c1260;
}

.clients-carousel .swiper-slide {
    padding: 1rem;
    background-color: #f9f9f8;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    height: auto;
}

.clients-carousel .swiper-slide img {
    max-height: 4rem;
    max-width: 80%;
}

.clients-carousel .swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

.stats-section .item {
    font-weight: 700;
    line-height: 1.1;
}

.stats-section .item .main-data {
    font-size: 2.5rem;
}

.stats-section .item div:not(.main-data) {
    font-weight: 600;
}

.stats-section .item .main-data > small {
    font-weight: inherit;
    font-size: 50%;
    margin: 0.25rem
}

.stats-section {
    padding: 4rem 0;
    position: relative;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-waves, .bg-overlay > div {
    position: relative;
}

.bg-waves::before {
    background-image: url(../img/general/absolem-waves.jpg);
    opacity: 0.17;
}

.bg-purple {
    background-color: #41005a;
}

.bg-purple, .bg-purple a {
    color: #fff;
}

.cover-cc-bg, .bg-overlay::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.absolem-art {
    position: relative;
    margin-top: -4.75rem;
    width: 100%;
}

.thin-title {
    line-height: 1;
}

.chess-horse {
    max-width: 85%;
}

.cover-cc-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner {
    min-height: 50vh;
    position: relative;
    background-image: url(../img/general/paper.jpg);
}

.main-banner .idea {
    position: absolute;
    right: 5rem;
    bottom: -5rem;
}

.main-banner .idea img {
    position: relative;
    z-index: 2;
    max-height: 22.5rem;
}

#services, #about {
    background-image: url(../img/sections/services/lines.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#about {
    background-image: url(../img/sections/about/lines.png);
    background-position: left bottom;
}

#process {
    background-image: url(../img/sections/design/asset-left.png), url(../img/sections/design/asset-right.png);
    background-size: 17%, 10%;
    background-repeat: no-repeat;
    background-position: left center, right bottom;
}

.text-center-last {
    text-align-last: center;
}

.text-blue {
    color: #2ab4bd;
}

.main-title > .handw-title {
    font-size: 5rem;
}

.absolem-steps > .item {
    position: relative;
}

.absolem-steps > .item .content {
    opacity: 0;
}

.absolem-steps img {
    max-height: 5rem;
}

.title-w-top-border {
    position: relative;
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.title-w-top-border::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 5px;
    background: #340a53;
}

.title-w-top-border.text-rose::before {
    background: #89005d;
}

.light-bulb {
    position: relative;
    z-index: 2;
}

.light-bulb-wrap {
    position: relative;
}

.light-bulb-wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 100%;
    border-radius: 100%;
    box-shadow: 0 0 50px #f1c511;
    animation: pulse-bulb 3.5s infinite;
}

.hide-el {
    opacity :0;
}

label.error {
    font-size: 80%;
}

.overlay-load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 0, 90, 0.4);
    z-index: 9999;
}

.swal-button {
    background-color: #340a53;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.swal-button:hover, .swal-button:focus, .swal-button:active {
    background-color: #2ab4bd !important;
}

.swal-content__input:focus, .swal-content__input:active {
    border-color: #340a53;
}

#site-actions {
    position: fixed;
    z-index: 1020;
    right: 1.5rem;
    bottom: 1.5rem;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#site-actions.active {
    opacity: 1;
}

.stt-btn {
    border-radius: 100%;
    background-image: url(../svg/icons/white/arrow-up.svg);
    background-size: 50%;
    background-position: center 55%;
    background-repeat: no-repeat;
    background-color: #6c1260;
    border: 1px solid #6c1260;
    color: #fff;
    display: inline-block;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 40px;
    height: 40px;
}

.grecaptcha-badge {
    display: none;
}

@media(max-width: 767px){
    .main-title {
        font-size: 2rem;
    }
    .light-bulb-wrap.alt::before {
        width: 40%;
        padding-bottom: 50%;
    }
    .light-bulb {
        max-width: 50%;
    }
    .absolem-process img {
        max-height: 12.5rem;
    }
}

@media(min-width: 768px){
    .main-title > .handw-title {
        font-size: 6.25rem;
    }
    h2.handw-title {
        font-size: 6.25rem;
    }
    h2.handw-title.big-title {
        font-size: 10rem;
    }
    h2.handw-title.big-title sup {
        top: -1em;
    }
    .contact-section {
        max-height: 37rem;
        overflow: hidden;
        padding-top: 6rem;
        padding-bottom: 1.5rem;
    }
    .phone-bg {
        background-image: url(../img/general/phone.png);
        background-size: contain;
        min-height: 45rem;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5rem 2.25rem;
        bottom: 3rem;
        position: relative;
    }
    .phone-bg > .content {
        height: 100%;
    }
    .contact-form .form-control {
        font-size: 0.9rem;
    }
    .clients-carousel .swiper-slide {
        padding: 2rem 1rem;
    }
    .clients-carousel .swiper-slide img {
        max-height: 6rem;
    }
    .stats-section .item .main-data {
        font-size: 3.5rem;
    }
    .absolem-art {
        margin-top: -7.25rem;
    }
    .content-section.big-padding {
        padding: 5rem 0;
    }
    .absolem-steps img {
        max-height: 8.5rem;
    }
    .text-big-font {
        font-size: 200%;
    }
    .absolem-process img {
        max-height: 15rem;
    }
}

@media(min-width: 992px){
    .navbar {
        padding: .75rem 0;
    }
    .navbar-brand > img {
        height: 4.25rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .list-with-lines > li + li {
        border-left: 1px solid rgba(255,255,255,0.25);
    }
    #absolem-nav-collapse {
        position: relative;
        top: 0px;
        width: auto;
        left: 0px;
        bottom: 0px;
        background-color: transparent;
        transform: none;
    }
    .services-list {
        column-count: 2;
    }
    .contact-section {
        max-height: 36rem;
    }
    .phone-bg {
        padding: 4rem 5.25rem;
    }
    .stats-section .item .main-data {
        font-size: 4.25rem;
    }
    .line-title::before {
        content: "";
    }
    .sides-addons .dots-title.alt::after {
        margin-right: 4rem;
    }
}

@media(max-width: 1199px){
    .absolem-steps > .item > .line {
        display: none !important;
    }
}

@media(min-width: 1200px){
    .phone-bg {
        padding: 4rem 8.25rem;
    }
    .absolem-steps > .item > .line {
        position: absolute;
        top: 57%;
        left: -3.75rem;
        /*width: 7.5rem;*/
        height: 5px;
        background: #2ab4be;
    }
    .absolem-steps > .item:first-child > .line {
        /*width: 32.5rem;*/
        left: -105%;
    }
    .absolem-steps > .item:last-child > .line {
        /*width: 15rem;*/
        left: -12rem;
    }
    .absolem-steps > .item:last-child > .line > .dot {
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #2ab4be;
        border-radius: 100%;
        right: -0.75rem;
        top: -9px;
        transform: scale(0);
        transition: all 0.25s;
    }
    .absolem-steps > .item:last-child > .line > .dot.active {
        transform: scale(1);
    }
    .absolem-steps > .item:not(:first-child) h4 {
        margin-left: -8rem;
    }
}

@media(min-width: 1600px){
    .main-banner .idea img {
        max-height: 30rem;
    }
}

@keyframes pulse-bulb {
    0% {
        box-shadow: 0 0 50px #f1c511;
    }
    50% {
        box-shadow: 0 0 150px #f1c511;
    }
    100% {
        box-shadow: 0 0 50px #f1c511;
    }
}