@font-face {
    font-family:'IRANSans';
    src: url('../fonts/iraniansans.ttf') format('truetype'),
        url('../fonts/iraniansans.woff') format('woff');
    font-style:normal;
    font-weight:normal;
}
* {
    direction: rtl;
}
body {
    background: #f7f7f7;
	overflow-x: hidden;
}
.row{
    flex-direction: row-reverse;
}
a:hover, a:active {
    text-decoration: none;
    
}
.container-fluid {
    padding: 0;
}
.left-container {
    position: relative;
    padding:0;
}
.right-container {
    background-color: rgb(253,253,253);
    background-image: 
url("../img/background-right.png"), -moz-linear-gradient(90deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    background-image: 
url("../img/background-right.png"), -webkit-linear-gradient(90deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    background-image: 
url("../img/background-right.png"), linear-gradient(90deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfdfd",endColorstr="#f2f2f2",GradientType=1); 
    background-repeat: no-repeat;
    text-align: center;
    background-position: right top;
}
@media (max-width:991px) {
    .right-container{
        position: relative;
        z-index: 200;
        background-image: none;
        background-color: transparent;
        margin-top: 50px;
    }
}
@media (max-width:576px){
     .right-container{
        margin-top: 25px;
    }
}
.middle-container {
    padding-left: 0;
     background-color: rgb(253,253,253);
    background-image: 
url("../img/background-right.png"), -moz-linear-gradient(90deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    background-image: 
url("../img/background-right.png"), -webkit-linear-gradient(90deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    background-image: 
url("../img/background-right.png"), linear-gradient(90deg, rgba(253,253,253,1) 0%, rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfdfd",endColorstr="#f2f2f2",GradientType=1); 
    background-repeat: no-repeat;
    text-align: center;
    background-position: right top;
}
.slider-wrapper{
    width: 100%;
    position: relative;
}

.right-container hr {
    border: 1px solid #02be72;
}
.slide {
    display: none;
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
}
.slide-caption{
    display: none;
}
.active {
    display: block;
}
.slide.active .slide-caption.active {
    display: block;
}
.slide img{
    width: 100%;

}
.slider-nav{
    position: absolute;
    margin-top: 45%;
    left: 50%;
    z-index: 50;
    direction: ltr;
    width: 12%;
    text-align: center;
}
.slider-previous, .slider-next {
	font-size: 1px;
	color: #c0c0c0;
    cursor:pointer;
    padding: 0;
    display: inline-block;
    max-width: 45%;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding:8px;
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid #eee;
}
@media (max-width:576px) {
    .slider-previous, .slider-next{
        padding:5px;
    }
    
}
.slider-previous span, .slider-next span{
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    height: auto;
}
.slider-previous img, .slider-next img{
    max-width: 100%;
    opacity: 0.7;
}
.slider-previous:hover img, .slider-next:hover img{
    opacity: 1;   
}
.slider-previous:hover, .slider-next:hover{
    color: #6f6f6f;
}
.absolute-wrapper {
	margin-top: 52%;
	width: 100%;
}
.content {
    z-index: 60;
    text-align: right;
    margin-right: 5%;

}
.curved-frame {
    height: auto;
	position: absolute;
	width: 100%;
	z-index: 22;
	top: 0;
    left: 0;
    background-image: url("../img/frame-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    
}
@media (max-width:991px){
    .curved-frame {
        height: 73vw;
    }
    .middle-container .logo-wrapper{
        padding: 0px !important;
    }
    .logo-wrapper{
        margin-top: -18%;
    }
    .imglogo{
        margin-right: 9%;
    }
    .lowz{
        z-index: 0;
    }
    .big-button{
        width: 98% !important;
        right: 1.5%;
    }
    .button-title div{
        font-size: 2rem !important;
    }
.sub-title{
    margin-top: 5% !important;
}
.content{
    font-size: 1.3rem;
}
}
.content h1{
    font-family: "IRANSans";
    font-size: 3.4vw;
    color: #009152;
    margin-bottom: 0;
    font-weight: bold;
}
.content p{
    font-family: "IRANSans";
    font-size: 1.8vw;
    width: 65%;
    text-align: justify;
    color: #230a0a;
    border-right: 2px solid #02be72;
    padding: 10px;
}

.img-frame {
    width: 100%;
}

.logo-wrapper  {
	padding-top: 3%;
    
    width: 100%;
    text-align: center;
}
.logo-wrapper img {
    width: 60%;
    max-width: 180px;
    height: auto;
}
.right-container>.logo-wrapper {
    display: none;
}
@media (min-width:992px) {
    .right-container>.logo-wrapper{
        display: block;
    } 
}
.middle-container .logo-wrapper {
   padding: 20% 10% 10% 0; 
}

.middle-container .logo-wrapper img{
    width: 100%;
}
.big-button {
    border-radius: 12px;
    display: block;
    width: 70%;
    padding-right: 0;
    background: #414141;
    border: 0;
    margin: 22px 0;
    position: relative;
}
@media (min-width:768px){
    
}
@media (min-width:992px) {
    .big-button {
        width: 70%;
        margin: 5px auto;

    }

}
.big-button .button-image{
    float: right;
	padding-top: 18%;
    padding-right: 3%;
    border-radius: 0 12px 12px 0;
    width: 10%;
}
.button-image img{
    width: 75%;
    height: auto;
}
.ideaportal-button {
    box-shadow: 1px 3px 4px 2px rgba(160,124,180,0.3);
}
.ideaportal-button .button-image{
    background: #a07cb4;
}
.idealms-button{
    box-shadow: 1px 3px 4px 2px rgba(241,195,59,0.3);
}
.idealms-button .button-image{
    background: #f1c33b;
}
.ideasystem-button{
    box-shadow: 1px 3px 4px 2px rgba(241,195,59,0.3);
}
.ideasystem-button .button-image{
    background: #2cb4aa;
}
.ideaweb-button{
    box-shadow: 1px 3px 4px 2px rgba(64,151,68,0.3);
}
.ideaweb-button .button-image{
    background: #007bff;
}
.ideapea-button{
    box-shadow: 1px 3px 4px 2px rgba(64,151,68,0.3);
}
.ideapea-button .button-image{
    background: #52f739;
}
.ideaoids-button{
    box-shadow: 1px 3px 4px 2px rgba(64,151,68,0.3);
}
.ideaoids-button .button-image{
    background: #409744;
}
.idearms-button{
    box-shadow: 1px 3px 4px 2px rgba(64,151,68,0.3);
}
.idearms-button .button-image{
    background: #414141
}
.button-title{
    padding-top: 5px;
}
.ideaportal-title{
    color: #a07cb4;
}
.ideaoids-title{
    color: #409744;
}
.idearms-title{
    color: #414141
}
.idealms-title{
    color: #f1c33b;
}
.ideasystem-title{
    color: #2cb4aa;
}
.ideaweb-title{
    color: #007bff;
}
.ideapea-title{
    color: #52f739;
}
.button-title{
    font-family: "IRANSans";

}
.big-button .button-title .up-title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top:5px;
	text-align: right;
    padding-right: 18%;
}
.big-button .button-title .sub-title {
    font-size: 12px;
    text-align: left;
	margin: 2%;
}
.manage-button {
    border-radius: 12px;
    display: block;
    width: 60%;
    background: #f4f4f4;
    border: 0;
    margin: 75% 0 13%;
    position: relative;
    box-shadow: 0px 2px 10px 3px rgba(0,103,190,0.2);
    text-align: left;
    padding:5px;
}
@media(max-width:992px){
    .manage-button {
        margin :35% 0 10%;
        width: 45%;
    }
}
.manage-button .button-title .up-title {
    font-size: 16px;
    color: #0067be;
    font-weight: bold;
    margin-top:5px;
	text-align: right;
    padding-right: 18%;
}
.manage-wrapper{
    width: 100%;
    text-align: center;
}
.manage-button .button-title .sub-title {
    font-size: 12px;
    text-align: left;
    margin-top: 2px;
    color: #929292;
}

.overlay{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.2);
    height: 50%;
    transition: height 0.5s;
    
}
.button-wrapper {
    width: 100%;
    text-align: center;
}
@media (min-width:576px) {

    
}
@media (min-width:768px) {
    .big-button .button-title .sub-title, .manage-button .button-title .sub-title {
        font-size: 12px;
    }
    .big-button .button-title .up-title, .manage-button .button-title .up-title {
        
        font-size: 16px;
    }
    .content h1{
        font-size: 1.7em;
    }
    .content p{
        font-size: 0.95em;
    }
    .absolute-wrapper {
        float: right;
    }
    .absolute-wrapper::after{
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
    }
    .content {
        float: right;
    } 
}
.absolute-bg{
    display: none;
    width: 47%;
    position: absolute;
    left: -15%;
    top: 0;
    z-index: 250;
}
@media (min-width:992px) {
    .big-button .button-title .sub-title, .manage-button .button-title .sub-title {
        font-size: 12px;
		margin: 2%;
    }
    .big-button .button-title .up-title, .manage-button .button-title .up-title {
        font-size: 16px;
        margin-top: 5px;
    }
    .content h1{
        font-size: 2.7vw;
    }
    .content p{
        font-size: 1.3vw;
    }
    .absolute-wrapper {
        position: absolute;
    }
    .content {
        position: absolute;
    }   
    .curved-frame {
        height: 100%;
    }
    .absolute-bg{
        display: block;
    }
    
}
.big-button:hover .overlay{
    background: rgba(255,255,255,0.2);
    height: 100%;
}
.big-button:hover .button-title .up-title{
    text-shadow: 2px 2px 2px #000; 
}


