body {
    background: #f2f2f2;
    font-family: 'Roboto', 'iransans', 'iransansNumber';
    direction: rtl;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/English/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'RobotoBoold';
    src: url('../fonts/English/Roboto-Black.ttf');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/English/Roboto-Light.ttf');
}

@font-face {
    font-family: 'iransansBlack';
    src: url('../fonts/Persian/IRANSansX-Black.ttf');
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/Persian/IRANSansX-Medium.ttf');
}

@font-face {
    font-family: 'iransansNumber';
    src: url('../fonts/Persian/IRANSansXFaNum-Medium.ttf');
}

h1 {
    font-family: 'RobotoBoold', 'iransansBlack';
    font-size: 40px;
    color: #11468F;
}

p {
    font-size: 18px;
}

section {
    max-width: 1366px;
    padding: 50px;
    overflow: hidden;
    margin: auto;
    background: #fff;
}


.header_bar {
    max-width: 1366px;
    background: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.header_bar img {
    width: 200px;
}

.header_bar form {
    margin: auto;
}


.info_status {
    max-width: 1366px;
    margin: 150px auto;
    display: flex;
    justify-content: center;
}

.v_line {
    width: 0%;
    height: 200px;
    border: 1px solid #646464;
}

.info_status div {
    margin: auto 50px;
    text-align: center;
}

.info_status h2 {
    font-size: 40px;
    font-family: 'RobotoBoold', 'iransansBlack';
    color: #646464;
}

.info_status h3 {
    font-family: 'RobotoLight', 'iransans';
}

.box_content {
    display: flex;
    justify-content: center;
}

.box_content div {
    position: relative;
    width: 400px;
    height: 300px;
    border: 1px solid #646464;
    margin: auto 20px;
    cursor: pointer;
    overflow: hidden;
}

.box_content img {
    display: block;
    width: 400px;
    height: auto;
    object-fit: cover;
}

#text_box {
    position: absolute;
    height: 25%;
    padding: 5px 20px;
    border: none;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #ac1c1c;
    color: #fff;
    transition: all 0.5s;
}

.box_content div:hover #text_box {
    height: 100%;
    transition: all 0.5s;
}

.social_media{
    margin: 0;
    max-width: 1366px;
    background: #11468F;
    height: 300px;
    margin:auto;
    padding: 20px;
}
.social_media h2{
    color: #fff;
    font-size: 40px;
    font-family: "RobotoBoold";
    text-align: center;
}
.social_media img{
    max-width: 40px;
}
.center_box{
    display: flex;
    margin: auto;
    justify-content: center;
}
.align_item{
    display: flex;
    margin: auto 20px;
}
.tooltip {
    position: relative;
    margin: 10px auto;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.tooltip:hover{
    background: #dadada;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #272727;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #272727 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.information h2{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #11468F;
}
.information p{
    text-align: center;
}
.information div{
    max-width: 700px;
    height: 400px;
    background: #646464;
    margin: 100px auto 0;
}
.information img {
    max-width: 700px;
}
.detail {
    display: block;
}
.detail div {
    max-width: 1000px;
    height: 170px;
    margin: auto;
    border: 1px solid #272727;
    position: relative;
    overflow: hidden;
}
.detail h3{
    text-align: center;
    margin: 30px auto;
    color: #fff;
}
.detail div a{
    background: #d4b500;
    display: block;
    width: fit-content;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
    text-decoration: none;
}
.detail img {
    width: 100%;
    z-index: 1;
    opacity: 1;
    position: absolute;
    object-position: 0 -200px;
    
    
}
.detail div a:hover{
    background: #ff9900;
}
.detail_link{
    z-index: 2;
    position: absolute;
    top: 0;
    backdrop-filter: blur(2px);
    background: rgba(24, 24, 24, 0.6);
}
.join_section{
    display: block;
    padding: 50px 0;
}
.join_section div {
    position: relative;
    overflow: hidden;
    margin: auto;
    max-width: 1366px;
    height: 200px;
}
.explor_link{
    z-index: 2;
    position: absolute;
    top: 0;
    backdrop-filter: blur(5px);
    background: rgba(24, 24, 24, 0.6);
}
.join_section h1{
    text-align: center;
    color: #f2f2f2;
}
.join_section a{
    text-decoration: none;
    color: #f2f2f2;
    max-width: fit-content;
    display: block;
    font-weight: lighter;
    font-size: 20px;
    background: #355aff;
    padding: 15px 35px;
    margin: 10px auto;
    border-radius: 10px;
}
.join_section a:hover{
    background: #1530a7;
}
.join_section img{
    width: 100%;
    opacity: 1;
    z-index: 1;
    object-position: 0 -180px;
    position: absolute;
}
footer{
    margin: auto;
    max-width: 1366px;
    min-height: 600px;
}