﻿        .aca{
            border-radius:15px;
            text-decoration:none;
			box-shadow:10px 10px 10px #808080;
        }
        .aca:hover {
            /*border:2px double #e0dcdc;*/
            transform:scale(1.1);
            text-decoration:none;
        }
        .parts{
            color:white;
            font-family:fntTehran;
            font-weight:bold;
            font-size:xx-large; 
        }
        .parts:hover{
            background-color:darkblue;   
            color:yellow;         
            transform:translateY(-2);
            text-decoration:none;
            border-radius:7px;
        }
    	.CommTitels {
			font-family:fntYekan;
			font-size:large;			
			width:110px;
			margin-left:5px;
			direction:rtl;
    	}

        .PartBack{
            display:inline-block;
            margin-top:5px;
            margin-bottom:15px;            
            border-top:10px solid;
            border-bottom:10px solid;
            box-shadow:rgba(0,0,0,0.2) 10px 10px;
            padding:1px;
            
        }
        .PartBack:hover
        {
            transform:translateY(5px);
        }
        .PartBack_Middel{
            display:flex;
            flex-direction:row;
            align-content:space-around;
            flex-wrap:wrap;
            height:150px;
        }
        .PartBack_Middel_Right {
            display:flex;
            flex-direction:column;
            align-content:center;
            flex-wrap:wrap;
        }
    	.PartBack_Middel_SubTitle {
			font-family:fntYekan;
			font-size:large;
			color:yellow;
    	}
    	.PartBack_Middel_ImgDiv {
			display:flex;
			flex-direction:column;
			vertical-align:central;
    	}
    	.PartBack_Middel_Img {
			border:1px solid #4c8bf5;
			border-radius:7px;
			/*box-shadow: #eef1f3 3px 3px;*/
			transform:rotate(-20deg)			
    	}
    		.PartBack_Middel_Img:hover {
    			transform:rotate(0deg);
    	}
        .DownPart{
                display:flex;
                flex-direction:row;
                justify-content:space-around;
                word-wrap:break-word;
                width:100%;
                text-align:center;
                direction:rtl;
                margin-bottom:25px;
            }
		/*Person comments*/
		 .survey-container {
        max-width: 500px;
        background: #fff;
        margin: 5px auto;
        padding: 5px 5px;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }

    h2 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 22px;
        color: #333;
    }

    label {
        font-size: 15px;
        display: block;
        margin-bottom: 6px;
        color: #444;
    }

    input, textarea {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #d0d4da;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 18px;
        box-sizing: border-box;
        transition: 0.2s;
        font-family: IRANSansX, sans-serif;
    }

    input:focus,
    textarea:focus {
        border-color: #4c8bf5;
        outline: none;
        box-shadow: 0 0 3px rgba(76,139,245,0.5);
    }

    textarea {
        resize: none;
        min-height: 100px;
    }

    button {
        width: 100%;
        padding: 12px;
        border: none;
        background: #4c8bf5;
        color: #fff;
        font-size: 16px;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.2s;
        font-family: IRANSansX, sans-serif;
    }

    button:hover {
        background: #3d77dd;
    }
    .TopItems{
        text-align:center;
        margin-top:10px;
        margin-bottom:10px;
    }
    .BottomButtens{
        width:150px;
        margin-left:10px;
        height:45px;
        font-family:fntYekan;
        font-size:large;
        background-color:#cc4c4c;
        color:white;
        border-radius:25px;
    }

    /* رسپانسیو */
@media (max-width: 480px) {
    .survey-container {
        margin: 20px;
        padding: 20px;
    }

    h2 {
        font-size: 20px;
    }
}
    


