SILENT KILLERPanel

Current Path: > home > codekrsu > > public_html > assets > > > css >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0777 ]

Files and Folders in: /home/codekrsu//public_html/assets///css/

NameTypeSizeLast ModifiedActions
style.css File 17920 bytes September 05 2024 07:15:17.
style1.css File 9449 bytes September 05 2024 03:51:00.

Reading File: /home/codekrsu//public_html/assets///css//style1.css

/* General Section Styles */
.section {
  padding: 50px 0;
}

.section-divider {
  background-color: #f8f9fa;
}
/* Button Styling */
.services-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ae0606;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 5px; /* Optional: Rounded corners */
  font-size: 18px; /* Adjust as needed */
}
.services-left-btn {
  left: 10px;
}

.services-right-btn {
  right: 10px;
}

.services-slider-btn:hover {
  background-color: #060606;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.section-subtitle, .section-title, .section-text {
  margin-bottom: 20px;
}

.section-title .span {
  color: hsl(3, 86%, 26%);
}

/* Slider Container */
.slider-container {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.testi-list {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.testi-item {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.avatar img {
  border-radius: 50%;
}

.testi-name {
  font-size: 18px;
  margin: 0;
}

.testi-title {
  font-size: 14px;
  color: #555;
}

.testi-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.rating-wrapper {
  display: flex;
  justify-content: center;
}

.rating-wrapper ion-icon {
  color: #ffc107;
  font-size: 18px;
  margin: 0 2px;
}

/* Slider Button Styles */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.left-btn {
  left: 10px;
}

.right-btn {
  right: 10px;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* General Section Styles */
.section {
  padding: 50px 0;
}

.section-divider.grey {
  background-color: #f0f0f0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-subtitle {
  color: #777;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.section-title .span {
  color: #007bff;
}

/* Slider Container */
.slider-container {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.promo-list {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.promo-item {
  flex: 0 0 300px;
  margin: 0 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.promo-card {
  padding: 20px;
  text-align: left;
}

.card-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.card-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.card-banner {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: auto;
}

/* Slider Button Styles */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  font-size: 18px;
}

.left-btn {
  left: 10px;
}

.right-btn {
  right: 10px;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.reviews-section {
  padding: 60px 10px;
  background-color: #f9f9f9;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.reviews-subtitle {
  font-size: 1.2em;
  color: #0c0b0b;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reviews-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #710303;
}

.reviews-description {
  font-size: 1.1em;
  color: #070707;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-list {
  display: flex;
  overflow-x: auto;
  padding: 0;
  list-style: none;
  scroll-behavior: smooth;
  gap: 30px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.reviews-list::-webkit-scrollbar {
  height: 8px;
}

.reviews-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.reviews-list::-webkit-scrollbar-track {
  background: transparent;
}

.review-item {
  flex: 0 0 auto;
  width: 300px;
  margin: 0 15px;
  transition: transform 0.3s ease;
}

.review-item:hover {
  transform: translateY(-10px);
}

.review-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  transition: box-shadow 0.3s ease;
}

.review-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.reviewer-profile {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.reviewer-avatar {
  margin-right: 15px;
}

.reviewer-avatar img {
  border-radius: 50%;
  border: 2px solid #ddd;
  width: 60px;
  height: 60px;
}

.reviewer-name {
  font-size: 1.1em;
  color: #333;
  margin: 0;
}

.reviewer-title {
  font-size: 0.9em;
  color: #777;
  margin: 0;
}

.review-text {
  font-size: 0.95em;
  color: #090909;
  margin: 15px 0;
  line-height: 1.6;
  text-align: justify;
}

.review-rating {
  color: #FFD700;
  display: flex;
  align-items: center;
}

.review-rating ion-icon {
  font-size: 1.2em;
  margin-right: 3px;
}
/* Projects Section Styles */
.projects-section {
  background-color: var(--grey);
  padding: 40px 0;
}

.projects-container {
  
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.projects-title {
  color: var(--dark);
  margin-bottom: 20px;
}

.projects-slider-container {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  max-width: 1000px;
}

.projects-list {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0;
  margin: 0;
}

.projects-item {
  list-style: none;
  margin: 0 15px;
  flex: 0 0 300px;
}

.projects-card {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
}

.projects-card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--st-patricks-blue);
}

.projects-card-text {
  font-size: 1rem;
  color: #51558A;
  margin-bottom: 15px;
}

.projects-card-banner {
  border-radius: 8px;
  max-width: 100%;
}

.projects-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bb0606;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 5px; /* Optional: Rounded corners */
  font-size: 18px; /* Adjust as needed */
}

.projects-left-btn {
  left: 10px;
}

.projects-right-btn {
  right: 10px;
}

.projects-slider-btn:hover {
  background-color: #060606;
}
/* Services Section */
.services-section {
  background-color: var(--grey);
}

.section-subtitle {
  color: var(--dark-grey);
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: var(--fw-700);
}

.highlight {
  color: var(--primary-color);
}

.services-list {
  display: flex;
  overflow-x: auto;
  padding: 20px 0;
  list-style: none;
  margin: 0;
}

.service-item {
  flex: 0 0 auto;
  margin: 0 15px;
  max-width: 300px;
}

.service-card {
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
}

.service-title {
  font-size: 1.8rem;
  font-weight: var(--fw-600);
  margin: 0;
  color: var(--st-patricks-blue);
}

.service-description {
  font-size: 1rem;
  color: var(--dark-grey);
}

.service-image {
  margin-top: 15px;
  border-radius: 8px;
  width: 100%;
  height: auto;
}

/* Hide the scrollbar but allow scrolling */
.hide-scrollbar {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* About Bullets */

.about-list { margin-block: 20px 30px; }

.about-item {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 10px;
  font-size: 13px;
  text-align: justify;
}

.about-item:not(:last-child) { margin-block-end: 10px; }

.about-item ion-icon {
  background-color: var(--deep-saffron);
  color: var(--white);
  font-size: 1.2rem;
  padding: 4px;
  border-radius: 50%;
  --ionicon-stroke-width: 110px;
}

.about-item .span {
  color: var(--rich-black-fogra-29);
  font-family: var(--ff-rubik);
  font-weight: var(--fw-500);
}

SILENT KILLER Tool