* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #242424;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #818181;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3a3a3a;
}

body {
    padding: 0;
    margin: 0;
    color: #ffffff;
}

a {
    text-decoration: none;
}

header {
    width: 100%;
    color: #ffffff;
    font-family: "Cormorant Garamond", serif;
    transition: all 0.2s ease;
}

.header {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header {
        flex-direction: column;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-weight: 700;
    flex-wrap: wrap;
}

.header nav a {
    cursor: pointer;
    padding-bottom: 0.08rem;
    text-decoration: none;
    color: inherit;
}

.header nav a:hover {
    border-bottom: 5px solid #00000000;
}

.hero {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("./image/background5a.jpg");
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 100vh;
    font-weight: 700;
}

.center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 85vh;
    text-align: center;
    column-gap: 5rem;
    row-gap: 3rem;
}

@media (max-width: 1000px) {
    .center {
        justify-content: center;
        flex-direction: column-reverse;
        padding: 2rem 1.5rem;
    }

    .box h1,
    .box span {
        display: none;
    }
}

.box {
    width: 100%;
    max-width: 500px;
}

.center img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border: 2px solid #ffffff;
    border-radius: 100%;
}

.center h1 {
    font-size: 2.9rem;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Indie Flower", cursive;
}

.center span {
    font-size: 1.2rem;
    color: #ccc;
}

.center hr {
    width: 100%;
    height: 0.2rem;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
}
.center p {
    font-size: 1.3rem;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 2rem;
    font-family: "Cormorant Garamond", serif;
}

.center a {
    font-size: 1.6rem;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 1rem;
    border-radius: 15px;
    color: #3d2114;
    transition: all 0.5s ease-in-out;
    font-family: "Roboto Mono", monospace;
}

.center a:hover {
    background: none;
    color: #fff;
    border: 1px solid #ffffff;
}

/*  Cards */

.section-02 {
    color: #000;
    text-align: center;
    /* padding: 1px 0 30px 0; */
}

.section-02 h3 {
    font-family: "Merriweather", serif;
    margin-top: 3rem;
    font-size: 2.2rem;
}

.card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 0;
}

.card hr {
    margin: 0;
    height: 0.2rem;
    background-color: #000;
    margin-top: 0.5rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-content: center;
    gap: 2rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
}

@media (max-width: 1015px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.card {
    width: 100%;
    max-width: 300px;
    border: 2px solid #9b9b9b;
    border-radius: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.card h5 {
    font-family: "Merriweather", serif;
    font-size: 1.3rem;
}

/* Contacto */

.contact {
    background-color: #e7e7e7;
    color: #000;
    padding-bottom: 2rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.contacto {
    display: flex;
    flex-wrap: wrap-reverse;
    column-gap: 10rem;
    align-items: center;
    justify-content: center;
}

.column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 2rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 5rem;
    row-gap: 1.5rem;
    margin: 2rem 0 2rem 0;
}

.contacto h4 {
    font-size: 2.5rem;
    font-family: "Raleway", sans-serif;
    margin: 3rem 0 0 0;
}

.contacto a,
.contacto span {
    font-size: 1.1rem;
    color: #000;
}

.column-02 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
}

.row-02 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0 2rem 0;
}

.row-02 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}

.contact input,
.contact textarea {
    width: 100%;
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
    border: 1px solid #000000;
    border-radius: 25px;
    font-family: "Vazirmatn", sans-serif;
    resize: vertical;
}

input[type="submit"] {
    width: 100%;
    margin: 30px auto 0 auto;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.form {
    gap: 2rem;
    display: flex;
    margin-bottom: 1rem;
}

.no-margin {
    margin: 0 !important;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.flex-1 {
    flex: 1;
}

/* Footer */

footer {
    padding: 1.7rem;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1.1rem;
    color: #000;
    font-weight: 700;
}

/* Responsive */
