﻿html {
  font-size: 14px;
}
a{
    text-decoration: none;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

.hero {
    padding: 40px 0;
    background: url(/img/back15nam.jpg) center / cover no-repeat;
    text-align: center;
    height: 100%;
}
.hero-logo {
    width: 40%;
    height: auto;
    margin-bottom: 4rem;
}
.hero h1 {
font-size: 3rem;
font-weight: 800;
margin-bottom: 0.5rem;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.85;
}

.services .card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.services .card:hover {
    transform: translateY(-22px) scale(1.12);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.services .card img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    background: #fff;
}

.services .card-body {
    background: #f8f9fa;
    padding: 1rem;
}
.hero .card-body {
    padding: 6px;
    background: #e1e1e1;
}
.hero .card-title {
    font-size: 18px;
}