html {
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 500;
}

header {
    position: relative;
    background-color: #f7eae4;
    width: 100%;
    padding: 1rem;
    z-index: 1;
    /* border-bottom: 1px solid #ffffff; */
    box-shadow: 0 2px 2px -2px white;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: #763f2d;
}

.hero-section {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #fffaf6;
}

.background-circle-main-1 {
    position: absolute;
    border-radius: 100%;
    width: 1000px;
    height: 1000px;
    background-color: #f7eae4;
    left: -15%;
    top: -500px;
    background: linear-gradient(to bottom right, #f7eae4, 80%, #fffaf6);
}

.background-circle-main-2 {
    position: absolute;
    border-radius: 100%;
    width: 1200px;
    height: 1200px;
    background-color: #f7eae4;
    right: -30%;
    top: -100px;
    background: linear-gradient(to left, #f7eae4, 90%, #fffaf6);
}

.background-circle-main-3 {
    position: absolute;
    border-radius: 100%;
    width:1000px;
    height: 1000px;
    background-color: #f7eae4;
    left: 0%;
    bottom: -550px;
    background: linear-gradient(to top, #f7eae4, 90%, #fffaf6);
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-child-h1 {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 800;
    position: relative;
    color: #763f2d;
    width: 100%;
    font-size: 15rem;
    margin-top: 0;
    top: 4rem;
}

.last-child-h1 {
    font-family: 'Raleway', Arial, sans-serif;
    top: 3rem;
    margin-bottom: 4rem;
    font-weight: 500;
    position: relative;
    color: #763f2d;
    width: 100%;
    font-size: 15rem;
    margin-top: 0;
}

.hero-content a {
    position: relative;
    font-size: 4rem;
    padding: 2rem 4rem;
    left: 7rem;
    top: 0rem;
    background-color: #763f2d;
    color: #fffaf6;
    border-radius: 7rem;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3); 
    z-index: 1;
    text-decoration: none;
}

.hero-content a:hover {
    background-color: #fffaf6;
    color: #763f2d;
}

.amber-logo {
    position: relative;
    right: 125%;
    top: -4rem;
    width: 40rem;
    z-index: 1;
}

.between-section {
    background-color:#f7eae4;
    width: 100%;
    height: 15rem;
    position: relative;
    z-index: 2;
}

.about-section, .advantages-section, .stats-section, .reviews-section {
    padding: 4rem 2rem;
    margin: 0 auto;
}

.about-section {
    background-color:#fffaf6;
    width: 100%;
    height: 60vh;
    color:#763f2d;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.background-circle-about {
    position: absolute;
    border-radius: 100%;
    width: 1200px;
    height: 1200px;
    background-color: #f7eae4;
    left: -20%;
    background: linear-gradient(to right, #f7eae4, 90%, #fffaf6);
}

.about-section h1 {
    font-size: 5rem;
    margin: 0 auto;
    margin-left: 10rem;
}

.about-content {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-content span {
    font-weight: 700;
}

.about-content div:first-child {
    text-align:left;
    margin-left: 5rem;
}

.about-content div:last-child {
    text-align:left;
    margin-right: 5rem;
}

.about-content p {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    margin-left: 10rem;
}

.about-content p:first-child {
    margin-top: 8rem;

}

.amber-logo-about {
    width: 90%;
    z-index: 1;
    
}


.advantages-section {
    background-color:#fffaf6;
    width: 100%;
    height: 80vh;
    color:#763f2d;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.advantages-section h1 {
    font-size: 5rem;
    margin: 0 auto;
}

.advantages-section p {
    margin: 1.5rem auto;
    font-size: 1.5rem;
    margin-top: 3rem;
    width: 30%;
    border-bottom: 2px solid #763f2d;
}
.advantage-circles div:first-child {
    margin-top: 5rem;
}

.stats-section {
    background-color:#f7eae4;
    width: 100%;
    height: 80vh;
    color:#763f2d;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.background-circle-stat-1 {
    position: absolute;
    border-radius: 100%;
    width: 800px;
    height: 800px;
    background-color: #fffaf6;
    left: 20%;
    top: -50%;
    background: linear-gradient(to bottom, #ffffff, 70%, #f7eae4);
}

.background-circle-stat-2 {
    position: absolute;
    border-radius: 100%;
    width: 800px;
    height: 800px;
    background-color: #fffaf6;
    right: 20%;
    bottom: -50%;
    background: linear-gradient(to top, #ffffff, 70%, #f7eae4);
}


.stats-section h1 {
    font-size: 5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.stats-section p {
    margin: 1.5rem auto;
    font-size: 1.5rem;
    width: 100%;
    margin-top: 0;
    z-index: 1; 
    position: relative;
}

.stats-content {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 10rem;
    z-index: 1;
    position: relative;
}

.stats-content h2 {
    font-size: 5rem;
    margin: 0;
    margin-top: 0.6rem;
    z-index: 1;
}

.between-section-brown {
    background-color: #fffaf6;
    width: 100%;
    height: 15rem;
    position: relative;
    z-index: 1;
}

.reviews-section {
    background-color:#f7eae4;
    width: 100%;
    
    color:#763f2d;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.reviews-grid {
    margin: 0 auto;
    margin-left: 0;
}

.review-card {
    position: relative;
    width: 90%;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
    z-index: 1;
}

.review-card img {
    width: 6vh;
    height: 6vh;
}

.review-card-person h3 {
    margin: 0;
}
.review-card-person h4 {
    margin: 0;
    margin-top: 0.3rem;
}
.review-card-person {
    display: block; 
    margin-left: 1rem;
    text-align: left;
}

.review-card p {
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.background-circle-review {
    position: absolute;
    border-radius: 100%;
    width: 800px;
    height: 800px;
    background-color: #fffaf6;
    right: -15%;
    bottom: -13%;
    opacity: 0.33;
    background: linear-gradient(to top left, #763f2d, 70%, #f7eae4);
}

.reviews-section h1 {
    font-size: 5rem;
    margin: 0 auto;
    margin-top: 2vh;
    margin-bottom: 2rem;
}

.reviews-section h4 {
    color: #7c7c7c;
    font-weight: 100;
}

.footer-section {
    background-color: #763f2d;
    padding: 2rem;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
}

.contact-info {
    margin-bottom: 1rem;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
}

.contact-info p {
    margin-left: 3rem;
}

.contact-info a {
    color: #fff;
}


