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

.section3-headline h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}

.section3-headline p {
    font-family: 'Poppins', sans-serif;
    
    color: #7F85A8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 100px;
}

.section3-link a {
    font-family: 'Poppins', sans-serif;
    padding: 18px 18px;
    color: #010A44;
    text-transform: capitalize;
    font-size: 15px;
}

.section3-link hr {
    border: none;
    height: 0.5px;
    margin: 17.3px -350px;
    background-color: #c0c2cc;
}

.section3-tabs.active-tab {
  color: #FD8F5F;
  background-color: #fff;
  border-bottom: 0.5px solid #FD8F5F;
  z-index: 9;
  position: relative;
}


.section3-tabs {
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    position: relative;
}

.section3-imgs {
    margin: 40px -350px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.section3-imgs img {
    width: 338px;
    height: 220px;
    margin: 0 20px;
}

.section3-imgs a {
    display: block;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    line-height: 1.7;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s ease;

}

.section3-imgs a:hover {
    text-decoration-color: black;
    cursor: pointer;
}

.section3-imgs span {
    color: #670000;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.section5-imgs-margin {
    margin: -50px 20px;
}

.section5-btn {
    border: 1px solid #FD8F5F;
    background-color: transparent;
    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: 50px;
    margin-top: 70px;
}

.section5-btn:hover {
    background-color: #FD8F5F;
    border: 1px solid white;
    color: white;
    transition: 0.3s linear;
}

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 0 100px;
    flex-wrap: wrap;
    text-align: left;
    background-color: rgba(236, 208, 208, 0.848);
}

.popimage img {

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

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

.p1 p{
    font-family: 'Poppins';
}

.head1{
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.section-4-b {
    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;
}

.section-4-b:hover {
    background-color: #e98767;
    color: white;
    border: 0px solid white;
    transition: 0.3s linear;
}

.section-6 {
    display: flex;
    height: 450px;
    align-items: center;
    margin: 20px 0 40px;
    flex-wrap: wrap;
    text-align: left;
    background-color: rgba(246, 244, 244, 0.848);
    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: 10px 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);
}

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;
    transition: all 0.3s ease;
}

.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: 15px;
    justify-content: center;
    align-items: center;
    width: 23px;
    text-align: center;
    height: 23px;
    color: white;
    border-radius: 50%;
    background-color: #fd8f5f;
}
.nav-card-span-icon{
    position: relative;

}
.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;
}

.logo:hover {
    cursor: pointer;

}

.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;
    width: 30px;
}

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

.containimg img {
    width: 97%;
    height: 800px;
}

.containimg {
    position: relative;
    background-color: #f2e1d9;
    padding-bottom: 75px;
}

.containimg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;  
  height: 78px; 
  background-color: white; 
}

.container {
    position: absolute;
    top: 20%;
    left: 5%;
    background-color: white;
    margin: 10px 0;
    padding: 39px 24px 55px 44px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 35%;
    z-index: 1;
}

.sale {
    margin-top: 0;
    color: #7F85A8;
    font-size: 26px;
    font-weight: 600;
}

.container h1 {
    margin: 0;
    font-weight: 900;
    font-size: 70px;
    width: 70%;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
}

.container p {
    color: #7F85A8;
    margin: 10px 0;
    width: 50%;
    font-size: 23px;
}

.btnDiscover {
    margin-top: 20px;
    font-size: 15px;
    padding: 20px;
    font-family: 'Poppins';
    background-color: white;
    border: 1px solid #FD8F5F;
    color: #FD8F5F;
}

.btnDiscover:hover {
    background-color: #FD8F5F;
    cursor: pointer;
    color: #f0f0f0;
    transition: 0.3s ease;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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