
/* --------------- Base Style --------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #d1d1e0;
  /*background-color: #0e0e1a;*/
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* --------------- Navbar --------------- */
.navbar {
  background: rgba(15, 15, 25, 0.95);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.05);
}

.navbar a.nav-link {
  color: #c4c4c4 !important;
  transition: color 0.3s ease;
}

.navbar a.nav-link:hover
 {
  
  color: #4dc3ff !important;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;               /* adjust placement */
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  animation: bounce 1.8s infinite;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.scroll-indicator:hover {
  transform: translateX(-50%) scale(1.2);
  opacity: 1;
}

/* Bouncing animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  60% {
    transform: translate(-50%, -5px);
  }
}



/* --------------- Hero Section --------------- */
.hero-section {
  height: 100vh;
  background: radial-gradient(circle at 20% 30%, #4a148c, #12005e 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  position: relative;
}
.hero-section .badge {
  background: linear-gradient(90deg, #5a2efc, #2196f3);
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 0.85rem;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 15px;
}
.hero-section h3 {
  font-weight: 400;
  color: #a3b2ff;
}
.hero-section p {
  max-width: 700px;
  margin: 20px auto;
  font-size: 1.1rem;
  color: #cfd3ff;
  line-height: 1.6;
}
.hero-section .btn-primary {
  background: linear-gradient(90deg, #4a90e2, #9013fe);
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.hero-section .btn-primary:hover {
  opacity: 0.9;
}
.hero-section .btn-outline-light {
  border: 1px solid #d6d6ff;
  color: #f2f2f2;
  background: rgba(255, 255, 255, 0.05);
}
.hero-section .social-icons {
  margin-top: 25px;
}



.gradient-nav {
  background: linear-gradient(90deg, #141e30, #243b55);
}
.hero-section {
  height: 100vh;
  background: linear-gradient(135deg, #4322b4, #2e0b82);
  color: #fff;
}
.gradient-card {
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  color: #fff;
  border: none;
}
.service-box {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 25px;
}
.service-box i {
  font-size: 30px;
  margin-bottom: 10px;
}
.progress-bar {
  background: linear-gradient(90deg, #787ff6, #4adede);
}
.social-icons a {
  margin: 0 10px;
  font-size: 1.5rem;
  color: white;
  transition: color .3s;
}
.social-icons a:hover {
  color: cyan;
}

.ready-cta-box {
  background: linear-gradient(135deg, rgba(18, 26, 136, 0.25), rgb(73, 16, 164));
  backdrop-filter: blur(10px);
  border: 1.0px solid rgb(255, 255, 255);
  border-radius: 12px;
  padding: 40px 50px;
  max-width: 900px;
  margin-top: 80px;
  color: #f7f7f7;
  text-align: center;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.ready .cta-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.3);
}


.cta-box h4 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.cta-box p {
  color: #d8e2ff;
  margin-bottom: 25px;
  line-height: 1.6;
}
/* Gradient button */
/* Gradient button */
.cta-buttons .btn-primaryy {
  background: linear-gradient(90deg, #4a54fc, #8b5cf6);
  border: none;
  color: #fff;
  box-shadow: 0 3px 12px rgba(74, 84, 252, 0.3);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.cta-buttons .btn-primaryy:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

/* Outline button */
.cta-buttons .btn-outline-light {
  color: #e8ecff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
}
.cta-buttons .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.03);
}






/* ===========================================================
   2. ABOUT SECTION - replica of screenshot
   =========================================================== */
.about-section {
  background: #f8f9fc;
  color: #1a1a2f;
  padding: 100px 0;
  position: relative;
}

.about-section .section-heading {
  font-weight: 700;
  font-size: 2.3rem;
  color: #111;
}

.about-section p.text-muted {
  color: #444a73;
}

.about-section .card {
  border: none;
  border-radius: 12px;
  background: #fff;
  transition: all .3s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.about-section .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 18px rgba(0,0,0,0.06);
}

/* Blue gradient info card */
.about-section .gradient-card {
      background: linear-gradient(135deg, #2e3591d8, #885eb4);
 /* background: linear-gradient(135deg,#4a54fc,#8f94fb);*/
  color:#fff;
  border-radius:16px;
  padding:25px;
  box-shadow:0 10px 30px rgba(74,84,252,.3);
}
.about-section .gradient-card h5 {
  font-weight:600;
  margin-bottom:10px;
}
.about-section .gradient-card .badge {
  background:rgba(255,255,255,0.25);
  color:#fff;
  font-size:.8rem;
  padding:6px 14px;
  border-radius:20px;
}
.stats {
  
  display:flex;
  justify-content:center;
  gap:40px;
  margin-top:40px;
}
.stats .stat {
  
  background:#fff;
  border-radius:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
  padding:20px 40px;
}
.stats h3{
  
  color:#060a55c6;
  font-weight:700;
  font-size:2rem;
  margin-bottom:5px;
  
}

/* ===========================================================
   3. COMPANY SECTION - replica of blue gradient background
   =========================================================== */
.company-section {
  background: radial-gradient(circle at top, #123b8a 0%, #0a1635 90%);
  padding:100px 0;
  text-align:center;
  color:#e6ebff;
}
.company-section .mini-title {
  display:inline-block;
  font-size:.8rem;
  background:rgba(255,255,255,0.12);
  color:#aec7ff;
  padding:6px 16px;
  border-radius:20px;
  margin-bottom:10px;
  letter-spacing:.5px;
}
.company-section h2 {
  color:#fff;
  font-weight:700;
  margin-bottom:10px;
}
.company-section p {
  max-width:700px;
  margin:0 auto 25px;
  color:#cbd3ff;
  line-height:1.6;
}
.company-section .service-box {
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.08);
  padding:30px 25px;
  border-radius:12px;
  color:#eaf2ff;
  transition: all 0.3s ease;
}
.company-section .service-box:hover {
  transform:translateY(-5px);
  background:rgba(255,255,255,0.15);
}
.company-section .service-box i {
  font-size:28px;
  margin-bottom:10px;
  color:#9ecbff;
}
.company-section .service-box h5 {
  font-weight:900;
  margin-bottom:6px;
  color:#fff;
}
.company-section .service-box p {
  font-size:.9rem;
  color:#d3ddff;
}

/* Bottom CTA area below services (“Start Your Project / Get Quote”) */
.company-section .cta-box {
  margin:70px auto 0;
  background:linear-gradient(90deg,#3b44f6,#6c63ff);
  color:#fff;
  border-radius:15px;
  padding:30px 40px;
  max-width:700px;
  box-shadow:0 8px 30px rgba(0,0,0,0.25);
}
.company-section .cta-box h4 {
  font-weight:900;
}
.company-section .cta-box p {
  color:#eef1ff;
}
.company-section .btn-primary,
.company-section .btn-outline-light {
  border-radius:8px;
  padding:10px 25px;
  font-weight:500;
}

/* ===========================================================
   4. RESPONSIVE TWEAKS
   =========================================================== */
@media(max-width:768px){
  .stats {flex-direction:column;align-items:center;}
  .stats .stat{width:60%;margin-bottom:20px;}
  .company-section{padding:70px 20px;}
}
/* ===========================================================     
   5. PROJECTS SECTION  (matches screenshot)
   =========================================================== */
.projects-section {
  background: #ffffff;
  padding: 100px 0;
  text-align: center;
  color: #1a1a2f;
}

.projects-section h2 {
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}

.projects-section .card {
  border: none;
  border-radius: 12px;
  background: linear-gradient(120deg,#eef1ff,#fbfbfb);
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.projects-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.projects-section .gradient-card {
  background: linear-gradient(135deg, #212534, #121626);
  color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.projects-section .gradient-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.projects-section .gradient-card a.btn-dark {
  background: #000;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
}
.projects-section .project-card {
  margin: 25px auto;
  text-align: left;
}
.projects-section .project-card h5 {
  color: #2f2f45;
  font-weight: 600;
}
.projects-section .project-card p {
  color: #4f4f61;
}
.projects-section a.btn-outline-primary {
  border-radius: 8px;
  padding: 5px 18px;
  border: 1px solid #4a54fc;
  color: #4a54fc;
  transition: all .3s ease;
}
.projects-section a.btn-outline-primary:hover {
  background: #4a54fc;
  color: #fff;
}

/* ===========================================================
   TECHNOLOGIES I WORK WITH SECTION  — exact visual replica
   =========================================================== */

.technologies-section {
  background: #f8f9fc;
  padding: 100px 0;
  text-align: center;
  color: #1b1b35;
  position: relative;
}

.technologies-section h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111324;
}

/* ---------- Technology tags (pills) ---------- */
.tech-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 18px;
  margin-bottom: 70px !important;
}

.tech-tags span {
  background: #fff;
  border: 1px solid #e2e4ee;
  border-radius: 30px;
  color: #1c1e2e;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  padding: 10px 22px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}

.tech-tags span:hover {
  background: #4a54fc;
  color: #fff;
  border-color: #4a54fc;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(74, 84, 252, 0.2);
}

/* ---------- Gradient boxes at bottom ---------- */
.tech-box {
  background: #fff;
  border-radius: 16px;
  padding: 45px 10px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.tech-box h5 {
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.tech-box p {
  font-weight: 500;
  color: #444a73;
  margin: 0;
}

/* individual gradient styles */
.tech-blue {
 
  background: linear-gradient(135deg, #dee8ff 0%, #cbdfff 100%);
}
.tech-purple {
  background: linear-gradient(135deg, #f3e7ff 0%, #f6eaff 100%);
}
.tech-teal {
  background: linear-gradient(135deg, #e5fffa 0%, #ccfff3 100%);
}

/* gentle hover lift */
.tech-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 992px) {
  .tech-box {
    margin-bottom: 25px;
  }
  .tech-tags span {
    font-size: 0.85rem;
    padding: 8px 18px;
  }
}



/* ================================
   Featured Projects Section
================================= */
.projects-section {
  max-width: 1100px;
  width: 90%;
  margin: 80px auto;
  text-align: center;
}

/* Section Header */
.section-header .section-tag {
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 600;
}

.section-header p {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}

/* Explore My Code Card */
.explore-card {
  margin-top: 40px;
  background-color: #0d1b2a;
  color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.explore-icon {
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.explore-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.explore-card p {
  max-width: 600px;
  margin: 0 auto;
  color: #ccc;
  font-size: 14px;
}

.github-btn {
  margin-top: 20px;
  background-color: #fff;
  color: #333;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.github-btn:hover {
  background-color: #e5e5e5;
}

/* Project Card */
.project-card {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.project-header {
  position: relative;
  background: linear-gradient(135deg, #dee8ff, #f3e5f5);
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}



.featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: gold;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 10px;
}

.project-body {
  padding: 25px;
}

.project-body h4 {
  font-size: 18px;
  font-weight: 600;
}

.project-body p {
  margin-top: 8px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.tech-tags {
  margin-top: 15px;
}

.tech-tags span {
  background-color: #eaeaea;
  font-size: 12px;
  color: #333;
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 6px;
  display: inline-block;
}

.action-buttons {
  margin-top: 18px;
}

.btn {
  padding: 7px 15px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
}

.code-btn {
  background: radial-gradient(circle at top, #966ece 0%, #5173c4 90%);
 /* background-color: #007bff;*/
  color: #fff;
  margin-right: 8px;
  font-weight: 600px;
}

.demo-btn {
  background: radial-gradient(circle at top, #eff0f3 0%, #eaecf0 90%);

 /* background-color: #f107a3;*/
  color: #000000;
  font-weight: 600px;
}

.btn:hover {
  opacity: 0.9;
}



/* Image Header */
.project-image {
  width: 100%;
  height: 180px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  position: relative;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 /* filter: grayscale(100%);*/
  transition: all 0.5s ease;
}

.project-card:hover .project-image img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Badge stays on top of the image */
.featured-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgb(255, 217, 0);
  color: #333;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* Grid Layout */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

/* Project Card consistency */
.project-card {
  background-color: #fff;
  border-radius: 10px;
  color: #333;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.cnt {
  background: radial-gradient(circle at top, #123b8a 0%, #0a1635 90%);
 /* background: linear-gradient(135deg, #065475, #203a43, #2a68a9);*/
  color: #ffffff;
  display: flex;
 flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}


.contact-section {
  margin-top: 120px;
  text-align: center;
  max-width: 1100px;
  width: 90%;
}

.cta-button {
  background-color: #bbc3d17e;
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.cta-button:hover {
  background-color: #295b9a;
}

.contact-section h1 {
  font-size: 32px;
  margin-top: 20px;
  font-weight: 600;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #999898;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 20px;
}

/* Contact Boxes */
.contact-box {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  flex: 1;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

.message-box form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-row {
  display: flex;
  gap: 10px;
}

input, textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
}

.send-btn {
  background: linear-gradient(90deg, #0066ff, #9933ff);
  color: white;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #ccc;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}

.social-links a {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.social-links a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.resume-box {
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 15px;
  text-align: center;
}

.download-btn {
  margin-top: 10px;
  background-color: #fff;
  color: #333;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.download-btn:hover {
  background-color: #ffffffb9;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(74, 84, 252, 0.2);

}





/* Testimonials area (“What Clients Say”) */
/* Testimonials Section */
.testimonials-section {
  max-width: 1100px;
  width: 90%;
  margin: 80px auto;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

.testimonials-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 25px;
  width: 48%;
  color: #adacac;
  text-align: left;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-text {
  font-style: italic;
  line-height: 1.6;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.client-info .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7979;
  font-weight: 600;
  font-size: 13px;
}

.client-info h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 3px;
}

.client-info span {
  font-size: 12px;
  color: #aaa;
}


/* ===============================
   Professional Footer
================================= */
footer {
  background:#0b0b15;
  color:#999;
  padding:10px;
  font-size:.85rem;
  text-align: center;
border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 -2px 10px rgba(0,0,0,0.2);


}

.footer-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.footer-logo h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.footer-logo p {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 1.5;
}

/* ---------- Social Icons ---------- */
.footer-socials {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.footer-socials a {
  color: #b5b5b5;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-socials a:hover {
  transform: translateY(-4px);
}

/* Specific brand color hovers */
.footer-socials a[aria-label="Instagram"]:hover {
  color: #e4405f; /* Instagram pink-red */
}

.footer-socials a[aria-label="Facebook"]:hover {
  color: #1877f2; /* Facebook blue */
}

.footer-socials a[aria-label="LinkedIn"]:hover {
  color: #0a66c2; /* LinkedIn blue */
}

.footer-socials a[aria-label="GitHub"]:hover {
  color: #ffffff; /* White for GitHub */
}

/* ---------- Small accent divider ---------- */
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0066ff, #9933ff);
  border-radius: 6px;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 768px) {
  .footer {
    padding: 25px 10px;
  }
  .footer-content {
    gap: 10px;
  }
  .footer-logo h3 {
    font-size: 18px;
  }
  .footer-socials a {
    font-size: 20px;
  }
}
