/* GUIA PARA FONT

Semibold:
font-weight:500;

Bold:
font-weight:700;

Light:
font-weight:200;


*/



/* GUIA PARA CORES

ROXO 
#8061ff;

ROXO CLARO
#685de1

CINZA ESCURO
#131b27;


CINZA CLARO
#f3f3ff

AZUL ESCURO
#131b27

*/

:root {
    font-size: 16px;
}

body,
html {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* background-color: #131b27; */
    font-family: 'Poppins';
    /* background-color: #131b27;*/

    /*    text-align: center;*/

    padding: 0px !important;
    color: #131b27;
    overflow-x: hidden;
    -ms-flex-line-pack: center;

    align-content: center;
    background: #f3f3ff;
}


span {
    font-weight: 700;
}

.dark {
    background-color: #131b27;
}

.light {
    background-color: #f3f3ff;
}

.purple {

    background-color: #8061ff;

}


.purple-box {
    background-color: #8061ff;
    color: #f3f3ff !important;
}


.purple-box .destaque {

    color: #f3f3ff !important;
}

.shadow {
    -webkit-box-shadow: 0px 2px 15px rgba(131, 128, 255, 0.3) !important;
    box-shadow: 0px 2px 15px rgba(131, 128, 255, 0.3) !important;
}

#menuhome .nav-menu a:hover,
#menuhome .nav-menu a:active {
    -webkit-text-decoration: overline 2px solid;
    text-decoration: overline 2px solid;
    color: #f3f3ff !important;


}

#menuhome .activeitem {
    -webkit-text-decoration: overline 2px solid;
    text-decoration: overline 2px solid;
    color: #f3f3ff !important;
}

.nav-menu a:hover,
.nav-menu a:active {
    -webkit-text-decoration: overline 2px solid;
    text-decoration: overline 2px solid;
    color: #8061ff !important;


}

.activeitem {
    -webkit-text-decoration: overline 2px solid;
    text-decoration: overline 2px solid #8061ff;
    color: #8061ff !important;
}


li a {
    color: #a3b5bf !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;


}


.no-m {
    margin: 0px !important;
}

.destaque {
    color: #8061ff;
    font-weight: 700;
}

.padding-small {
    padding: 20px 0px;
}

.padding-medium {
    padding: 50px 0px;
}

.padding-left {

    padding-left: 20px;
}

.padding-right {

    padding-right: 20px;
}

.padding-medium-top {
    padding-top: 50px;
}

.padding-medium-bottom {
    padding-bottom: 50px;
}

.margin-medium-top {
    margin-top: 50px;
}

.margin-medium-bottom {
    margin-bottom: 50px;
}

.padding-large {
    padding: 80px 0px;
}

.padding-large-top {
    padding-top: 80px;
}

.padding-large-bottom {
    padding-bottom: 80px;
}

.margin-large-top {
    margin-top: 80px;
}

.margin-large-bottom {
    margin-bottom: 80px;
}


#nav-cont {

    padding: 0px 15px !important;
}


nav {
    background-color: transparent;
    padding: 0px !important;
}

#menuhome .navbar-nav .nav-item:last-child a {
    color: #f3f3ff !important;
    font-weight: 900;
}

.navbar-nav .nav-item:last-child a {
    color: #8061ff !important;
    font-weight: 900;
}

.navbar-nav .nav-item {
    color: #a3b5bf !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #a3b5bf !important;
}

#img-header-cont {
    height: auto;
    bottom: 0 !important;
}



/*I N T R O*/
.intro {
    padding-top: 200px;
    color: #f3f3ff;

}

.intro h3 {

    font-size: 1.5625rem;
    font-weight: 100;
}


.intro p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1.5625rem;
    font-weight: 100;
}

.intro span {
    font-weight: 500 !important;
}

h1,
h4 {
    color: #8061ff;
    font-family: 'Playfair Display';
    font-size: 2.5rem;
}



h2 {
    margin-bottom: 25px;
    color: #b2aea7;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h5 {
    color: #8061ff;
    font-family: 'Playfair Display';
    font-size: 1.08375rem;
    font-weight: 700 !important;

}

.nav-menu a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: none;
    text-decoration: none;
    color: #a3b5bf;

}

.intro-summary {
    font-size: 1.5rem;
    font-weight: 200;
}



.navbar-brand {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.85rem;
    text-align: left;
    color: #f3f3ff !important;
    margin: 0 !important;
}

.cta {
    color: #f3f3ff !important;
    background-color: #8061ff;
}

.cta h4,
.cta p {
    color: #f3f3ff !important;
}



#downloadIcon {
    fill: #8061ff;
}


.row {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1320px !important;
}

.btn-default {
    background-color: transparent;
    border: 1px solid #8061ff;
    color: #8061ff;
    font-family: 'Poppins';
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 700 !important;
    text-transform: uppercase;

    border-radius: 3px;
    height: 31px;
    margin-top: 20px;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-custom i {
    margin-right: 15px;
    display: inline-block;
    color: #8061ff;

}

.btn-default:hover {
    background-color: #8061ff;
    color: #f3f3ff;
}

.btn-custom :hover i {
    color: #f3f3ff;
}




/* BTN LIGHT */
.btn-custom-light {
    border-color: #f3f3ff;
    color: #f3f3ff;
}

.btn-custom-light:hover {
    background-color: #f3f3ff;
    color: #8061ff;
}

.btn-custom-light :hover i {
    color: #8061ff;
}




.text-container {
    min-height: 190px;
    overflow: auto;
    background-color: #f3f3ff;
    z-index: 99;
    position: absolute;
}

.text-container .btn-custom {
    position: absolute;
    width: 100px;

}

.text-container .btn-custom-light {
    position: absolute;
    width: 100px;

}

#buttonsDownload {
    margin-bottom: 30px;
}


.scrolled-down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




/*RATO*/

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 47px;
    height: 100px;
}


.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);

    border-right: 2px solid #8061ff;
    border-bottom: 2px solid #8061ff;
    margin: 0 0 3px 4px;

    width: 16px;
    height: 16px;
}


.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;

}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    -webkit-transform: none;
    transform: none;
    border: 2px solid #8061ff;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;

    height: 4px;
    width: 4px;
    border: 2px solid #8061ff;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


/* Navbar */
.nav-menu {
    -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(243, 243, 255, 0.8) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-box-shadow: 5px 5px 5px #a3b5bf;
    box-shadow: 0 0 12px -2px #a3b5bf;
    padding: 0px 0px;
    height: 60px !important;
    z-index: 9999999999999 !important;
}

#homepagemenu {
    height: 60px;
    padding: 40px 0px;
    background-color: rgba(19, 27, 39, 0.6) !important;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;

}


@media only screen and (max-width: 992px) {
    .navbar .logoMK {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: right !important;
        float: right;
        /* width: 100%; */
        height: 70px !important;
        max-width: 50px;
    }

    .logo-svg {
        height: 70px !important;
    }

    .nav-menu,
    #homepagemenu {
        background-color: transparent !important;
    }

    .nav-mob-white {


        background-color: rgba(243, 243, 255, 0.9) !important;
    }

    .nav-mob {

        background-color: rgba(19, 27, 39, 0.9) !important;
    }



}



#menuhome .custom-navbar {

    /*    background-color: rgba(19, 27, 39, 0.9) !important;*/
    -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;
    padding: 0px 0px;
    height: 60px !important;
}


#menuhome .custom-navbar a {
    color: white !important;

}

.logo-svg {
    top: 0 !important;
    max-height: 100px !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}



#menuhome .custom-navbar svg {
    width: 38px !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 10px;
}

#menuhome .custom-navbar .navbar .logoMK {
    height: 55px;
}

.navbar .logoMK {
    height: 100px;
    margin-top: 15px;
    overflow: hidden;

}

#menuhome .custom-navbar .cls-1 {
    fill: #f3f3ff;
}


#menuhome .custom-navbar .navbar-brand {
    color: #f3f3ff !important;
}


/* MENU GERAL */
.custom-navbar {


    -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;
    padding: 0px 0px;
    height: 60px !important;
}


.custom-navbar a {
    color: #8061ff !important;

}

.custom-navbar svg {
    width: 38px !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 10px;
}

.custom-navbar .navbar .logoMK {
    height: 55px;
}

.custom-navbar .cls-1 {
    fill: #8061ff;
}


.custom-navbar .navbar-brand {
    color: #8061ff !important;
}



hr:not([size]) {
    height: 1px;
    opacity: 1 !important;
    border: #8061ff solid 1px;
}

.text-hr {
    width: 40px !important;
    margin: 5px 0px !important;
}



.padding {
    padding: 10px;
}

.padding-m {
    padding: 20px;
}


/* ANIMATE */

.reveal {
    position: relative;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

.reveal.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.slide2 {
    position: relative;
    /*    overflow: hidden;*/
}

.slideright2 {
    position: absolute;
    left: -100px;
    max-width: 600px;
    /*    height: 370px;*/
    /*    background: blue;*/
    -webkit-animation: slide 1s forwards ease-in;
    -webkit-animation-delay: 0.1s;
    animation: slide 1s forwards ease-in;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes slideright2 {
    100% {
        left: 0px;
    }
}

@-webkit-keyframes slideright2 {
    100% {
        left: 0px;
    }
}

@keyframes slideright2 {
    100% {
        left: 0px;
    }
}

.slideright {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /*    -webkit-animation: ease-in;*/
    /*    animation: ease-in;*/

    -webkit-animation-name: slideinr;
    animation-name: slideinr;
}

@-webkit-keyframes slideinr {
    from {
        margin-left: -120%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

@keyframes slideinr {
    from {
        margin-left: -120%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.slideleft {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /*    -webkit-animation: ease-in;*/
    /*    animation: ease-in;*/
    -webkit-animation-name: slideinl;
    animation-name: slideinl;
    overflow: hidden;
}

@-webkit-keyframes slideinl {
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

@keyframes slideinl {
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}


/* COVERS CATEGORY HOMEPAGE */

.sections .ctg-hp div:nth-child(1) .cover .image-cover {
    background-image: url(images/homepage/webDesignCover.jpg);
}

.sections .ctg-hp div:nth-child(2) .cover .image-cover {
    background-image: url(images/homepage/graphicDesignCover.png);
}

.sections .ctg-hp div:nth-child(3) .cover .image-cover {
    background-image: url(images/homepage/nacover.png);
}


/* COVERS CATEGORY WEBDESIGN */
.sections .ctg-wd div:nth-child(1) .cover .image-cover {
    background-image: url(images/homepage/webDesignCover.jpg);
}

.sections .ctg-wd div:nth-child(2) .cover .image-cover {
    background-image: url(images/homepage/graphicDesignCover.png);
}

.sections .ctg-wd div:nth-child(3) .cover .image-cover {
    background-image: url(images/homepage/nacover.png);
}





/* COVERS CATEGORY GRAPHIC DESIGN */
.sections .ctg-gd div:nth-child(1) .cover .image-cover {
    background-image: url(images/homepage/webDesignCover.jpg);
}

.sections .ctg-gd div:nth-child(2) .cover .image-cover {
    background-image: url(images/homepage/graphicDesignCover.png);
}

.sections .ctg-gd div:nth-child(3) .cover .image-cover {
    background-image: url(images/homepage/nacover.png);
}


/* COVERS CATEGORY NON CLASSIFIED  */

.sections .ctg-nc div:nth-child(1) .cover .image-cover {
    background-image: url(images/homepage/webDesignCover.jpg);
}

.sections .ctg-nc div:nth-child(2) .cover .image-cover {
    background-image: url(images/homepage/graphicDesignCover.png);
}

.sections .ctg-nc div:nth-child(3) .cover .image-cover {
    background-image: url(images/homepage/nacover.png);
}



/* GENERAL CSS FOR CATEGORIES*/
.sections .works-ctg div .cover .image-cover {
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 190px;
    z-index: 500;
    opacity: 1;
    /* border-radius: 10px 10px 0px 0px; */
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /*     position: relative;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 190px;
    overflow: hidden;
    background-color: cadetblue; */
}


/* .image-cover img {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
 */
.works-ctg div .cover {
    position: relative;
    min-height: 400px;
    height: 100%;
    /*     border-radius: 10px; */
    /*     -webkit-box-shadow: 1px 5px 15px rgba(24, 25, 26, 0.50);
    box-shadow: 1px 5px 15px rgba(24, 25, 26, 0.50); */
    overflow: hidden;

}




div .cover:hover .image-cover {
    -webkit-transform: scale(1.2);
    /* IE 9 */
    transform: scale(1.2);
}

.btn-msg {
    position: relative;
}




footer {
    min-height: 240px;
    background-color: #131b27;
}

footer .logoMK {
    margin-top: 30px;
    width: 100px !important;
}

.linkIcon:hover i {
    color: #f3f3ff;
    border: 1px solid #f3f3ff;
}

.linkIcon i {
    border: 1px solid #8061ff;
    padding: 10px;
    line-height: 1px;
    border-radius: 25rem;
    font-size: 1rem;
    margin-right: 15px;
    display: inline-block;
    color: #8061ff;
    text-transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.linkIcon {
    text-transform: none;
    text-decoration: none !important;
    color: #8061ff;
}



footer p {
    color: #a3b5bf !important;
    font-size: 0.7rem !important;
}

::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-track {
    background: #transparent !important;
    -webkit-box-shadow: inset 0px 0px 0px #E0E0E0 !important;
    border: 0px solid #131b27 !important;

}

::-webkit-scrollbar-thumb {
    background: #b2aea7 !important;
    border-radius: 15px !important;

}

::-webkit-scrollbar-thumb:hover {
    background: #8061ff !important;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3) !important;

}

::-webkit-scrollbar-thumb:active {
    background: #8061ff !important;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}




/* GALERIA COM IMAGENS */


.rounded {
    border-radius: 1.5rem !important;
}

.imgbtn {
    /*    z-index: 99;*/
    /* display: none; */
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;

    color: #8061ff;
    font-family: 'Poppins';
    /* letter-spacing: 2px; */
    /* font-size: 1rem; */
    /* font-weight: 700 !important; */
    /* text-transform: uppercase; */
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

/*
.imgbtn:hover {

    background-color: #f3f3ff;
    color: #8061ff;
}*/



.item img {
    opacity: 1;

}

.card {
    border: 0 !important;
    background: #f3f3ff !important;


}



.masonry {
    /* Masonry container */
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    /* margin: 1em; */
    padding: 1em;
    /* -webkit-column-gap: 1.5em; */
    /* column-gap: 1.5em; */
    font-size: .85em;
}

.item {
    display: inline-block;
    /* background: #fff; */
    /* padding: 1em; */
    /*     margin: 0 0 1.5em; */
    width: 100%;
    -webkit-transition: 1s ease all;
    position: relative;
    text-align: center;
    color: #8061ff;
}

.item img {
    max-width: 100%;
    /*     opacity: 0.8; */
}



/* MODAL */

.modal::-webkit-scrollbar {
    display: none;
}

.modal-header {
    padding: 20px 0px !important;
    border: 0 !important;

}

.modal-content {
    background-color: #f3f3ff;
    border: 0px !important;
}

.img-preview {
    /* padding: 1rem; */
    border-radius: 1.5rem !important;
}

.modal.show .modal-dialog {
    margin-top: 100px;
}






@media only screen and (max-width: 576px) {

    h1,
    h4 {

        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.15rem;
    }

    .intro h3 {
        font-size: 1.15rem;

    }

    .intro p,
    .intro-summary,
    p {
        font-size: 1rem;

    }


    .masonry {
        -webkit-column-count: 1;
        column-count: 1;
    }

    #chillintro h4 {
        text-align: center;
        padding-bottom: 50px;
    }






}



@media only screen and (max-width: 768px) {}

@media only screen and (min-width: 577px) and (max-width: 991px) {
    #chillintro h4 {
        text-align: center;
        padding-bottom: 50px;
    }

    h1,
    h4 {

        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.15rem;
    }

    .intro h3 {
        font-size: 1.15rem;

    }


    .intro p,
    .intro-summary,
    p {
        font-size: 1rem;

    }



    .masonry {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .nav-menu {
        position: static !important;
    }

    .custom-navbar {
        height: 0px !important;
    }

    #homepagemenu {
        height: 10px !important;
        padding: 0px 0px !important;
        background-color: #131b27 !important;
    }




}


@media only screen and (max-width: 991px) {
    .nav-menu {
        position: static !important;
    }

    .custom-navbar {
        height: 0px !important;
    }

    #homepagemenu {
        height: 0px !important;
        padding: 10px 0px !important;
        background-color: #131b27 !important;
    }

    .item {
        background-color: #8061ff;

    }

    .item img {
        /*        opacity: 0.5; */
    }

    .imgbtn {

        /* color: #8061ff; */
        /* padding: 5px 15px; */
        /* border: 1px solid #8061ff; */
        /* border-radius: 3px; */
        display: block !important;
        background-color: rgba(243, 243, 255, 0.8);
    }
}


@media only screen and (min-width: 992px) {
    .masonry {
        -webkit-column-count: 3;
        column-count: 3;
    }

    #chillintro {
        display: table-cell;
        vertical-align: middle;
    }

    #chillintro h4 {

        text-align: right !important;
        line-height: 1.2em;

    }

    .imgbtn {
        display: none;
    }

    .item:hover .imgbtn,
    .item:active .imgbtn {
        display: block;
        color: #f3f3ff;
    }

    .item img:hover,
    .item img:active {
        background-color: #8061ff;
        /*

        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
*/
        opacity: 0.2;
        cursor: pointer;
        /*

        filter: blur(8px);
        -webkit-filter: blur(8px);
*/

    }

    .item:hover,
    .item:active {
        background-color: #8061ff;

    }
}







/*SCROLL TO TOP  */

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999999;
    font-size: 2em;
    line-height: 0px;
    border: 1px solid rgba(24, 25, 26, 0.1);
    outline: none;
    background-color: rgba(24, 25, 26, 0.2);
    color: #f3f3ff;
    cursor: pointer;
    padding: 0.1em;
    border-radius: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#myBtn:hover {
    border: 1px solid rgb(24, 25, 26);
    background-color: #8061ff;
    color: #f3f3ff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* .no-scroll {
    display: none;
}

.scroll-top {
    display: block;
}
 */
