*{
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Custom - Fonts - install
--------------------------------------------------------------*/

@font-face {
    font-family: BerkshireSwash;
    src: url("../Fonts/Berkshire_Swash/BerkshireSwash-Regular.ttf");
}

@font-face{
    font-family: AmitaBold;
    src: url("../Fonts/Amita/Amita-Bold.ttf");
}

@font-face{
    font-family: AmitaRegular;
    src: url("../Fonts/Amita/Amita-Regular.ttf");
}

@font-face{
    font-family: Source_Serif_Pro_Black;
    src: url("../Fonts/Source_Serif_Pro/SourceSerifPro-Black.ttf");
}

@font-face{
    font-family: Source_Serif_Pro_Bold;
    src: url("../Fonts/Source_Serif_Pro/SourceSerifPro-Bold.ttf");
}

@font-face{
    font-family: Source_Serif_Pro_Light;
    src: url("../Fonts/Source_Serif_Pro/SourceSerifPro-Light.ttf");
}

@font-face{
    font-family: Source_Serif_Pro_ExtraLight;
    src: url("../Fonts/Source_Serif_Pro/SourceSerifPro-ExtraLight.ttf");
}

@font-face{
    font-family: Source_Serif_Pro_Regular;
    src: url("../Fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf");
}

@font-face{
    font-family: KaushanScript;
    src: url("../Fonts/Kaushan_Script/KaushanScript-Regular.ttf");
}

/*-----------------------------------------------------------*/
.scroll-to-next{
    position: absolute;
    z-index: 1000;
    bottom: 100px;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.scroll-to-next .mouse-img{
    width: 20px;
    animation-iteration-count: infinite;
    fill: #f6c831;
}

.social-container{
    position: absolute;
    bottom: 250px;
    left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social-container .tone{
    background-color: black;
    width: 2px;
    height: 30px;
    animation-delay: 2.5s;
}
.social-container a{
    font-size: 18px;
    color: black;
    display: block;
    margin-bottom: 10px;
    transition: .5s;
}

.social-container a:hover{
    transform: scale(1.4);
}

@media screen and (max-width: 576px) {
    .scroll-to-next{
        margin: 10px;
        left: auto;
        right: 10px;
        bottom: 50px;
    }
    .social-container{
        bottom: 150px;
        left: auto;
        right: 30px;
    }
}

@media screen and (max-width: 375px) {
    .social-container{
        display: none;
    }
    .scroll-to-next{
        bottom: 30px;
    }
}

.ani-delay-1{
    animation-delay: .5s;
}
.ani-delay-2{
    animation-delay: 1s;
}
.ani-delay-3{
    animation-delay: 1.5s;
}
.ani-delay-4{
    animation-delay: 2s;
}
.ani-delay-5{
    animation-delay: 2.5s;
}


/*about-bg*/

.custom-shape-divider-bottom-1638683607 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1638683607 svg {
    position: relative;
    display: block;
    width: calc(146% + 1.3px);
    height: 188px;
}

.custom-shape-divider-bottom-1638683607 .shape-fill {
    fill: hsl(244deg 91% 78%);
}

/*Project-Top*/
.custom-shape-divider-top-1638684627 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1638684627 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1638684627 .shape-fill {
    fill: hsl(244deg 91% 78%);
}




/*background: #def7e5 !important;*/
.navbar-dark .navbar-nav .nav-link.active{
    /*color: #36a7cb !important;*/
    color: rgb(146 227 169) !important;;
    background-color: #fff;
    border-radius: 2rem;
}
.main-nav{
    position: fixed;
    background: rgba(146, 227, 169, .7);
    z-index: 1000;
}

.main-nav .navbar-brand span{
    color: #fff;
    font-family: KaushanScript;
    border-bottom: 2px solid #f2f6f9;
}

.navbar-toggler:focus{
    outline: none;
}
.nav-link{
    padding: 1rem 1.5rem !important;
}
.main-nav .logo .logo-icon{
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
}
.main-nav .logo .logo-name{
    font-size: 1.3rem;
    font-weight: bolder;
    color: #fff;
}
.main-nav .navbar-nav .nav-item a{
    font-family: KaushanScript;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 780px) {
    .main-nav{
        background-color: #def7e5;
        backdrop-filter: blur(5px);
        box-shadow: 0 0 5px #00000015;
    }

    .main-nav .menu-icon{
        color: #2EE59D !important;
    }

    .navbar-nav{
        padding-top: 20px;
    }

    .main-nav .nav-link{
        width: 100% !important;
        color: #20c997 !important;
        padding: 5px 10px;
        background: #ffffff;
        margin-bottom: 20px;
        box-shadow: 0 0 5px #00000015;
        border-radius: 10em;
    }
}
/*Button*/

.customButton{
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 2px solid #92e3a9;
    border-radius: 45px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.customButton:hover{
    border: none;
    background-color: #2EE59D;
    box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.skillButton{
    padding: 1.2em 2em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #2EE59D;
    /*background-color: #fff;*/
    border: 3px solid #92e3a9;
    border-radius: 45px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.skillButton:hover{
    border: none;
    background-color: #2EE59D;
    box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
}

.send-button {
    font-family: Source_Serif_Pro_Regular;
    font-size: 20px;
    /*background: #2EE59D;*/
    background: #5a5ba9;
    color: white;
    padding: 0.7em 1.5em;
    /*padding-left: 0.9em !important;*/
    display: flex;
    align-items: center;
    border: none;
    border-radius: 45px;
    overflow: hidden;
    transition: all 0.2s;
}

.send-button:hover{
    box-shadow: 0 15px 20px rgba(72, 72, 216, 0.5);
}

.send-button span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

.send-button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.send-button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.send-button:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.send-button:hover span {
    transform: translateX(5em);
}

.send-button:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #92e3a9;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #234567;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    /*background: #b1dae7;*/
    background: #92e3a9;
}
.cta:hover span{
    /*color: #fff;*/
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.95);
}


/*Home*/
/*home-bg*/
.custom-shape-divider-bottom-1638765242 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1638765242 svg {
    position: relative;
    display: block;
    width: calc(164% + 1.3px);
    height: 174px;
}

.custom-shape-divider-bottom-1638765242 .shape-fill {
    fill: hsl(46deg 92% 58%);
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1638765242 svg {
        width: calc(190% + 1.3px);
        height: 174px;
    }
}

.btn-font{
    font-family: Source_Serif_Pro_Bold !important;
    font-weight: 400;
}

.home{
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='487' height='243.5' viewBox='0 0 1600 800' style='&%2310; opacity: .45;&%2310;'%3E%3Cpath fill='%23fdb9a0' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5-.2.3-16-12.3-21-17zm123.8-505.7c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9.4-.5.5-1.3.2-1.8zM33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3h.1c7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9-.1-6.1-.1-13.2 0-19.1z' style='&%2310;'/%3E%3Cpath fill='%23fee272' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1-.1.3-20.3.1-27.1-.5zm425.3 328.4c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4.3-.3.2-1.1-.2-1.6zm131.1-531.9c.6.2 1.3-.2 1.4-.8v-.4c.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6v.1c-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5 5.8 1.3 12.7 2.9 18.5 4.3zm1-1.8c-.1-.1-.2-.2-.4-.2.2 0 .3.1.4.2z'/%3E%3Cg fill='%23eac5e7'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3l1.5 3.3c2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5-.4.2-.9.3-1.4.3zm40.8-51.3c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14 .4-.4.9-.6 1.4-.6zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4 2.1 1.7 4.1 3.6 5.8 5.7z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9l.2.2c1.4 1.4 3.7 1.5 5.2.2 1.7-1.2 1.8-3.6.4-5.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5v-2.3c0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1l-2.4.3zm4.5-69.4c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3v2.4c-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3-3.9-5.5-10.9-10.6-15.9-13.3-1.4-.8-2.4-1.1-2.9-1.1zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm522.6 327.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm310 196.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1-2.4 1.6-5 2.6-7.9 2.6zm-18.7-26.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3-5.7-3.9-14.7-5.8-21.4-4.7z'/%3E%3C/g%3E%3C/svg%3E");
}
.home .home-info p{
    font-family: Source_Serif_Pro_Regular;
    font-size: 1.3rem;
}
.home .home-info p span{
    font-family: KaushanScript;
    color: #263238 !important;
    font-weight: bold;
}

.home .home-info h1{
    font-family: KaushanScript, serif;
    /*color: #92e3a9;*/
    color: #76cb90;
}

.home .home-info h4{
    font-family: AmitaBold;
}

@media screen and (max-width: 456px) {
    .home-info h1{
        font-size: 1.7rem;
    }
    .home-info h4{
        font-size: 1rem;
    }
    .home-info-image{
        margin-bottom: 1rem !important;
        margin-top: 4rem !important;
    }
}
@media screen and (max-width: 320px) {
    .home .home-info h1{
        font-size: 1.5rem;
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .home .home-info p{
        font-size: 1rem;
    }
}

/*About*/

.about {
    position: relative;
    background-color: hsl(46deg 92% 58%);
}

.about .about-info p:first-child{
    font-family: Source_Serif_Pro_Regular;
    color: #263238 !important;
    font-size: 1.2rem;
}
.about .about-info .info-text{
    font-family: Source_Serif_Pro_Regular;
    font-size: 1.3rem;
}
.about .about-info h1{
    font-family: KaushanScript;
    font-weight: 500;
}

@media screen and (max-width: 456px) {
    .about .about-info-image{
        margin-top: 4rem !important;
    }
    .about .about-info .info-text{
        font-size: 1rem;
    }
}

@media screen and (max-width: 320px) {
    .about .about-info p{
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
}

/*Skills*/
.skill{

    /*background-color: hsl(190, 100%, 99%);*/
    background-color: hsl(244deg 91% 78%);

}

.skill .skill-container h3{
    /*color: #92e3a9;*/
    color: hsl(244deg 26% 41%);;
    font-family: BerkshireSwash;
    letter-spacing: 5px;
    font-size: 4rem;
    font-weight: bolder;
    text-align: center;

}
.skill .skill-container p{
    font-family: KaushanScript;
    letter-spacing: 4px;
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
}

.skill-header{
    padding: 1rem;
    /*border: 4px solid #2EE59D;*/
    /*box-shadow: 1px 2px 3px #0008;*/
    box-shadow: -2px 0 1rem 5px rgb(0 0 0 / 15%);
    /*box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05) !important;*/
    transition: .5s;
    border-radius: 20px;
    cursor: pointer;
}

.skill-header:hover{
    box-shadow: -2px 0 1rem 5px rgb(0 0 0 / 20%);
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;*/
    transform: scale(.98);
}
.skill-header h4{
    font-family: Source_Serif_Pro_Bold;
}
.skill-header span{
    font-family: Source_Serif_Pro_Regular;
}

.skill-icon,
.skill-arrow{
    font-size: 2rem;
    color: #2EE59D;
}
.skill-icon{
    margin-right: 2rem;
}

.skill-header h4 {
    font-weight: bold;
    color: #0009;

}
.skill-arrow{
    transition: .4s;
}
.skill-name{
    color: #0009;
    font-family: Source_Serif_Pro_Light;
    font-size: 1.2rem;
    font-weight: bold;
}
.skill .skill-list .skill-data .sill-title span{
    font-family: Source_Serif_Pro_Light;
}
.skill-bar,
.skill-percentage{
    height: 8px;
    border-radius: .25rem;
}
.skill-bar{
    background-color: #f5f5f5;
}
.skill-percentage{
    display: block;
    background-color: #2EE59D;
}

.html-skill{
    width: 70%;
}
.css-skill{
    width: 70%;
}
.js-skill{
    width: 75%;
}
.vue-skill{
    width: 80%;
}
.php-skill{
    width: 75%;
}
.node-skill{
    width: 70%;
}
.spring-skill{
    width: 60%;
}
.python-skill{
    width: 85%;
}
.java-skill{
    width: 90%;
}
.c-skill{
    width: 55%;
}
.skill-close .skill-list{
    transition: .5s;
    height: 0;
    overflow: hidden;
}
.skill-open .skill-list{
    transition: .5s;
    height: max-content;
    margin-bottom: 3rem;
}
.skill-open .skill-arrow{
    transform: rotate(-180deg);
}
@media screen and (max-width: 456px) {
    .skill .skill-container p{
        font-size: 1.5rem;
        letter-spacing: 4px;
    }
}
@media screen and (max-width: 320px) {
    .skill .skill-container p{
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    .skill .py-5{
        margin-top:0 !important;
    }
    .skill-header h4{
        font-size: 1.3rem;
    }
}

/*Card*/

.skill-card{
    border-radius: 20px;
    background-color: hsl(244deg 91% 78%);
    /*box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05) !important;*/
    box-shadow: -2px 0 1rem 5px rgb(0 0 0 / 15%);
    transition: .5s;
    cursor: pointer;
}
.skill-card .card-body h3{
    font-family: KaushanScript;
    text-shadow: 1px 2px 3px #0009;
}
.skill-card .card-body p{
    font-family: Source_Serif_Pro_Regular;
}
.skill-card .card-body img:first-child{
    width: 48px !important;
}
.skill-card .card-body img{
    width: 50px;
}
.skill-card:hover{
    /*background: hsl(36, 85%, 59%);*/
    /*background: #5a5ba9;*/
    /*background: #5b5ab9;*/
    background: #9891f7;
    color: #f2f6f9;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: scale(.98);
}



/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.project{
    position: relative;
}
.project-bg{
    /*background: linear-gradient(180deg, #f2f6f9 0%, #fff 100%);*/
    background: #ecf0f4;
}
.project h2{
    font-family: KaushanScript;
    font-size: 32px;
    font-weight: bold;
     color: #5a5ba9;
}
.project span{
    font-family: Source_Serif_Pro_Regular;
    color: #5b5ab9;
}
.project .project-item {
    margin-bottom: 30px;
}
.project #project-filters {
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px ;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
}
.project #project-filters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-family: Source_Serif_Pro_Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    /*color: #5a656e;*/
    color: #3a454b;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.project #project-filters li:hover,
.project #project-filters li.filter-active {
    color: hsl(244deg 91% 50%) ;
}
.project #project-filters li:last-child {
    margin-right: 0;
}
.project .project-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.project .project-wrap::before {
    content: "";
    background: rgba(44, 73, 100, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
.project .project-wrap .project-info {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
}
.project .project-wrap .project-info h4 {
    font-family: KaushanScript;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.project .project-wrap .project-info p {
    font-family: AmitaRegular;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
.project .project-wrap .project-links {
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}
.project .project-wrap .project-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
.project .project-wrap .project-links a:hover {
    color: hsl(244deg 91% 50%);
}
.project .project-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.project .project-wrap:hover .project-info {
    opacity: 1;
    top: calc(50% - 48px);
}
.project .project-wrap:hover .project-links {
    opacity: 1;
    bottom: calc(50% - 50px);
}

.contact {
    position: relative;
}
.Contact-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.Contact-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.Contact-shape .shape-fill {
    fill: #ecf0f4;
}

.contact h1{
    font-family: KaushanScript;
    color: #5a5ba9;
    font-weight: bolder;
}
.contact p{
    font-family: Source_Serif_Pro_Bold;
    font-weight: bold;
    color: #5a5ba9;
}
.footer{
    height: 170px;
    background: #6c6799;
}
.footer i{
    font-size: 30px;
    color: #f2f6f9;
    transition: .5s;
    cursor: pointer;
}
.footer i:hover{
    transform: scale(1.9);
}
.footer h2{
    font-family: KaushanScript;
    color: #f2f6f9;
}
.footer p{
    font-family: Source_Serif_Pro_Bold;
    color: #f2f6f9;
}

@media screen and (max-width: 456px) {
    .footer{
        height: 400px;
    }
}


.contact .form-control{
    color: #5a5ba9;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


.scroll-top{
    position: fixed;
    bottom: 15%;
    right: 2%;
    background-color: #6c6799;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 15px #0009;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: none;

}
.scroll-top:hover{
    animation: grow 1s linear infinite alternate;
}

.scroll-top i{
    font-size:2.5rem;
    color: var(--white);
}
@keyframes grow {
    0%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
}
.scroll-top.show{
    display: flex;
    z-index: 2000;
}




