@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Syne", sans-serif;
    color: #fff;
}

p {
    color: #8c8c8c;
}

html,
body {
    height: 100vh;
    width: 100%;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 7%;
    position: relative;
    /* min-height: 70px; */
    border-bottom: 1px solid rgb(140 140 140 / 20%);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.menu-logo{
    width: 85px;
    cursor: pointer;    
}

nav ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

nav ul li {
    list-style-type: none;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

.menu-icon {
    display: none;
}

.menu-icon i {
    color: #fff;
    font-size: 30px;
}

.container {
    padding: 0 7%;
}

header {
    background: linear-gradient(rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.5)),
        url(../img/pexels-donatellotrisolino-1336858.jpg) center / cover no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero-section {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-section h3 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .3em;
    display: inline-block;
}

.active,
.logo span,
.hero-section h3,
.about h4,
.contact h4,
.container-header span {
    color: #ff6600;
}

.gradient-text {
    font-family: "Syne", sans-serif;
    background: linear-gradient(135deg, #ff6600, #ff8c1a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.db {
    display: block;
}

.hero-section h1 {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 800;
    max-width: 64rem;
    margin-bottom: 2rem;
}

.hero-section p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 42rem;
    margin-bottom: 3rem;
}

.hero-section h1,
.hero-section p {
    margin-left: auto;
    margin-right: auto;
}

.bg-background {
    background-color: #0a0a0a;
}

.about-content,
.contact-content {
    display: flex;
    gap: 1.5rem;
    margin: 0 auto;
    padding-top: 80px;
}

.about {
    flex: 1;
}

.about h4,
.contact h4 {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.25rem;
    display: block;
    margin-bottom: 1rem;
}

.about h2,
.contact h2 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.about,
.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about p:nth-of-type(2) {
    margin-top: 1.5rem;
}

.about:nth-of-type(2) {
    position: relative;
    z-index: -1;
}

.about img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1.5rem;
}

.container-header {
    margin: 4rem 0;
    text-align: center;
}

.container-header span {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.25rem;
}

.container-header h2 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 2rem;
}

.service {
    padding: 2rem;
    border-radius: 1rem;
    border-width: 1px;
    box-shadow: inset 0 0 20px #ff66000d;
}

.service h3 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 2rem;
    margin-bottom: .75rem;
    border-color: #262626;
}

.service i {
    color: #ff6600;
    font-size: 1.8rem;
    background-color: #262626;
    padding: 20px;
    border-radius: 50%;
}

.contact-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.contact {
    flex: 1;
}

.contact p {
    margin-bottom: 20px;
}

.contact-details .col i {
    color: #ff6600;
    font-size: 1.5rem;
    background-color: #262626;
    padding: 12px;
    border-radius: 50%;
}

.contact-details .col {
    padding: 10px 0;
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.contact-details .col span {
    color: #F2F2F2;
}

.contact-form {
    width: 100%;
    margin: 40px auto;
    padding: 30px;
    background: linear-gradient(145deg, #141414, #0D0D0D);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Form groups */
.form-group {
    margin-bottom: 20px;
}

/* Labels */
.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #F2F2F2;
    letter-spacing: .05em;
    line-height: 1rem;
    border-color: #262626;
}

/* Inputs & textarea */
.form-control {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #262626;
    background-color: #141414;
    color: #F2F2F2;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

/* Placeholder */
.form-control::placeholder {
    color: #8C8C8C;
}

/* Focus effect */
.form-control:focus {
    border-color: #8C8C8C;
    box-shadow: 0 0 0 2px rgba(140, 140, 140, 0.2);
}

/* Button */
button {
    width: 100%;
    padding: 12px;
    background: #262626;
    color: #F2F2F2;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

/* Button hover */
button:hover {
    background: #8C8C8C;
    color: #0D0D0D;
}

/* Icon spacing */
button i {
    font-size: 16px;
}

/* footer*/
.mb-25 {
    margin-bottom: 25px;
}

footer {
    padding: 35px 0;
    background-color: #1F1F1F;
    border-color: #262626;
}

.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 20px;
}

.footer p {
    padding-top: 15px;
}

.footer p,
.footer-data ul li,
.footer-data ul li a {
    font-size: 15px;
}

.footer-data h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}

.footer-data ul {
    list-style: none;
}

.footer-data ul li,
.footer-data ul li a {
    color: #8C8C8C;
}

.footer-data ul li a {
    text-decoration: none;
    font-weight: 300;
    display: block;
    padding-top: 5px;
}

.footer-data ul li a:hover,
.fa-icon,
.footer-data h4 {
    color: #ff6600;
}

.footer-logo {
    width: 140px;
    cursor: pointer;
}

.fa-icon {
    padding-right: 8px;
}

.copyright {
    background: #ff6600;
    padding: 10px 0 !important;
    text-align: center;
    font-size: 13px;
}

.copyright p {
    color: #fff;
}

a span{
    display: block;
    padding-left: 23px;
}

/* Responsive */
@media (max-width:768px) {
    .hero-section h1 {
        font-size: 4rem;
        line-height: 1.2;
    }

    .about h2 {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer {
        text-align: center;
    }

    .footer-logo {
        width: 130px;
    }
}

@media (max-width:640px) {

    nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav ul {
        position: absolute;
        top: 108px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: rgb(0 0 0 / 90%);
        gap: 0;
        overflow: hidden;
    }

    .menu-logo {
        width: 70px;
        cursor: pointer;
    }

    nav ul li {
        padding: 20px;
    }

    .menu-icon {
        display: block;
    }

    #menuList {
        transition: all 0.5s;
    }

    .container {
        padding: 0 15px;
    }

    .hero-section h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .about-content,
    .contact-content {
        flex-direction: column;
        padding-top: 80px;
    }

    .about:nth-of-type(1) {
        order: 2;
    }

    .about:nth-of-type(2) {
        order: 1
    }

    .about h2,
    .contact h2 {
        font-size: 2.3rem;
    }

    .container-header h2 {
        font-size: 2.5rem;
    }

    .services-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .service {
        padding: 1rem;
    }

    .contact-form {
        padding: 15px;
    }

    .footer-logo {
        width: 100px;
    }
}