body{
    margin: 0;
}

.header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    height: 80px;
    background-color: #f2e1d9;
    z-index: 1000;
}

.account {
    text-decoration: none;
    color: black;
}

.account:hover {

    color: #fd8f5f
}

.navbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar a {
    text-decoration: none;
    margin: 10px;
    color: black;
    padding-right: 20px;

}

.nav-card-span {
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 18px;
    justify-content: center;
    align-items: center;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    background-color: #fd8f5f;
}
.nav-card-span-icon{
    position: relative;
}

.logo {
    transform: translateY(20px);
    position: relative;
    z-index: 3;
}

.logo:hover {
    cursor: pointer;

}

.logo {
    transform: translateY(20px);
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;

}
.header.scrolled img.logo{
    content: url('https://preview.colorlib.com/theme/furn/assets/img/logo/logo2.png.webp');
    margin-top: -35px;
    margin-left: 15px;
    width: 70px;
    height: 70px;
}

.navbar a:hover {
    color: #fd8f5f;
}

.dropdown {
    position: relative;
    z-index: 1000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 10;
}

.dropdown-content a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #f0f0f0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropblog {
    position: relative;
    z-index: 1000;
}

.dropblogcontent {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 10;
}

.dropblogcontent a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: black;
}

.dropblogcontent a:hover {
    background-color: #f0f0f0;
}

.dropblog:hover .dropblogcontent {
    display: block;
}

.underline-input {
    border: none;
    border-bottom: 1px solid#343a40;
    background-color: #f2e1d9;
    outline: none;
    padding: 5px;
    font-size: 16px;
    width: 200px;
}

.input {
    position: relative;
    width: fit-content;
}

.Search-icon {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.Search-icon:hover {
    cursor: pointer;
}

.card-icon {
    margin-right: 40px;
}

.card-icon:hover {
    cursor: pointer;
    opacity: .7;
    transform: scale(1.1)
}


.btnDiscover {
    margin-top: 20px;
    font-size: 15px;
    padding: 20px;
    background-color: #fd8f5f;
    border: none;
    color: white
}

.btnDiscover:hover {
    background-color: rgb(108 117 125);
    cursor: pointer;
    transform: scale(1.05);
    transition: 0.3s ease;
}

.section10 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}

.section10 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

.section10 p {
    font-family: 'Poppins', sans-serif;
    color: #7F85A8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0px 200px 100px 200px;
    padding-top: 20px;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}
.section-4{
    display: flex;
    height: 450px;
    align-items: center;
    margin: 20px;
    margin-left: 0px;
    flex-wrap: wrap;
    text-align: left;
         background-color: rgba(236, 208, 208, 0.848);
         margin-left: 0px;

}
.popimage img{

     max-width: 700px;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    margin: 0px;
    justify-content: flex-start;
    padding: 0px;
}

.p1{
    max-width:500px;
     justify-content: center;
     margin: 50px;

}
.head1, .head2 {
    margin: 0;
}
.section-6{
     display: flex;
    height: 450px;
    align-items: center;
    margin: 20px;
    margin-left: 0px;
    flex-wrap: wrap;
    text-align: left;
    background-color: rgba(246, 244, 244, 0.848);
    margin-left: 0px;
    justify-content: center;
    flex-wrap: nowrap;
}
.instra1,
.instra2 {
    max-width: 500px;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    object-fit: cover;
    transition: 0.3s ease;
    position: relative;
}

.instra1 img,
.instra2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

.p2 {
    display: block;
    align-items: flex-start;
    padding: 20px;
    margin-left: 20px;
    flex-wrap: wrap;
    text-align: left;
    background-color: rgba(246, 244, 244, 0.848);
    margin-left: 0px;
}

.p2>p {
    color: rgb(153, 156, 156);
    margin: 20px 0;
    font-family: 'Poppins';
}
.p2 h1{
    font-family: 'Poppins';
    margin-top: 20px;
}
.bt{
    border-radius: 2px solid rgba(239, 185, 159, 0.553);
    border: 3px solid #f4b8a4;
    background-color: white;
    color: #f4b8a4;
}
.im{
   position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
    filter: opacity(0.3); 
    
}
.instra1:hover .im,
.instra2:hover .im {
  opacity: 1;
}
.section-6 p{
    color: rgb(45, 46, 46);
}
button {
    border: 1px solid #FD8F5F;
    background-color: white;
    color: #FD8F5F;
    font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 17px 42px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 70px;
}


button:hover {
    background-color: #e98767;
    color: white;
    border: 0px solid white;
    transition: 0.3s linear;
}   
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}