@font-face {
    font-family: logo_font;
    src: url('../font/FugazOne-Regular.ttf');
}


@font-face {
    font-family: roboto;
    src: url('../font/Roboto-Regular.ttf');
}

@font-face {
    font-family: roboto;
    src: url('../font/Roboto-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: roboto;
    src: url('../font/Roboto-Italic.ttf');
    font-style: italic;
}

*{
    font-family: roboto;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #FFFFFF;
}

.m-sec{
    padding-top: 70px;
}

/*.soft-head{
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
}*/

.soft-head {
    text-align: center;
    padding-bottom: 10px;
    color: #000;
    text-decoration: underline;
    text-decoration-color: #00BDFF;
    font-family: logo_font;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.soft-head span {
    font-family: logo_font;
    color: #00BDFF;
}
.soft-head span.ml3{
    margin-left: 1px;
}

.soft-section {
    min-height: 100%;
}

.bg-transparent {
    background-color: transparent !important;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #00BDFF !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #111e6c !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
}

.dropdown-item {
    font-size: 1rem !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler:focus-visible {
    outline: none;
}

.navbar-brand {
    padding: 0;
}

.dropdown-menu {
    border: none;
    background-color: transparent;
}

p {
    margin: 0;
    text-align: justify;
}

.carousel-item::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-landing-page {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.vc-parent {
    width: 100%;
    height: 100%;
    display: table; 
    text-align: center;
}

.vc-child {
    display: table-cell;
    vertical-align: middle;
}

.main-title {
    font-weight: 900;
    font-stretch: condensed;
    font-size: 50px;
    color: #FFFFFF;
    font-family: logo_font;
}

.main-title>strong {
    color: #00BDFF;
    font-weight: 900;
    font-family: logo_font;
}

.request-free-demo {
    padding: 10px 20px;
    margin-top: 16px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background: #00BDFF;
}

.request-free-demo:hover {
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background: #00BDFF;
}

.side-title {
    font-stretch: condensed;
    font-size: 40px;
    margin-top: 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: logo_font;
}

.scroll-down {
    position: absolute;
    display: block;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #00BDFF;
    z-index: 15;
    -webkit-animation: move_down 2s ease-in-out infinite;
    animation: move_down 2s ease-in-out infinite;
}

.scroll-down:hover {
    color: #00BDFF;
}

@-webkit-keyframes move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }
}

@keyframes move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0
    }
}

/* Navbar section */


/* Clients */
.clients>div{
    position: relative;
    height: 100px;
}
.clients img{
    width: 100px;
    height: 100px;
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    object-position: center;
    object-fit: contain;
}

.clients img.hide{
    -webkit-animation: c_move_up 1s ease-in-out;
    animation: c_move_up 1s ease-in-out;
    opacity: 0;
}

.clients img.active{
    -webkit-animation: c_move_down 2s ease-in-out;
    animation: c_move_down 2s ease-in-out;
    opacity: 1;
}

@-webkit-keyframes c_move_down {
    0% {
        -webkit-transform: translate(0, -40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0px);
        opacity: 1
    }
}

@keyframes c_move_down {
    0% {
        transform: translate(0, -40px);
        opacity: 0
    }
    100% {
        transform: translate(0, 0px);
        opacity: 1
    }
}

@-webkit-keyframes c_move_down {
    0% {
        -webkit-transform: translate(0, 0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, -40px);
        opacity: 0
    }
}

@keyframes c_move_up {
    0% {
        transform: translate(0, 0px);
        opacity: 1
    }
    100% {
        transform: translate(0, -40px);
        opacity: 0
    }
}
/* Clients */

.card{
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17);
}

.softoNav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
}

/*.softoNav div.softoLogo {
    display: flex;
    align-items: center;
}*/

/*.softoNav div.softoLogo a {
    text-decoration: none;
    color: #00BDFF;
    font-size: 2.5rem;
}*/

.softoNav div.softoLogo a:hover {
    color: #111e6c;
}

.softoNav div.softoNavLinks {
    height: 65px;
    float: right;
}

.softoNav div.softoNavLinks ul {
    width: 100%;
    height: 65px;
    /* display: flex; */
    list-style: none;
    margin: 0;
    padding: 0;
}

.softoNav div.softoNavLinks ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 1rem;
    display: flex;
    align-items: center;
}

.softoNav div.softoNavLinks ul li a {
    text-decoration: none;
    color: #00BDFF;
    line-height: 65px;
    font-size: 1rem;
}

.softoNav div.softoNavLinks ul li a:hover {
    color: #111e6c;
}

.softoCollapsableHamburger {
    display: none;
}

.softoNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card-img-top img{
    width: 6.2rem;
}

/* Media qurey section */

@media screen and (max-width:991px) {
    .softoCollapsableHamburger {
        display: block;
    }
    /*    .softoNav div.softoLogo {
            margin-left: 15px;
        }*/
    .softoNav div.softoNavLinks {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .softoNav div.show_list {
        height: auto;
        display: none;
    }
    .softoNav div.softoNavLinks ul {
        flex-direction: column;
        width: 100%;
        height: auto;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #FFFFFF;/*rgba(255, 255, 255, 0.75);*/
        background-position: center top;
    }
    .softoNav div.softoNavLinks ul li {
        width: 100%;
        text-align: right;
        height: auto;
        display: inline-block;
        padding: 0;
    }
    .softoNav div.softoNavLinks ul li a {
        text-align: center;
        width: 100%;
        font-size: 1rem;
        padding: 0;
    }
    .softoNav div.media_button {
        display: block;
    }
}

/* Animation */

/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.softoCollapsableHamburger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    right: 30px;
    top: 0;
    bottom: 0;
}

.softoCollapsableHamburger i {
    background-color: #00BDFF;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.softoCollapsableHamburger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.softoCollapsableHamburger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.softoCollapsableHamburger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.softoCollapsableHamburger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.softoCollapsableHamburger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.softoCollapsableHamburger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17);
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.affix .container .softoLogo .navbar-brand .softo-logo-light {
    display: none;
}

.softo-logo-light {
    margin: auto;
    border: none;
    border-radius: 0;
    width: 8rem;
    height: auto;
}

.softo-logo-dark {
    display: none;
    margin: auto;
    border: none;
    border-radius: 0;
    width: 8rem;
    height: auto;
}

.affix .container .softoLogo .navbar-brand .softo-logo-dark {
    display: inline-block;
}

footer {
    background: url('../img/footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-top::before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-top {
    padding: 60px 0;
    text-align: left;
    color: #FFFFFF;
    /*color: #111e6c;*/
    /*background: linear-gradient(180deg, #FFFFFF, transparent);*/
}

.footer-top a{
    color: white;
    border-bottom: 1px dashed #FAF9F6;
}
.footer-top a:hover{
    color: white;
}

.social{
    margin-top: 50px;
}

.footer-top .social>a{
    font-size: 28px;
    margin: 5px;
    color: white;
    border: none;
}

.footer-top .social>a:hover{
    color: #00BDFF;
}

.footer-top p{
    font-size: 14px;
}

/*.footer-top img{
    width: 100px;
    height: 30px;
}*/

.footer-top h3 {
    padding-bottom: 10px;
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #00BDFF;
    font-family: logo_font;
}
.footer-top h3 span {
    font-family: logo_font;
    color: #00BDFF;
}
.footer-top h3 span.ml3{
    margin-left: 1px;
}

.footer-top img.certificate{
    width: 60%;
    height: 25%;
    /*margin-left: 20%;*/
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.newsletter-button {
    width: 50px;
    height: 40px;
    margin-top: 15px;
    background: transparent;
    color: #FAF9F6;
    border-bottom: 1px solid #FAF9F6;
    border-top: 1px solid #FAF9F6;
    border-right: 1px solid #FAF9F6;
    border-left: 0;
}


.newsletter-email-field {
    width: 100%;
    height: 40px;
    background-color: transparent;
    letter-spacing: 1px;
    margin-top: 15px;
    border-bottom: 1px solid #FAF9F6;
    border-top: 1px solid #FAF9F6;
    border-left: 1px solid #FAF9F6;
    border-right: 0;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

.newsletter-email-field::placeholder {
    color: #FAF9F6;
    opacity: 0.5;
}

.newsletter-email-field:focus-visible {
    outline: none;
}

.footer-bottom {
    padding: 15px 0;
    text-align: left;
    color: #FAF9F6;
}

.footer-copyright p {
    margin: 0;
    padding: 0.5rem 0;
    text-align: center;
}

.footer-copyright a {
    color: #FAF9F6;
    border: 0;
    text-decoration: none;
}

.footer-copyright a:hover, .footer-copyright a:focus {
    color: #FAF9F6;
    border: 0;
    opacity: 0.75;
}

.navbar {
    padding: 0;
    background: #444;
    backface-visibility: hidden;
}

.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #00BDFF;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link {
    color: #00BDFF;
    border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #aaa;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #aaa;
    outline: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

h1 {
    display: inline-block;
    color: #111e6c;
    font-size: 2rem;
    letter-spacing: 8px;
    position: relative;
    cursor: pointer;
    margin: 0;
    top: -7px;
}

h1::before {
    content: "Softozin";
    position: absolute;
    color: transparent;
    background-image: repeating-linear-gradient(0deg, transparent 0, transparent 2px, #00BDFF 2px, #00BDFF 4px);
    -webkit-background-clip: text;
    background-clip: text;
    top: 0px;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}

h1::after {
    content: "Softozin";
    position: absolute;
    color: transparent;
    background-image: repeating-linear-gradient( 0deg, transparent 0, transparent 2px, #00BDFF 2px, #00BDFF 4px);
    -webkit-background-clip: text;
    background-clip: text;
    top: 0px;
    left: 0px;
    transition: 0.5s;
}

h1:hover:before {
    top: 0.25rem;
}

h1:hover:after {
    top: -0.25rem;
}

.popout {
    font-weight: 700;
}

.popout span {
    position: relative;
    display: inline-block;
    animation: ani 1s infinite alternate cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.popout span:nth-child(odd) {
    animation-delay: -1.5s;
}

@keyframes ani {
    0% {
        transform: translate3d(0, 0, 0);
        text-shadow: 0em 0em 0 #111e6c;
        color: #00BDFF;
    }
    30% {
        transform: translate3d(0, 0, 0);
        text-shadow: 0em 0em 0 #111e6c;
        color: #00BDFF;
    }
    70% {
        transform: translate3d(0.08em, -0.08em, 0);
        text-shadow: -0.08em 0.08em #111e6c;
        color: #00BDFF;
    }
    100% {
        transform: translate3d(0.08em, -0.08em, 0);
        text-shadow: -0.08em 0.08em #111e6c;
        color: #00BDFF;
    }
}

.testimonials-clean {
    color: #313437;
    background-color: transparent;
}

.testimonials-clean p {
    color: #FAF9F6;
}

.testimonials-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-clean .intro p {
    margin-bottom: 0;
}

.testimonials-clean .item {
    margin-bottom: 32px;
}

.testimonials-clean .item .box {
    padding: 30px;
    background-color: #00BDFF;
    position: relative;
    border-radius: 10px;
}

.testimonials-clean .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #00BDFF;
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: #000;
}

.testimonials-clean .item .title {
    font-size: 13px;
    color: #000;
}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
    text-align: justify;
}

.testimonials-clean .item img {
    width: 50px;
    height: 50px;
    /*max-width: 40px;*/
    float: left;
    margin-right: 12px;

    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17);
    /*margin-top: -5px;*/
}

.service-product-description {
    font-size: 20px;
    line-height: 33px !important;
    color: #FAF9F6;
    text-align: justify;
}

hr {
    background-color: rgb(117, 117, 117);
    width: 80% !important;
    transition: 1s;
}

.bold {
    font-weight: 500;
}

#quotes {
    opacity: 0.1;
    filter: alpha(opacity=75);
}

@media (max-width: 479px) {
    p {
        padding: 0 !important;
    }
    .img-1 {
        margin-right: 0 !important;
    }
}

.service-img {
    display:inline-block;
    font-size: 30px;
    line-height: 100px;
    background-color:black;
    color:white;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: bottom;
    background: #00BDFF;
}
.service:hover{
    cursor: pointer;
}
.service:hover .service-img{
    background: rgba(0,0,0,0);
    border: 1px solid #00BDFF;
    color: #00BDFF;
    cursor: pointer;
}
.s-right .service-img{
    margin-left: 5px;
}
.s-left .service-img{
    margin-right: 5px;
}
.s-left .service-title,.s-left .service-description{
    text-align: left;
}
.s-right .service-title,.s-right .service-description{
    text-align: right;
}
.service-title{
    text-transform: uppercase;
    font-size: 15px;
}
.service-description{
    font-size: 12px;
}

.footer {
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 2rem 0 1.4rem 0;
    font-family: 'Varela Round';
}

#name {
    font-size: 0.8rem;
    font-weight: bold;
    color: #111e6c;
}

#position {
    font-size: 0.7rem;
    color: #111e6c;
}

a {
    color: #00BDFF;
    /*font-weight: 700;*/
    text-decoration: none;
}

a:hover {
    color: #111e6c;
    opacity: 0.75;
}

.ring {
    position: relative;
    border-radius: 50%;
}

.ring span {
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 3px 3px 30px rgb(73 78 92 / 15%);
    display: inline-block;
    margin: 15px;
}

.ring span img {
    width: 90px;
    height: 90px;
    vertical-align: middle;
}

.ring::after {
    content: '';
    border: 3px dashed #676A75;
    border-radius: inherit;
    position: absolute;
    top: -71px;
    left: 5px;
    width: 154px;
    height: 154px;
    box-shadow: 3px 3px 30px rgb(73 78 92 / 15%);
    animation: spin 10s linear infinite;
    margin-top: 4px;
    margin-left: 3px;
}

@-webkit-keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.custom-control-label:hover {
    color: #00BDFF;
}

.rotatingText-adjective {
    position: absolute;
    text-align: center;
    background: #FAF9F6;
}

.rotatingText-adjective:nth-child(odd) {
    animation: rotate-text-up 3s infinite;
    animation-delay: 1.5s;
}

.rotatingText-adjective:nth-child(even) {
    animation: rotate-text-up 3s infinite;
    animation-delay: 2.25s;
}

@keyframes rotate-text-up {
    0% {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
    }
    20%, 80% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, -40px, 0);
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
    .main-title{
        font-size: 28px;
    }
    .side-title{
        font-size: 15px;
    }
    .slider-section{
        height: 250px;
    }
    .scroll-down {
        display: none;
    }
}

/* Product */

.product-card {
    width: 100%;
    text-align: center;
}

.product-body {
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
    z-index: 1;
    bottom: 0;
    box-shadow: 0 0 20px -10px #28282B;
    transition: transform 0.8s;
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translateY(0px);
}

.product-logo {    
    width: 130px;
    height: 130px;
    line-height: 110px;
    border-radius: 50%;
    padding: 0px;
    margin: -90px auto 0;
    background: #FFF;
    border: 10px solid #FFF;
}

.product-logo .product-image {
    width: 70%;
    vertical-align: middle;
    transition: transform 1s;
}

.product-title {
    width: fit-content;
    background: #FFF;
    position: relative;
    color: #FFF;
    font-size: 20px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-body .product-title:after {
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, transparent,#FFF);
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: -1;
}

.product-title:before {
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #FFF, transparent);
    position: absolute;
    left: -5px;
    bottom: -5px;
    z-index: -1;
}

.product-description {
    text-align: justify;
    color: #FFF;
    font-size: 12px;
}

.product-card:hover .product-body {
    transform: translateY(-50px);
}

.product-card:hover .product-image {
    transform: rotate(360deg);
}

.btn-product {
    margin-top: 10px;
    color: #FAF9F6;
    cursor: pointer;
    border: 1px solid #FFF;
}

.btn-product:hover {
    color: #000;
    background: #FFF;
}

.p-tgr .product-body,.p-tgr .product-title{
    background-color: #015C95;
}
.p-tgr .product-logo{
    border-color: #015C95;
}
.p-tgr .btn-product:hover {
    color: #015C95;
}

.p-server-admin .product-body,.p-server-admin .product-title{
    background-color: #056aaa;
}
.p-server-admin .product-logo{
    border-color: #056aaa;
} 
.p-server-admin .btn-product:hover {
    color: #056aaa;
}

.p-soft-medical .product-body,.p-soft-medical .product-title{
    background-color: #019C5F;
}
.p-soft-medical .product-logo{
    border-color: #019C5F;
}
.p-soft-medical .btn-product:hover {
    color: #019C5F;
}

.p-true-birthday .product-body,.p-true-birthday .product-title{
    background-color: #2765C8;
}
.p-true-birthday .product-logo{
    border-color: #2765C8;
}
.p-true-birthday .btn-product:hover {
    color: #2765C8;
}

.p-terrible-3 .product-body,.p-terrible-3 .product-title{
    background-color: #FE7D7D;
}
.p-terrible-3 .product-logo{
    border-color: #FE7D7D;
}
.p-terrible-3 .btn-product:hover {
    color: #FE7D7D;
}

.p-hash-founder .product-body,.p-hash-founder .product-title{
    background-color: #7B7B7B;
}
.p-hash-founder .product-logo{
    border-color: #7B7B7B;
}
.p-hash-founder .btn-product:hover {
    color: #7B7B7B;
}

.p-soft-vehicle .product-body,.p-soft-vehicle .product-title{
    background-color: #20B274;
}
.p-soft-vehicle .product-logo{
    border-color: #20B274;
}
.p-soft-vehicle .btn-product:hover {
    color: #20B274;
}

.p-order-24 .product-body,.p-order-24 .product-title{
    background-color: #4ED799;
}
.p-order-24 .product-logo{
    border-color: #4ED799;
}
.p-order-24 .btn-product:hover {
    color: #4ED799;
}

/* product */