﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: IRANSans;
    background: #EFF4F5;
    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: #777;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
    color: black;
}




.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: 2% 10%;
    width: 100%;
    
}
.wraper-2 {
    padding: 5% 2%;
    width: 100%;
    
}
@media (max-width: 767.98px) {
    .wraper {
        padding: 0 5%;
    }
}

/*color==========================================================*/
.text-color-1 {
    color: #04333A;
}

.btn-color-1 {
    color: #fff;
    background-color: #04333A;
    border-color: #07545F;
}

    .btn-color-1:hover {
        color: #fff;
        background-color: #07545F;
        border-color: #07545F;
    }

.btn-outline-color-1 {
    color: #04333A;
    border-color: #04333A;
}

.bg-color-1 {
    background-color: #04333A;
}
/*======================*/
.text-color-2 {
    color: #0B8899;
}

.btn-color-2 {
    color: #fff;
    background-color: #0C426F;
    border-color: #0C426F;
}

    .btn-color-2:hover {
        color: #fff;
        background-color:#00a682;
        border-color: #86b7fe;
    }

.btn-outline-color-2 {
    color: #0C426F;
    border-color: #0C426F;
}

.bg-color-2 {
    background-color: #0C426F;
}
/*==============================*/
.text-color-3 {
    color: #0DAABF;
}

.btn-color-3 {
    color: #fff;
    background-color: #0DAABF;
    border-color: #10CCE5;
}

    .btn-color-3:hover {
        color: #fff;
        background-color: #10CCE5;
        border-color: #10CCE5;
    }

.btn-outline-color-3 {
    color: #0DAABF;
    border-color: #0DAABF;
}

.bg-color-3 {
    background-color: #0DAABF;
}
/*==============================*/
.text-color-4 {
    color: #1AD6EF;
}

.btn-color-4 {
    color: #000;
    background-color: #1AD6EF;
    border-color: #40DDF2;
}

    .btn-color-4:hover {
        color: #fff;
        background-color: #40DDF2;
        border-color: #40DDF2;
    }

.btn-outline-color-4 {
    color: #1AD6EF;
    border-color: #1AD6EF;
}

.bg-color-4 {
    background-color: #1AD6EF;
}
/*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: #000 !important;
    margin-right: 5px;
   
    font-size: small;
}

.navbar .nav-link a:hover{
	color:#FFF;
}


.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color:#FFF!important;
}

/* Sectins========================================================*/
section {
   

}
.page {
    margin-top: 55px;
   
}
.section-1 {
    padding-top: 2rem;
    padding-bottom:3rem;
    background: #f2f3f4;
    position: relative;
}



.section-2 {
    background: #FFF;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
	
}
.section-3 {
    background: #0C426F;
   
    padding-bottom: 3rem;
    position: relative;
}
.section-4 {
    background: #FFF;
    padding-top: 2rem;
    padding-bottom: 2rem;
	
    position: relative;
	
}
.section-5 {
    background: #EFF4F5;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
	
}


.section-6 {
    padding-top: 1rem;
    padding-bottom:7.2rem;
    background: #f2f3f4;
    position: relative;
}

/*
.bg-section-3{
	    background: linear-gradient(-45deg, #09122C, #872341, #BE3144, #163247);
	
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
        padding-top: 4rem;
    padding-bottom: 2rem;
    position: relative; 
}

.bg-section-3 h3{
	color:white!important;
}

.bg-section-3 a{
	color:#FFF;
}


@keyframes gradient {
	0% {
		background-position: 40% 50%;
	  }
	
	25%{
		background-position: 90% 50%;
	}
	35%{
		background-position: 0% 20%;
	}
	
	50% {
		background-position: 0% 50%;
	}
	75% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
*/

.bg-img {
    background: url('img/back6.svg') ;
 
	padding-top:5rem;
	padding-bottom:6rem;
	background-size:cover;

	margin-top:2rem;
	
}
.bg-img-2 {
    background: url('img/baak2.svg') ;
	padding-top:5rem;
	padding-bottom:5rem;
	

	margin-top:2rem;
	
}
.footer-bg{
	 padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
	background: url('img/f-img.png') ;
	color:#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;
}

.bottom-wave1 {
    background: url('img/bottom-wave.svg') no-repeat center top;
    background-size: cover;
    height: 200px;
}

.blob-1 {
    background: url('img/blob-1.svg') no-repeat -15% top;
    background-size: contain;
}

.gradient {
    background: rgb(26,214,239);
    background: radial-gradient(circle, rgba(26,214,239,1) 0%, rgba(11,136,153,1) 100%);
}

.parallax-1 {
    background: url('img/parallax-2.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}

.slider {
    background: #0DAABF;
    position: relative;
    color: #FFF;
    padding: 4em;
}
/*page-page====================================*/
#page-page {
   
    padding-bottom: 50px;
}
/*content-page====================================*/
#content-page {
    padding-bottom: 50px;
}

    #content-page p {
        color: #494949;
    }

    #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: #494949;
    }

    #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:  #86b7fe;
        padding: 10px;
    }

    #contact-page .social-top i {
        padding: 10px;
    }

/*basket-page====================================*/
#basket-page {
    padding-top: 50px;
    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::before {
    display: block;
    content: '';
    background: url('img/top-wave.svg') no-repeat center top;
    background-size: cover;
    height: 150px;
	display:none;
}
.footer-part {
    
    border-bottom: 8px solid #86b7fe;
    font-size: 15px;
	position:relative;
	background: linear-gradient(-45deg, #09122C, #232f87, #919aff, #063457);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
   
}

/*
.footer-part::before{
	
       background: linear-gradient(-45deg, #09122C, #232f87, #919aff, #063457);
	
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
        padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative; 
}

*/
@keyframes gradient {
	0% {
		background-position: 40% 50%;
	  }
	
	25%{
		background-position: 90% 50%;
	}
	35%{
		background-position: 0% 20%;
	}
	
	50% {
		background-position: 0% 50%;
	}
	75% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}




.footer-inset {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 0px;
}

    .footer-inset a {
        color: #bababa;
    }
	.footer-part .nav-link i :hover {
       
        color: #fff !important;
        
    }

        .footer-inset a:hover {
            color: #ffff!important;
        }

    .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: #00ebb7;
    padding: 10px;
    font-size: 1rem;
}
.footer-inset .social-top {
    padding: 20px 10px;
    font-size: 2em;
}

    .footer-inset .social-top i {
        color: #FFF;
    }

.footer-inset .main-menu li a {
    color: #ffff;
    font-size: small;
}
.footer-inset .main-menu li a:hover {
    color: #ffff !important;
    font-size: small;
}
.footer-inset .main-menu li a i {
    color: #bababa;
    font-size: xx-small;
}
.footer-inset-copyright {
    width: 100%;
    text-align: center;
    color: #5e5e75;
    font-size: 13px;
    background: #011113;
    padding: 22px 0;
}
.footer-inset-copyright .persian{
	text-align:center;
}
/*======================================================*/
.img-fade, .img-up {
    position: relative;
}

.img-fade .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #428089;
    opacity: 0;
    transition: .5s ease;
}

.img-fade .item:hover .overlay {
    opacity: .5;
}

.img-up .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #428089;
    overflow: hidden;
    transition: ease-in-out .5s;
    opacity: .5;
}

.img-up .item:hover .overlay {
    height: 100%;
}

.img-grow {
    overflow: hidden;
}

.img-grow img {
    transition: transform ease-in .5s;
    
}

.img-grow .item:hover img {
    transform: scale(1.1);
}

.img-shrink {
    overflow: hidden;
}

.img-shrink img {
    transition: transform ease-in .5s;
    ;
}

.img-shrink .item:hover img {
    transform: scale(1.1);
}


