/*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian Sidik
Template Name : Nathan - multipurpose personal portfolio bootstrap template
Version       : 1.0
Filename      : main.css
* ----------------------------------------------------------------------------------------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 01.BASE CSS
    - loadder wrap 
* 02.HEADDER SECTION
    - navigation
* 03.HERO SECTION
* 04.ABOUT SECTION
    - work process
    - skill wrap
    - education wrap
    - experience wrap
* 05.PORTFOLIO SECTION
* 06.COUNTER SECTION 
* 07.CLIENT IMAGE SECTION 
* 08.TESTIMONIAL SECTION 
* 09.CONTACT SECTION 
* 10.FOOTER SECTION 
* ----------------------------------------------------------------------------------------
*/

@import url(./vendor/bootstrap/bootstrap.css);
@import url(./vendor/bootstrap/icon/bootstrap-icon.css);
@import url(./vendor/fontawesome/fontawesome.css);
@import url(./vendor/magnific/magnific.css);
@import url(./vendor/owlcarousel/owl.carousel.min.css);
@import url(./vendor/owlcarousel/owl.theme.default.min.css);
@import url(./vendor/aspie.css);
@import url(./color.css);
@font-face {
    font-family: "Aileron";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/theme-base-fonts/aileron-regular.woff2") format("woff2"), url("../fonts/theme-base-fonts/aileron-regular.woff") format("woff");
}

@font-face {
    font-family: "Aileron";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/theme-base-fonts/aileron-semibold.woff2") format("woff2"), url("../fonts/theme-base-fonts/aileron-semibold.woff") format("woff");
}

@font-face {
    font-family: "Aileron";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/theme-base-fonts/aileron-bold.woff2") format("woff2"), url("../fonts/theme-base-fonts/aileron-bold.woff") format("woff");
}

@font-face {
    font-family: "Aileron";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/theme-base-fonts/aileron-black.woff2") format("woff2"), url("../fonts/theme-base-fonts/aileron-black.woff") format("woff");
}


/*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS.
* ----------------------------------------------------------------------------------------
*/

:root {
    --base: #fff;
    --base-one: #8d0035;
    --base-two: #202020;
    --base-tree: #f5f5f5;
    --base-four: #dfdfdf;
    /* transparant for shadow color */
    --transparant: rgba(141, 0, 53, .8)!important;
    --transparant-two: rgba(32, 32, 32, .5)!important;
    --transparant-tree: rgba(0, 0, 0, 0.5))important;
}

.pie_progress{position:relative;text-align:center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.pie_progress__svg{position:relative;display:inline-block;width:100%;padding-bottom:100%;overflow:hidden;vertical-align:middle}.pie_progress__svg svg{position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;margin:0 auto}.pie_progress__content,.pie_progress__icon,.pie_progress__label,.pie_progress__number{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pie_progress__number{font-size:42px}.pie_progress__label{margin-top:32px;font-size:12px}
/*# sourceMappingURL=asPieProgress.min.css.map */

* {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Aileron';
    font-size: 13px;
    font-weight: 400;
    color: var(--base-two);
}

label {
    font-weight: 500;
}

input,
textarea {
    padding: 10px;
    width: 100%;
    border: 3px solid var(--transparant-two);
    border-radius: 3px;
}

textarea {
    height: 200px;
}

.submitbuton {
    border: none;
    border-radius: 3px;
    overflow: hidden;
}

main {
    overflow: hidden;
}

blockquote {
    position: relative;
}

.typed-cursor {
    display: inline-block !important;
}

.btn-flot {
    overflow: hidden;
    transition: all .45s ease, opacity .25s ease-in-out;
    font-size: 18px; /* Cambiar el tamaño de la tipografia */
    color: #ffffff; /* Color del texto */
    border-radius: 32px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    padding: 32px 32px; /* Relleno del boton */
    position: fixed;
    bottom: 10px;
    right: 20px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 10, 0, 0.2);
    transition: all .45s ease, opacity .25s ease-in-out;
    z-index: 99;
}
.btn-flot:hover {
    background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);}


.btnlink {
    display: inline-block;
    padding: 15px 50px;
    position: relative;
    color: var(--base);
    font-size: 12px;
    font-weight: 900;
    background-color: var(--base-two);
    letter-spacing: 2.5px;
    z-index: 1;
    transition: all .3s;
}

.btnlink:after {
    content: "";
    width: 0px;
    background: var(--base-one);
    height: 50px;
    left: auto;
    bottom: 0;
    border-radius: 5px;
    z-index: -1;
    right: 0;
    position: absolute;
    transition: ease all 0.35s;
}

.btnlink:hover {
    color: var(--base);
}

.btnlink:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.fixi {
    background-color: var(--base);
    box-shadow: 0 0 60px 0 var(--transparant-two);
    height: 58px;
}

.light-section {
    background-color: var(--base);
}

.grey-section {
    background-color: var(--base-tree);
}

.line-thick {
    height: 3px;
    width: 50px;
    background: var(--base-one);
    display: block;
}

.mfp-figure:after {
    box-shadow: unset !important;
}

.mfp-bg {
    background: var(--base);
    opacity: 1;
}

.mfp-bottom-bar {
    position: fixed;
    top: 52px !important;
    left: 30px;
    width: auto;
}

.mfp-counter {
    color: var(--base-two);
    font-size: 15px;
}

.mfp-figure .mfp-close {
    position: fixed;
    top: 0;
    font-size: 1.5625rem;
}

.mfp-figure .mfp-close {
    background-color: var(--base-two);
    color: var(--base)!important;
    cursor: pointer!important;
    right: 0;
    height: 50px;
    line-height: 3.125rem;
    opacity: 1;
    padding: 0;
    text-align: center;
    width: 50px;
}

.mfp-arrow.mfp-arrow-left:before,
.mfp-arrow.mfp-arrow-left:after {
    font-family: FontAwesome;
    content: "\f177";
    display: block;
    font-size: 30px;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: unset;
}

.mfp-arrow.mfp-arrow-right:before,
.mfp-arrow.mfp-arrow-right:after {
    font-family: FontAwesome;
    content: "\f178";
    display: block;
    font-size: 30px;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: unset;
}

.mfp-preloader {
    color: var(--base-two);
    font-size: 15px;
}

.no-transition {
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}

.owl-carousel .owl-stage-outer {
    padding: 100px 0;
}


/*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS.
    - loadder wrap 
* ----------------------------------------------------------------------------------------
*/

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--base);
}

img.img-load {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 15%;
    transform: translate(-50%, -50%);
}

.progress {
    height: 2px;
    display: block;
    width: 30%;
    background-color: var(--base-four);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress .line {
    background-color: var(--base-one);
}

.progress .line:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: line 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .line:after {
    content: '';
    position: absolute;
    background-color: var(--base-one);
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: lines 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@keyframes line {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes lines {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 02.HEADDER SECTION
    - navigation
* ----------------------------------------------------------------------------------------
*/

.navbar-nav li a {
    color: var(--base);
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.nav-link i {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
}

.lightlogo {
    width: 150px;
}

.darklogo {
    display: none;
}

.fixi .lightlogo {
    display: none;
}

.fixi .darklogo {
    width: 100px;
}

.fixi .darklogo {
    display: inline-block;
}

.fixi .navbar-nav li a {
    color: var(--base-two);
}

.fixi .navbar-nav li a:hover {
    color: var(--base-one);
}

.navbar-nav li a:hover {
    color: var(--base)
}

.navbar-nav li a:after {
    content: "";
    width: 0px;
    background: var(--base-one);
    height: 3px;
    left: auto;
    bottom: 0;
    border-radius: 5px;
    z-index: -1;
    right: 0;
    position: absolute;
    transition: ease all 0.35s;
}

.navbar-nav li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.navbar-nav li a.active {
    color: var(--base-one);
}

.navbar-nav li a.active:after {
    width: 100%;
    left: 0;
    right: auto;
}


/*
* ----------------------------------------------------------------------------------------
* 03.HERO SECTION
* ----------------------------------------------------------------------------------------
*/

#herosection {
    height: auto;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#herosection:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--transparant-tree);
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.wrap-heroifo p {
    color: var(--base);
    font-size: 35px;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: 500;
}

.wrap-heroifo h1 {
    color: var(--base);
    font-weight: 900;
    font-size: 100px;
    margin-bottom: 15px;
}

.wrap-heroifo span {
    color: var(--base);
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
    display: inline;
    position: relative;
    letter-spacing: 2px;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT SECTION
* ----------------------------------------------------------------------------------------
*/

#about-section {
    height: auto;
}

.detail-hero p:nth-child(1) {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.detail-hero p {
    font-weight: 400;
}

.wrap-title h3 {
    font-weight: 900;
    letter-spacing: 6px;
}

.wrap-title p {
    letter-spacing: 1px;
    color: var(--transparant-two);
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT SECTION
    - work process
* ----------------------------------------------------------------------------------------
*/

.shape {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: var(--base-one);
    box-shadow: 0 13px 30px var(--transparant);
}

.shape i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: var(--base);
}

.shape:after {
    content: "";
    width: 0px;
    background: var(--base-two);
    height: 150px;
    left: auto;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    right: 0;
    position: absolute;
    transition: ease all 0.35s;
}

.shape:hover {
    box-shadow: 0 13px 30px var(--transparant-two);
}

.shape:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.wrap-proces {
    display: flex;
}

.item-work {
    position: relative;
    width: 20%;
}

.item-work:not(:last-child):before {
    background: url(../asset/image/pageasset/arow.png) no-repeat;
    content: '';
    background-position: center;
    background-size: contain;
    height: 29px;
    width: 101px;
    position: absolute;
    z-index: 3;
    right: -52px;
    top: 28px;
}

.item-work h5 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT SECTION
    - skill wrap
* ----------------------------------------------------------------------------------------
*/

.wrap-bar {
    position: relative;
    background: var(--base-tree);
    margin-top: 55px;
    height: 10px;
}

.skill-bar {
    height: 10px;
    position: absolute;
    background: var(--base-one);
    top: 0;
}

.title-pp {
    top: -25px;
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.skill-bar span {
    position: absolute;
    right: 0;
    bottom: -6px;
    background: var(--base-one);
    padding: 2px 6px;
    font-size: 15px;
    color: var(--base);
    font-weight: 600;
    box-shadow: 0 13px 30px var(--transparant-two);
}

.wrap-circle {
    text-align: center;
    width: 50%;
    float: left;
}

.label-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    color: var(--base-two);
}

.pie_progress {
    width: 130px;
    margin: 20px auto;
}

.pie_progress__svg svg ellipse {
    stroke: var(--base-tree);
}

.pie_progress__number {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--base-one);
    background: #f5f5f5;
    width: 50px;
    height: 50px;
    line-height: 30px;
    left: 30%;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT SECTION
    - education wrap
* ----------------------------------------------------------------------------------------
*/

.cd-horizontal-timeline .events-content h2 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    background: var(--base-one);
    color: var(--base);
    display: inline-block;
    border-radius: 3px;
    padding: 5px 19px;
    margin: 15px 0 15px 0;
}

.cd-horizontal-timeline .events-content p:nth-last-child(3) {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 0 0;
    background: unset;
    text-transform: uppercase;
}

.cd-horizontal-timeline .events-content p {
    font-size: 13px;
    padding: 20px 19px;
    background: var(--base-tree);
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: var(--base-one);
    padding-bottom: 36px;
}

.cd-horizontal-timeline .events a.selected::before {
    content: '';
    height: 22px;
    left: 45%;
    top: 30px;
    width: 2px;
    background: var(--base-one);
    position: absolute;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: var(--base-one);
    border-color: var(--base-one);
    bottom: -10px;
    height: 20px;
    width: 20px;
    box-shadow: 0 13px 30px var(--transparant);
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: var(--base-one);
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 35%;
    border-radius: 100%;
    bottom: auto;
    line-height: 50px;
    height: 34px;
    border: 3px solid var(--base-one);
    width: 34px;
}

.cd-timeline-navigation a.inactive {
    border: 3px solid var(--base-one);
    opacity: .1;
}

.cd-timeline-navigation a.prev.inactive::after,
.cd-timeline-navigation a.next.inactive::after {
    color: var(--transparant-two);
}

.cd-timeline-navigation a.prev::after {
    font-family: FontAwesome;
    content: '\f177';
    color: var(--base-one);
    font-size: 20px;
    position: absolute;
    height: 16px;
    width: 16px;
    left: 3px;
    top: -10px;
    bottom: auto;
    right: auto;
}

.cd-timeline-navigation a.next::after {
    font-family: FontAwesome;
    content: '\f178';
    color: var(--base-one);
    font-size: 20px;
    position: absolute;
    height: 16px;
    width: 16px;
    left: 5px;
    top: -10px;
    bottom: auto;
    right: auto;
}

.cd-timeline-navigation a.prev {
    left: 0;
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: var(--base-one);
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: var(--base-four);
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT SECTION
    - experiences wrap
* ----------------------------------------------------------------------------------------
*/

.cd-timeline-content h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--base-two);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-date {
    font-size: 13px;
    color: var(--base);
    display: inline-block;
    border-radius: 3px;
    padding: 5px 19px;
    margin: 15px 50px 15px 50px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cd-timeline-content p:nth-last-child(3) {
    color: var(--base-two);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cd-timeline-content p:nth-last-child(1) {
    font-size: 15px;
    padding: 20px 19px;
    background: var(--base-tree);
}


/*
* ----------------------------------------------------------------------------------------
* 05.PORTFOLIO SECTION 
* ----------------------------------------------------------------------------------------
*/

.portfolio-wrapper {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%
}

.portfolio-grid {
    width: 100%
}

.portfolio-grid .portfolio-item {
    width: 100%!important;
    padding: 0 0 22px!important;
}

.portfolio-item figure .link-overlay a {
    height: 100%;
    width: 100%;
}

.portfolio-item figure .link-overlay a i {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-item figure .link-overlay a,
.portfolio-item figure:before {
    display: block!important;
}

.portfolio-item figure .link-overlay,
.portfolio-item figure:before {
    width: 100%;
    height: 100%;
    background-color: var(--base-one);
    top: 0;
    opacity: 0;
    position: absolute!important;
    transition: all .3s;
}

.portfolio-item figure:hover .link-overlay,
.portfolio-item figure:hover:before {
    opacity: 1
}

.portfolio-filter a,
.portfolio-item figure,
.portfolio-item figure .link-overlay a {
    position: relative!important;
}

.portfolio-item figure {
    margin: 0
}

.portfolio-item .figure-caption {
    font-size: 100%
}

.portfolio-item .figure-caption span {
    letter-spacing: 1px;
    color: var(--base-one);
}

.portfolio-item .figure-caption h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--base-two);
}


/*
* ----------------------------------------------------------------------------------------
* 06.COUNTER SECTION 
* ----------------------------------------------------------------------------------------
*/

#counter-section {
    background: var(--base-one);
    color: var(--base);
    position: relative;
}

#counter-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.3) 20%, transparent 10%);
    background-size: 5px 5px;
}

.counts i {
    display: block;
    font-size: 40px;
}

.counter {
    font-weight: 700;
}

.count-text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}


/*
* ----------------------------------------------------------------------------------------
* 07.CLIENT IMAGE SECTION 
* ----------------------------------------------------------------------------------------
*/

.item-client {
    text-align: center;
    padding: 20px;
    display: inline-block;
    position: relative;
    float: right;
    width: 33.3333%;
    height: 150px;
    margin: 20px 0;
}

.item-client img {
    filter: invert(1);
    width: 50%;
    height: 150px;
    object-fit: contain;
    opacity: .5;
}


/*
* ----------------------------------------------------------------------------------------
* 08.TESTIMONIAL SECTION 
* ----------------------------------------------------------------------------------------
*/

#testimonial-section {
    background: var(--base-tree);
}

.wrap-user {
    max-width: 320px;
    position: relative;
    margin: 30px auto;
}

.wrap-user>img {
    float: left;
    border-radius: 100%;
    height: 80px;
    width: 80px !important;
}

.detail-user {
    padding: 15px 0 0 100px;
    text-align: left;
}

.detail-user h5 {
    font-weight: 700;
}

.item-testi h4 {
    line-height: 35px;
    font-weight: 400;
}

.left-o {
    font-size: 60px;
    position: absolute;
    left: 0;
    color: var(--base-four);
    top: -80px;
}

.right-o {
    font-size: 60px;
    position: absolute;
    right: 0;
    color: var(--base-four);
    bottom: -80px;
}


/*
* ----------------------------------------------------------------------------------------
* 09.CONTACT SECTION 
* ----------------------------------------------------------------------------------------
*/


/* contact */

#contact-section {
    background: var(--base);
}

.wrap-infocontact h6 {
    font-weight: 700;
    color: var(--base-one);
}

.list-info {
    padding: 0 0 0 0;
}

.list-info li {
    list-style: none;
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 20px 0 20px 0;
}

.list-info li p {
    letter-spacing: 0;
    font-weight: normal;
    font-size: 13px;
}

.list-info li i {
    font-size: 20px;
    position: absolute;
    left: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 10.FOOTER SECTION 
* ----------------------------------------------------------------------------------------
*/

#mainfoot {
    background: var(--base-tree);
}

.sosial-list {
    padding-left: 0;
}

.sosial-list li {
    display: inline-block;
    list-style: none;
}

.sosial-list li a {
    color: var(--base);
}

.sosial-list li a i {
    background-color: var(--base-one);
    border-radius: 50%;
    color: var(--base);
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin: auto 10px;
    font-size: 13px;
    text-align: center;
    transition: all .3s;
}

.sosial-list li a:hover i {
    background-color: var(--base-two);
}