/* ==========================================================================
   BASE THEME STYLES  (merged from styles.min.css, dead rules removed)
   ========================================================================== */
html {
    margin-right: 0 !important;
    height: 100%
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    font-family: Poppins;
    font-size: 15px;
    color: #a9a9a9;
    background: #1e1e1e;
    letter-spacing: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}
.page {
    position: relative;
    overflow: hidden;
    height: 100%
}
@media (max-width:1023px) {
.page {
        padding-top: 58px
    }
.page .lines-grid {
        padding-left: 0
    }
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.container {
    background-color: #1d1d1e;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s
}
.lines-grid {
    padding-left: 44px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 113;
    pointer-events: none
}
.lines-grid .row {
    margin: 0;
    height: 100%
}
.lines-grid .row .col {
    padding: 0;
    height: 100%
}
.lines-grid .row .col .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%
}
.lines-grid .row .col .lines .line-1, .lines-grid .row .col .lines .line-2 {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, .05); */
    background: transparent;
}
.lines-grid .row .col .lines .line-2 {
    height: 0%;
    background: rgba(255, 255, 255, .15)
}
.lines-grid .row .col:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1)
}
.lines-grid.loaded .row .col:after {
    width: 0
}
.lines-grid.z-index {
    z-index: 111
}
.row {
    margin: 0;
    position: relative;
    font-size: 0
}
.row .col {
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    min-height: 1px
}
.row .col .col {
    /* padding: 16px 28px */
    padding: 16px 20px
}
@media (max-width:560px) {
.row .col .col {
        padding: 16px
    }
}
@media (min-width:1330px) {
.row .col.col-d-lg-12 {
        width: 99.996%
    }
.row .col.col-d-lg-11 {
        width: 91.663%
    }
.row .col.col-d-lg-10 {
        width: 83.333%
    }
.row .col.col-d-lg-9 {
        width: 74.997%
    }
.row .col.col-d-lg-8 {
        width: 66.664%
    }
.row .col.col-d-lg-7 {
        width: 58.331%
    }
.row .col.col-d-lg-6 {
        width: 49.998%
    }
.row .col.col-d-lg-5 {
        width: 41.665%
    }
.row .col.col-d-lg-4 {
        width: 33.332%
    }
.row .col.col-d-lg-3 {
        width: 24.999%
    }
.row .col.col-d-lg-2 {
        width: 16.666%
    }
.row .col.col-d-lg-1 {
        width: 8.333%
    }
.row .col.col-d-lg-0 {
        display: none
    }
}
@media (max-width:1330px) {
.row .col.col-d-12 {
        width: 99.996%
    }
.row .col.col-d-11 {
        width: 91.663%
    }
.row .col.col-d-10 {
        width: 83.333%
    }
.row .col.col-d-9 {
        width: 74.997%
    }
.row .col.col-d-8 {
        width: 66.664%
    }
.row .col.col-d-7 {
        width: 58.331%
    }
.row .col.col-d-6 {
        width: 49.998%
    }
.row .col.col-d-5 {
        width: 41.665%
    }
.row .col.col-d-4 {
        width: 33.332%
    }
.row .col.col-d-3 {
        width: 24.999%
    }
.row .col.col-d-2 {
        width: 16.666%
    }
.row .col.col-d-1 {
        width: 8.333%
    }
.row .col.col-d-0 {
        display: none
    }
}
@media (max-width:1023px) {
.row .col.col-t-12 {
        width: 99.996%
    }
.row .col.col-t-11 {
        width: 91.663%
    }
.row .col.col-t-10 {
        width: 83.333%
    }
.row .col.col-t-9 {
        width: 74.997%
    }
.row .col.col-t-8 {
        width: 66.664%
    }
.row .col.col-t-7 {
        width: 58.331%
    }
.row .col.col-t-6 {
        width: 49.998%
    }
.row .col.col-t-5 {
        width: 41.665%
    }
.row .col.col-t-4 {
        width: 33.332%
    }
.row .col.col-t-3 {
        width: 24.999%
    }
.row .col.col-t-2 {
        width: 16.666%
    }
.row .col.col-t-1 {
        width: 8.333%
    }
.row .col.col-t-0 {
        display: none
    }
}
@media (max-width:560px) {
.row .col.col-m-12 {
        width: 99.996%
    }
.row .col.col-m-11 {
        width: 91.663%
    }
.row .col.col-m-10 {
        width: 83.333%
    }
.row .col.col-m-9 {
        width: 74.997%
    }
.row .col.col-m-8 {
        width: 66.664%
    }
.row .col.col-m-7 {
        width: 58.331%
    }
.row .col.col-m-6 {
        width: 49.998%
    }
.row .col.col-m-5 {
        width: 41.665%
    }
.row .col.col-m-4 {
        width: 33.332%
    }
.row .col.col-m-3 {
        width: 24.999%
    }
.row .col.col-m-2 {
        width: 16.666%
    }
.row .col.col-m-1 {
        width: 8.333%
    }
.row .col.col-m-0 {
        display: none
    }
}
.row:after {
    content: '';
    display: block;
    clear: both
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #181818;
    z-index: 1000
}
.preloader .spinner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%
}
.preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .05)
}
.preloader .spinner .double-bounce2 {
    background: rgba(255, 255, 255, .15);
    height: 0;
    -webkit-animation: loading 2s infinite ease-in-out;
    animation: loading 2s infinite ease-in-out
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    font-family: Poppins;
    font-size: 26px;
    color: #fff;
    line-height: 34px;
    font-weight: 700
}
h2 {
    font-size: 24px
}
h3 {
    font-size: 22px
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
p {
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
    margin: 0 0 20px 0
}
strong {
    font-weight: 700
}
.button {
    position: relative;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: none
}
.button .icon {
    position: relative;
    top: 2px;
    left: 2px;
    font-size: 20px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.button:hover {
    color: #fff
}
.button:hover .icon {
    left: 6px
}
.button {
    display: inline-block;
    float: none;
    width: auto
}
a {
    color: #10A378;
    text-decoration: none;
    opacity: 1;
    outline: 0
}
a:hover {
    text-decoration: none;
    color: #56c392;
    /* text-decoration: underline */
}
ol, ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
li {
    margin-bottom: 0
}
/* code {
    background: #c9c9c9;
    font-size: 16px;
    font-family: Poppins;
    margin: 20px 0;
    padding: 10px 20px
}
*/

code {
    background: #e7e0e014;
    font-size: 12px;
    font-family: Poppins;
    margin: 20px 0;
    padding: 2px 7px;
    border-radius: 4px;
}
table {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    border-collapse: collapse
}
th {
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    color: #fff;
    padding: 12px 15px;
    text-align: left
}
td {
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding: 12px 15px;
    text-align: left;
    color: #a9a9a9
}
blockquote {
    font-family: Poppins
}
.group-val select, button, input, textarea {
    margin: 0;
    padding: 0;
    padding: 12;
    display: block;
    font-family: Poppins;
    font-size: 14px;
    width: 100%;
    height: 60px;
    color: #ffffff78;
    background: 0 0;
    /* border: none; */
    /* border: 1px solid #777; */
    border: 1px solid #28282a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;

    background-color: #181818;
    border-radius: 10px;
}
button:focus, input:focus, textarea:focus {
    color: #fff;
    border: 0.5px solid #41D392
}
textarea {
    padding: 15px 12;
    height: 80px
}
button {
    width: auto;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    /* border-bottom: 1px solid #777; */
    text-align: left;
    cursor: pointer;
    border-radius: 50px;
    padding: 0px 25px 0px 25px;
    height: 40px;

    /* padding: 16px 20px; */

}
button:hover {
    background-color:  #6161613e;
}
label, legend {
    display: block;
    padding-bottom: 10px;
    font-family: Poppins;
    font-size: 16px
}
fieldset {
    border-width: 0;
    padding: 0
}
input[type=checkbox], input[type=radio] {
    display: inline
}
::-webkit-input-placeholder {
    color: #777
}
:-moz-placeholder {
    color: #777
}
::-moz-placeholder {
    color: #777
}
:-ms-input-placeholder {
    color: #777
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #fff
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #fff
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #fff
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #fff
}
input.error, textarea.error {
    border-bottom: 1px solid red !important
}
label.error {
    display: none !important
}
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
    color: red
}
input.error:-moz-placeholder, textarea.error:-moz-placeholder {
    color: red
}
input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
    color: red
}
input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
    color: red
}
.align-left {
    text-align: left !important
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.full-width {
    max-width: 100% !important;
    width: 100% !important
}
.centrize {
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important
}
.vertical-center {
    display: table-cell !important;
    vertical-align: middle !important
}
.clear {
    clear: both
}
@-webkit-keyframes loading {
    0% {
        height: 0;
        top: 0;
        bottom: auto
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0
    }
}
@keyframes loading {
    0% {
        height: 0;
        top: 0;
        bottom: auto
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0
    }
}
@-webkit-keyframes lines {
    0% {
        height: 0;
        top: 0;
        bottom: auto
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0
    }
}
@keyframes lines {
    0% {
        height: 0;
        top: 0;
        bottom: auto
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 44px;
    height: 100%;
    z-index: 113;
    text-align: center;
    background: #181818
}
.header:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .05)
}
.header .logo {
    position: relative;
    padding: 0;
    background: #42B883;
    text-align: center
}
.header .logo a {
    display: block;
    height: 58px;
    line-height: 58px;
    color: #fff;
    text-decoration: none
}
.header .logo a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%)
}
.header .logo a span {
    position: relative;
    font-family: 'Cormorant Garamond';
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2
}
.header .top-menu {
    margin-top: 12px;
    width: 100%;
    font-size: 0
}
.header .top-menu ul li {
    display: block
}
.header .top-menu ul li a {
    margin: 8px 0;
    position: relative;
    display: block;
    color: #fff;
    text-align: center
}
.header .top-menu ul li a .icon {
    margin: 0;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 21px;
    color: #a9a9a9;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.header .top-menu ul li a .link {
    margin: -11px 0 0 0;
    padding: 0 8px;
    position: absolute;
    left: 120%;
    top: 50%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    background: #181818;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px)
}
.header .top-menu ul li a .link:before {
    margin-top: -5px;
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    border: 5px solid transparent;
    border-right: 5px solid #111
}
@media (max-width:560px) {
.header .top-menu ul li a .link {
        display: none
    }
}
.header .top-menu ul li:hover a {
    color: #fff
}
.header .top-menu ul li:hover a .icon {
    color: #fff
}
.header .top-menu ul li:hover a .link {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible
}
.header .top-menu ul li.active a {
    color: #42B883
}
.header .top-menu ul li.active a .icon {
    color: #42B883
}
.header .social {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%
}
.header .social a {
    margin: 6px 0;
    display: block
}
.header .social a .icon {
    margin: 0;
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 17px;
    color: #a9a9a9;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.header .social a:hover .icon {
    color: #a9a9a9
}
@media (max-width:1023px) {
.header {
        top: 0;
        left: 0;
        width: 100%;
        height: 58px;
        background: #181818
    }
.header.opened .top-menu {
        opacity: 1;
        visibility: visible
    }
.header.opened .menu-btn .m-line {
        background: 0 0
    }
.header.opened .menu-btn .m-line:before {
        top: 0;
        bottom: auto;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg)
    }
.header.opened .menu-btn .m-line:after {
        top: auto;
        bottom: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg)
    }
.header:before {
        display: none
    }
.header .logo {
        width: 50px;
        float: left
    }
.header .top-menu {
        position: absolute;
        left: 0;
        top: 58px;
        margin-top: 0;
        width: 100%;
        background: #202020;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s
    }
.header .top-menu ul li {
        display: inline-block
    }
.header .top-menu ul li a {
        margin: 0
    }
.header .top-menu ul li a .icon {
        margin: 0;
        display: block;
        width: 50px;
        height: 58px;
        line-height: 56px
    }
.header .social {
        position: absolute;
        left: auto;
        right: 70px;
        bottom: auto;
        top: 0;
        width: auto
    }
.header .social a {
        margin: 0;
        display: inline-block
    }
.header .social a .icon {
        margin: 0;
        width: 30px;
        height: 58px;
        line-height: 56px
    }
.header .menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 58px;
        height: 58px;
        background: #202020;
        cursor: pointer
    }
.header .menu-btn .m-line {
        margin: -1px 0 0 -10px;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 22px;
        height: 2px;
        background: #a9a9a9
    }
.header .menu-btn .m-line:after, .header .menu-btn .m-line:before {
        content: '';
        position: absolute;
        left: 0;
        top: -7px;
        width: 100%;
        height: 2px;
        background: #a9a9a9;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s
    }
.header .menu-btn .m-line:after {
        top: auto;
        bottom: -7px
    }
}
.card-inner {
    padding-left: 44px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    visibility: hidden;
    opacity: 0
}
.card-inner.active {
    visibility: visible;
    opacity: 1;
    z-index: 112
}
.card-inner.card-started {
    text-align: center
}
.card-inner.card-started .slide {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #262628;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}
.card-inner.card-started .slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: .6
}
.card-inner.card-started .title {
    margin: 0 0 30px 0;
    font-size: 66px;
    line-height: 66px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -.035em
}
.card-inner.card-started .title span {
    padding-right: 15px;
    opacity: .5
}
.card-inner.card-started .subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 200
}
.card-inner.card-started .subtitle p {
    margin: 0
}
.card-inner.card-started .subtitle strong {
    color: #fff
}
@media (max-width:560px) {
.card-inner.card-started {
        text-align: center
    }
.card-inner.card-started .title {
        margin: 0 0 30px 0;
        font-size: 46px;
        line-height: 50px
    }
.card-inner.card-started .title span {
        padding-right: 0
    }
.card-inner.card-started .subtitle {
        margin: 0;
        font-size: 18px;
        line-height: 18px
    }
}
.card-inner .card-container {
    height: 100%
}
.card-inner .card-container .card-wrap {
    background: linear-gradient(135deg, #1d1e21 0, transparent 100%);
    overflow: visible !important
}
.card-inner .card-container .card-wrap .simplebar-scroll-content {
    max-height: 100% !important
}
.card-inner .card-wrap {
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    display: block
}
.card-inner .card-wrap .simplebar-content {
    overflow: hidden;
    /* padding: 30px 0 !important */
}
.card-inner .card-wrap .title {
    margin: 0;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700
}
.card-inner .card-wrap .title span {
    color: #42B883
}
@media (max-width:560px) {
.card-inner .card-wrap .title {
        text-align: center
    }
}
.card-inner .card-image {
    position: fixed;
    overflow: hidden;
    right: -22px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #262628;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.card-inner .card-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: .15
}
@media (max-width:1330px) {
.card-inner .card-image {
        right: -16px
    }
}
@media (max-width:1023px) {
.card-inner .card-image {
        position: relative;
        top: -30px;
        right: 0;
        height: 50vh
    }
}
@media (max-width:560px) {
.card-inner .card-image {
        height: 50vh
    }
}
@media screen and (orientation:landscape) and (max-width:820px) {
.card-inner .card-image {
        height: 100vh
    }
}
.card-inner .card-box {
    position: relative;
    /* padding: 30px; */
    padding: 20px;
    background: rgba(255, 255, 255, 0.048);
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    /* border-radius: 18px;  */
    /* -moz-border-radius: 18px; */
    /* -webkit-border-radius: 18px; */
    /* -khtml-border-radius: 18px; */
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    border-radius: 5px;

}
.card-inner .card-box:hover {
    /* box-shadow: 0 15px 55px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 55px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 15px 55px rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 15px 55px rgba(0, 0, 0, .3) */
}
@media (max-width:1023px) {
.card-inner {
        padding-left: 0
    }
}
.content {
    margin: 0;
    /* padding: 70px 0 0 0; */
    padding: 0 0 0 0;
    position: relative
}
@media (max-width:560px) {
.content {
        padding: 50px 0 0 0
    }
.content.inner-top {
        padding-top: 15px
    }
}
.content.inner-top {
    text-align: center;
    background-color: #1d1d1d;
}
.content.inner-top .title-bg {
    position: absolute;
    overflow: hidden;
    left: -2px;
    top: -31px;
    width: 100%;
    font-size: 94px;
    line-height: 120px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 700;
    /* letter-spacing: .04em; */
    text-align: left;
    /* white-space: nowrap; */
    pointer-events: none;
    opacity: .05;
    background-color: #1d1d1d;
}
.content.inner-top .text p {
    margin: 0 0 30px 0;
    /* font-size: 23px; */
    font-size: 15px;
    font-family: "Fira Mono", monospace;
    /* font-weight: 200; */
    color: #ffffffbd;
}
.content.inner-top .text p strong {
    color: #42B883
}
.content.inner-top .circle-bts a {
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
    min-width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    -khtml-border-radius: 44px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.content.inner-top .circle-bts a .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.content.inner-top .circle-bts a span {
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.content.inner-top .circle-bts a span .icon {
    top: -2px;
    margin-right: 5px
}
.content.inner-top .circle-bts a:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 35px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 5px 35px rgba(0, 0, 0, .2)
}
.content.inner-top .circle-bts a:hover .icon {
    color: #42B883
}
.content.inner-top .circle-bts a:hover span {
    color: #42B883
}
@media (max-width:560px) {
.content.inner-top .title-bg {
        top: 40px;
        font-size: 60px;
        line-height: 140px
    }
.content.inner-top .text {
        padding-top: 15px
    }
.content.inner-top .text p {
        margin: 0 0 30px 0;
        font-size: 19px
    }
.content.inner-top .text p br {
        display: none
    }
.content.inner-top .circle-bts a:first-child {
        margin-bottom: 15px;
        display: block
    }
}
.client-items {
    font-size: 0
}
.client-items .client-item {
    padding: 14px;
    font-size: 0;
    text-align: center;
}
.client-items .client-item:hover {
   background-color: #ffff;
}
.client-items .client-item img {
    max-width: 100%;
    opacity: .6;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-user-drag: none;
}
.client-items .client-item:hover img {
    opacity: 1
}
.content.resume {
    margin-top: -10px;
    padding-top: 0
}
.content.resume .title {
    padding: 0 0 32px 0
}
@media (max-width:560px) {
.content.resume .row .col:first-child {
        margin-bottom: 70px
    }
}
.resume-items {
    font-size: 0
}
.resume-items .resume-item {
    position: relative;
    padding: 30px 0
}
.resume-items .resume-item:first-child {
    padding-top: 0
}
.resume-items .resume-item:first-child:before {
    display: none
}
.resume-items .resume-item:last-child {
    padding-bottom: 0
}
.resume-items .resume-item:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    height: 1px;
    background: rgba(255, 255, 255, .1)
}
.resume-items .resume-item.active .date {
    color: #42B883
}
.resume-items .resume-item .name {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700
}
.resume-items .resume-item .date {
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    font-weight: 400
}
.resume-items .resume-item .date span {
    padding: 0 5px;
    display: inline-block
}
.resume-items .resume-item p {
    margin: 0;
    font-size: 13px;
}
.content.skills .title {
    padding: 0 0 32px 0
}
@media (max-width:560px) {
.content.skills .row .col:first-child {
        margin-bottom: 70px
    }
}
.skills-list.card-box {
    padding: 5;
    background-color: transparent;
    box-shadow: none;
}
.skills-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.skills-list ul li {
    position: relative;
    padding: 3px 0px;
    /* border-bottom: 1px solid rgba(255, 255, 255, .1) */
}
.skills-list ul li:last-child {
    border: none
}
.skills-list ul li .name {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 700
}
.skills-list ul li .progress {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, .1)
}
.skills-list ul li .progress .percentage {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #42B883;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.content.works {
    margin-top: -10px;
    padding-top: 0
}
.content.blog {
    margin-top: -10px;
    padding-top: 0
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.contact_form.card-box {
    padding: 15px 30px;
    margin-bottom: 0;
    background-color: transparent;
}
.contact_form .row {
    margin: 0 -30px
}
@media (max-width:1023px) {
.contact_form.card-box {
        padding: 0 14px 14px 14px;
        margin-bottom: 0
    }
.contact_form .row {
        margin: 0
    }
.contact_form .button {
        margin: 0 16px
    }
}
.alert-success {
    display: none
}
.alert-success p {
    margin: 0;
    font-size: 20px
}
.mfp-wrap.popup-box-inline {
    margin: 0 0 0 -360px;
    padding: 0;
    top: 0;
    left: 50%;
    overflow: auto;
    width: 720px;
    height: 100%;
    background: linear-gradient(135deg, #1d1e21 0, #3e4246 100%)
}
.mfp-wrap.popup-box-inline .mfp-container {
    padding: 0;
    position: relative;
    height: auto
}
.mfp-wrap.popup-box-inline .content {
    padding-top: 0;
    margin-bottom: 40px
}
.mfp-wrap.popup-box-inline .image {
    padding: 60px 40px 40px 40px;
    font-size: 0
}
.mfp-wrap.popup-box-inline .image img {
    width: 100%;
    height: auto
}
.mfp-wrap.popup-box-inline .desc {
    padding: 0 40px
}
.mfp-wrap.popup-box-inline .desc .post-box .blog-content {
    margin: 0
}
.mfp-wrap.popup-box-inline .desc .button {
    height: 30px;
    line-height: 30px
}
@media (max-width:720px) {
.mfp-wrap.popup-box-inline {
        left: 44px;
        right: 0;
        width: auto;
        margin: 0;
        padding: 0 10px
    }
.mfp-wrap.popup-box-inline .image {
        padding: 60px 0 20px 0
    }
.mfp-wrap.popup-box-inline .desc {
        padding: 0
    }
}
.mfp-wrap.popup-box .mfp-close, .mfp-wrap.popup-box-inline .mfp-close {
    padding: 0;
    right: -54px;
    top: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-family: Poppins;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    opacity: 1
}
@media (max-width:720px) {
.mfp-wrap.popup-box .mfp-close, .mfp-wrap.popup-box-inline .mfp-close {
        right: 0;
        top: -54px
    }
}
.mfp-wrap.popup-box-inline .mfp-close {
    top: 0;
    right: 0;
    color: #fff
}
@media (max-width:720px) {
.mfp-wrap.popup-box-inline .mfp-close {
        right: 0;
        top: 0
    }
}
.card-inner.blog-post {
    -webkit-animation: none;
    animation: none
}
.card-inner.blogs .card-wrap {
    display: inline-block
}
.card-inner.blogs .widget {
    padding: 25px
}
.card-inner.blogs .widget label {
    padding-bottom: 0
}
.card-inner.blogs h2.widget-title {
    padding-bottom: 20px;
    margin: -26px -25px 25px -25px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding: 20px 30px;
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 700
}
.card-inner.blogs .widget ul li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}
.card-inner.blogs .widget ul li a {
    padding-bottom: 5px;
    color: #ddd
}
.card-inner.blogs .widget ul li a:hover {
    color: #fff
}
.card-inner.blogs .widget ul li:last-child {
    margin-bottom: 0
}
.pager {
    padding: 50px 0;
    text-align: center
}
p img {
    max-width: 100%
}
@media (max-width:1023px) {
.card-wrap.blogs-sidebar {
        min-height: 100px !important;
        padding-top: 25px
    }
}
.theme_panel {
    position: fixed;
    right: -166px;
    top: 12%;
    width: 166px;
    background: #fff;
    text-align: center;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.theme_panel.left {
    left: 0;
    right: auto
}
.theme_panel.left .toggle_bts {
    right: auto;
    left: 166px
}
.theme_panel.active {
    right: 0;
}
.theme_panel.left.active {
    left: -166px;
    right: auto
}
.toggle_bts {
    padding: 0;
    position: absolute;
    top: 0;
    right: 166px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.toggle_bts a {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 29px;
    color: #000;
    background: #fff;
    text-align: center
}
.toggle_bts a .icon {
    font-size: 26px;
    line-height: 40px;
    color: #222;
    animation-name: settings;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}
.theme.layout_style li a {
    height: 28px;
    width: 28px
}
@-webkit-keyframes settings {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes settings {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
.content.blog-single {
    padding-top: 10px
}
.post-box {
    margin-bottom: 70px !important
}
.post-box.comments {
    padding: 0
}
.post-box.comments-form {
    padding: 0 2px 10px 2px;
    margin-bottom: 0 !important
}
@media (max-width:1023px) {
.post-box.comments-form {
        padding: 0 16px 10px 16px
    }
}
.post-box.comments-form .button {
    margin: 0 28px
}
@media (max-width:1023px) {
.post-box.comments-form .button {
        margin: 0 16px
    }
}
.post-box .blog-detail {
    margin: 0 0 25px 0;
    font-size: 12px;
    color: #777
}
.post-box .blog-content blockquote {
    margin: 25px 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    color: #a9a9a9;
    font-style: italic;
    font-weight: 300;
    border-left: 2px solid #42B883
}
.post-box .blog-content ul.list-style {
    margin: 25px 0;
    list-style: none
}
.post-box .blog-content ul.list-style li {
    margin: 5px 0;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: 400
}
.post-box .blog-content ul.list-style li:before {
    margin: -2px 0 0 0;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #42B883;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px
}
.post-box .post-comments {
    margin: 0
}
.post-box .post-comments li {
    margin: 0;
    padding: 30px;
    position: relative;
    display: block;
    list-style: none
}
.post-box .post-comments li:nth-child(even) {
    background: rgba(255, 255, 255, .05)
}
.post-box .post-comments li:after {
    content: '';
    position: relative;
    clear: both;
    display: block
}
.post-box .post-comments li img {
    width: 54px;
    float: left;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%
}
.post-box .post-comments li .comment-info {
    margin: 0 0 0 66px;
    padding: 5px 0 0 0
}
.post-box .post-comments li .comment-info .name {
    margin: 0 0 10px 0;
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 500
}
.post-box .post-comments li .comment-info .name a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}
.post-box .post-comments li .comment-info .name h6 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    color: #42B883
}
.post-box .post-comments li .comment-info .name h6 span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    font-weight: 400;
    text-transform: none;
    border-left: 1px solid #c9c9c9
}
.post-box .post-comments li .comment-info p {
    margin: 0
}
@media (max-width:560px) {
.post-box .post-comments li img {
        margin-right: 15px
    }
.post-box .post-comments li .comment-info {
        margin: 0
    }
.post-box .post-comments li .comment-info .name {
        margin: 0 0 30px 0
    }
.post-box .post-comments li .comment-info .name h6 span {
        padding-top: 3px;
        margin: 0;
        display: block;
        border: none
    }
}
@font-face {
    font-family: Ionicons;
    src: url(../fonts/ionicons%EF%B9%96v=2.0.1.eot);
    src: url(../fonts/ionicons%EF%B9%96v=2.0.1.eot#iefix) format("embedded-opentype"), url(../fonts/ionicons%EF%B9%96v=2.0.1.ttf) format("truetype"), url(../fonts/ionicons%EF%B9%96v=2.0.1.woff) format("woff"), url(../fonts/ionicons%EF%B9%96v=2.0.1.svg#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}
.ion, .ion-card:before, .ion-link:before, .ion-play:before, .ion-stop:before, .ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ion-card:before {
    content: "\f119"
}
.ion-link:before {
    content: "\f1fe"
}
.ion-play:before {
    content: "\f215"
}
.ion-stop:before {
    content: "\f24f"
}
@font-face {
    font-family: LineAwesome;
    src: url(../fonts/line-awesome%EF%B9%96v=1.1..eot);
    src: url(../fonts/line-awesome%EF%B9%96%EF%B9%96v=1.1..eot#iefix) format("embedded-opentype"), url(../fonts/line-awesome%EF%B9%96v=1.1..woff2) format("woff2"), url(../fonts/line-awesome%EF%B9%96v=1.1..woff) format("woff"), url(../fonts/line-awesome%EF%B9%96v=1.1..ttf) format("truetype"), url(../fonts/line-awesome%EF%B9%96v=1.1..svg#fa) format("svg");
    font-weight: 400;
    font-style: normal
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
        font-family: LineAwesome;
        src: url(../fonts/line-awesome%EF%B9%96v=1.1..svg#fa) format("svg")
    }
}
.la {
    display: inline-block;
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.li.pull-left {
    margin-right: .3em
}
.li.pull-right {
    margin-left: .3em
}
.la-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.la-arrow-circle-left:before {
    content: "\f118"
}
.la-download:before {
    content: "\f1bd"
}
.la-envelope:before {
    content: "\f1c6"
}
.la-external-link:before {
    content: "\f1d2"
}
.la-eye:before {
    content: "\f1d4"
}
.la-file:before {
    content: "\f1df"
}
.la-git:before {
    content: "\f213"
}
.la-github:before {
    content: "\f215"
}
.la-home:before {
    content: "\f237"
}
.la-image:before {
    content: "\f246"
}
.la-newspaper-o:before {
    content: "\f29c"
}
.la-plus:before {
    content: "\f2c2"
}
.la-plus-circle:before {
    content: "\f2c3"
}
.la-save:before {
    content: "\f2e9"
}
.la-search:before {
    content: "\f2eb"
}
.la-sign-in:before {
    content: "\f2fb"
}
.la-spinner:before {
    content: "\f311"
}
.la-user:before {
    content: "\f364"
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: #fff
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
.mfp-img-mobile img.mfp-img {
        padding: 0
    }
.mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
.mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
.mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
.mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
.mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
.mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width:900px) {
.mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
.mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
.mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
.mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-500px, 0, 0);
        transform: translate3d(-500px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(500px, 0, 0);
        transform: translate3d(500px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0)
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-500px, 0, 0);
        transform: translate3d(-500px, 0, 0)
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(500px, 0, 0);
        transform: translate3d(500px, 0, 0)
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -70%, 0);
        transform: translate3d(0, -70%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-500px, 0, 0);
        transform: translate3d(-500px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(70%, 0, 0);
        transform: translate3d(70%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(500px, 0, 0);
        transform: translate3d(500px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0)
    }
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0)
    }
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-500px, 0, 0);
        transform: translate3d(-500px, 0, 0)
    }
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(70%, 0, 0);
        transform: translate3d(70%, 0, 0)
    }
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(500px, 0, 0);
        transform: translate3d(500px, 0, 0)
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -70%, 0);
        transform: translate3d(0, -70%, 0)
    }
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0)
    }
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(70%, 0, 0) skewX(-30deg);
        transform: translate3d(70%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(70%, 0, 0) skewX(30deg);
        transform: translate3d(70%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-500px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-500px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(500px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(500px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-500px, 0, 0);
        transform: scale(.1) translate3d(-500px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(500px, 0, 0);
        transform: scale(.1) translate3d(500px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -70%, 0);
        transform: translate3d(0, -70%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(70%, 0, 0);
        transform: translate3d(70%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0)
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0)
    }
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(70%, 0, 0);
        transform: translate3d(70%, 0, 0)
    }
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -70%, 0);
        transform: translate3d(0, -70%, 0)
    }
}

[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch
}
[data-simplebar=init] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.simplebar-scroll-content {
    overflow-x: hidden !important;
    overflow-y: scroll;
    min-width: 100% !important;
    max-height: inherit !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}
.simplebar-content {
    overflow-y: hidden !important;
    overflow-x: scroll;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    min-height: 100% !important
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.simplebar-track .simplebar-scrollbar.visible:before, .simplebar-track:hover .simplebar-scrollbar:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}
.simplebar-track.vertical {
    top: 0
}
.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}
.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px
}
.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}
.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}
/* Noteworthy Project */
.custom-project-row {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    padding-right: 250px;
    padding-left: 250;
}
.custom-project-row.odd {
    flex-direction: row !important;
}
.custom-project-row.even {
    flex-direction: row-reverse !important;
    text-align: left !important;
}
.custom-project-content {
    flex: 1 !important;
}
.custom-project-card {
    /* background-color: #172a45 !important; */
    border-radius: 6px !important;
    padding: 30 0 30 0 !important;
    /* box-shadow: 0 10px 30px -15px rgba(2, 12, 27, 0.7) !important; */
    transition: transform 0.3s ease !important;
    height: 100% !important;
    z-index: 999 !important;

}
.custom-project-visual {
    /* flex: 1 !important; */
    display: flex !important;
    justify-content: center !important;
}
/* .custom-project-card:hover {
            transform: translateY(-5px) !important;
            z-index: 999 !important;
        }
.custom-project-title {
    color: #fff !important;
    font-size: 24px !important;
    margin-bottom: 20px !important;
    text-align: left;
    z-index: 999 !important;
    position: relative;

}
h3.custom-project-title.even {
    text-align: right;
    position: relative;

}
.custom-tech-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-bottom: 15px !important;
}

/* ==========================================================================
   CUSTOM SITE STYLES
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap");

/* ── Line Awesome solid font (for la-mountain and other solid icons) ── */
@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    src: url('/backend/line-awesome/fonts/la-solid-900.eot');
    src: url('/backend/line-awesome/fonts/la-solid-900.eot?#iefix') format('embedded-opentype'),
         url('/backend/line-awesome/fonts/la-solid-900.woff2') format('woff2'),
         url('/backend/line-awesome/fonts/la-solid-900.woff') format('woff'),
         url('/backend/line-awesome/fonts/la-solid-900.ttf') format('truetype'),
         url('/backend/line-awesome/fonts/la-solid-900.svg#lineawesome') format('svg');
}

.las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}

.las.la-mountain:before           { content: "\f6fc"; }
.las.la-external-link-alt:before  { content: "\f35d"; }
/* Fonts are loaded via <link> tags in the layout head (parallel, non-blocking)
   instead of render-blocking @import chains. Nanum Pen Script, Source Code Pro
   and the Roboto webfont were unused and have been dropped. */

/* ======================================================================== */
/*  1.  RESET & BASE STYLES                                               */
/* ======================================================================== */
html {
    margin-right: 0 !important;
    height: 100%;
}

body {
    background-color: #1E1E1E;
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #a9a9a9;
    letter-spacing: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

p::selection {
    background-color: #4fa642;
    color: #fffffc;
}

li::selection {
    background-color: #4fa642;
    color: #fffffc;
}

h6::selection {
    background-color: #4fa642;
    color: #fffffc;
}

.page {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* --- 2. BOX SIZING --- */

/* ======================================================================== */
/*  2.  GRID LAYOUT & BOX SIZING                                          */
/* ======================================================================== */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    background-color: #1E1E1E;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}


.row {
    margin: 0;
    position: relative;
    font-size: 0;
}

.row .col {
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    min-height: 1px;
}

.row .col .col {
    padding: 16px 28px;
}

.row:after {
    content: "";
    display: block;
    clear: both;
}

/* ======================================================================== */
/*  3.  PRELOADER                                                         */
/* ======================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #1E1E1E;
    z-index: 1000;
}

.preloader .spinner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
}

/* ======================================================================== */
/*  4.  TYPOGRAPHY                                                        */
/* ======================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px 0;
    font-family: Poppins;
    font-size: 26px;
    color: #fff;
    line-height: 34px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    line-height: 1.7;
    padding: 0;
    margin: 0 0 20px 0;
}

strong {
    font-weight: 700;
}

/* ---   Buttons & Links --- */

.button .icon {
    position: relative;
    top: 2px;
    left: 2px;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.button:hover {
    color: #fff;
}

.button:hover .icon {
    left: 6px;
}

.button {
    display: inline-block;
    float: none;
    width: auto;
}

a {
    /* ---   Anchors --- */

    color: #a9a9a9;
    text-decoration: none;
    opacity: 1;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #5ac24e;
}

ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

ul ul {
    margin-bottom: 0;
}

li {
    margin-bottom: 0;
}

code {
    /* ---   Code, Table, Blockquote --- */

    background: #e7e0e014;
    /* font-size: 16px; */
    font-family: Poppins;
    margin: 20px 0;
    padding: 2px 7px;
}

table {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    border-collapse: collapse;
}

th {
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    color: #fff;
    padding: 12px 15px;
    text-align: left;
}

td {
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding: 12px 15px;
    text-align: left;

    color: #a9a9a9;
}

blockquote {
    font-family: Poppins;
}

button,
input,
textarea {
    margin: 0;
    padding: 0;
    display: block;
    font-family: Poppins;
    font-size: 14px;
    width: 100%;
    height: 60px;
    color: #fff;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}

button:focus,
input:focus,
textarea:focus {
    color: #fff;
    border-bottom: 1px solid #777;
}

textarea {
    padding: 15px 0;
    height: 80px;
}

button {
    width: auto;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-bottom: 1px solid #777;
    text-align: left;
    cursor: pointer;
}

button:hover {
    border-bottom: 1px solid #777;
}

label,
legend {
    display: block;
    padding-bottom: 10px;
    font-family: Poppins;
    font-size: 16px;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

::-webkit-input-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #fff;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #fff;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #fff;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #fff;
}

input.error,
textarea.error {
    border-bottom: 1px solid red !important;
}

label.error {
    display: none !important;
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
    color: red;
}

input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
    color: red;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
    color: red;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: red;
}

/* ======================================================================== */
/*  6.  UTILITY CLASSES                                                   */
/* ======================================================================== */

.align-left {
    text-align: left !important;
}

.full-width {
    max-width: 100% !important;
    width: 100% !important;
}

.centrize {
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important;
}

.vertical-center {
    display: table-cell !important;
    vertical-align: middle !important;
}

.clear {
    clear: both;
}

/* ======================================================================== */
/*  7.  ANIMATIONS & KEYFRAMES                                            */
/* ======================================================================== */
@-webkit-keyframes loading {
    0% {
        height: 0;
        top: 0;
        bottom: auto;
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0;
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0;
    }
}

@keyframes loading {
    0% {
        height: 0;
        top: 0;
        bottom: auto;
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0;
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0;
    }
}

@-webkit-keyframes lines {
    0% {
        height: 0;
        top: 0;
        bottom: auto;
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0;
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0;
    }
}

@keyframes lines {
    0% {
        height: 0;
        top: 0;
        bottom: auto;
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0;
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0;
    }
}

/* ======================================================================== */
/*  8.  HEADER & NAVIGATION                                               */
/* ======================================================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 44px;
    height: 100%;
    z-index: 113;
    text-align: center;
    background: #1E1E1E;
}

.header:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
}

.header .top-menu {
    margin-top: 12px;
    width: 100%;
    font-size: 0;
}

.header .top-menu ul li {
    display: block;
}

.header .top-menu ul li a {
    margin: 8px 0;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
}

.header .top-menu ul li a .icon {
    margin: 0;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 21px;
    color: #a9a9a9;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.header .top-menu ul li a .link {
    margin: -11px 0 0 0;
    padding: 0 8px;
    position: absolute;
    left: 120%;
    top: 50%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    background: #0a0a0a;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.header .top-menu ul li a .link:before {
    content: none;
}

.header .top-menu ul li:hover a {
    color: #fff;
}

.header .top-menu ul li:hover a .icon {
    color: #fff;
}

.header .top-menu ul li:hover a .link {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.header .top-menu ul li.active a {
    color: #5ac24e;
}

.header .top-menu ul li.active a .icon {
    color: #5ac24e;
}

/* ======================================================================== */
/*  9.  CARD SYSTEM                                                       */
/* ======================================================================== */
.card-inner {
    padding-left: 44px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    visibility: hidden;
    opacity: 0;
}

.card-inner.active {
    visibility: visible;
    opacity: 1;
    z-index: 112;
}

.card-inner.card-started {
    text-align: left;
}

.card-inner.card-started .slide {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1E1E1E;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.card-inner.card-started .slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1E1E1E;
    opacity: 0.6;
}

.card-inner.card-started .title {
    margin: 0 0 30px 40px;
    font-size: 90px;
    line-height: 80px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.card-inner.card-started .title span {
    padding-right: 15px;
    opacity: 0.5;
}

/* ---- Card Container & Wrap ---- */
.card-inner .card-container {
    /* ---   Card Container & Wrap --- */

    height: 100%;
}

.card-inner .card-container .card-wrap {
    /*background: linear-gradient(135deg, #1d1e21 0, #3e4246 100%);*/
    overflow: visible !important;
}

.card-inner .card-container .card-wrap .simplebar-scroll-content {
    max-height: 100% !important;
}

.card-inner .card-wrap {
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    display: block;
}

.card-inner .card-wrap .simplebar-content {
    overflow: hidden;
    padding: 30px 0 !important;
}

.card-inner .card-wrap .title {
    margin: 0;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}

.card-inner .card-wrap .title span {
    color: #5ac24e;
}

/* ---- Card Image ---- */
.card-inner .card-image {
    /* ---   Card Image --- */

    position: fixed;
    overflow: hidden;
    right: -22px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1E1E1E;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.card-inner .card-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1E1E1E;
    opacity: 0.15;
}

/* ---- Card Box ---- */
.card-inner .card-box {
    position: relative;
    padding: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.card-inner .card-box:hover {
    box-shadow: none;
}

/* ======================================================================== */
/*  10. CONTENT - BASE                                                    */
/* ======================================================================== */

.content {
    margin: 0;
    padding: 30px 0 0 0;
    position: relative;
    background-color: #1E1E1E;
}

.content.inner-top {
    /* ---   Content Inner Top --- */

    text-align: left;
    background-color: #1E1E1E;
}

.content.inner-top .title-bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -96px;
    width: 100%;
    font-size: 160px;
    line-height: 120px;
    color: #fff;
    background-color: #1E1E1E;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0.05;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.content.inner-top .text p {
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 200;
}

.content.inner-top .text p strong {
    color: #5ac24e;
}

.content.inner-top .circle-bts a {
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
    min-width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    -khtml-border-radius: 44px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.content.inner-top .circle-bts a .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.content.inner-top .circle-bts a span {
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.content.inner-top .circle-bts a span .icon {
    top: -2px;
    margin-right: 5px;
}

.content.inner-top .circle-bts a:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
}

.content.inner-top .circle-bts a:hover .icon {
    color: #5ac24e;
}

.content.inner-top .circle-bts a:hover span {
    color: #5ac24e;
}

/* ======================================================================== */
/*  12. CLIENTS                                                           */
/* ======================================================================== */
.client-items {
    font-size: 0;
}

.client-items .client-item {
    padding: 14px;
    font-size: 0;
    text-align: center;
}

.client-items .client-item img {
    max-width: 100%;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.client-items .client-item:hover img {
    opacity: 1;
}

/* ======================================================================== */
/*  13. RESUME SECTION                                                    */
/* ======================================================================== */
.content.resume {
    margin-top: -10px;
    padding-top: 0;
}

.content.resume .title {
    padding: 0 0 32px 0;
}

/* ---- Resume Items ---- */
.resume-items {
    /* ---   Resume Items --- */

    font-size: 0;
}

.resume-items .resume-item {
    position: relative;
    padding: 30px 0;
}

.resume-items .resume-item:first-child {
    padding-top: 0;
}

.resume-items .resume-item:first-child:before {
    display: none;
}

.resume-items .resume-item:last-child {
    padding-bottom: 0;
}

.resume-items .resume-item:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    right: -30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.resume-items .resume-item.active .date {
    color: #5ac24e;
}

.resume-items .resume-item .name {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.resume-items .resume-item .date {
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    font-weight: 400;
}

.resume-items .resume-item .date span {
    padding: 0 5px;
    display: inline-block;
}

.resume-items .resume-item p {
    margin: 0;
}

/* ======================================================================== */
/*  14. SKILLS SECTION                                                    */
/* ======================================================================== */
.content.skills .title {
    padding: 0 0 32px 0;
}

/* ── Skills Charts ── */
.skills-charts {
    position: relative;
}

/* ---- Skills List ---- */
.skills-list.card-box {
    /* ---   Skills List --- */

    padding: 0;
}

.skills-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.skills-list ul li {
    position: relative;
    padding: 6px 0 10px 0;
    border-bottom: none;
}

.skills-list ul li .name {
    margin: 0 0 05px 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
}

.skills-list ul li .progress {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.skills-list ul li .progress .percentage {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #5ac24e;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

/* ======================================================================== */
/*  16. BLOG SECTION                                                      */
/* ======================================================================== */
.content.blog {
    margin-top: -10px;
    padding-top: 0;
}

/* ======================================================================== */
/*  17. CONTACT SECTION                                                   */
/* ======================================================================== */

/* ---- Contact Items ---- */

/* ---- Map ---- */

.map {
    /* ---   Map --- */

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---- Contact Form ---- */
.contact_form.card-box {
    padding: 15px 30px;
    margin-bottom: 0;
}

.contact_form .row {
    margin: 0 -30px;
}

/* ---- Alert ---- */
.alert-success {
    display: none;
}

.alert-success p {
    margin: 0;
    font-size: 20px;
}

/* ======================================================================== */
/*  CONTACTS — new layout                                                    */
/* ======================================================================== */
#contacts-card {
    padding-left: 0 !important;
    overflow: visible !important;
}

.ct-layout {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Left form panel */
.ct-left {
    width: 50%;
    height: 100%;
    padding-left: 44px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.ct-inner {
    padding: 48px 40px 48px 20px;
    min-height: 100%;
}


/* Title */
.ct-title {
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.15;
    color: transparent !important;
    background: linear-gradient(to right, #42d392 0%, #7db8f0 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: block;
}

.ct-title-wrap {
    display: block;
}

.ct-title-wrap::before {
    content: "<h2>";
    display: block;
    font-size: 1.1rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 4px;
}

.ct-title-wrap::after {
    content: "</h2>";
    display: block;
    font-size: 1.1rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
    font-weight: 400;
    margin-top: 4px;
}

/* Description */
.ct-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin: 4px 0;
}

/* Form */
.ct-form {
    margin: 4px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ct-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ct-form input,
.ct-form textarea,
.ct-form .ct-select {
    width: 100%;
    background: #262628;
    border: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    /* border-radius: 10px; */
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    outline: none;
    height: auto;
    transition: border-color 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

.ct-form .ct-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23666666' d='M0 0l6 7 6-7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.ct-form input::placeholder,
.ct-form textarea::placeholder {
    color: rgba(255,255,255,0.35);
}

.ct-form .ct-select option {
    background: #1E1E1E;
    color: #fff;
}

.ct-form .ct-select:invalid,
.ct-form .ct-select option[value=""] {
    color: rgba(255,255,255,0.35);
}

.ct-form input:focus,
.ct-form textarea:focus,
.ct-form .ct-select:focus {
    border-color: rgba(66,211,146,0.4);
    background: #1E1E1E;
}

.ct-form textarea {
    resize: vertical;
    min-height: 130px;
}

.ct-submit-wrap {
    display: flex;
    justify-content: flex-end;
}

.ct-btn {
    padding: 0;
    width: 200px;
    cursor: pointer;
}

/* Right map panel */
.ct-right {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.ct-right iframe {
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(100%) invert(85%);
}


/* ======================================================================== */
/*  19. BLOG POST & SIDEBAR                                               */
/* ======================================================================== */
.card-inner.blog-post {
    -webkit-animation: none;
    animation: none;
}

.card-inner.blogs .card-wrap {
    display: inline-block;
}

.card-inner.blogs .widget {
    padding: 25px;
}

.card-inner.blogs .widget label {
    padding-bottom: 0;
}

.card-inner.blogs .widget ul li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.card-inner.blogs .widget ul li a {
    padding-bottom: 5px;
    color: #ddd;
}

.card-inner.blogs .widget ul li a:hover {
    color: #fff;
}

.card-inner.blogs .widget ul li:last-child {
    margin-bottom: 0;
}

/* ---- Pagination ---- */

p img {
    max-width: 100%;
}


/* ======================================================================== */
/*  21. BLOG SINGLE & POST BOX                                            */
/* ======================================================================== */
.content.blog-single {
    padding-top: 10px;
}

.post-box {
    margin-bottom: 70px !important;
}

.post-box.comments {
    padding: 0;
}

.post-box.comments-form {
    padding: 0 2px 10px 2px;
    margin-bottom: 0 !important;
}

.post-box.comments-form .button {
    margin: 0 28px;
}

.post-box .blog-detail {
    margin: 0 0 25px 0;
    font-size: 12px;
    color: #777;
}

.post-box .blog-content blockquote {
    margin: 25px 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    color: #a9a9a9;
    font-style: italic;
    font-weight: 300;
    border-left: 2px solid #5ac24e;
}

.post-box .post-comments {
    margin: 0;
}

.post-box .post-comments li {
    margin: 0;
    padding: 30px;
    position: relative;
    display: block;
    list-style: none;
}

.post-box .post-comments li:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}

.post-box .post-comments li:after {
    content: "";
    position: relative;
    clear: both;
    display: block;
}

.post-box .post-comments li img {
    width: 54px;
    float: left;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
}

.post-box .post-comments li .comment-info {
    margin: 0 0 0 66px;
    padding: 5px 0 0 0;
}

.post-box .post-comments li .comment-info .name {
    margin: 0 0 10px 0;
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.post-box .post-comments li .comment-info .name a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.post-box .post-comments li .comment-info .name h6 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    color: #5ac24e;
}

.post-box .post-comments li .comment-info .name h6 span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    font-weight: 400;
    text-transform: none;
    border-left: 1px solid #c9c9c9;
}

.post-box .post-comments li .comment-info p {
    margin: 0;
}

/* ======================================================================== */
/*  22. VENDOR: IONICONS                                                  */
/* ======================================================================== */
@font-face {
    font-family: Ionicons;
    src: url(../fonts/ionicons%EF%B9%96v=2.0.1.eot);
    src:
        url(../fonts/ionicons%EF%B9%96v=2.0.1.eot#iefix)
            format("embedded-opentype"),
        url(../fonts/ionicons%EF%B9%96v=2.0.1.ttf) format("truetype"),
        url(../fonts/ionicons%EF%B9%96v=2.0.1.woff) format("woff"),
        url(../fonts/ionicons%EF%B9%96v=2.0.1.svg#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal;
}

/* ======================================================================== */
/*  23. VENDOR: LINE AWESOME                                              */
/* ======================================================================== */
@font-face {
    font-family: LineAwesome;
    src: url(../fonts/line-awesome%EF%B9%96v=1.1..eot);
    src:
        url(../fonts/line-awesome%EF%B9%96%EF%B9%96v=1.1..eot#iefix)
            format("embedded-opentype"),
        url(../fonts/line-awesome%EF%B9%96v=1.1..woff2) format("woff2"),
        url(../fonts/line-awesome%EF%B9%96v=1.1..woff) format("woff"),
        url(../fonts/line-awesome%EF%B9%96v=1.1..ttf) format("truetype"),
        url(../fonts/line-awesome%EF%B9%96v=1.1..svg#fa) format("svg");
    font-weight: 400;
    font-style: normal;
}

.la {
    display: inline-block;
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/* ======================================================================== */
/*  24. VENDOR: MAGNIFIC POPUP                                            */
/* ======================================================================== */

/* ======================================================================== */
/*  25. VENDOR: ANIMATE.CSS                                               */
/* ======================================================================== */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/* ======================================================================== */
/*  26. VENDOR: SIMPLEBAR                                                 */
/* ======================================================================== */
[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.simplebar-scroll-content {
    overflow-x: hidden !important;
    overflow-y: scroll;
    min-width: 100% !important;
    max-height: inherit !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.simplebar-content {
    overflow-y: hidden !important;
    overflow-x: scroll;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    min-height: 100% !important;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.visible:before,
.simplebar-track:hover .simplebar-scrollbar:before {
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.vertical {
    top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* ======================================================================== */
/*  27. OVERRIDES & CUSTOM                                                */
/* ======================================================================== */

/* Code-effect */
/* div#mydiv2 {
    background: rgba(255, 255, 255, 0.048) !important;
}

div#mydiv2 span{
    background: rgba(255, 255, 255, 0.048) !important;

} */

/* programming-language */
/* .built_with {
    background-color: #151414 !important;
    padding: 5px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    border-radius: 9999px !important;
    font-family: 'Poppins';
    font-size: 12px;
} */

/* blog */

/* extra */

/* ======================================================================== */
/*  28. LAYOUT & HOME CARD (from layout.css)                              */
/* ======================================================================== */

#home-card {
    overflow-y: scroll;
    background-color: #1E1E1E;
}

#section-work {
    padding: 5rem 0 5rem 1.5rem;
    position: relative;
}

#header {
    font-size: 1.8rem;
    color: #42b883;
    /* margin-bottom: 30px; */
}

.text-zone-2 p {
    line-height: 1.5;
}

#header h2 {
    font-size: clamp(28px, 6vw, 60px) !important;
    background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff);
    -webkit-background-clip: text;
    color: transparent;
    /* margin-bottom: 40px; */
}

.myPortfolio_wrapper {
    text-align: left;
}

.myPortfolio_wrapper p {
    width: 100%;
    max-width: 808px;
    font-size: 14px;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: none;
}

.contact-button {
    text-decoration: none;
    width: 100%;
    max-width: 180px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-family: "Fira Mono", monospace;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    color: #42b883;
    z-index: 2;
    /* margin-top: 50px; */
}

.contact-button div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.contact-button span.bg {
    position: absolute;
    width: 0%;
    height: 100%;
    left: -5px;
    top: 0;
    transition: all 0.3s ease-in-out;
    background-color: #42b883;
    transform: skewX(-19deg);
}

.contact-button span.base {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border: 1px solid #42b883;
    box-sizing: border-box;
    /* border-radius: 20px; */
}

.contact-button span.text {
    font-weight: 600;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-button:hover span.bg {
    width: 110%;
}

.contact-button:hover span.text {
    color: #1d1d1d;
}

.fake-big-2 {
    font-size: 25rem;
    font-weight: 700;
    position: absolute;
    color: #2d2d2e;
    right: -459px;
    bottom: -192px;
    letter-spacing: 0;
    z-index: -999;
}

.myPortfolio_wrapper {
    width: 90%;
    margin: 0 auto;
    padding-left: 0 !important;
}

.links_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    margin-top: -100px;
}

.rubber_band_animation {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: rubberBand;
    display: inline-block;
}

@keyframes rubberBand {
    from { transform: scale3d(1, 1, 1); }
    30%  { transform: scale3d(1.25, 0.75, 1); }
    40%  { transform: scale3d(0.75, 1.25, 1); }
    50%  { transform: scale3d(1.15, 0.85, 1); }
    65%  { transform: scale3d(.95, 1.05, 1); }
    75%  { transform: scale3d(1.05, .95, 1); }
    to   { transform: scale3d(1, 1, 1); }
}

.text-zone h1 .letter {
    display: inline-block;
    cursor: default;
    color: #42d392;
}

.text-zone h1 {
    font-size: clamp(30px, 8vw, 74px);
    line-height: 1.15;
    position: relative;
    z-index: 2;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

/* GitHub stats widget */
.gh-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 0 8px;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    transition: opacity .4s ease;
    width: 100%;
}

.gh-stats.gh-loaded {
    opacity: 1;
}

.gh-stat {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #a9a9a9;
}

.gh-stat i {
    font-size: 11px;
    color: #a9a9a9;
}

.gh-val {
    font-weight: 700;
    color: #e4e0e0;
}

.gh-label {
    color: #666;
}

.gh-divider {
    color: rgba(255, 255, 255, 0.15);
    font-size: 14px;
}

/* Spotify now-playing badge */
.spotify-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 8px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(29, 185, 84, 0.25);
    border-radius: 8px;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: border-color 0.2s ease, background 0.2s ease;
    max-width: 220px;
}

.spotify-badge:hover {
    border-color: rgba(29, 185, 84, 0.6);
    background: rgba(0, 0, 0, 0.6);
}

.spotify-cover {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
}

.spotify-info {
    min-width: 0;
    flex: 1;
}

.spotify-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
}

.spotify-logo {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
}

.spotify-now {
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1DB954;
}

.spotify-track {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spotify-artist {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Visitor counter */
.online-now {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #666;
    letter-spacing: 0.5px;
}

.online-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #40d392;
    flex-shrink: 0;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(64, 211, 146, 0.5); }
    50%       { box-shadow: 0 0 0 5px rgba(64, 211, 146, 0); }
}

#onlineCount {
    color: #e4e0e0;
    font-weight: 700;
}

.text-zone {
    text-align: left;
}

.cover {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}


/* ── Hero Stats ──────────────────────────────────────────────────────────── */
.hero-stats {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    user-select: none;
    margin-right: -80px;
    margin-top: 90px;
    width: 110px;
}

.hero-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.hero-stat-number {
    font-size: 23px;
    font-weight: 800;
    color: #42d392;
    line-height: 1;
    letter-spacing: -0.5px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 0 14px rgba(66, 211, 146, 0.25);
}

.hero-stat-count {
    display: inline-block;
    transition: transform .15s ease;
}

.hero-stat-label {
    margin-top: 4px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.5;
}

.hero-stat-divider {
    width: 40px;
    height: 1px;
    background: rgba(66, 211, 146, 0.18);
    margin: 2px auto;
}

@media (max-width: 1024px) {
    .cover {
        flex-direction: column;
        gap: 32px;
    }
    .hero-stats {
        flex-direction: row;
        width: auto;
        gap: 0;
        justify-content: center;
        margin-right: 0;
        margin-top: 0;
    }
    .hero-stat-item {
        padding: 8px 20px;
    }
    .hero-stat-divider {
        width: 1px;
        height: 30px;
        background: rgba(66, 211, 146, 0.18);
        margin: auto 0;
    }
}

@media (max-width: 600px) {
    .hero-stats {
        display: none;
    }
}

.hero-cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hero-cover .text-zone {
    flex: 1;
    min-width: 0;
}

/* ---- JSON Card ---- */
.hero-json-card {
    flex: 0 0 420px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    font-family: "Fira Mono", monospace;
}

.hero-json-bar {
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.json-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.dot-red    { background: #ff5f57; }
.dot-yellow { background: #febc2e; }
.dot-green  { background: #28c840; }

.json-filename {
    margin-left: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-family: "Fira Mono", monospace;
}

.hero-json-body {
    padding: 24px 28px;
}

.hero-json-pre {
    margin: 0;
    font-size: 13.5px;
    line-height: 2;
    white-space: pre;
    font-family: "Fira Mono", monospace;
}

.jb    { color: #42d392; }
.jk    { color: #79c0ff; }
.jp    { color: #e6edf3; }
.jv    { color: #a5d6ff; }
.jn    { color: #f78166; }
.jbool { color: #d2a8ff; }
.jc    { color: #6a737d; }

.json-editable {
    outline: none;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    cursor: text;
    min-width: 4px;
    display: inline-block;
    transition: border-color 0.2s ease, background 0.2s ease;
    border-radius: 2px;
    padding: 0 1px;
}

.json-editable:hover {
    border-bottom-color: rgba(255,255,255,0.5);
}

.json-editable:focus {
    border-bottom-color: #42d392;
    background: rgba(66, 211, 146, 0.07);
}

.tag-dec {
    display: block;
    font-size: 1.1rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
    /* margin: 4px 0; */
}

.tag-dec--indent {
    margin-left: 22px;
}

.tag-dec--top {
    margin-top: 16px;
}

.blog-articles::before {
    content: "<articles>";
    position: absolute;
    top: 10px;
    left: 28px;
    font-size: 1.1rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
}

.blog-articles::after {
    content: "</articles>";
    position: absolute;
    bottom: 18px;
    left: 28px;
    font-size: 1.1rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
}

/* div tags now in HTML */

.contact_form::before {
    content: "<form>";
    position: absolute;
    top: -9px;
    left: 0px;
    font-size: 1.1rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
}
.contact_form::after {
    content: "</form>";
    position: absolute;
    top: 649px;
    left: 0px;
    font-size: 1.1rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
}

.scroll-down {
    z-index: 2;
    position: absolute;
    right: -35px;
    bottom: 95px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-family: "Fira Mono", monospace;
    transform: rotate(90deg);
    transform-origin: center bottom;
    white-space: nowrap;
}

.scroll-down span {
    display: inline-block;
    animation: scroll 0.5s linear infinite alternate-reverse;
    color: #fff;
}

.scroll-down--left {
    left: 23px;
    right: auto;
    bottom: 62px;
    transform: rotate(90deg);
    transform-origin: center bottom;
}

.scroll-down .fa-solid {
    transform: rotate(270deg);
    font-size: 11px;
}

@keyframes scroll {
    0% {
        transform: translateX(-7px);
    }

    100% {
        transform: translateX(7px);
    }
}

.about_author_wrapper {
    text-align: left;
    display: flex;
    margin: 100px auto;
    width: 90%;
    position: relative;
    z-index: 2;
}

.about_author_wrapper > div:last-of-type {
    width: 45%;
}

.about_author_wrapper > div:first-of-type {
    /* width: 55%; */
    width: 65%;
}

.about_author_wrapper #header-lets h2 {
    font-size: clamp(42px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    color: transparent !important;
    background: linear-gradient(to right, #42d392 0%, #7db8f0 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.about_author_wrapper #header-lets::before {
    content: "<h2>";
    display: block;
    font-size: 1.2rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 1.8;
}

.about_author_wrapper #header-lets::after {
    content: "</h2>";
    display: block;
    font-size: 1.2rem;
    font-family: "La Belle Aurore", cursive;
    color: #666565;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 1.8;
}

.about_author_wrapper p {
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: none;
}

.extraordinary-text {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #42b983 !important;
    letter-spacing: 0;
    text-shadow: none;
    opacity: 1;
}

.blog-articles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    padding: 45px 32px 60px;
    align-items: start;
}

.post-article-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.post-article-wrapper > .tag-dec {
    display: none;
}

.post-articles {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    padding: 16px 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.post-articles:hover {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.post-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.post-date {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #a9a9a9;
    display: block;
}

.reading-time {
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    color: #40d392;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.post-meta-row .reading-time {
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.reading-time i {
    font-size: 11px;
}

/* Reading time on blog detail page */
.blog-detail {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.blog-post-title h5,
.blog-post-title h3 {
    margin: 0;
}

.blog-post-title h3 a {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.blog-post-title h3 a:hover {
    opacity: 0.85;
}

.blog-post-title h5 {
    margin: 0;
}

.blog-post-title h5 a {
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: opacity 0.2s ease;
}

.blog-post-title h5 a:hover {
    opacity: 0.85;
}

.blog-post-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #a9a9a9;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.post-articles:hover .blog-post-content p {
    color: #c9c9c9;
}

.blog-read-more {
    margin-top: auto;
    padding-top: 10px;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    opacity: 0.6;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s ease, gap 0.2s ease;
}

.blog-read-more::after {
    content: '→';
    font-size: 13px;
    transition: transform 0.2s ease;
}

.post-articles:hover .blog-read-more {
    opacity: 1;
}

.post-articles:hover .blog-read-more::after {
    transform: translateX(4px);
}

div#section-blog .fake-big.fake-big-2 {
    position: absolute;
    top: -250px;
    bottom: unset;
    left: -27px;
    right: unset;
    font-size: 370px;
}

#blog-card .fake-big.fake-big-2 {
    right: 403px;
    top: -8rem;
}

#blog-card .simplebar-content {
    padding-top: 0 !important;
}

div#section-blog {
    position: relative;
}

.load-more-blogs-wrap {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

.load-more-blogs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    padding: 12px 36px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.load-more-blogs-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.load-more-blogs-arrow {
    font-size: 16px;
    line-height: 1;
}

.myPortfolio_wrapper #header h2 {
    line-height: 1.15;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: none;
}

.myPortfolio_wrapper #header h2::before {
    content: "<h2>";
    display: block;
    position: static;
    font-size: 1rem;
    font-family: "La Belle Aurore", cursive;
    font-weight: 300;
    color: #666565;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.myPortfolio_wrapper #header h2::after {
    content: "</h2>";
    display: block;
    position: static;
    font-size: 1rem;
    font-family: "La Belle Aurore", cursive;
    font-weight: 300;
    color: #666565;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* custom-scroll-bar */
::-webkit-scrollbar {
    width: 0em;
}

/* Sound */

#sound {
    position: static;
    z-index: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    height: 32px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    color: rgba(255,255,255,.55);
    font-size: 13px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    user-select: none;
}

#sound:hover {
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.8);
}

.sound-cloud {
    font-size: 1rem;
    color: #f50057;
    transition: color 0.2s ease;
    opacity: 0.85;
    flex-shrink: 0;
}

#sound:hover .sound-cloud {
    opacity: 1;
}

#sound.is-playing .sound-cloud {
    color: #42d392;
}

.on-off {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 4px;
    padding: 2px 6px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.07);
    line-height: 1.4;
    margin-left: 2px;
}

#off {
    color: #f50057;
    display: inline;
}

#on {
    display: none;
    color: #42d392;
}


/*----------------------------  */
.table-wrapper-archive > div {
    font-size: 12px;
    text-align: left;
}

.table-wrapper-archive {
    width: 95%;
    margin: 0 auto;
}

.col-year {
    width: 10%;
    color: #40d392;
    font-family: 'Poppins', sans-serif;
}

.col-title {
    width: 35%;
    color: #e4e0e0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.col-made-at {
    width: 10%;
    font-family: 'Poppins', sans-serif;
}

.col-built-with {
    width: 40%;
    /* color: #47cc9d86; */
    font-family: "Fira Mono", monospace;
}

.col-link {
    width: 5%;
}

.table-wrapper-archive {
    display: flex;
    flex-flow: wrap;
}

.common-col {
    font-weight: bold;
    color: whitesmoke !important;
    height: 35px;
    line-height: 35px;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.common-rw {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-tt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.table-tt:hover {
    background-color: #1E1E1E;
}

.col-year.common-col,
.col-year.common-rw {
    padding-left: 10px;
}

.col-link i {
    font-size: 18px;
    color: #fff;
}

.col-link i:hover {
    color: #40d392;
}

blockquote.archive_titleh1 {
    position: absolute;
    top: 51px;
    z-index: 1;
    left: -40px;
}

div#about-card {
    position: relative;
}

blockquote.archive_titleh1 h1 {
    font-size: 200px;
    color: #2f3030bd;
    font-family: 'Poppins', sans-serif;
    /* z-index: 0 !important; */
}


.whole-responsive {
    position: relative;
    z-index: 10;
}

blockquote.sub-title_archive {
    z-index: 99;
    position: relative;
}

blockquote.sub-title_archive h1 {
    font-size: 30px;
    font-family: "Fira Mono", monospace;
    background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff);
    -webkit-background-clip: text;
    color: transparent;
}

/* Archive search bar */
.archive-search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 380px;
    margin: -36px 0 22px auto;
    position: relative;
    z-index: 10;
}

.archive-search-icon {
    color: #40d392;
    font-size: 15px;
    flex-shrink: 0;
}

.archive-search-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 3px 10px;
    height: 46px;
    color: #e4e0e0;
    font-family: "Fira Mono", monospace;
    font-size: 12px;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.archive-search-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.archive-search-input:focus {
    border-color: #40d392;
    background: rgba(64, 211, 146, 0.05);
}

.archive-search-count {
    font-family: "Fira Mono", monospace;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    white-space: nowrap;
    min-width: 60px;
    text-align: right;
}

@media (max-width: 768px) {
    .archive-search-wrap {
        display: none;
    }

    blockquote.archive_titleh1 {
        left: 0;
    }

    blockquote.archive_titleh1 h1 {
        font-size: 36px;
    }
}

.archive-no-results {
    width: 95%;
    margin: 20px auto;
    text-align: center;
    font-family: "Fira Mono", monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    padding: 30px 0;
}

.table-tt.archive-hidden {
    display: none !important;
}

#timeline {
    position: relative;
    /* border: 1px solid white; */
}

#timeline img {
    width: 100%;
    max-width: 33rem;
    height: auto;
    -webkit-user-drag: none;
}

::selection {
    background-color: #22c77d;
    color: black;
}

/* ======================================================================== */
/*  29. THEME COLORS - GREEN (from green.css)                             */
/* ======================================================================== */

a:hover {
    color: #42b883;
}

.header .top-menu ul li.active a {
    color: #42b883;
}

.header .top-menu ul li.active a .icon {
    color: #42b883;
}

.card-inner .card-wrap .title span {
    color: #42b883;
}

.content.inner-top .text p strong {
    color: #42b883;
}

.content.inner-top .circle-bts a:hover .icon {
    color: #42b883;
}

.content.inner-top .circle-bts a:hover span {
    color: #42b883;
}

.resume-items .resume-item.active .date {
    color: #42b883;
}

.skills-list ul li .progress .percentage {
    background: #42b883;
}

.post-box .blog-content blockquote {
    border-left-color: #42b883;
}

.post-box .post-comments li .comment-info .name h6 {
    color: #42b883;
}

/* ======================================================================== */
/*  INDEX PAGE STYLES                                                      */
/* ======================================================================== */
.built_with {
    background-color: #0cb669 !important;
    color: #000 !important;
    padding: 5px 7px !important;
    border-radius: 9999px !important;
    font-family: "Fira Mono", monospace;
    font-size: 12px;
}

#home-magicwall {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.marquee-row {
    overflow: hidden;
    width: 100%;
    /* -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%); */
    /* mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%); */
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 8px;
}

.track-ltr {
    animation: marquee-ltr 70s linear infinite;
}

.track-rtl {
    animation: marquee-rtl 70s linear infinite;
}

#home-magicwall:hover .marquee-track {
    animation-play-state: paused;
}

.marquee-track .magic-wall_item {
    width: 280px;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    background: #111;
}

.marquee-track .magic-wall_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.marquee-track .magic-wall_item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.marquee-track .magic-wall_item a {
    position: absolute;
    inset: 0;
}

@keyframes marquee-ltr {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes marquee-rtl {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* ======================================================================== */
/*  MAGIC WALL GALLERY                                                     */
/* ======================================================================== */

/* ── Works card: fill full height, no scroll ── */
#works-card .card-wrap,
#works-card [data-simplebar],
#works-card .simplebar-scroll-content,
#works-card .simplebar-content-wrapper {
    height: 100% !important;
    overflow: hidden !important;
}

#works-card .card-wrap .simplebar-content {
    padding: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
}

/* ══════════════════════════════════════════════════════════════
   WORK GRID — Polished v2
══════════════════════════════════════════════════════════════ */

/* ── Grid container ── */
.mw-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 3px;
    width: 100%;
    height: 100%;
    background: #0a0c10;
}

/* ── Entrance animation ── */
@keyframes mw-tile-in {
    from {
        opacity: 0;
        transform: scale(0.94) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* ── Each tile ── */
.mw-tile {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    will-change: transform, opacity;
}

.mw-tile.mw-tile--visible {
    animation: mw-tile-in 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/* ── Inner wrapper ── */
.mw-tile-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ── Back: sits underneath ── */
.mw-tile-back {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

/* ── Front: JS-driven page-fold ── */
.mw-tile-front {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 2;
    transform-origin: right center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: perspective(900px) rotateY(0deg);
    will-change: transform;
}

/* ── Shimmer sweep on hover ── */
.mw-tile-front::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255,255,255,0.07) 50%,
        transparent 60%
    );
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 3;
}

.mw-tile:hover .mw-tile-front::after {
    opacity: 1;
    transform: translateX(100%);
    transition: opacity 0.3s ease, transform 0.6s ease;
}

/* ── Images ── */
.mw-tile-front img,
.mw-tile-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
                filter 0.65s ease;
}

.mw-tile-back img {
    filter: brightness(0.75) saturate(1.1);
}

.mw-tile:hover .mw-tile-back img {
    transform: scale(1.07);
    filter: brightness(0.6) saturate(1.2);
}

/* ── Overlay ── */
.mw-hover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
    background: linear-gradient(
        160deg,
        rgba(5, 7, 14, 0.18) 0%,
        rgba(5, 7, 14, 0.55) 45%,
        rgba(5, 7, 14, 0.93) 100%
    );
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.mw-tile:hover .mw-hover {
    opacity: 1;
    pointer-events: auto;
}

/* ── Circular "VIEW PROJECT" button ── */
.mw-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #42d392;
    border: 2px solid #42d392;
    color: #0d1117;
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s ease;
}

.mw-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 0 24px rgba(66, 211, 146, 0.45);
}

/* ── Project name ── */
.mw-tile-name {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: rgba(240, 244, 248, 0.95);
    letter-spacing: 0.2px;
    margin: 0;
    text-align: center;
    padding: 0 12px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(4px);
    opacity: 0;
    transition: opacity 0.3s ease 0.05s,
                transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
}

.mw-tile:hover .mw-tile-name {
    opacity: 1;
    transform: translateY(0);
}

/* ── Hover border highlight ── */
.mw-tile::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1.5px solid transparent;
    pointer-events: none;
    z-index: 10;
    transition: border-color 0.3s ease;
}

.mw-tile:hover::after {
    border-color: rgba(66, 211, 146, 0.25);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .mw-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .mw-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2px;
    }

    .mw-btn {
        font-size: 8px;
        padding: 7px 14px;
        letter-spacing: 1.5px;
    }

    .mw-tile-name {
        font-size: 10px;
    }
}

.text-zone-2 p {
    /* font-family: Poppins, sans-serif; */
    /* font-weight: 700; */
}

@media (max-width: 480px) {
    .mw-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }
}

/* ══════════════════════════════════════════════════════════════
   MOBILE FIXES (≤ 768px)
══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

    /* Contact page: stack form + map vertically */
    .ct-layout {
        position: relative !important;
        flex-direction: column;
        height: auto !important;
    }

    .ct-left {
        width: 100% !important;
        height: auto !important;
        padding-left: 16px !important;
        overflow: visible !important;
    }

    .ct-inner {
        padding: 32px 16px 32px 8px !important;
    }

    .ct-right {
        width: 100% !important;
        height: 240px !important;
    }

    .ct-title {
        font-size: clamp(32px, 8vw, 48px) !important;
    }

    .ct-row-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ct-title-wrap {
        padding-top: 20px;
    }

    .ct-inner {
        padding-bottom: 16px !important;
    }

    /* Hero: full viewport height, content top-aligned with padding */
    .cover {
        width: 92%;
        gap: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .centrize.full-width {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-height: 100svh !important;
        height: auto !important;
        padding: 80px 0 40px;
        box-sizing: border-box;
    }

    .vertical-center {
        display: block !important;
    }

    /* About section: stack columns vertically */
    .about_author_wrapper {
        flex-direction: column;
        margin: 48px auto;
    }

    .about_author_wrapper > div:first-of-type,
    .about_author_wrapper > div:last-of-type {
        width: 100%;
    }

    /* Skills canvas: scale to fit */
    #myCanvasContainer {
        width: 100%;
        overflow: hidden;
    }

    #myCanvasContainer canvas {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
    }

    /* Blog grid: 1 column on mobile */
    .blog-articles {
        grid-template-columns: 1fr;
        padding: 24px 16px 40px;
    }

    /* Section work: reduce left padding */
    #section-work {
        padding: 3rem 0 3rem 1rem;
    }

    /* Hero cover: stack vertically */
    .hero-cover {
        flex-direction: column;
        gap: 32px;
    }

    .hero-json-card {
        flex: none;
        width: 100%;
    }
}
