﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: IRANSans;
    background: #FFF;
    font-size: 1em;
   
}

:root{
	--blue-color:#208495;
	--yellow-color:#ED9C08;
	
}


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: #777;
}

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;
}
/*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;
}

.bg-section-1 .text-color-2{
	 color: #fff;
} 

.btn-color-2 {
    color: #fff;
    background-color: #df3d3d;
    border-color:#df3d3d;
}

.btn-color-2:hover {
    color: #fff;
    background-color: #820D0D;
    border-color:  #820D0D;
}

.btn-outline-color-2 {
    color: #900E0E;
    border-color: #900E0E;
}

.bg-color-2 {
    background-color: #900E0E;
}
/*==============================*/
.text-color-3 {
    color: #ADB2B3;
}

.btn-color-3 {
    color: #fff;
    background-color: #ADB2B3;
    border-color: #959C9D;
}

.btn-color-3:hover {
    color: #fff;
    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: #7E8789;
    border-color: #F94E5F;
}

.btn-color-4:hover {
    color: #fff;
    background-color: #F94E5F;
    border-color: #F94E5F;
}

.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: #fff;
    -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: black !important;
    margin-right: 5px;
   
    font-size: small;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color:  black !important;
}

/* Sectins========================================================*/

.page {
    margin-top: 80px;
   
}
.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #f2f3f4;
    position: relative;
   
}
.bg-section-1 .panel-header h3:after {
           
            background: black !important;
           
			
        }
		
.bg-section-1 {
    background:#f2f3f4;
}
.bg-section-1  .btn-color-2 {
    color: #fff;
    
}

.bg-section-1 h3{
    color:black !important;
}

.bg-section-2 {
    background: #FFF;
}

.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 {
	padding-top:1rem;
	padding-bottom:1rem;
  background: rgb(59,2,8);
	background: linear-gradient(270deg, rgba(59,2,8,1) 0%, rgba(255,76,76,1) 53%, rgba(59,2,8,1) 100%);
}
.gradient .panel-header h3 {
        position: relative;
        display: inline;
        color: #fff;
        font-size: 1.5em;
        font-family: AnjomanMax;
        margin-bottom: 10px;
}
.gradient p {
     color: #fff !important;
	text-align:center;
	margin-top:20px;
}
.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;
}
/*Footer=============================================== */


.footer-part {
    padding: 1.5rem 0 0 0;
    background: #3B0208;
    font-size: 15px;
}

.footer-inset {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 25px;
}

    .footer-inset a {
        color: #fff;
    }


        .footer-inset a:hover {
            color: #900E0E;
        }

    .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;
}

    .footer-inset .social-top i {
        color: #ffff;
    }

.footer-inset .vertical-menu li a {
    color: #ffff;
    font-size: small;
}

.footer-inset .vertical-menu li a i {
    color: #D9DDDD;
    font-size: xx-small;
}
.footer-inset-copyright {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 13px;
    background:#140103;
    padding: 22px 0;
}
.footer-inset-copyright p{
	text-align:center;
}

.footer-inset-copyright a{

    color:  white!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: #FFF;
        font-size: 1.5em;
		font-family:AnjomanMax;
		margin-bottom:10px;
       
    }

#footer   .panel-header h3:after {
            content: '';
            width: 40%;
			margin-top:5px;
            height: 3px;
            background: #FFF;
            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%;
    
}

   