236 lines
4.5 KiB
CSS
236 lines
4.5 KiB
CSS
.appie-loader {
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.font_black{
|
|
color: black;
|
|
}
|
|
.font_red{
|
|
color: red;
|
|
}
|
|
.boxBorder{
|
|
border-color: aqua;
|
|
background-color: #f5f6f7 ;
|
|
}
|
|
.appie-loader {
|
|
opacity: 0;
|
|
}
|
|
.appie-loader.active {
|
|
opacity: 100;
|
|
}
|
|
.appie-visible {
|
|
transition: all 0.5s ease-in-out;
|
|
}
|
|
.appie-visible {
|
|
opacity: 0;
|
|
}
|
|
.appie-visible.active {
|
|
opacity: 100;
|
|
}
|
|
/* .appie-home-loader {
|
|
transition: all 0.5s ease-in-out;
|
|
} */
|
|
.offcanvas_main_menu li ul.sub-menu {
|
|
padding-left: 20 px;
|
|
overflow: hidden;
|
|
transition: all linear 0.65s;
|
|
}
|
|
.appie-fun-fact-box .appie-fun-fact-content .appie-fun-fact-item .title span {
|
|
font-size: 30px !important;
|
|
color: #fff !important;
|
|
}
|
|
.home-four-project {
|
|
background: #eef1f6;
|
|
}
|
|
.home-four-footer {
|
|
background: #ffffff;
|
|
}
|
|
.slick-dots li button:before {
|
|
content: "";
|
|
}
|
|
.appie-showcase-item {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
@media (min-width: 1400px) {
|
|
.container-xxl,
|
|
.container-xl,
|
|
.container-lg,
|
|
.container-md,
|
|
.container-sm,
|
|
.container {
|
|
max-width: 1200px;
|
|
}
|
|
}
|
|
.appie-services-2-area.appie-services-8-area {
|
|
overflow: hidden;
|
|
}
|
|
@media only screen and (min-width: 300px) and (max-width: 1024px) {
|
|
.appie-services-8-area .service-thumb {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
.save-comment input:checked + label::after {
|
|
font-family: "Font Awesome 5 Pro";
|
|
content: "\f00c";
|
|
}
|
|
.appie-testimonial-area {
|
|
overflow: hidden;
|
|
}
|
|
.testimonial-about-slider-active .testimonial-parent-item {
|
|
display: flex !important;
|
|
justify-content: center;
|
|
}
|
|
.testimonial-box {
|
|
width: 770px !important;
|
|
}
|
|
.testimonial-box-about-slider-small-active
|
|
.slick-center.slick-current
|
|
.item
|
|
.thumb
|
|
img {
|
|
width: 70px;
|
|
display: inline-block;
|
|
}
|
|
.testimonial-box-about-slider-small-active .item .thumb img {
|
|
display: inline-block;
|
|
width: 40px;
|
|
}
|
|
.testimonial-box-about-slider-small-active .item .thumb {
|
|
align-items: center;
|
|
}
|
|
.testimonial-box-about-slider-small-active .slick-center.slick-current .item {
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.app-download.options{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.app-download.options .main-btn {
|
|
color: #0e1133;
|
|
background-color: #fff;
|
|
border: 3px solid #3EAFCC;
|
|
padding: 2px 112px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.app-download.appie-hero-content h5 {
|
|
color: #51B5D0;
|
|
/* border-color: #fff; */
|
|
}
|
|
|
|
@media only screen and (min-width: 300px) and (max-width: 1024px) {
|
|
.testimonial-about-slider-active .testimonial-box {
|
|
box-shadow: none;
|
|
background: none;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 770px) and (max-width: 1024px) {
|
|
.testimonial-about-slider-active .slick-arrow.next {
|
|
right: 15px;
|
|
}
|
|
.testimonial-about-slider-active .slick-arrow.prev {
|
|
left: 15px;
|
|
}
|
|
}
|
|
|
|
|
|
/* -----------------About-App-Section-Css-Start------------------ */
|
|
|
|
/* about us section wraper */
|
|
.about_app_section .about_img {
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
|
|
/* about us section images*/
|
|
.about_app_section .about_img img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.about_app_section .about_img::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 38%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 500px;
|
|
height: 500px;
|
|
background-color: #ffffff;
|
|
border-radius: 100%;
|
|
z-index: -1;
|
|
}
|
|
|
|
.about_app_section .about_img .screen_img {
|
|
margin-left: -135px;
|
|
margin-top: 110px;
|
|
}
|
|
|
|
.about_app_section .about_text .section_title {
|
|
text-align: left;
|
|
}
|
|
|
|
.about_app_section .about_text .section_title h2 {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
/* about us section statastics nomber */
|
|
.about_app_section .about_text .app_statstic {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
margin-bottom: 10px;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.about_app_section .about_text .app_statstic li {
|
|
width: 248px;
|
|
background-color: #fff;
|
|
margin-bottom: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 12px;
|
|
padding: 15px 10px;
|
|
padding-left: 35px;
|
|
box-shadow: 0px 4px 10px #EDE9FE;
|
|
}
|
|
|
|
.about_app_section .about_text .app_statstic li .icon {
|
|
margin-right: 9px;
|
|
}
|
|
|
|
.about_app_section .about_text .app_statstic li p {
|
|
margin-bottom: 0;
|
|
line-height: 1;
|
|
color: #32236F;
|
|
}
|
|
|
|
.about_app_section .about_text .app_statstic li p:first-child {
|
|
font-size: 40px;
|
|
font-weight: 600;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.about_app_section .about_img .screen_img img {
|
|
animation-delay: 3s;
|
|
}
|
|
|
|
.about_app_section .about_text .list {
|
|
margin-top: 45px;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.about_text{
|
|
margin-top: 2rem;
|
|
}
|