<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("./root.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
  font-family: "Poppins", sans-serif !important;
}
body{
  background-color: var(--body-color) !important;
}


nav{
  gap: 100px;
  width: 80%;
  max-width: 1366px !important;
}
.navbar-section,#navbarCanvas{
  background-color: var(--navbar-background-color);
}

nav a,#navbarCanvas a{
  color: var(--navbar-options-color);
}
.nav-links-parent{
  gap: 20px;
}
.nav-links-parent a{
  padding: 18px 7.5px;
  font-weight: 500;
}
.nav-links-parent a:hover,#navbarCanvas a:hover{
  background-color: var(--navbar-option-active-color);
}
.nav-link-active{  
  background-color: var(--navbar-option-active-color);
}


.navbar-brand-link{
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.6px;
  color: var(--navbar-logo-color);
}




@media (max-width:991px) {
  nav{
    gap: 60px;
    width: 90%;
  }
  .nav-links-parent{
    gap: 10px;
  }

  .navbar-brand-link{
    font-size: 22px;
  }
}
@media (min-width:1367px) {
  nav{
    gap: 120px;
    width: 70%;
  }
}
.navbar-hamburger-menu{
	display: none;
}
.nav-links-parent{
	display: flex;
}

@media (max-width:568px) {
  .nav-links-parent{
    display: none !important;
  }
  .navbar-hamburger-menu{
    display: block !important;
    color: var(--navbar-hamburger-menu-color);
    font-size: 25px;
    cursor: pointer;
  }
  nav{
    padding: 10px 0px;
    justify-content: space-between;
  }
}

.searchbar-parent{
  border: 3px solid var(--serach-bar-input-color);
  border-left-width: 2px;
  overflow: hidden;
  border-radius: 7px;
}

.searchbar-parent input{
  outline: none !important;
}

.searchbar-parent span{
  background-color: var(--serach-bar-input-color);
  color: white;
  padding: 7px 30px;
  }

.search-results{
  position: absolute;
  width: inherit;
  min-height: 400px;
  background-color: var(--serach-bar-result-box-backgrund-color);
  z-index: 10000;
}

@media (max-width:768px) {
  .searchbar-parent span{
    padding: 6px 20px;
    }
}

main,footer{
  width: 80%;
}


@media (max-width:991px) {
  main,footer{
    width: 90%;
  }
}
@media (min-width:1367px) {
  main,footer{
    width: 70%;
  }
}

.breadcrumb-item a{
  color: var(--breadcrumb-color) !important;
  text-transform: capitalize;
  text-decoration: none;
}

@media (max-width:458px) {
  .breadcrumb-item a{
    font-size: 15px !important;
  }
}

/* .thumbnail-img-overlay-shadow{
  width: 100%;
  height: 337px; 
} */


.thumbnail-img-overlay-shadow {
  position: absolute;
  inset: 0; /* This sets top, bottom, left, and right to 0 */
}

.thumbnail-img-container {
  position: relative;
  overflow: hidden; /* Ensures the shadow does not overflow the container */
}

.thumbnail-img-overlay-image {
  display: block;
  width: 100%; /* Ensure the image fills its container */
  height: auto;
}







.screenshot-image{
  height: auto !important;
  max-height: 300px !important;
  width: auto !important;
}
@media (max-width:568px) {
  .carousel-item img{
    height: 250px !important;
  }
  .thumbnail-img-overlay-image,.thumbnail-img-overlay-shadow{
    height: 280px !important;
  }
}


.heading-color{
  color: var(--heading-color) !important;
}

.brand-button{
  background-color: var(--button-background-color) !important;
  color: var(--button-color) !important;
}



.apk-card {
  border: 1px solid transparent;
  background-color: var(--apk-box-background-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  /* border-bottom: 2px solid #5209b9; */
  gap: 4px !important;
  
}

.apk-card:hover {
  border: 1px solid var(--apk-box-hover-color);
  box-sizing: border-box;
}

.apk-card:hover .card-content h4 {
  color: var(--apk-box-hover-color) !important;
}

.category-name{
  border: 1px solid transparent;
}
.category-name:hover{
  border: 1px solid var(--apk-box-hover-color) !important;
  color: var(--apk-box-hover-color) !important;
  
}

.apk-card img{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: transform 0.3s ease;
}


.single-line-over-flow-hidden {
  /* display: block; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.category-name{
  background-color: white;
  color: black;
  padding: 5px;
  border-radius: 5px;
  /* width: 14.6%; */
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.apk-info-table .bi{
  color: #5209b9;
  font-size: 20px;
}

.apk-info-table .highlight-blod-text{
  color: #6B0BF1;
  font-weight: 500;
}

.facbook-share-link{
  background-color: #455FA1;
  font-size: 13px;
}
.twitter-share-link{
  background-color: #58ABF4;
  font-size: 13px;
}
.whatsapp-share-link{
  background-color: #40E15D;
  font-size: 13px;
}
.envelope-share-link{
  background-color: #007BB5;
  font-size: 13px;
}

.apk-download-link {
  font-size: 20px;
  border: 1px solid transparent !important;
  transition: all 1s; /* Add this line to enable transitions */
}

.apk-download-link:hover {
  background-color: white !important;
  border: 1px solid var(--button-background-color) !important;
  color: var(--button-background-color) !important;
}
.mode-info-parent{
  border: 1px solid #5209b9 !important;
  border-radius: 5px;
  overflow: hidden;
  background-color: #F5F1FF;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.mode-info-parent .mode-info-title{
  display: block;
  background-color: #5209b9;
  padding: 4px 5px;
  font-size: 21px;
  color: white;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
}



.download-apk-card{
  background-color: #F5F1FF;
  gap: 15px;

}

.download-apk-card svg{
  fill: var(--button-background-color);
}

.download-apk-card-link {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.8px;
  border: 1px solid var(--button-background-color) !important;
  transition: all 1s;
}

.download-apk-card-link:hover {
  background-color: white !important;
  color: var(--button-background-color) !important;
}

#contactForm input, #contactForm textarea{
  outline: none !important;
  /* border: 1px solid #6B0BF1; */
  border: none !important;
  background-color: #F0F2F5;
  text-indent: 12px;
  font-size: 18px;
  padding: 13px 0px !important;
  color: #8B8D8E;
  border-radius: 4px;
}
#contactForm button[type=submit]{
  font-size: 19px;
  border-radius: 4px;
}


.commentForm{
  margin-top: 5px !important;
}
.commentForm input,textarea{
  outline: none !important;
  border: none !important;
  background-color: #F5F1FF;
  text-indent: 5px;
  padding: 7px;
  border-radius: 4px;
}



.single-comment{
  background-color: #F5F1FF;
}

.single-comment-user-name{
  color: #5209b9;
  margin-bottom: 0px;
}

.single-comment-verticle-line{
  background-color: #6B0BF1;
  height: 30px;
  width: 2px;
  opacity: 0.6;
}



.footer-section{
  background-color: #6B0BF1;
}
footer *{
  color: white;
}
.footer-bars{
  width: 2px;
  /* background-color: white; */
  height: 25px;
  margin: 0px 20px !important;
}

.footer-icons-parent a i{
  font-size: 25px !important;
}
.copyright{
  background-color: #5209b9;
}






.text-overflow-hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-content {
  max-width: 200px;
}


@media (max-width:458px) {
  .card-content {
    max-width: 300px !important;
  }
}

.card-content h4{
  font-weight: bold;
  font-size: 14px;
  color: black;
}
.card-content div span{
  overflow: hidden !important;
  max-height: 20px;
}
.card-content p{
  font-size: 13px;
  overflow: hidden !important;
  height: 17px;
  color:#6c757d;
}



.image-container {
  position: relative;
  width: 100%; /* Ensure the container takes up full width */
  height: 100px; /* Fixed height for the container */
  overflow: hidden; /* Hide any overflowed parts of the image */
}

.image-container img {
  object-fit: cover; /* Ensures the image covers the container */
}










.monthly-recommendations h2{
  font-size: 30px;
}
.new-apk-card-one {
  background-color: white;
  padding: 10px;
  height: 215px !important;
  overflow: hidden !important;
  border-bottom: 3px solid #5209b9;
  width: 148px !important;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.new-apk-card-one img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  transition: transform 0.3s ease; /* Smooth transition for the zoom effect */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.new-apk-card-one:hover img {
  transform: scale(1.1); /* Scale the image to 120% of its original size */
}


.apk-card:hover img {
  transform: scale(1.1); /* Scale the image to 120% of its original size */
}

.new-apk-card-one h3 {
  font-size: 14px;
  margin: 10px 0px;
  text-align: center;
  color: black;
  height: 33px; /* Adjust this according to your text height */
  overflow: hidden !important;
  font-family: "Poppins", sans-serif;
  text-overflow: ellipsis;
  width: 100% !important;

  /* Multi-line ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-apk-card-one:hover h3 {
  color: #5209b9;
}


.new-apk-card-one i{
  color: #5209b9;
  font-size: 20px;
}

.new-apk-card-one span{
  display: block;
  width: 90%;
  text-align: center;
  font-size: 12px;
  text-overflow: ellipsis;
  color: black;
  overflow: hidden;
  max-height: 15px;
}
</pre></body></html>