﻿:root{
	--Auburn:#f9a100;
	--gray:#cbc8c8;
}



html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: IRANSans;
    background: #FFF;
    font-size: 1em;
   
}




p {
    margin: 2px 0px;
    padding: 0px;
    margin-bottom: 5px;
   
    text-align: justify;
}

p img {
    max-width: 100% !important;
    width: auto !important;
    height: auto;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
    color: #999;
}




.icon-lg {     
    font-size: 1.5em;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.small {
    font-size: small;
}
.x-small {
    font-size: x-small;
}
.xx-small {
    font-size: xx-small;
}

.owl-stage {
		display: flex;
	}
	
	.owl-stage .item{
		 height:100%;
	}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}
		
/*Layout=================================================================*/
#content-body {
    min-height: 60vh;
}

.container-fluid {
    padding: 0;
}

.wraper {
    padding: 0 10%;
    width: 100%;
    
}

@media (max-width: 767.98px) {
    .wraper {
        padding: 0 5%;
    }
}

/*color==========================================================*/
.text-color-1 {
    color: #3B0202;
}

.btn-color-1 {
    color: #fff;
    background-color: #3B0202;
    border-color: #270101;
}

    .btn-color-1:hover {
        color: #fff;
        background-color: #270101;
        border-color: #270101;
    }

.btn-outline-color-1 {
    color: #3B0202;
    border-color: #3B0202;
}

.bg-color-1 {
    background-color: #3B0202;
}
/*======================*/
.text-color-2 {
    color: black;
}

.btn-color-2 {
      color: #a0153e;
    background-color: #fff;
	border:a0153e;
  
	
}

.btn-color-2:hover {
    color: black;
    background-color: #FFF;
    border-color: #a0153e;
}

.btn-outline-color-2 {
    color: #900E0E;
    border-color: #900E0E;
}

.bg-color-2 {
    background-color: #900E0E;
}
/*==============================*/
.text-color-3 {
    color: #ADB2B3;
}

.btn-color-3 {
    color: black;
    background-color: #ADB2B3;
    border-color: #959C9D;
}

.btn-color-3:hover {
    color: black;
    background-color: #959C9D;
    border-color: #959C9D;
}

.btn-outline-color-3 {
    color: #ADB2B3;
    border-color: #ADB2B3;
}

.bg-color-3 {
    background-color: #ADB2B3;
}
/*==============================*/
.text-color-4 {
    color: #7E8789;
}

.btn-color-4 {
    color: #000;
    background-color: #FFF;
    border-color: #41520eF;
}

.btn-color-4:hover {
    color: black;
    background-color:#ffc77e;
    border-color: #41520e;
}

.btn-outline-color-4 {
    color: #7E8789;
    border-color: #7E8789;
}

.bg-color-4 {
    background-color: #7E8789;
}
/*image===========================================================*/
.image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* مربع */

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
/*navbar==========================================================*/


.navbar {
     background: #A0153E;
    -webkit-box-shadow: 0 8px 6px -6px #c0c0c0;
    -moz-box-shadow: 0 8px 6px -6px #c0c0c0;
    box-shadow: 0 8px 6px -6px #c0c0c0;

}


/* change the link color */
.navbar .nav-link {
    color: #FFF !important;
    margin-right: 5px;
   
    font-size: small;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color:black !important;
}


	.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -1px;
    }
	
	
	.panel-menu {
    min-width: calc(100vw/2);
}
/* Sectins========================================================*/

.page {
    margin-top: 80px;
   
}
.section1{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f2f3f4;
    position: relative;
   
}
.section2 {
    padding-top:20rem!important;
    padding-bottom: 1rem;
    background: #FFF;
    position: relative;
	padding:none 20% !important;
   
}
.section3{ 
    background: #f2f3f4;
    position: relative;
	padding:1% 20% !important;
   
}

.bg-section-3{
	
	background-color:#a0153e;
    background-image: url("img/f3.png");
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative; 
}
.bg-section-3 a{
	color:#FFF;
}

.bg-section-3 h3{
	color:#FFF!important;
}



.bg-section-1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f2f3f4;
    position: relative;
}

.bg-section-2 {
      padding-top:3rem!important;
    padding-bottom: 2rem;
    background: #FFF;
    position: relative;
	padding:none 20% !important;
}


.top-wave1 {
    background: url('img/top-wave.svg') no-repeat center top;
    background-size: cover;
    height: 200px;
}

.top-wave {
    margin-top: 150px;
}

.top-wave::before {
    display: block;
    content: '';
    background: url('img/top-wave.svg') no-repeat center top;
    background-size: cover;
    height: 150px;
    width: 100%;
    position: absolute;
    top: -150px;
    left: 0;
}

.bottom-wave {
    margin-bottom: 150px;
}

.bottom-wave::after {
    display: block;
    content: '';
    background: url('img/bottom-wave.svg') no-repeat center top;
    background-size: cover;
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: -150px;
    left: 0;
}



.gradient {
   background: rgb(176,58,93);
background: linear-gradient(90deg, rgba(176,58,93,1) 0%, rgba(205,89,123,1) 50%, rgba(176,58,93,1) 92%);
	color:white;
}
.gradient h3{
   
	color:white!important;
}

.parallax-1 {
    background: url('img/parallax-1.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}


/*content-page====================================*/
#content-page {
    padding-bottom: 50px;
}

    #content-page p {
        color: #7E8789;
    }

    #content-page h2 {
        color: black;
    }
    #content-page .property span {
        font-size: x-small;
    }


/*contents-page====================================*/
#contents-page {
    padding-top: 20px;
    padding-bottom: 50px;
}

    #contents-page p {
        color: #7E8789;
    }

    #contents-page h2 {
        color: black;
    }

    #contents-page .property span {
        font-size: x-small;
    }

    #contents-page .paging span {
        font-size: x-small;
    }


    #content-pages .card-footer {
        text-align: left;
    }
#contents-page .content-item{
    max-height:500px;
    height:500px;
}

/*contact-page======================================*/
#contact-page {
    padding-top: 20px;
    padding-bottom: 50px;
}
    #contact-page p i {
        color: #03b8ce;
        padding: 10px;
    }

    #contact-page .social-top i {
        padding: 10px;
    }
/*page-page====================================*/
#page-page {
    padding-bottom: 50px;
}
/*person-page====================================*/
#person-page {
    padding-bottom: 50px;
}
/*topic-page====================================*/
#topic-page {
    padding-bottom: 50px;
}

/*aponsor-page====================================*/
#aponsor-page {
    padding-bottom: 50px;
}



/*alone-page======================================*/
#alone-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*category page==========================================*/
#category-page {
    
    padding-bottom: 50px;
}
#type-detail {
    background: rgb(0,180,216);
    background: radial-gradient(circle, rgba(0,180,216,1) 0%, rgba(0,119,182,1) 100%);
    color: #FFF;
    padding: 50px 5px;
}
/*player==================================================*/

.video-player {
}

.video-player .video-playList {
    width: 50%;
}

@media (max-width: 767.98px) {
    .video-player .video-playList {
        width: 100%;
    }
}


.audio-player {
}

.audio-player .audio-playList {
    /**/
}

#audioPlayerBody {
    background: #FFF;
}
/*Footer=============================================== */


.footer-part {
    padding: 1.5rem 0 0 0;
    background: #A0153E;
    font-size: 15px;
}

.footer-inset {
    color: #5c5c5c;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 25px;
}
.footer-part p{
	color:#FFF;
}

    .footer-inset a {
        color: #FFF;
    }


        .footer-inset a:hover {
            color: #FFF;
        }

    .footer-inset h1,
    .footer-inset h2,
    .footer-inset h3,
    .footer-inset h4,
    .footer-inset h5,
    .footer-inset h6 {
        color: #ffffff;
    }

    .footer-inset p i {
        color: #FFF;
        padding: 10px;
    }
.footer-inset .social-top {
    padding: 20px 10px;
    font-size: 2em;
	color:#FFF;
}

    .footer-inset .social-top i {
        color: #FFF;
    }

.footer-inset .vertical-menu li a {
    color: #FFF;
    font-size: small;
}

.footer-inset .vertical-menu li a i {
    color: #FFF;
    font-size: xx-small;
}
.footer-inset-copyright {
    width: 100%;
    text-align: center;
    color: #5e5e75;
    font-size: 13px;
    background: #000511;
    padding: 22px 0;
}

.footer-inset-copyright a{
	color:#FFF!important;
}
.footer-inset-copyright p{
   
    text-align: center;

}
#footer .panel-header {
   text-align:right;
   width:100%;
	
	
}
 #footer  .panel-header p {
   
	text-align:right;
}
#footer  .panel-header h3 {
		
        position: relative;
        display: inline;
        color: #000000;
        font-size: 1.5em;
		font-family:AnjomanMax;
		margin-bottom:10px;
       
    }

#footer   .panel-header h3:after {
            content: '';
            width: 40%;
			margin-top:5px;
            height: 3px;
            background: #000000;
            position: absolute;
            right: 5%;
            top: 100%;
            transition: all ease-in .5s;
			
        }

#footer .panel-header h3:hover:after {
    width: 100%;
    transition: all ease-in .5s;
} 
#footer .wraper {
    padding: 0 5%;
    width: 100%;
    
}





































   