.blog-header {
    margin: 85px 0;
}

.blog-header-content {
    text-align: center;
}

.blog-header-content img {
    width: 86px;
    height: 86px;
    object-fit: cover;
    margin-bottom: 15px;
}

.blog-header-content h1 {
    font-family: var(--cormorant-family);
    font-size: 80px;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: uppercase;

}

.blog-header-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-header-menu ul li:not(:first-child):before {
    content: "•";
    /* Marker'ı ekler */
    padding: 0 40px;
    /* Marker'a margin ekler */
    color: #000;
    /* Marker'ın rengini kırmızı yapar */
    font-size: 22px;
    /* Marker'ın boyutunu 20px yapar */
}

.blog-header-menu ul li a {
    font-family: var(--montserrat-family);
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #7E7B77;
    text-transform: uppercase;

}

.blog-header-menu ul li a.active {
    color: #222326;
}

/* Blog Slider */
.blog-slider {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.blog-slider-item {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    /* Taşan içeriği gizler */

}

.blog-slider-content {
    position: absolute;
    bottom: -150px;
    /* İlk başta görünmemesi için */
    left: 0;
    width: 100%;
    padding: 40px;
    color: white;
    transition: bottom 0.3s ease;
    /* Animasyon */
}

.blog-slider-item:hover .blog-slider-content {
    bottom: 0;
    /* Hover sırasında görünecek */
}

.blog-slider-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.blog-slider-item:nth-child(1) {
    height: 503px;
}

.blog-slider-item:nth-child(2) {
    height: 455px;
}

.blog-slider-item:nth-child(3) {
    height: 407px;
}

.blog-slider-item-date {
    font-family: var(--montserrat-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    margin-bottom: 15px;
}

.blog-slider-item-title {
    font-family: var(--cormorant-family);
    font-size: 25px;
    font-weight: 500;
    line-height: 30.28px;
    margin-bottom: 25px;
}

.blog-slider-item-more {
    font-family: var(--montserrat-family);
    font-size: 10px;
    font-weight: 400;
    line-height: 12.19px;

}


/* Iconic slider */
#iconic-slider {
    margin: 125px 0 60px 0;
}

.iconic-slider-subtitle {
    font-family: var(--montserrat-family);
    font-size: 22px;
    font-weight: 300;
    line-height: 26.82px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #222222;
    text-transform: uppercase;

}

.iconic-slider-title {
    margin: 15px 0 35px 0;
    font-family: var(--cormorant-family);
    font-size: 36px;
    font-weight: 700;
    line-height: 43.6px;
    text-align: center;
    color: #222326;
    text-transform: uppercase;
}

.iconic-slider-container {
    padding: 50px 0;
    background-color: #D9D9D9;
}

.iconic-slider-item {
    width: 186px;
}

.iconic-slider-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 10px;
}

.iconic-slider-item-title {
    font-family: Helvetica Neue;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.54px;
    text-align: center;
    color: #222222;
    text-transform: uppercase;
}

/* Fashion week */
#fashion-week {
    padding: 90px 0;
    background-color: #D9D9D9;
}

.fashion-week-title {
    font-family: var(--montserrat-family);
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #222326;
    margin-bottom: 86px;
}

.fashion-week-body p {
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #222326;
    margin-bottom: 40px;
}

.fashion-week-body img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.fashion-week-left-item img {
    height: 627px;
}

.fashion-week-right-item img {
    height: 390px;
}

.fashion-week-body .row {
    justify-content: center;
}


/* party-collection */
#party-collection {
    background-color: #242424;
    height: 750px;
}

.party-images {
    position: relative;
    height: 750px;
}

.party-images img {
    position: absolute;
    object-fit: cover;
}

.party1 {
    width: 290px;
    height: 352px;
    left: 0;
    top: 0;
}

.party2 {
    width: 335px;
    height: 405px;
    left: 0;
    bottom: 0;
}

.party3 {
    width: 361px;
    height: 550px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.party-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.party-content-icons {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.party-content-icon-item {
    margin-right: 32px;
    width: 20px;
    height: 20px;
}

.party-content-icon-item i {
    color: #BDB9B6;
}


.party-content-info p {
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}

.party-content-info h3 {
    font-family: var(--cormorant-family);
    font-size: 46px;
    font-weight: 400;
    line-height: 55.71px;
    text-align: left;
    color: #fff;
    margin-bottom: 56px;
    width: 500px;
    text-transform: uppercase;
}

.party-content-info a {
    width: 174px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 600;
    line-height: 15.85px;
    text-align: center;
    color: #413C39;
}



/* Fashion Page */
.fashion-container {
    margin-bottom: 180px;
}

.fashion-container-item {
    width: 100%;
    margin-bottom: 70px;
    position: relative;
}

.fashion-container-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fashion-container-item img {
    border-radius: 5px;
    width: 100%;
    height: 500px;
    margin-bottom: 15px;
}

.fashion-container-item-date {
    font-family: var(--montserrat-family);
    font-size: 10px;
    font-weight: 400;
    line-height: 12.19px;
    text-align: left;
    margin-bottom: 10px;
    color: #222326;
}

.fashion-container-item-title {
    font-family: var(--cormorant-family);
    font-size: 21px;
    font-weight: 500;
    line-height: 25.43px;
    text-align: left;
    color: #222326;
}

.fashion-container .pagination {
    justify-content: center;
}

.fashion-container .pagination .page-link {
    background-color: #e9e9e9;
    border: none;
    color: #222326;
}

.fashion-container .pagination .page-link span {
    color: #fff;
}

.fashion-container .pagination .page-link:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.fashion-container .pagination .page-item:first-child .page-link {
    margin-right: 20px;
}

.fashion-container .pagination .page-item:last-child .page-link {
    margin-left: 20px;
}

.fashion-container .pagination .page-item.active .page-link {
    background-color: #222326;
}


/* Beauty page */
.beauty-lifestyle {
    margin-bottom: 80px;
}

.beauty-lifestyle-img {
    width: 100%;
    height: 680px;
    border-radius: 5px;
}

.beauty-lifestyle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;

}

.beauty-lifestyle-info span {
    font-family: var(--montserrat-family);
    font-size: 22px;
    font-weight: 300;
    line-height: 26.82px;
    letter-spacing: 0.1em;
    color: #222222;
    display: block;
    text-transform: uppercase;

}

.beauty-lifestyle-info h3 {
    font-family: var(--cormorant-family);
    font-size: 46px;
    font-weight: 700;
    line-height: 55.71px;
    text-align: left;
    margin: 8px 0 20px 0;
    text-transform: uppercase;
    color: #222326;
}

.beauty-lifestyle-info p {
    font-family: var(--montserrat-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    text-align: left;
    color: #222326;
}

.beauty-image-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.beauty-image-item {
    width: 480px;
    height: 560px;
    flex: 1;
}

.beauty-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beauty-images p {
    font-family: var(--montserrat-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    text-align: center;
    color: #222326;
    margin: 37px 0;
}


/* Discover */
.discover {
    margin-top: 80px;
}

.discover h3 {
    font-family: var(--cormorant-family);
    font-size: 76px;
    font-weight: 700;
    line-height: 92.04px;
    text-align: center;
    color: #222326;
    margin: 0 auto;
    margin-bottom: 60px;
    text-transform: uppercase;
    width: 700px;
}

.discover-images img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}


.discover-images img:first-child{
    height: 530px;
    margin-bottom: 20px;
}

.discover-images img:last-child{
    height: 270px;
}

.discover-text{
    font-family: var(--montserrat-family);
font-size: 23px;
font-weight: 400;
line-height: 35.65px;
text-align: left;
color: #222326;
}


.products-beauty{
    margin: 100px 0;
}
.products-beauty .card-item-img{
height: 416px;
}


.beauty-video{
    width: 100%;
    height: 544px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.beauty-icon{
    width: 86px;
    height: 86px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.beauty-icon i{
    font-size: 20px;
}

.beauty-video-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.beauty-video iframe{
    width: 100%;
    height: 100%;
}

.beauty-video .modal-content{
    padding: 0;
    height: 350px;
}