@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Lato:wght@300;400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* div {
    border: 1px solid black;
}  */

html,
body {
    height: 100%;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background-color:#f5f2ee;
}

h1,
h2,
h3 {
    font-family: 'Cormorant Garamond', serif;
}

a {
    text-decoration: none;
}

.app_info_contact a,
.app_info_gold a{
    color:#42526B;
}
.app_info_contact a:hover,
.app_info_gold a:hover{
    font-weight:bold;
    text-decoration:underline;
}

.container {
    width: 100%;
    max-width: 1200px;
    /*padding: 1em;*/
    padding: 0;
    margin:0 auto;
    background-color:#faf9f7;
}

.container_top {
    display: flex;
    width: 100%;
    height: 10%;
    padding: 1em;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 10%;
}

.header_logo {
    /*width: 35%;*/
    width: 500px;
    padding-left: 1em;
    display: flex;
    align-items: center;
    gap: 0.2em;
}

.header_logo img {
    width: 18%;
    height: auto;
}

.logo_text {
    display: flex;
    flex-direction: column;
}

.logo_text h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
}

.logo_text p {
    font-size: 1rem;
    letter-spacing: 2px;
    color: #07213f;
    margin-top: 0.2em;
    font-weight: 800;
    font-family: 'Cormorant Garamond', serif;
}



.navbar {
    /*width: 65%;*/
    width: 500px;
}

.navbar ul {
    display: flex;
    justify-content: flex-end;
    gap: 2em;
    align-items: center;
    list-style: none;
    width: 100%;
    padding-right:2em;
}

.navbar a {
    text-decoration: none;
    font-size: 0.85em;
    font-weight: 600;
}


.lang {
    width: auto;
    font-size: 1.123rem;
    color: #07213f;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 2em;
    margin-left: 2em;
}

.lang a:hover {
    color: #c5a059;
}

.lang a.active {
    color: #c5a059;
}

.logo_text h2,
.logo_text p {
    color: #07213f;
}

.navbar ul li a {
    color: #07213f;
    line-height: 1rem;
    padding: .5rem;
    font-size: 1.123rem;
    font-weight: 600;
}

.navbar ul li a:hover {
    color: #C8A46A;
}

.menu-btn {
    display: none;
}

.header_right {
    display: flex;
    align-items: right;
}

.hero_section {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2.2em 3.2em;
    gap: 3em;
    
}

.hero_section .hero_left {
    width: 40%;
}

.hero_section .hero_right {
    width: 60%;
}

.hero_section h1 {
    font-size: 4em;
    font-weight: 700;
    color: #07213f;
    margin-bottom: 0.5em;
}

.hero_section p {
    width: 80%;
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 1.3em;
    font-weight: 500;
    color: #42526B;
}

.hero_left::after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    background-color: #c5a059;
    margin-top: 25px;
}

.hero_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 1.7em;
}

.hero_image_wrapper {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 600px;

}

.hero_img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero_image_wrapper::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    background-color: #d8b880;
    z-index: 0;
}

.contact_bar {
    width: 100%;
    background-color: #07213f;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 1.3em 1em;
    margin-top: 1.5em;
    

}

.contact_bar i {
    font-size: 1.2rem 2.2rem;
    
}

.contact_bar .paragraph {
    gap: 1em;
    display: flex;
    flex-direction: column;
    width: 33%;
    align-items: center;
    border-right: 1px solid #faf9f7;
    line-height: 1.4em;

}

.contact_bar .paragraph .phone_row {
    display: flex;
    gap: 1em;
}

.contact_bar>div:last-child {
    border-right: none;
    padding-right: 0;
}

.services_section {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 2em 2em;

}

.services_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    width: 100%;
    padding-top: 2em;

}

.services_section .icon {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 1em;
    align-items: center;
    text-align: center;
}

.services_section i,
.services_section svg {
    color: #c5a059;
    font-size: 2.2rem;
    width: 3rem;
    height: 3rem;
}

.services_title h2 {
    color: #07213f;
    font-weight: 800;
    font-size: 2em;
    letter-spacing: 1px;

}

.gold_line hr {
    width: 60px;
    height: 3px;
    background-color: #c5a059;
    border: none;
    margin: 15px auto 0;
}

.services_section .icon p {
    color: #2c3e50;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1.1em;
}

.and_more_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 40px auto;
    width: 25%;
    gap: 1em;
}

.and_more_container .text {
    color: #07213f;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: 1px;
    white-space: nowrap;
}

.and_more_container .line {
    flex: 1;
    height: 3px;
    background-color: #c5a059;
}

.about_section {
    width: 100%;
    display: flex;
    background-color: #f3ede7;
    padding: 3em;

}

.about_section .paragraph_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.about_section .paragraph_right {
    width: 50%;

}

.about_section .paragraph_left h2 {
    color: #07213f;
    letter-spacing: 1px;
    font-size: 2em;
    font-weight: 800;
}


.about_section .paragraph_left h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background-color: #c5a059;
    margin-top: 10px;
}

.paragraph_left p {
    color: #42526B;
    line-height: 1.6;
    font-size: 1.1em;
}

.paragraph_right .image {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.paragraph_right .image img {
    width: 80%;
    object-fit: cover;

}

.contact_section {
    width: 100%;
    display: flex;
    padding: 3em;
    justify-content: space-between;
    flex-wrap: wrap;

}

.contact_section .contact_paragraph {
    padding: 0.5em;
    display: flex;
    gap: 1em;
    flex-direction: column;
    width: 23%;
    min-width:200px;
}

.contact_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2em;
    color: #07213f;
}

.contact_title h2 {
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 1px;
}

.phone_row_contact i {
    background-color: #07213f;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;


    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.phone_row_contact {
    color: #42526B;
    font-weight: 600;

}

.contact_paragraph h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #07213f;
    margin-bottom: 5px;
}

.app_info_contact {
    font-size: 0.9em;
    color: #42526B;
    font-weight: bold;
}

.ways_row_contact {
    width: 100%;

}

.ways_text {
    display: flex;
    flex-direction: column;
    gap: .7em;
}

.ways_text h3 {
    margin: 0;
}

.ways_text p {
    margin: 0;
}

.email_row_contact i,
.ways_row_contact i {
    background-color: #c5a059;
    color: #ffffff;

}

.app_info_gold {
    font-size: 0.9em;
    color: #42526B;
    font-weight: bold;
    line-height: 1.9;
    margin: 0;
}

.email_row_contact p {
    margin: 0;
}

.phone_row_contact,
.email_row_contact,
.ways_row_contact {
    display: flex;
    align-items: flex-start;
    gap: 1em;
}

.phone_row_contact i,
.email_row_contact i,
.ways_row_contact i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer {
    width: 100%;
    display: flex;
    background-color: #07213f;
    justify-content: space-between;
    height: 100px;
    padding: 0 2em;
}

.footer_left {
    width: 22%;
    padding: 1em;
    display: flex;
    align-items: center;

}
.footer_left .logo_text h2, .footer_left .logo_text p {
    font-size: 0.7em;
     gap: 0.2em;
     letter-spacing: 0.2em;
     font-family:'Cormorant Garamond', serif;;
}

.footer_left img {
    width: 20%;
    height: auto;
}

.footer_right {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 60%;
    justify-content: flex-end;
}

.footer_middle a {
    color: #ffffff;
    font-size: 1em;
    letter-spacing: 1px;
    margin: 0;

}

.footer_middle a:hover {
    color: #c5a059;
}

.footer_middle a.active {
    color: #c5a059;
}

.footer_middle .gold_line {
    color: #c5a059;
    margin: 0 0.4em;
}

.footer_copyright {
    border-left: 3px solid #c5a059;
    padding-left: 2em;
    height: 40%;
    display: flex;
    align-items: center;
    padding-right: 2em;
}


.footer_copyright p {
    color: #ffffff;
    font-size: 1.1em;
    margin: 0;
    font-weight: 400;
}

.header {
    position: relative;
}

.menu-btn {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #07213f;
    transition: 0.3s;
}

.menu-btn i {
    font-size: 1.8rem;
}

.menu-btn:hover {
    color: #C8A46A;
}

@media screen and (max-width: 768px) {

    /* body {
        background-color: blue;
    } */

    .navbar {
        display: none;
        width: 100%;
        order: 3;
    }

    .navbar.show {
        display: block;
    }

    .header_logo {
        width: 80%;
    }

    .header {
        flex-wrap: wrap;
    }

    .navbar ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
        margin-top: 15px;
    }

    .navbar li {
        width: 100%;
    }

    .navbar a {
        display: block;
        padding: 16px;
        text-align: center;
        border-top: 1px solid #ddd;
        background: white;
    }

    .header_right {
        flex-direction: column;
        gap: 1.4em;
        align-items: center;
        justify-content: center;
    }

    .lang {
        margin-right: 0;
    }

    .menu-btn {
        display: block;
    }

    .hero_section {
        flex-wrap: wrap;
    }

    .hero_section .hero_left {
        width: 100%;
    }

    .hero_section p {
        width: 100%;
    }

    .hero_section .hero_right {
        width: 90%;
    }

    .contact_bar {
        flex-wrap: wrap;
    }

    .contact_bar .paragraph {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #faf9f7;
        padding: 1em;

    }

    .contact_bar>div:last-child {
        border-bottom: none;
        padding-right: 0;
    }

    .services_grid {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services_section .icon {
        width: 40%;
    }

    .and_more_container {
        width: 100%;
    }

    .about_section {
        flex-wrap: wrap;
    }

    .about_section .paragraph_left {
        width: 100%;
    }

    .about_section .paragraph_left h2 {
        text-align: center;
    }

    .about_section .paragraph_left h2::after {
        margin: 10px auto 0;
    }

    .about_section .paragraph_right {
        width: 100%;

    }

    .paragraph_right .image {
        justify-content: center;
        padding-top: 1em;
    }

    .contact_section {
        row-gap: 2em;
    }

    .contact_section .contact_paragraph {
        width: 50%;
        min-width:200px;
        align-items: flex-start;

    }

    .footer {
        flex-wrap: wrap;
        height: 346px;
        padding: 1em;
    }

    .footer_left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

   .footer_left .logo_text h2, .footer_left .logo_text p {
    font-size: 1em;
   }

    .footer_right {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer_middle {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer_copyright {
        width: 100%;
        border-left: none;
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-bottom: 2em;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .contact_section .contact_paragraph {
        width: 100%;
    }
}