/*
Theme Name: mahdi2025
Theme URI: mahdiaryan.ir
Author: Arash Aryan
Author URI: 
Description: 
Version: 1.0
License: Free
License URI:
Tags: 
Text Domain: 
*/
a {
    text-decoration: none;
}
.title-page-1 {
    text-align: center;
    padding: 50px 0 25px 0;
    position: relative;
}
.title-page-1::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 1;
}
.title-page-1 h1 {
    display: inline-block;
    background: #FFF;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.title-page-2 {
    position: relative;
    padding: 50px 0 25px 0;
}
.title-page-2 span {
    display: inline-block;
    background: #FFF;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    font-size: 40px;
    margin-left: 40%;
    font-weight: 500;
}
.title-page-2::before {
    content: "";
    width: 40%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 80px;
    left: 0;
}
.btn-opened-menu {
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 2;
}
.btn-closed-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.first-section {
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 1;
}
.first-section .container-fluid {
    display: flex;
}
.home-page-box {
    width: 40%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}
.home-page-box-signature {
    margin: 0 0 15px 15px;
}
.second-section {
    height: 100vh;
    position: relative;
    margin-top: 100vh;
    background: linear-gradient(0deg,rgba(255, 255, 255, 100) 90%, rgba(229, 229, 229, 1) 100%);
    z-index: 2;
    display: flex;
    align-items: center;
}
.menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg,rgba(255, 255, 255, 100) 90%, rgba(229, 229, 229, 1) 100%);
}
.menu ul {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu ul li {
    list-style-type: none;
    position: relative;
    padding-left: 40%;
    margin: 5px 0;
}
.menu ul li::before {
    content: "";
    width: calc(40% + 10px);
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.menu ul li a {
    font-size: 28px;
    color: #000;
    background: #FFF;
    padding-left: 10px;
    transition-duration: 0.3s;
    position: relative;
    z-index: 2;
}
.menu ul li a:hover {
    margin-left: 10px;
}
/************ Archive Post Start ************/
.post-box-1 {
    display: block;
    border: 1px solid #000;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.post-box-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/************ Archive Post End ************/
/************ Single Post Start ************/
.single-content {
    width: 35%;
    margin-left: calc(40% + 15px);
}
.single-content-title h1 {
    font-size: 26px;
}
.single-content-thumb {
    border: 1px solid #000;
    aspect-ratio: 2 / 1;
}
.single-content-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/************ Single Post End ************/
/************ Navb Start ************/
.navb {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 100%;
    background: #FFF;
    z-index: 3;
    display: flex;
    align-items: center;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(1, 0.5, 0.5, 1);
}
.navb-visible {
    top: 0;
}
/************ Navb End ************/


@media (max-width: 991px) {
    .home-page-box {
        width: 70%;
    }
    .single-content {
        width: calc(60% - 15px);
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .home-page-box {
        width: 100%;
    }
    .second-section .menu ul li {
        padding-left: 25%;
    }
    .second-section .menu ul li::before {
        width: calc(25% + 10px);
    }
    .single-content {
        width: calc(100% - 15px);
        margin-left: 15px;
    }
}