* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    color: whitesmoke;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 20px;
}

.sec {
    background: url("https://preview.colorlib.com/theme/hepta/images/hero_1.jpg") center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sec h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.sec p {
    font-size: 1rem;
    max-width: 800px;
    margin: auto;
}

.sec1 {
    background: url("https://preview.colorlib.com/theme/hepta/images/hero_1.jpg") center / cover no-repeat;
}

.sec1 h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.sec1 h2 {
    margin-top: 30px;
    font-size: 1.6rem;
}

.sec1 p,
.sec1 ol {
    font-size: 1rem;
    text-align: left;
}

.sec1 ol {
    padding-left: 20px;
}

.sectionborder {
    background: #fafafa !important;
    border-top: 1px solid #e0e0e0;
}

.card {
    background-color: #fafafa !important;
}

.btn {
    border-style: solid !important;
    border-color: white !important;
    width: 150px;
    height: 50px;
    background-color: transparent;
    color: whitesmoke;


}

.btn:hover {
    background-color: white;
    color: black;

}

.heading {
    font-size: 80px !important;
    font-family: "Abril Fatface", times, serif;
    color: #fff;
    line-height: 1;
    font-weight: bold !important;
}

h1,
h2,
h3 {
    color: #000;
    font-family: "Abril Fatface", times, serif !important;
}

.checked {
    color: #65c0ba;
    ;
}

/* Navbar overlay on hero */
.custom-navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
    padding: 20px 0;
}

/* Brand style */
.navbar-brand {
    font-family: "Abril Fatface", times, serif;
    font-size: 28px;
    color: #fff !important;
    letter-spacing: 1px;
}

/* Hamburger icon white */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* Nav links */
.nav-link {
    color: #fff !important;
    margin-left: 20px;
    font-size: 16px;
}

.nav-link:hover {
    color: #ddd !important;
}

/* ========== FULLSCREEN OFFCANVAS ========== */
.offcanvas-full {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
}

.offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu-list li {
    margin: 20px 0;
}

.menu-list a {
    font-family: "Abril Fatface", serif;
    font-size: 42px;
    text-decoration: none;
    color: #000;
}

.menu-list a.active {
    color: #7bc4bc;
}

/* Close button */
.btn-close {
    font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .heading {
        font-size: 48px;
    }

    .menu-list a {
        font-size: 30px;
    }
}

.footer-section {
    background: #1a1a1a;
    color: #fff;
}

.footer-section h3 {
    font-family: "Abril Fatface", times, serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: white !important;
}
.footer-section li{

    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.5)
}
.footer-section > .btn{
    background: none;
    border-style: none;
    border-color: none;
}
.footer-section-icon{
       background: #1a1a1a;
    color: rgba(255, 255, 255, 0.5) 
}

.footer-section-icon  p{
       background: #1a1a1a;
    color: rgba(255, 255, 255, 0.5) 
}