<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-container {
    align-items: flex-end;
}
.home-container-top {
    align-items: flex-start;
}
.home-container-middle {
    align-items: center;
}
.mori-img-home {
    height: 580px;
    width: auto;
    display: block;
  	border: 15px solid #212120;
    margin: 15px auto;
    box-shadow: inset 0px 0px 7px 5px #4c4c4ccc;
 	background-color: #212120;
}

.Def-DM {
    display: none !important;
}



#CTA-Mori {
  width: max-content;
  padding: 10px;
  background-color: var(--Dark-Gray);
  border-radius: 2px;
}
#CTA-Mori p {
  font-size: 22px;
  font-weight: 900;
}
#CTA-Mori a {
  display: block;
  font-size: 40px;
  text-shadow: 4px 4px 10px var(--black);
}
#CTA-Mori .Massengers {
  display: flex;
  justify-content: center;
	align-items: center;
}
#CTA-Mori a {
  display: block;
  font-size: 40px;
  text-shadow: 4px 4px 10px var(--black);
}
#CTA-Mori svg {
  width: 45px;
  margin: 0px 3px;
}



a.related-posts-mori {
    color: var(--black) !important;
    margin: 5px 0px;
    padding: 10px 5px;
    line-height: 2rem;
    background-color: var(--light-Gray);
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 8px;
}


a.related-posts-mori:hover {
    color: var(--white) !important;
    background-color: var(--Dark-Gray);
}

span.count-moti {
    padding: 13px;
    background-color: var(--white);
    margin-left: 10px;
    border-radius: 0px 10px 10px 0px;
    color: var(--black);
    font-size: 20px;
}


.col-50.My-Lessions {
    background-color: var(--white);
    padding: 20px;
    display: flex;
    flex-direction: column;
}




.home-sec-sec-p-desc a {
    color: var(--light-Gray);
    border-bottom: 2px solid white;
    padding: 2px;
    transition: 0.5s;
}
.home-sec-sec-p-desc a:hover {
    background: var(--light-Gray);
    color: black;
    padding: 2px 5px;
}



.My-Services {
    background-color: var(--white);
    padding: 20px;
    display: flex;
    align-items: center;
}



.Show-Lession {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.Show-Lession a {
    width: 46%;
    margin: 2px 2px;
}

h2.black-h2 {
    color: var(--black);
    text-align: center;
    font-size: 27px;
}


.cart-wrapper-po-se.bg-white.p8 {
    padding: 5px 15px;
}














.portfolios-container {
    display: flex;
}

.portfolios-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolios-container div {
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolios-container div img {
    width: 200px;
}

.bg-white {
    background-color: var(--white);
}
.bg-black {
    background-color: var(--black);
}
.bg-lgray {
    background-color: var(--light-Gray);
}
.bg-dgray {
    background-color: var(--Dark-Gray);
}

.Skills-container .cart-menu-po {
    background-color: var(--white);
    margin: 2px;
    width: 25% !important;
}


.cart-wrapper-po-se.home-skills .cart-menu-po {
    background-color: var(--white);
    margin: 2px;
    width: 25%;
}

.cart-wrapper-po-se.home-skills .cart-menu-po:hover {
    background-color: var(--light-Gray);

}

.cart-wrapper-po-se.home-skills {
    padding: 60px;
	padding-top: 0px;
}


.Display-None-Portfolios {
    display: none !important;

}
.Display-bye-bye {
    transition: 1s;
    animation-name: mori-home-show-1;
    animation-duration: 1s;
}

.Display-Show-Portfolios {
    transition: 1s;
    animation-name: mori-home-show;
    animation-duration: 1s;
}


@keyframes mori-home-show {
    0% {
        transform: translateY(-210px);
        opacity: 0;
       }

    100% {
        transform: translateY(0px);
    }
}
@keyframes mori-home-show-1 {
    0% {
        transform: translateY(0px);
        opacity: 0;
       }

    100% {
        transform: translateY(-210px);
    }
}



button.btn-p-more, button.btn-S-more {
    padding: 15px 55px;
    background-color: var(--Dark-Gray);
    color: var(--white);
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    font-family: inherit;
    font-size: inherit;
}

 button.btn-S-more {
    margin-top: 10px;
}








@media only screen and (max-width: 878px) {

    .mori-img-home {
        height: auto;
        width: 80%;
    }
    .home-container {
        align-items: baseline;
        flex-direction: column;
    }

    .home-container-middle {
        align-items: center;
        flex-direction: column;
    }

	#CTA-Mori {
		width: 90%;
		display: block;
		margin: 0 auto;
	}

	#CTA-Mori p, #CTA-Mori a {
		text-align: center;
	}

    .My-Services {
        height: auto;
        padding: 0px;
    }

    .portfolios-container div {
        width: 50%;
        height: 150px;
    }
    .portfolios-container div img {
        width: 80%;
    }
    .cart-wrapper-po-se.home-skills {
        padding: 0px;
    }

    .cart-wrapper-po-se.home-skills .cart-menu-po {
        background-color: var(--white);
        margin: 2px 0px;
        width: 43%;
        border: none;
    }

    .cart-wrapper-po-se.home-skills .cart-menu-po p {
        text-align: center;
    }

    .cart-wrapper-po-se.home-skills .cart-menu-po img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

	.Show-Lession a {
		width: 90%;
	}

	.col-50.My-Lessions {
		padding: 20px 0px;
	}

} 
 </pre></body></html>