﻿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: #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: #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;
}
/*======================*/



@font-face{
    font-family: "bootstrap";
    src: url("../../lib/bootstrap-icons/font/fonts/bootstrap-icons.woff");
}

.text-color-2 {
    color: black;
	right:3rem
}

.text-color-2 a{
	color:black;
}

.a1 h2{
	position:relative;
}

.a1 h2::after{
	content:"\F816";
	font-family: "bootstrap";
	position:absolute;
	width:10%;
	height:20%;
	right:-1.4rem;
	font-size:0.7rem;

	
	
}
/*===========================*/
.text-color-2 {
    color: #0B8899;
}



.btn-color-2 {
    color: #fff;
    background-color: #0B8899;
    border-color: #0DAABF;
}

    .btn-color-2:hover {
        color: #fff;
        background-color: #0DAABF;
        border-color: #0DAABF;
    }

.btn-outline-color-2 {
    color: #0B8899;
    border-color: #0B8899;
}

.bg-color-2 {
    background-color: #0B8899;
}
/*==============================*/
.text-color-3 {
    color: #0DAABF;
}

.btn-color-3 {
    color: #fff;
    background-color:#004E35;
    border-color:#004E35;
}

    .btn-color-3:hover {
        color: #fff;
        background-color: #FFA62F;
        border-color: #FFA62F;
    }

.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: #12121d !important;
    margin-right: 5px;
    height: 30px;
    font-size: small;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color:black !important;
}

/* Sectins========================================================*/
.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #f2f3f4;
    position: relative;
   
}

.section-1 {
	padding-top:2rem;
	padding-bottom:2rem;
    background: #f2f3f4;
   
}

.section-2 {
    background: #FFF;
    padding-top:2rem;
	padding-bottom:2rem;
}


.bg-section-1 .panel-header h3:after {
           
            background: black !important;
           
			
        }
		
.bg-section-3{
	    background: linear-gradient(-45deg, #09122C, #872341, #BE3144, #163247);
	
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
        padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative; 
}

.bg-section-3 h3{
	color:white!important;
}

.bg-section-3 .panel-header h3:after{
	color:#FFF;
	background:#FFF;
}
.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-section-1 {
    background: #f2f3f4;
    position: relative;
	padding:2rem 10% !important;
}

.bg-section-2 {
    background: #FFF;
    position: relative;
	padding:2rem 10% !important;
}

.wave {
    background:url('img/wave.svg') no-repeat center top;
	background-size:cover;
   
	
}

.bg-wave-1 {
    background:url('img/bg-1.svg') no-repeat center top;
	background-size:cover;
   
	
}

.gradient{
	 background: rgb(26,214,239);
background: radial-gradient(circle, rgba(26,214,239,1) 0%, rgba(11,136,153,1) 100%);
}


.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: #03b8ce;
        padding: 10px;
    }

    #contact-page  i {
        padding: 10px;
		font-size:2em;
    }

/*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-part {
    padding: 1.5rem 0 0 0;
    background: #0DAABF;
    border-bottom: 8px solid #03b8ce;
    font-size: 15px;
}

.footer-inset {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 25px;
}

.footer-inset .panel-header h3{
	color:#FFF!impo;
}



    .footer-inset a {
        color: #fff;
    }


        .footer-inset a:hover {
            color: black;
        }

    .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: #fff;
}
.footer-inset .main-menu li a {
    color: #fff;
    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 p {
    
    text-align: center;
    
}
