    * {
        margin: 0px;
        padding: 0px;
        border: none;
        outline: none;
        font-size: 100%;
        font-family: 'Poppins', sans-serif;
    }
    /* Header Section */
    
    .scroll-container {
        height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        transition-delay: 2s;
        transition: all 300ms ease
    }
    
    .section {
        height: 100vh;
        scroll-snap-align: center;
        transition-delay: 2s;
        transition: all 300ms ease
    }
    
    .section-home {
        background-color: #17161A;
        min-height: 100vh;
        position: relative;
        transition-delay: 2s;
        transition: all 300ms ease;
    }
    /* header */
    
    .main-header {
        top: 30px;
    }
    
    .section-home .main-box {
        position: absolute;
        left: 2%;
        top: 3%;
    }
    
    @media screen and (max-width:980px) {
        .section-home .main-box {
            left: 12vh;
            top: 4vh;
        }
    }
    
    .main-box .logo {
        max-width: 170px;
        position: fixed;
        z-index: 222;
        /* position: relative; */
    }
    
    .main-box .logo a {
        cursor: pointer;
        text-decoration: none;
        outline: none;
        color: #007bff;
    }
    
    @media screen and (max-width:1280px) {
        .main-box .logo a img {
            max-width: 100%;
            height: auto;
            vertical-align: middle;
            border-style: none;
        }
    }
    
    @media screen and (max-width:980px) {
        .main-box .logo {
            transform: scale(0.7);
            transform-origin: left center;
        }
    }
    
    @media screen and (min-width:1200px) {
        .main-box {
            left: 0;
            top: 0;
        }
    }
    /*End Header*/
    /* Section hello */
    
    .header-hello {
        margin-top: 30vh;
    }
    
    .header-hello h4 {
        font-size: 4rem;
        line-height: 1em;
        color: #7c06e4;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .header-hello h2 {
        font-size: 7rem;
        line-height: 1em;
        color: #bdb7ce;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .header-hello p {
        color: #b6b5b5;
    }
    
    .header-hello .btn-style {
        position: relative;
        display: inline-flex;
        text-align: center;
        transition: all 0.3s ease;
        text-decoration: none;
        cursor: pointer;
        background-color: transparent;
        margin-top: 30px;
    }
    
    .header-hello .btn-style span {
        position: relative;
        min-width: 180px;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 400;
        background-color: #bdb7ce;
        z-index: 1;
        overflow: hidden;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: all 300ms ease;
    }
    
    .header-hello .btn-span::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #7c06e4;
        content: "";
        z-index: -1;
        transform: scale(1, 1);
        transform-origin: left center;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }
    
    .btn-style:hover .btn-span::before {
        transform: scale(0, 1);
        transform-origin: right center;
        opacity: 1;
    }
    
    .btn-style:hover .btn-span {
        background-color: #ffffff;
        color: #7c06e4;
    }
    
    .btn-span i {
        margin-left: 20px;
    }
    
    @media screen and (max-width:767px) {
        .header-hello {
            transform: scale(0.7);
            transform-origin: left center;
            margin-top: 35%;
        }
    }
    /*End Section Hallo */
    /*header image*/
    
    .image-header {
        position: absolute;
        height: 100vh;
        right: 0;
        top: 0;
        width: 50%;
        display: flex;
    }
    
    .image-header .background-shape {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100vh;
        width: 60vw;
        background-image: url("./img/shape.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
    }
    
    .image-header .main-image {
        background-image: url("./img/banner-img.png");
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 40vw;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        transform: translateX(0);
        transition-delay: 1000ms;
    }
    
    @media screen and (max-width:1139px) {
        .image-header .main-image {
            left: auto;
            width: 40vw;
        }
        .image-header .background-shape {
            width: 50vw;
        }
    }
    /*End Header Image*/
    /*float text*/
    
    .float-text {
        position: absolute;
        right: 50px;
        top: 0;
        height: 100%;
        display: flex;
        padding: 10% 0;
        text-align: center;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        width: 80px !important;
        white-space: break-spaces;
        writing-mode: vertical-rl;
        letter-spacing: .2em;
        font-size: 100px;
        color: transparent;
        -webkit-text-stroke: 2px #38353f;
        font-weight: 700;
    }
    
    @media screen and (max-width:980px) {
        .float-text {
            font-size: 50px;
            right: 0;
        }
    }
    /*End Float Text*/
    /*PP-nav*/
    
    @media screen and (min-width:1631px) {
        #pp-nav {
            margin-top: -12%;
            padding-top: 33px;
            z-index: 999;
            transition: all 500ms ease;
            left: 12%;
            opacity: 1;
            visibility: visible;
            position: absolute;
        }
        @keyframes drop {
            from {
                top: -15%;
            }
            to {
                top: 1px;
            }
            100% {
                opacity: 0;
            }
        }
        #pp-nav::before {
            position: absolute;
            left: -16px;
            top: -18%;
            width: 40px;
            height: 66px;
            border: 2px solid #372D52;
            border-radius: 50px;
            z-index: 99;
            content: "";
        }
        #pp-nav::after {
            position: absolute;
            left: -2px;
            top: 14px;
            height: 10px;
            width: 10px;
            background-color: #7c06e4;
            border-radius: 50%;
            content: "";
            animation: drop 2s infinite;
            animation-direction: normal;
        }
        #pp-nav ul {
            background-color: #372D52;
            width: 4px;
            margin: 0;
            padding: 0;
            list-style: none;
            left: 17px;
        }
        ul,
        li {
            list-style: none;
            padding: 0px;
        }
        #pp-nav li {
            height: 26px;
            position: relative;
            margin: 0;
            width: 20px;
        }
    }
    /*End PP-nav*/
    /* Side Nav */
    
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #17161a;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    
    .sidenav a:hover {
        color: #7c06e4;
    }
    
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    
    .opennav {
        font-size: 30px;
        position: fixed;
        right: 3%;
        top: 4%;
        cursor: pointer;
        border: 2px solid #000;
        width: 50px;
        height: 50px;
        justify-content: center;
        text-align: center;
        padding: 5px;
        color: #bdb7ce;
        z-index: 222;
    }
    /*End Side Nav */
    /*End section hello */
    /* Section about */
    
    #about {
        min-height: 100vh;
        position: relative;
        background-color: #f0eff6;
        margin: 0;
        padding-top: 100px;
        transition-delay: 2s
    }
    
    #about .About-Title {
        font-size: 18px;
        margin-bottom: 5px;
        position: relative;
        line-height: 1.2em;
        color: #7c06e4;
        font-weight: 600;
        display: block;
        padding-left: 60px;
        text-transform: uppercase;
    }
    
    #about .About-Title .span-About::before {
        top: 8px;
        height: 2px;
        position: absolute;
        left: 0;
        width: 50px;
        background-color: #1A191D;
        content: "";
    }
    
    #about .About-Title h2 {
        font-size: 44px;
        font-weight: bold;
        margin-bottom: 68px;
        color: #1a193e;
        margin-left: -61px;
    }
    
    #about .about-image {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
        overflow: hidden;
    }
    
    #about .about-image img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    
    .inner-column {
        position: relative;
        padding-top: 40px;
    }
    
    @media screen and (max-width:1023px) {
        .inner-column {
            padding-top: 0px;
        }
    }
    
    .text-box {
        margin-bottom: 30px;
    }
    
    .text-box h4 {
        color: #1a191d;
        font-weight: bold;
        font-size: 35px;
    }
    
    .text-box p {
        font-size: 19px;
    }
    
    .text-box h4 span {
        color: #7c06e4;
    }
    
    .about-me .progress-bars {
        position: relative;
        margin-bottom: 50px;
    }
    
    .bar-item {
        position: relative;
        margin-bottom: 25px;
    }
    
    .bar-item .skill-header {
        position: relative;
        line-height: 26px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 9px;
        color: #7c06e4;
        text-transform: capitalize;
    }
    
    .bar-item .skill-bar {
        position: relative;
        width: 100%;
        height: 5px;
    }
    
    .bar-item .skill-bar .bar-inner {
        position: relative;
        width: 100%;
        height: 5px;
        background: #E1E0E7;
    }
    
    .bar-item .skill-bar .bar-inner .bar {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 1px;
        width: 0px;
        border-bottom: 5px solid #1A191D;
        -webkit-transition: all 2000ms ease;
        -ms-transition: all 2000ms ease;
        -o-transition: all 2000ms ease;
        -moz-transition: all 2000ms ease;
        transition: all 2000ms ease;
    }
    
    .bar-item .skill-percentage {
        position: absolute;
        right: -15px;
        top: 0;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        color: #1A191D;
        width: 38px;
        height: 18px;
        background-color: #ffffff;
        box-shadow: 0 0 15px rgba(0, 0, 0, .09);
        display: flex;
        opacity: 0;
        visibility: hidden;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        color: #1A191D;
        justify-content: center;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .bar-item .skill-percentage .count-box {
        position: relative;
        display: flex;
    }
    
    .bar-item:hover .skill-percentage {
        top: -35px;
        opacity: 1;
        visibility: visible;
    }
    
    .bar-item .skill-percentage::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        border-top: 5px solid #ffffff;
        content: "";
    }
    
    .counter {
        position: relative;
        margin-top: 30px;
    }
    
    .counter .counter-column {
        position: relative;
        margin-bottom: 40px;
    }
    
    .counter .count-box {
        position: relative;
        padding-left: 65px;
    }
    
    .counter .count-box .icon {
        position: absolute;
        left: 0;
        top: 0px;
        font-size: 42px;
        line-height: 1em;
        color: #000000;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .counter .count-box .count-text {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 1em;
        color: #7c06e4;
        font-weight: 700;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .counter .count-box .counter-title {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #443866;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    @media (max-width: 767.98px) {
        #about .float-text {
            display: none;
        }
    }
    /*End section about */
    /*Section Education */
    
    #edu {
        min-height: 100vh;
        position: relative;
        background-color: #17161a;
        margin: 0;
        padding-top: 100px;
        transition-delay: 2s
    }
    
    #edu .education-Title {
        font-size: 18px;
        margin-bottom: 5px;
        position: relative;
        line-height: 1.2em;
        color: #7c06e4;
        font-weight: 600;
        display: block;
        padding-left: 60px;
        text-transform: uppercase;
    }
    
    #edu .education-Title .span-education::before {
        top: 8px;
        height: 2px;
        position: absolute;
        left: 0;
        width: 50px;
        background-color: #bdb7ce;
        content: "";
    }
    
    #edu .education-Title h2 {
        font-size: 44px;
        font-weight: bold;
        margin-bottom: 68px;
        color: #bdb7ce;
        margin-left: -61px;
    }
    /* tab */
    
    .tab-slider--container {
        margin-top: 150px;
    }
    
    .tab-slider--nav {
        float: left;
        margin-bottom: 0px;
    }
    
    .tab-slider--tabs {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        overflow: hidden;
        color: #bdb7ce;
        background-color: transparent;
        line-height: 26px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 337px;
        height: 43px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: #345F90;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
    }
    
    .tab-slider--tabs.slide:after {
        left: 50%;
    }
    
    .tab-slider--trigger {
        font-size: 17px;
        line-height: 1;
        font-weight: bold;
        color: #F0EFF6;
        text-transform: uppercase;
        text-align: center;
        padding: 11px 33px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        display: inline-block;
        transition: color 2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 2px solid #4a425b;
    }
    
    .tab-slider--trigger.active {
        color: #F0EFF6;
        background-color: #7c06e4;
        border-color: #7c06e4;
    }
    
    .tab-slider--trigger:hover {
        border: 2px solid #7c06e4;
        transition: all .5s ease-in-out;
    }
    
    .tab-slider--body {
        margin-bottom: 20px;
    }
    
    .resume-block {
        position: relative;
        margin-bottom: 10px;
    }
    
    .resume-block .expirience {
        position: absolute;
        left: 0;
        top: 0;
        text-align: right;
        width: 265px;
    }
    
    @media (max-width: 767.98px) {
        .resume-block .expirience {
            position: absolute;
            right: 0;
            top: 0;
            text-align: left;
            width: 265px;
            display: contents;
        }
    }
    
    .resume-block .inner-box {
        padding-left: 320px;
        position: relative;
        padding-bottom: 60px;
    }
    
    @media (max-width: 767.98px) {
        .resume-block .inner-box {
            padding-left: 70px;
        }
    }
    
    .resume-block .devider {
        position: absolute;
        left: auto;
        margin-left: -35px;
        top: 7px;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #7c06e4;
    }
    
    .resume-block .inner-box::after {
        position: absolute;
        left: auto;
        margin-left: -32px;
        top: 32px;
        bottom: 0;
        border: 1px dashed #534B69;
        content: "";
    }
    
    .resume-block .devider::before {
        position: absolute;
        left: -6px;
        top: -6px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #534B69;
        content: "";
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .resume-block .inner-box .expirience h4 {
        top: 5px;
        font-size: 20px;
        line-height: 1.2em;
        color: #7d07e5;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .resume-block .inner-box .expirience span {
        font-weight: bold;
        color: #bdb7ce;
    }
    
    .resume-block .inner-box .inner-box-text h3 {
        font-weight: bold;
        color: #bdb7ce;
        font-size: 28px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    
    .resume-block .inner-box .inner-box-text p {
        color: #bdb7ce;
        line-height: 1.7em;
        margin-bottom: 10px;
        font-size: 17px;
    }
    
    @media (max-width: 767.98px) {
        #edu .float-text {
            display: none;
        }
    }
    /* End section Education */
    /* Client Section */
    
    #client {
        min-height: 100vh;
        position: relative;
        background-color: #f0eff6;
        margin: 0;
        padding-top: 100px;
        transition-delay: 2s
    }
    
    #client .clientImage {
        position: relative;
        margin-bottom: 0;
        margin-top: -71px;
    }
    
    #client .clientImage img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    
    #client .client-Title {
        font-size: 18px;
        margin-bottom: 5px;
        position: relative;
        line-height: 1.2em;
        color: #7c06e4;
        font-weight: 600;
        display: block;
        padding-left: 60px;
        text-transform: uppercase;
    }
    
    #client .client-Title .span-client::before {
        top: 8px;
        height: 2px;
        position: absolute;
        left: 0;
        width: 50px;
        background-color: #1A191D;
        content: "";
    }
    
    #client .client-Title h2 {
        font-size: 44px;
        font-weight: bold;
        margin-bottom: 68px;
        color: #1A191D;
        margin-left: -61px;
    }
    
    #client .client-inner-box {
        background-color: #f6f5f9;
        position: relative;
        padding: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
        padding: 30px 30px 33px 40px;
        text-align: left;
        float: left;
    }
    
    #client .client-inner-box .spanIcon {
        background-color: #7c06e4;
        color: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        padding: 19px;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
        height: 70px;
        width: 70px;
        box-shadow: 5px 15px 50px rgba(125, 7, 229, .20);
        margin-bottom: 20px;
    }
    
    #client .client-inner-box p {
        font-size: 17px;
    }
    
    #client .client-inner-box .spanName {
        font-size: 20px;
        color: #7c06e4;
        font-weight: 600;
        margin-bottom: 0;
    }
    
    #client .client-inner-box .pClientP {
        font-size: 14px;
        color: #9e98b3;
        font-weight: 600;
    }
    
    #client .sponsers {
        margin-top: 30px
    }
    
    #client .logosponser img {
        max-width: 100%;
    }
    
    @media (max-width: 767.98px) {
        #client .float-text {
            display: none;
        }
    }
    /*End Client Section*/
    /*contact section*/
    
    #contact {
        min-height: 100vh;
        position: relative;
        background-color: #17161a;
        margin: 0;
        padding-top: 100px;
        transition-delay: 2s
    }
    
    #contact .contact-Title {
        font-size: 18px;
        margin-bottom: 5px;
        position: relative;
        line-height: 1.2em;
        color: #7c06e4;
        font-weight: 600;
        display: block;
        padding-left: 60px;
        text-transform: uppercase;
    }
    
    #contact .contact-Title .span-contact::before {
        top: 8px;
        height: 2px;
        position: absolute;
        left: 0;
        width: 50px;
        background-color: #bdb7ce;
        content: "";
    }
    
    #contact .contact-Title h2 {
        font-size: 44px;
        font-weight: bold;
        margin-bottom: 68px;
        color: #bdb7ce;
        margin-left: -61px;
    }
    
    #contact .contact-inner-text {
        position: relative;
        padding: 25px 30px;
        border: 1px solid #4a425b;
        margin-bottom: 20px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    #contact .contact-inner-text span {
        position: absolute;
        right: 30px;
        top: 50%;
        line-height: 60px;
        margin-top: -30px;
        color: #73698c;
        font-size: 50px;
    }
    
    #contact .contact-inner-text h4 {
        position: relative;
        font-size: 22px;
        line-height: 1.2em;
        color: #bdb7ce;
        font-weight: 500;
        margin-bottom: 3px;
    }
    
    #contact .contact-inner-text::before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: 0;
        content: "";
        width: 100%;
        border-bottom: 2px solid #7c06e4;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    
    #contact .contact-inner-text:hover::before {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        opacity: 1;
    }
    
    .contact-inner-text p a,
    .contact-inner-text p {
        color: #9d98b1;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    #contact .formdiv {
        position: relative;
        /* max-width: 950px; */
        margin: 20px auto 30px;
        padding: 30px;
        background-color: #221e29;
        border: 1px solid #4a425b;
    }
    
    #contact .formdiv .form-group input[type="text"],
    .formdiv .form-group input[type="email"],
    .formdiv .form-group input[type="url"],
    .formdiv .form-group textarea,
    .formdiv .form-group select {
        position: relative;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #6d6489;
        line-height: 26px;
        padding: 10px 20px;
        background: #17161a 0% 0% no-repeat padding-box;
        border: 1px solid #4a425b;
        font-weight: 400;
        height: 50px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .formdiv .form-group label {
        font-size: 18px;
        line-height: 24px;
        color: #9e98b3;
        font-weight: 400;
        display: block;
        margin-bottom: 10px;
    }
    
    .formdiv .form-group button {
        margin-top: 10px;
        text-transform: capitalize;
    }
    
    .btn-style-two {
        position: relative;
        display: inline-flex;
    }
    
    .theme-btn {
        text-align: center;
        color: inherit;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .btn-style-two .btn-title {
        position: relative;
        min-width: 160px;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 400;
        background-color: #ffffff;
        z-index: 1;
        overflow: hidden;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .btn-style-two:hover .btn-title {
        color: #7c06e4;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    }
    
    .btn-style-two .btn-title::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #7c06e4;
        content: "";
        z-index: -1;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        transform: scale(1, 1);
        transform-origin: left center;
    }
    
    .btn-style-two:hover .btn-title::before {
        transform: scale(0, 1);
        transform-origin: right center;
        opacity: 1;
    }
    
    .btn-style-two .btn-title .icon {
        position: relative;
        color: inherit;
        margin-left: 20px;
    }
    
    @media (max-width: 767.98px) {
        #contant .float-text {
            display: none;
        }
    }
    /*End contant section*/
    /*footer*/
    
    .main-footer {
        position: relative;
        display: block;
        padding: 25px 0;
        background-color: #221e2a;
        text-align: center;
    }
    
    .main-footer .logo {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .main-footer .text {
        font-size: 16px;
        line-height: 22px;
        color: #9d98b1;
        margin-bottom: 20px;
    }
    
    .main-footer .copyright {
        font-size: 14px;
        color: #f0eff6;
    }