* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fefaf4;
    color: white;
}

.uppersec{
height: 770px;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 90px;
    background-color: #ffffff;
}

nav ul {
    display: flex;
    justify-content: center;
}

nav ul li {
    list-style: none;
    margin: 0 25px;
}

nav ul li a {
    text-decoration: none;
    color: rgb(124, 84, 84);
    font-size: 1.54rem;
}

nav ul li a:hover {
    color:  rgb(0, 0, 0);
    font-size: 1.60rem;
}

nav p{
    font-size: 2rem;
    cursor: pointer;
    color: rgb(124, 84, 84);
}
.firstsection {
    display: flex;
    justify-content: space-around;
    margin: 85px;
}

.firstsection>div {
    width: 30%;
    height: 420px;

}

.leftsection {
    font-size: 2.7rem;
    margin-top: 100px;

}
.leftsection .buttons{
    padding: 30px 0;
}
.leftsection .btn{
    padding: 10px;
    background: rgb(0, 0, 0);
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    font-size: 20px;
    cursor: pointer;

}

.leftsection .btn:hover{
    background: #80411e;
    color: rgb(255, 255, 255);
    font-size: 25px;
    padding: 10px 10px;
}
.leftsection{
    color:  rgb(0, 0, 0);
}

.rightsection img {
    width: 120%;
    margin-top: 40px;
}

.purple {
    color: rgb(124, 84, 84);
}

#element {
    color: rgb(124, 84, 84);
}

.seperator{
    display: flex;
    color: rgb(124, 84, 84);
}


.sp1{
    width: 150px;
    height: 2px;
    background-color: rgb(124, 84, 84);
    margin-right: 32px;
}
.sp2{
    width: 150px;
    height: 2px;
    background-color: rgb(124, 84, 84);
    margin-right: 32px;   
}
.sp3{
    width: 150px;
    height: 2px;
    background-color: rgb(124, 84, 84);
    margin-right: 32px;
}
.sp4{
    width: 150px;
    height: 2px;
    background-color: rgb(124, 84, 84);
    margin-right: 32px;
}
.sp5{
    width: 150px;
    height: 2px;
    background-color: rgb(124, 84, 84);
    margin-right: 32px;
}
.sp6{
    width: 150px;
    height: 2px;
    background-color: rgb(124, 84, 84);
    margin-right: 32px;
}
.sp7{
    width: 150px;
    height: 2px;
    background-color: rgb(124, 84, 84);
    margin-right: 32px;
}
.sp8{
    width: 150px;
    height: 2px;
    background-color: rgb(124, 84, 84);
}
.ftrtxt{
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;

}
.lidec{
    text-decoration: none;
    margin-left: 20px;
    color: #e3c5a2;
}
.footer{
    height: 70px;
    background-color: #54382c;
    display: flex;
    
}
.leftftr{
    margin-top: 24.5px;
    margin-left: 80px;
    margin-right: 550px;
    font-size: 25px;
    text-decoration: none;
}
.footer ul {
    list-style: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    display: flex;
    margin-left: 20px;
}
.footer a{
    text-decoration: none;
    color: #e3c5a2;
}
.footer ul li {
    margin: 0; /* Optional: Adjust margin as needed */
    margin-top: 24px;
}

.footer ul li a {
    text-decoration: none; /* Remove underline */
    margin-left: 30px;
    font-size: 21px;
    
    color: #e3c5a2; /* Optional: Inherit color from parent */
}
.rightftr{
    text-decoration: none;
}