* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body .loader {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-bg-primary);
}

body .loader img {
    width: 150px;
}

.hidden {
    opacity: 0;
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-out .5s;
}

.my-overflow {
    overflow: hidden;
}

.phone-link {
    cursor: pointer !important;
    text-decoration: none;
    color: var(--color-tertiary);
}

:root {
    --color-primary: #efc030ff;
    --color-secondary: #020302ff;
    --color-tertiary: #f9f9f9ff;
}

body,
body .container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--color-secondary);
    scroll-behavior: smooth;
}

/* navbar */
nav {
    position: fixed;
    top: 0;
    height: 3rem;
    background-color: var(--color-secondary);
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav .logo-spot {
    color: var(--color-tertiary);
    width: 30%;
    display: flex;
    justify-content: center;
}

nav .logo-spot img {
    height: 2rem;
    margin-right: 1rem;
}

nav .logo-spot div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

nav .logo-spot div p {
    font-size: .7rem;
}

nav .logo-spot div .logo-spot-p {
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-primary);
}

nav .nav-links {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

nav .nav-links li {
    list-style: none;

}

nav .nav-links li a {
    text-decoration: none;
    color: var(--color-tertiary);
    font-size: .7rem;
}

nav .nav-links li a:hover {
    font-weight: 300;
    transition: font-weight ease-in-out .5s;
}

nav .nav-btn {
    width: 30%;
    display: flex;
    justify-content: center;
}

nav .nav-btn button {
    width: 10rem;
    height: 1.5rem;
    border-color: var(--color-primary);
    font-weight: 700;
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

nav .nav-btn button:hover {
    background-color: var(--color-tertiary);
    color: var(--color-secondary);
    border-color: var(--color-tertiary);
    transform: translateX(2px);
    cursor: pointer;
    transition: all ease .5s;
}

nav .nav-btn button a {
    text-decoration: none;
    color: var(--color-secondary);
}

/* Hero Section */
#hero {
    width: 100%;
    height: 100vh;
    background-image: url("./assets/images/mainBg.webp");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 3rem;
}

#hero h1 {
    margin: 2rem 0;
    font-size: 2rem;
    font-weight: 100;
    color: var(--color-tertiary);
    letter-spacing: 1.2px;
    font-family: 'Times New Roman', Times, serif;
}

#hero button {
    width: 10rem;
    height: 2rem;
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
    font-weight: 700;
}

#hero button:hover {
    background-color: var(--color-tertiary);
    color: var(--color-secondary);
    border-color: var(--color-tertiary);
    transform: translateY(-2px);
    cursor: pointer;
    transition: all ease .5s;
}

#hero .btn--primary {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

#hero button a {
    text-decoration: none;
    color: var(--color-secondary);
}

.a-primary {
    color: var(--color-primary) !important;
}

.a-primary:hover {
    color: var(--color-secondary) !important;
}

/* Story Section */
#story {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5rem 3rem;
    color: var(--color-tertiary);
}


#story .story-text-content,
#story .story-cards-content {
    width: 40%;
}

#story .story-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#story .story-text-content h2 {
    font-size: 3rem;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 1rem;
}

#story .story-text-content h2 span {
    color: var(--color-primary);
}

#story .story-text-content p {
    margin-bottom: 1rem;

}

#story .story-cards-content .story-card {
    background-color: #0b101aff;
    margin-bottom: 3rem;
    padding: 1rem;
    display: flex;
    align-items: center;
}

#story .story-cards-content .story-card .story-img {
    min-width: 3rem;
    min-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    margin-right: 1rem;
}

#story .story-cards-content .story-card .story-img i {
    color: var(--color-secondary);
}

#story .story-cards-content .story-card .story-card-text p {
    margin-top: .3rem;
    font-size: .8rem;
}

/* Services Section */
#services {
    width: 100%;
    height: 100vh;
    background-color: #0b101aff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 5rem 3rem;
    color: var(--color-tertiary);
}

#services h2 {
    font-size: 3rem;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin-bottom: 1rem;
}

#services h2 span {
    color: var(--color-primary);
    font-family: 'Times New Roman', Times, serif;
}

#services .services-box-container {
    display: flex;
    justify-content: space-around;
}

#services .services-box-container .services-box-options {
    width: 30%;
    height: auto;
    background: linear-gradient(to bottom right, #0b101aff 25%, var(--color-secondary) 85%);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#services .services-box-container .services-box-options h4 {
    font-size: 1.5rem;
    font-family: 'Times New Roman', Times, serif;
    color: var(--color-primary);
}

#services .services-box-container .services-box-options .title-main-line {
    width: 100%;
    background-color: var(--color-primary);
    height: 1px;
    margin-top: 1rem;
}

#services .services-box-container .services-box-options .services-box-choice {
    display: flex;
    margin: 1rem 0;
    width: 100%;
}

#services .services-box-container .services-box-options .services-box-choice .services-img {
    min-width: 3rem;
    min-height: 3rem;
    max-width: 3rem;
    max-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    margin-right: 1rem;
}

#services .services-box-container .services-box-options .services-box-choice .services-img i {
    color: var(--color-secondary);
}

#services .services-box-container .services-box-options .services-box-choice .services-heading {
    width: 100%;
}

#services .services-box-container .services-box-options .services-box-choice .services-heading h6 {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin-bottom: 3px;
}

#services .services-box-container .services-box-options .services-box-choice .services-heading h6 .services-price {
    color: var(--color-primary);
}

#services .services-box-container .services-box-options .services-box-choice .services-heading p {
    font-size: .8rem;
    color: rgb(177, 175, 175);
}

#services .services-box-container .services-box-options .title-line {
    width: 100%;
    background-color: rgb(88, 88, 88);
    height: .5px;
    margin-top: .5rem;
}

/* Contact Section */
#contact {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom right, var(--color-secondary) 25%, #0b101aff 85%);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 5rem 3rem;
    color: var(--color-tertiary);
}

#contact .contact-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact .contact-heading h2 {
    font-size: 3rem;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin-bottom: 1rem;
}

#contact .contact-heading h2 span {
    font-size: 3rem;
    font-family: 'Times New Roman', Times, serif;
    color: var(--color-primary);
}

#contact .contact-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#contact .contact-container form {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#contact .contact-container form .contact-form-fields {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#contact .contact-container form .contact-form-fields .contact-form-inputs {
    width: 48%;
}

.contact-form-inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-form-inputs label {
    font-size: .8rem;
    color: var(--color-primary);
    margin-bottom: .5rem;
}

.contact-form-inputs input,
.contact-form-inputs textarea {
    padding: .5rem;
    background-color: var(--color-tertiary);
    border: none;
    color: var(--color-secondary);
}

.contact-form-inputs textarea {
    resize: vertical;
}

.contact-form-inputs input::placeholder,
.contact-form-inputs textarea::placeholder {
    color: var(--color-secondary);
}

.mb-1 {
    margin-bottom: 1rem;
}

#contact .contact-container form button {
    width: 100%;
    height: 3rem;
    background-color: var(--color-primary);
    color: var(--color-secondary);
    font-weight: 800;
    cursor: pointer;
}

#contact .contact-container form button:hover {
    transform: translateY(-2px);
    color: var(--color-secondary);
    background-color: var(--color-tertiary);
    transition: all ease-in-out .3s;
}

#contact .contact-container form h3 {
    width: 100%;
    text-align: center;
}

#contact .contact-container .contact-info {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#contact .contact-container .contact-info .contact-info-box {
    width: 100%;
    height: auto;
    border: 1px solid var(--color-secondary);
    border-radius: 5px;
    background: linear-gradient(to bottom right, #0b101aff 25%, var(--color-secondary) 85%);
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: default;
}

#contact .contact-container .contact-info .contact-info-box .contact-info-img {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    color: var(--color-secondary);
    margin-right: 1rem;
}

#contact .contact-container .contact-info .contact-info-box .contact-info-text h6 {
    font-size: 1rem;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: .3rem;
}

#contact .contact-container .contact-info .contact-info-box .contact-info-text p {
    font-size: .8rem;
    margin-bottom: .3rem;
}

/* Footer Section */
footer {
    background-color: var(--color-secondary);
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer p {
    color: var(--color-tertiary);
    pointer-events: none;
    font-size: .8rem;
}

footer a {
    margin-top: .2rem;
    text-decoration: none;
    color: var(--color-tertiary);
    font-size: .8rem;
}

.btn-primary:hover,
.services-card:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all ease 1s;
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    #services {
        padding: 3rem 1rem;
    }
}

/* Large Devices (desktops, 992px and up) */
@media (max-width: 992px) {
    nav {
        /* background-color: red; */
    }

    #services {
        height: auto;
    }

}

/* Medium Devices (tablets, 768px and up) */
@media (max-width: 768px) {
    nav {
        /* background-color: blue; */
    }

    #hero {
        /* height: auto; */
    }

    #hero h1 {
        text-align: center;
    }

    #services .services-box-container {
        display: flex;
        flex-direction: column;
    }

    #services .services-box-container .services-box-options {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Small Devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

    nav {
        /* background-color: green; */
    }

    nav .logo-spot {
        width: auto;
    }

    nav .nav-links {
        width: 0;
    }

    nav .nav-links li a {
        display: none;
        width: 1px;
    }

    #story {
        padding: 3rem 1rem;
        display: flex;
        flex-direction: column;
    }

    #story .story-text-content,
    #story .story-cards-content {
        width: 100%;
    }

    #story .story-text-content p {
        text-align: center;
    }

    #story .story-cards-content .story-card {
        margin-bottom: 1rem;
    }

    #contact {
        height: auto;
        padding: 3rem 1rem;
    }

    #contact .contact-container {
        display: flex;
        flex-direction: column-reverse;
    }

    #contact .contact-container form,
    #contact .contact-container .contact-info {
        width: 100%;
        margin-top: 2rem;
    }

}

@media (max-width: 480px) {
    nav {
        display: none;
    }

    #hero img {
        width: 95%;
    }

    .hero-cta-btn {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .services-text-content p,
    .contact-heading p {
        text-align: center;
    }

}