@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body {
    font-family: arial, helvetica;
    font-size: 16px;
    margin: 0;
    background-color: #ffffff;
}

svg {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    border-radius: 20px;
    transform: translateX(-50%);
}
.btn:focus{
    box-shadow: none !important;
}
#avatar {
    position: relative;
    margin: 20px auto;
    width: 550px;
    height:280px;
}

#menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 99px;
    background-color: #ffffff;
    border-right: 1px solid #707070;
    z-index: 200;
    overflow: hidden;
}

#menu_lines div {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 7px;
    background-color: #707070;
    -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}

#menu.active #menu1 {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}

#menu.active #menu2 {
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    transition: opacity 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}

#menu.active #menu3 {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}

#options_title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
}

#options_div {
    display: flex;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    max-width: 510px;
    margin: auto;
}

#options_div .slick-arrow{
        top: 20% !important
}
a{
    text-decoration: none;
    color: #111111;
}


.skins, .eyes, .eyebrows, .mouths, .hairstyles, .haircolors, .facialhairs, .clothes, .fabriccolors, .backgroundcolors, .glasses, .glassopacity, .tattoos, .accesories {
    flex: 0 0 auto;
    top: 0;
    width: 53px;
    height: 53px;
    margin: 5px;
    border: 1px solid #707070;
    cursor: pointer;
    border-radius: 10px;
    background-color: #ffdbb4;
}

.eyes, .eyebrows, .mouths, .hairstyles, .facialhairs, .clothes, .glasses, .tattoos, .accesories {
    background-image: url(https://i.imgur.com/q0DdlUI.png);
}

.glassopacity {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    height: 43px;
    padding-top: 10px;
    color: #707070;
}

.btn {
    padding: 8px;
    font-weight: bold;
    margin-bottom: 7px;
}

#menu_list div {
    width: 100%;
    cursor: pointer;
    padding: 7px 0 7px 0;
    font-size: 19px;
    font-weight: bold;
    color: #707070;
}

section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    font-family: 'Overpass', sans-serif;

}

.sec-header {
    font-family: 'Overpass', sans-serif;
    text-align: center;
}

.des {
    text-align: center;

}

.des p {
    color: #111111;
}

.sec-header h3 {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -1px;
}

.sec-header h6 {
    color: #5E5858;
    font-size: 18px;
}

.gray-bg {
    background: #FBFCFD;
}

#menu_list img {
    display: block;
    height: auto;
    width: 100%;
}

.avatar-preview {
    position: relative;
    width: 50%;
    display: block;
    height: 100%;
    float: left;
}

.avatar-menu {
    position: relative;
    width: 45%;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0 0;
}

.cust-btn {
    background: #C04AE2;
    color: #fff;
    max-width: 150px;
    margin-bottom: 20px;
    border-radius: 30px;
    width: 100%;
}
.cust-btn:hover{
    color: #C04AE2;
    background: #fff;
    border: 1px solid #C04AE2;
}

.cust-btn.reset {
    background: #fff;
    color: #000;
    box-shadow: 0 4px 10px #00000021;
}
.cust-btn.reset:hover{
    color: #C04AE2;
    border: 1px solid #C04AE2;
    background: #fff;
}

.inner-banner {
    padding: 80px 0 10px 0;
    font-size: 18px;
}

.inner-banner p {
    color: #635D5D;
    font-size: 16px;
}

.header-text h1 {
    font-family: 'Overpass', sans-serif;
    color: #000;
    font-size: 70px;
    letter-spacing: -1px;
    font-weight: 900;
}
.header-text h4 {
    font-family: 'Overpass', sans-serif;
    color: #000;
    letter-spacing: -1px;
    font-weight: 900;
}

.blogpage {
    background: transparent;
}

.footer-avatar {
    position: relative;
    width: 750px;
    clear: both;
    background: #FBFCFD;
    padding: 20px;
    margin: auto;
    border-radius: 20px;
}

.footer-avatar #menu_list {
    display: flex;
    overflow-x: auto;
    align-content: center;
    width: 510px;
    margin: auto;
}
.footer-avatar #menu_list button{
    min-width: 100px;
    padding: 0;
    overflow: hidden;
}

.footer-avatar #menu_list img{
   width: 40px;
    height: 40px;
    margin: auto;
}

.footer-avatar #menu_list .btn:hover{
    filter: brightness(0) saturate(100%) invert(73%) sepia(72%) saturate(2286%) hue-rotate(216deg) brightness(97%) contrast(92%);
}
.hover-eff{
    filter: brightness(0) saturate(100%) invert(73%) sepia(72%) saturate(2286%) hue-rotate(216deg) brightness(97%) contrast(92%);
}
#options img{
    display: none;
}
/*#avatar::-webkit-scrollbar {*/
/*    height: 3px;*/
/*}*/
/*!* Track *!*/
/*#avatar::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/

/*!* Handle *!*/
/*#avatar::-webkit-scrollbar-thumb {*/
/*    background: #C04AE2;*/
/*}*/

/*!* Handle on hover *!*/
/*#avatar::-webkit-scrollbar-thumb:hover {*/
/*    background: #555;*/
/*}*/
.card {
    border: none;
    padding: 15px;
}

.card .card-data h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.faq .sec-header {
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 1;

}

.faq .sec-header h3 {
    color: #fff;
    margin: 0;
}

.faq .sec-header p {
    color: #fff;
    margin: 0;
}

.faq .sec-header::after {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background: #0B0E44;
    z-index: -1;
    border-radius: 0 30px 30px 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
    position: absolute;
    right: -35px;
    top: 40px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-item {
    border: none;
}

.accordion-header {
    border-bottom: 1px solid #5E5858;
}

.accordion-header button {
    color: #5E5858 !important;
    font-size: 18px;
    padding: 15px 0;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: #000
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion .card-body {
    padding: 15px 0;
}

.accordion .card-body p {
    color: #111111 !important;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.all-comments .comment-sec {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    font-family: 'Poppins', sans-serif;
}
.all-comments .comment-sec.reply{
    padding-left: 75px;
}

.comment-sec .avatar-comment{
    width: 65px;
    position: relative;
}

.comment-sec .avatar-comment.reply::after{
    position: absolute;
    content: "";
    background: #cacaca;
    width: 1px;
    height: 100px;
    left: 50%;
    margin-top: 10px;
}
.comment-sec .avatar-comment.reply::before{
    position: absolute;
    content: "";
    background: #cacaca;
    width: 1px;
    height: 30px;
    right: 15px;
    top: 245%;
    transform: rotate(90deg);

}

.comment-sec .comment-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.comment-header a{
    color: #0F1248;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 500;
    font-size: 17px;
}
.comment-header a:hover{
    color: #C04AE2;
}
.comment-sec h6{
    color: #5E5858;
    font-weight: 400;
    font-size: 17px;
}
.comment-sec p{
    margin: 0;
    color: #111111;
}
.comment-sec .comment{
    background: #F3F3F3;
    padding: 30px;
    border-radius: 20px;

}
.red-btn{
    background: #CC3333;
    color: #fff;
    display: block;
    max-width: 185px;
    margin: auto;
    padding: 12px;
    font-size: 20px;

}
.red-btn:hover{
    background: #fff;
    border: 1px solid #CC3333;
    color: #CC3333;
}
form .form-group{
    margin-bottom: 20px;
}

form .form-group input, form .form-group textarea{
    background: #F3F3F3;
    padding:18px;
    border: none;
    border-radius: 12px;
}
form .form-group input::placeholder, form .form-group textarea::placeholder{
    color: #ccc;
}
.page-link{
    color: #C04AE2;
}

.page-link:hover{
    background: #C04AE2;
    color: #fff;
}

.page-link svg{
    position: unset;
    width: 100%;
    transform: translate(0);
}

.avatar-slider .img-box{
    width: 100%;
    margin: 30px auto;
    padding: 5px;
}

.avatar-single-slider .img-box{
    width: 350px;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .sec-header h3 {
        font-size: 24px;
    }
    .faq .sec-header p{
        font-size: 14px;
    }
    .header-text h1{
        font-size: 40px;
    }
    section{
        padding: 20px 0;
    }
    .inner-banner{
        padding: 30px 0 10px 0;
    }

}

@media screen and (max-width: 580px){
    .avatar-preview{
        width: 100%;
    }
    .avatar-menu{
        width: 100%;
    }

    .footer-avatar{
     margin-top: 200px;
    }
    .footer-avatar #menu_list img{
        margin: auto;
    }
    .footer-avatar #menu_list{
        width: unset;
    }
    .avatar-single-slider .img-box{
        width: 250px;
    }

}
/*leny face*/

.sec-header h2{
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: -1px;
    font-size: 28px;
    margin-left: 40px;
}

.leny-btn{
    display: block;
    margin: auto;
    background: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 30px;
    box-shadow: 5px 4px 9px rgba(0,0,0,.075);
}

.leny-btn:hover{
    opacity: 0.8;
    transition: all ease 0.3s;
    box-shadow: 8px 8px 13px rgba(0,0,0,.075);
}

.btn-leny{
    min-width: 150px;
    background: #CC3333;
    color: #fff;
    padding: 8px 12px;
}

.btn-leny.leny-blue{
    background: #0B0C3D;
}

.btn-leny:hover{
    opacity: 0.8;
    color: #fff;
}
.leny-text-box{
    font-size: 14px;
}
.leny-text-box h6{
        font-weight: bolder;
    font-family: sans-serif;
    margin-bottom: 20px;
}
@media screen and (max-width: 580px){
    .btn-leny{
        font-size: 14px;
        min-width: 120px;
    }
}

.avatar-menu-slider .slick-current .btn{
    filter: brightness(0) saturate(100%) invert(73%) sepia(72%) saturate(2286%) hue-rotate(216deg) brightness(97%) contrast(92%);

}

.avatar-maker-slider .slick-slide > div{ width:100px !important}
