/* Google fonts */

@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=Playfair+Display:ital,wght@1,800&display=swap');



* {
    margin: 0;
    padding: 0;
}

/* fade in css for scroll */

.fade-in {
    opacity: 0;
    transition: opacity 1.3s ease-in;
}

.fade-in.active {
    opacity: 1;
    animation: bottom_to_top 1.3s linear;
}

/* @keyframes bottom_to_top {
    0%{
        transform: translateY(0em);
    }
    100%{
        transform: translateY(-1.5em);
    }
} */
/* end of fade-In css */

.service-img {
    height: 130px;
    width: 120px;
    border-radius: 50%;
    padding: 1.5em;
}

.services {
    margin-top: 1em !important;


}

.list-services {
    padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-dev {
    border-radius: 30px;
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: rgba(8, 12, 196, 0.3);
    backdrop-filter: blur(5.5px);
    transition: .5s;
    -webkit-backdrop-filter: blur(5.5px);
    height: 440px;
}

.app-dev:hover {
    background-color: white;
}

.web-dev {
    border-radius: 30px;
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: rgba(15, 119, 189, 0.3);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s;
    justify-content: center;
   
}

.web-dev:hover {
    background-color: white;
}



.service-detail {
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.support {
    border-radius: 30px;
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: rgba(189, 16, 224, 0.3);
    transition: .5s;
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    height: 440px;

}

.support:hover {
    background-color: white;
}

.service-text {
    text-align: center;
    margin: 1em 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.service-text>h1 {
    margin: 0;
    padding: 0;
}

.service-text>i {
    font-size: bolder;
    color: blueviolet;
    display: block;
    text-align: center;
}

/* font-family: 'Playfair Display', serif;
font-family: 'PT Sans Narrow', sans-serif; */

.service-name {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}

.service-detail {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
}

.service-detail>strong {
    color: blueviolet;
}

.devstella{
    color: blueviolet;
    
}

@media (min-width: 992px){
    
.fade-in {
    opacity: 0;
    transition: opacity 1.3s ease-in;
}

.fade-in.active {
    opacity: 1;
    animation: bottom_to_top 1.3s linear;
}

/* @keyframes bottom_to_top {
    0%{
        transform: translateY(0em);
    }
    100%{
        transform: translateY(-1.5em);
    }
} */
/* end of fade-In css */

.service-img {
    height: 130px;
    width: 120px;
    border-radius: 50%;
    padding: 1.5em;
}

.services {
    margin-top: 1em !important;
    

}

.list-services {
    padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-dev {
    border-radius: 30px;
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: rgba(8, 12, 196, 0.3);
    backdrop-filter: blur(5.5px);
    transition: .5s;
    -webkit-backdrop-filter: blur(5.5px);
    height: 440px;
    width:33% !important;
}

.app-dev:hover {
    background-color: white;
}

.web-dev {
    border-radius: 30px;
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: rgba(15, 119, 189, 0.3);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s;
    justify-content: center;
    width:33% !important;
}

.web-dev:hover {
    background-color: white;
}



.service-detail {
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.support {
    border-radius: 30px;
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: rgba(189, 16, 224, 0.3);
    transition: .5s;
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    height: 440px;
    width:33% !important;

}

.support:hover {
    background-color: white;
}

.service-text {
    text-align: center;
    margin: 1em 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.service-text>h1 {
    margin: 0;
    padding: 0;
}

.service-text>i {
    font-size: bolder;
    color: blueviolet;
    display: block;
    text-align: center;
}

/* font-family: 'Playfair Display', serif;
font-family: 'PT Sans Narrow', sans-serif; */

.service-name {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}

.list-services{
    gap:.35rem;
}
.service-detail {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
}

.service-detail>strong {
    color: blueviolet;
}

.devstella{
    color: blueviolet;
    
}



}