@charset "utf-8";
/* CSS Document */

/*
@font-face {
  font-family: "IRANSans";
  src: url(fonts/IRANSansFaNum.eot);
  src: url(fonts/IRANSansFaNum.eot?#iefix) format("embedded-opentype"), url(fonts/IRANSansFaNum.woff) format("woff"), url(fonts/IRANSansFaNum.ttf) format("truetype"), url(fonts/IRANSansFaNum.svg#BYekan) format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face{font-family:ff2;src:url(fonts/f2.woff)format("woff");}.ff2{font-family:ff2;line-height:1.616522;font-style:normal;font-weight:normal;visibility:visible;}
*/

.ff2{
	font-family:ff2;line-height:1.616522;font-style:normal;font-weight:normal;visibility:visible;
}

/*------------------------------------------------------------------------------
   basic and reset
------------------------------------------------------------------------------*/

:root {
	--color-highlight: #eaedf6;
	--color-primary: #330791;
	--color-secondary: #9170ff;
	--color-secondaryAlpha: #9170ff0a;
	--color-success: #5bbc8f;
	--color-successLight: #5bbc8f;
	--color-danger: #ff5656;
	--color-warning: #f7af3e;
	--color-info: #5d9cec;
	--color-gold: #f7af3e;
	--color-white: #fff;
	--color-black: #000;
	--color-gray: #a9a9af;
	--color-grayLight: #eaedf6;
	--color-dark: gray;
	--radius:10px;
}

@media screen and (min-width:768px) {
	::-webkit-scrollbar {width: 4px;height:4px;}
	::-webkit-scrollbar-track {background: #f1f1f1; margin: 5px 0px 5px 0px; border-radius: 10px;}
	::-webkit-scrollbar-thumb {background: var(--color-gray); border-radius: 10px;}
	::-webkit-scrollbar-thumb:hover {background: var(--color-dark); }
}

* { 
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

html{
   direction:unset;
   overflow-x:hidden;
}

body{
   font-family: "IranYekan";
   font-size: 14px;
   direction:rtl;
   overflow-x:hidden;
}

.container {
	padding:0;
	margin:0;
	width:100%;
}

a {
	color:var(--color-primary);
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

.text-muted-list{
   color: black;
   padding-left: 30px;
}

.shadow-top {
	-webkit-box-shadow: 0 -8px 10px -6px #000000;
	-moz-box-shadow: 0 -8px 10px -6px #000000;
	box-shadow: 0 -8px 10px -6px #000000;
}
.fa1{
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 25px;
   text-rendering: auto;
}
.btn-light{
   color: #3b1e9e;
}
.btn-primary {
    color: #fff;
    background-color: #3b1e9e;
    border-color: #3b1e9e;
}
.carousel-caption {
   right: 0px;
   top: 15%;
   left: 40%;
   text-align: right;
}
.icon-title{
   width: 32px;
   height: 32px;
   float: right;
}
.card-light{
   background-color: rgba(189,189,189,0.50);
}
.film{
   background:url("../img/film.png") center top no-repeat;
   height: 449px;
   left: 0.5%;
}
.tx-div
{
   background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(73,26,201,1) 0%, rgba(51,7,145,1) 100%);
   padding-top: 20px;
}
.card-color{
   background-image:  linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(73,26,201,1) 0%, rgba(51,7,145,1) 100%); 
   color: white;
}

.bg{
   width: 50%;
   height: 50%;
   padding-bottom: 5px;
}
.bg-gradient {
	background: rgb(38,19,110);
	background: linear-gradient(330deg, rgba(38,19,110,1) 0%, rgba(9,9,121,1) 35%, #39adc0 100%);
	color: #fff;
}

.myContainer  {
	padding:0;
	margin:0;
	width:100%;
}

img[loading='lazy'] {
	background-size: cover;
	background-image:url(../../default/images/noImage.gif);		
}

/*------------------------------------------------------------------------------
   hide and show and ...
------------------------------------------------------------------------------*/
.show-auto,
.d-block-auto {display:none;}
.show-flex-auto {display:none;}
.show-flex-auto-i {display:none !important;}
@media screen and (max-width:768px) {
	.hide-auto {display: none !important;}
	.show-auto {display: inline-block;}
	.d-block-auto {display: block !important;}
	.show-flex-auto {display: flex !important;}	
	.show-flex-auto-i {display: flex !important;}	
}

/*-------------------------------------------------------------------
blog-header
-------------------------------------------------------------------*/
.blog-header {}
@media screen and (max-width:768px) {
	.blog-header {
		display:none;
	}
}

/*-------------------------------------------------------------------
nav
-------------------------------------------------------------------*/
.nav-title{
   margin: 8px;
}
.navbar {
	
}
.navbar .navbar-brand {
	display:none;
}
.navbar ul.navbar-nav {
	width:100%;
}

.navbar .nav-item{
   font-size: 1.1rem;
   color: #333;
   font-weight: normal;
       padding-left: 15px;
}
.navbar .nav-item .nav-link {
	color: #666;
}

@media screen and (max-width:768px) {
	.nav-item{
		font-size: 1rem;
		padding-left: 0px;
	}
	.navbar .navbar-brand {
		display:inline-block;
	}
	.navbar ul.navbar-nav {
		width:100%;
	}	
}
/*-------------------------------------------------------------------
section
-------------------------------------------------------------------*/
.section {
	position:relative;
	width:100%;
	margin-bottom:25px;
}

.section header,
.section .header {
	display: flex;
	align-items: center;
	justify-content:space-between;
	width: 100%;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 15px;
	color: #000;
}
.section header.text-center ,
.section .header.text-center {
	justify-content:center;
}
.section header.small ,
.section .header.small {
	font-size: 1.2rem;
}
.section .header span,
.section header span{
	padding-right: 5px;
	font-size: 1.8rem;
}

.section .h-fix {
	height: 240px;
}

.section .section-bg {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:calc(50% + 40px);
	background: rgb(38,19,110);
	background: linear-gradient(330deg, rgba(38,19,110,1) 0%, rgba(9,9,121,1) 35%, #39adc0 100%);
	z-index:-1;
}
.section .section-bg + header span,
.section .section-bg + header a{
	color:#fff;
}

@media screen and (max-width: 768px) {
	.section header,
	.section .header{
		font-size: 1.5rem;
		font-weight:bold;
		padding: 10px;
		padding-bottom:0;
	}
	.section header span,
	.section .header span{
		font-size: 1.5rem;
		font-weight:bold;
	}
}

/*------------------------------------------------------------------------------
   .sectionVideo
------------------------------------------------------------------------------*/
.sectionVideo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;	
}
.sectionVideo .sectionVideo-content {
	position:relative;
	width:50%;
}
.sectionVideo .sectionVideo-content .title {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	height:36px;
	line-height:36px;
	text-align:right;
	padding:0 5px;
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
	font-size:1rem;
	font-weight:bold;
	z-index:1;
}
@media screen and (max-width:768px) {
	.sectionVideo .sectionVideo-content {
		width:100%;
	}
}
/*------------------------------------------------------------------------------
   .input
------------------------------------------------------------------------------*/
.input {
	outline:none;
	border:none;
	border-radius:25px !important;
	background-color: #f6f7fb;
	color:#666;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}

/*------------------------------------------------------------------------------
   .mainSlider
------------------------------------------------------------------------------*/
.mainSlider {
	position:relative;
	display:flex;
	align-items:center;
	min-height: 460px;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-image:url(../img/slider/01.jpg);	
}

.mainSlider img:first-child {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: -1;	
}

.mainSlider .mainSlider-box {
	width: 50%;
	text-align:center;
	color:#ffF;
	margin-right:10%;
}

.mainSlider .mainSlider-box h2 {
	color: #fff;
}
.mainSlider .mainSlider-box h4 {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.mainSlider {
		justify-content:center;
		min-height: 320px;
	}	
	.mainSlider .mainSlider-box {
		width: 80%;
		margin-right:unset;
	}
	.mainSlider .mainSlider-box h2 {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.mainSlider .mainSlider-box h4 {
		font-size: 1.1rem;
	}
	.mainSlider .mainSlider-box a {
		font-size: 1rem;
		width:160px;
		margin-bottom:2px;
	}
	.mainSlider .mainSlider-box a i {
		font-size: 1rem !important;
	}	
}

/*-------------------------------------------------------------------
laptop
-------------------------------------------------------------------*/

.laptop {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	/*background:url("../img/laptop.png") center top no-repeat;*/
	height: 550px;
	width: 100%;
	margin-top: 140px;
	display: block;
}
.laptop .section-frame {
	position:absolute;
	transform:translateX(-50%);
	left:50%;
	top:-140px;
	width:65%;
	height:480px;
	background-color:#fff;
	border:25px solid #eaeaea;
	box-shadow:0 0 3px #e6e6e6;
	border-radius:15px;
	padding:1px;
	overflow:auto;
}
.laptop .section-frame .tbl {
	width:100%;
}
.laptop .section-frame .tbl thead th {
	background-color: #fff;
	color: #aaa;
	border: 0;
}
.laptop .section-frame .tbl thead td {
	height:36px;
	text-align:center;
	vertical-align:middle;
}
.laptop .section-frame-botton {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: calc(140px + 25px);
	width: 75%;
	height: 50px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	/*background-color: #eaeaeaa6;*/
}
.laptop .section-footer {
	position:absolute;
	height: 140px;
	width:100%;
	left:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:space-around;
}
.laptop .section-footer h2,
.laptop .section-footer h5{
	color:#fff;
}
@media screen and (max-width:768px) {
	.laptop {
		height: 500px;
	}
	.laptop .section-frame	{
		border-width:5px;
		width:95%;
	}
	.laptop .section-frame-botton {
		display: none;
	}
	.laptop .section-footer h2{
		font-size: 1.3rem;
	}
	.laptop .section-footer h5{
		font-size:1rem;
	}	
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.be-comment-block {
    margin-bottom: 50px !important;
    border: 1px solid #edeff2;
    border-radius: 2px;
    padding: 50px 70px;
    border:1px solid #ffffff;
}

.comments-title {
    font-size: 16px;
    color: #262626;
    margin-bottom: 15px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-img-comment {
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: 15px;
}

.be-ava-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.be-comment-content {
    margin-right: 80px;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-name {
    font-size: 13px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-comment-content a {
    color: #383b43;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-time {
    text-align: right;
}

.be-comment-time {
    font-size: 11px;
    color: #b4b7c1;
}

.be-comment-text {
    font-size: 13px;
    line-height: 18px;
    color: #7a8192;
    display: block;
    background: #f6f6f7;
    border: 1px solid #edeff2;
    padding: 15px 20px 20px 20px;
}

.form-group.fl_icon .icon {
    position: absolute;
    top: 1px;
    left: 16px;
    width: 48px;
    height: 48px;
    background: #f6f6f7;
    color: #b5b8c2;
    text-align: center;
    line-height: 50px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-group .form-input {
    font-size: 13px;
    line-height: 50px;
    font-weight: 400;
    color: #b4b7c1;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #edeff2;
    border-radius: 3px;
}

.form-group.fl_icon .form-input {
    padding-left: 70px;
}

.form-group textarea.form-input {
    height: 150px;
}


.tx-row{
   position: absolute;
   top: 439%;
}

.checked {
  color: orange;
}

.map{
    background:  url("../img/map.jpg") right bottom no-repeat;
    background-repeat: no-repeat;   
    height:500px;
}

.pp{
   padding-top: 4%;
   padding-right: 4%;
}

/*------------------------------------------------------------------------------
   .carousel-item card
------------------------------------------------------------------------------*/
.card {
	border-radius:15px;
}
.card.box-radius-0 {
	border-radius:0px;
}
.carousel-item .card {
	border:0;
	border-radius:15px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	margin:15px 0px;
}
.carousel-item .card.box-radius-0 {
	border-radius:0px;
}
.carousel-item .card .card-body .card-title {
	font-size: 1.2rem;
	font-weight: bold;
}

.carousel-item .card .card-body .card-title.small {
	font-size: 0.9rem;
	font-weight: normal;
}
.carousel-item .card .card-body .card-title.flex {
	display:flex;
	justify-content: space-between;
}
.carousel-item .card .card-body .card-text {
	margin-top:15px;
	text-align:justify;
}

@media screen and (max-width:768px) {
	.carousel-item .col-md-3 {
		padding-left: 2px;
		padding-right: 2px;
	}
}

/*------------------------------------------------------------------------------
   .collapsible
------------------------------------------------------------------------------*/
.collapsible .card {
	border-radius:0;
	margin-bottom:5px;
}
.collapsible .card .card-header {
	border-radius:0;
	background-color:#fff;
}
.collapsible .card .card-body {
	overflow-x:hidden;
}
.collapsible button {
	margin-bottom:0;
	width:100%;
	text-align:right;
	background-color:transparent;
	overflow:hidden;
}
.collapsible button:focus {
	box-shadow:none;
}
.collapsible button i {
	margin-left:10px;
}
@media screen and (max-width:768px) {
	.collapsible .card .card-header {
		padding-left:5px;
		padding-right:5px;
	}
	.collapsible .card .card-body {
		overflow-x:hidden;
		overflow-y:auto;
	}	
	.collapsible button {
		font-size:0.9rem;
		font-weight:bold;
	}		
}

/*------------------------------------------------------------------------------
   .comment
------------------------------------------------------------------------------*/
.comment {
	display:flex;
	align-items: center;
}
.comment img {
	border-radius:100%;
	object-fit:cover;
	margin-left: 10px;
	width:36px;
	height: 36px;
}
.comment .content{
	display:flex;
	align-items:center;
	flex-direction:column;
	color: #7a8192;
	background: #f6f6f7;
	border: 1px solid #edeff2;
	padding: 15px 20px 20px 20px;
}
/*------------------------------------------------------------------------------
   .contactUs
------------------------------------------------------------------------------*/
.contactUs {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:25px 0px;
	margin:0;
	color:#000;
}
.contactUs .map {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height: calc(50% + 25px);
	background-size:cover;
	background-position:center;
	background-image:url(../img/map.jpg);
	z-index:0;
}
.contactUs .form {
	border-radius:15px;
	width:60%;
	background-color:#fff;
	padding:10px;
	z-index:0;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
@media screen and (max-width:768px) {
	.contactUs .form {
		width:95%;
	}
}

/*------------------------------------------------------------------------------
   .page
------------------------------------------------------------------------------*/
.page {
	background-color: #f2f3f5;
}
.page .page-header {
	display:flex;
	justify-content:center;	
	align-items:flex-end;
	width:100%;
	min-height: 320px;
	padding-bottom: 6rem;	
	background-color:#1e2026;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.page .page-header h1 {
	color:#fff;
}
.page .page-content {
	margin-top: -6rem;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

.page .page-content .box {
	margin-bottom: 1rem;
	padding:25px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	background-color:#fff;
}

.page .page-content .box .title {
	color: var(--color-secondary);
	font-size: 1.4rem;
	font-weight:bold;
	margin-bottom:10px;
}

.page .page-content .box .title.larg {
	color: var(--color-secondary);
	font-size: 1.8rem;
	font-weight:bold;
	margin-bottom:25px;
}

.page .page-content .box .body {
	text-align:justify;
	font-size:1rem;
	color:#000;
}
.page .page-content .box .body.d-flex {
	display:flex;
	justify-content: space-around;
	align-items:center;
}
.page .page-content .box .body.d-flex .th {
	display:block;
	font-size:1rem;
	color:#aaa;
	margin-bottom:10px;
	text-align:center;
}
.page .page-content .box .body.d-flex .td {
	display:block;
	font-size:1.2rem;
	font-weight:bold;
	color:#000;
	text-align:center;
}
@media screen and (max-width:768px) {
	.page .page-content	{
		width: 100%;
	}
	.page .page-content .box {
		padding:10px;
	}
}

/*------------------------------------------------------------------------------
   .coinPage
------------------------------------------------------------------------------*/
.coinPage {
	background-color: #f2f3f5;
}
.coinPage .coinPage-header {
	display:flex;
	justify-content:center;	
	align-items:flex-end;
	width:100%;
	min-height: 320px;
	padding-bottom: 4.5rem;	
	background-color:#1e2026;
}
.coinPage .coinPage-header .coinPage-header-inner {
	width:60%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.coinPage .coinPage-header .coinPage-header-inner .percent{
	font-size: 1.2rem !important;
	direction: ltr;
	border-radius: 15px;
	height: 32px;
	line-height: 36px;
	min-width: 64px;
	display: inline-block;
	text-align: center;
}
.coinPage .coinPage-header .coinPage-header-inner .name div {
	font-size:2.2rem;
	color:#fff;
}
.coinPage .coinPage-header .coinPage-header-inner .name img {
	width:72px;
	height:72px;
}
.coinPage .coinPage-header .coinPage-header-inner .price {
	text-align:left;
}
.coinPage .coinPage-header .coinPage-header-inner .price span {
	color:#fff;
	font-size: 2rem;
}
.coinPage .coinPage-header .coinPage-header-inner .price .type {
	margin-right:3px;
	color:#ccc;
}
.coinPage .coinPage-header .coinPage-header-inner .price span.small {
	color:#fff;
	font-size: 1.5rem;
	direction:ltr;
	margin-top:10px;
}

.coinPage .coinPage-content {
	margin-top: -4.5rem;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

.coinPage .coinPage-content .box {
	margin-bottom: 1rem;
	padding:25px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	background-color:#fff;
}

.coinPage .coinPage-content .box .title {
	color: var(--color-secondary);
	font-size: 1.4rem;
	font-weight:bold;
	margin-bottom:10px;
}

.coinPage .coinPage-content .box .title.larg {
	color: var(--color-secondary);
	font-size: 1.8rem;
	font-weight:bold;
	margin-bottom:25px;
}

.coinPage .coinPage-content .box .body {
	text-align:justify;
	font-size:1rem;
	color:#000;
}
.coinPage .coinPage-content .box .body.d-flex {
	display:flex;
	justify-content: space-around;
	align-items:center;
}
.coinPage .coinPage-content .box .body.d-flex .th {
	display:block;
	font-size:1rem;
	color:#aaa;
	margin-bottom:10px;
	text-align:center;
}
.coinPage .coinPage-content .box .body.d-flex .td {
	display:block;
	font-size:1.2rem;
	font-weight:bold;
	color:#000;
	text-align:center;
}
@media screen and (max-width:768px) {
	.coinPage .coinPage-header .coinPage-header-inner {
		width: 100%;
		flex-direction: column;		
	}
	.coinPage .coinPage-header .coinPage-header-inner .name {
		margin-bottom:25px;
	}	
	.coinPage .coinPage-header .coinPage-header-inner .name div {
		font-size:1.8rem;
	}
	.coinPage .coinPage-header .coinPage-header-inner .name img {
		width:64px;
		height:64px;
	}
	.coinPage .coinPage-header .coinPage-header-inner .price span {
		font-size: 1.5rem;
	}
	.coinPage .coinPage-header .coinPage-header-inner .price span.small {
		font-size: 1rem;
	}	
	.coinPage .coinPage-content	{
		width:100%;
	}
	.coinPage .coinPage-content .box {
		padding:5px;
	}
	.coinPage .coinPage-content .box .title {
		padding-left:15px;
		padding-right:15px;
	}	
	.coinPage .coinPage-content .box .title.larg {
		font-size: 1.2rem;
	}	
	.coinPage .coinPage-content .box .body.d-flex {
		display:flex;
		align-items:center;
		flex-wrap: wrap;
	}	
	.coinPage .coinPage-content .box .body.d-flex .th {
		font-size:0.8rem;
		margin-top:5px;
	}
	.coinPage .coinPage-content .box .body.d-flex .td {
		font-size:0.9rem;
		font-weight:normal;
		margin-bottom:5px;
	}
}
/*------------------------------------------------------------------------------
   .footer
------------------------------------------------------------------------------*/
.footer {
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 15px 0;
}

/*------------------------------------------------------------------------------
   #scrollUp js
------------------------------------------------------------------------------*/
#scrollUp {
	right: 10px;
	z-index: 33;
	bottom: 10px;
	text-align: center;
}
#scrollUp i{
	height: 40px;
    width: 40px;
    line-height: 40px;
	background:transparent;
    background:#222;
    border-radius: 100%;
	font-size: 18px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
	display:block;
	color: #fff;
	box-shadow: 0px 4px 19px #00000038;
}
#scrollUp i:hover{
	background:#F7941D;
	color:#fff;
}
