@font-face {
    font-family: 'irSansWeb';
    src: local('irSans'), url('./fonts/IRANSansWeb.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansBlack';
    src: local('irSans'), url('./fonts/IRANSansWeb_Black.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansBold';
    src: local('irSans'), url('./fonts/IRANSansWeb_Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansLight';
    src: local('irSans'), url('./fonts/IRANSansWeb_Light.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansMedium';
    src: local('irSans'), url('./fonts/IRANSansWeb_Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'irSansUltraLight';
    src: local('irSans'), url('./fonts/IRANSansWeb_UltraLight.ttf') format('truetype')
}

:root {
    --header-padding: 15px;
}

*{
	
	font-family: "irSansWeb";
	scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #204288;
    border-radius: 8px;
}

.header-invitation-link {
    text-decoration: none !important;
    color: white !important;
}

.header-invitation-link:hover {
    text-decoration: none !important;
    color: white !important;
    cursor: pointer;
}

.app-main {
    padding: 0px;
}

.active-header {
	text-shadow: 0px 0px orange;
}

.header-link-parent {
    display: flex;
    flex-direction: row;
    gap: 25px;
    list-style: none;
    place-content: end;
    z-index: 2;
    background-color: #0B204A;
    margin-bottom: 0px !important;
    font-size: 14px;
}

#navbarToggleExternalContent .header-link-parent{
    background-color: #233967;
    flex-direction: row-reverse;
}

.header-link a {
    color: #f1f1f1;
    text-decoration: none !important;
    letter-spacing: -0.3px;
    word-spacing: -1.7px;
    white-space: nowrap;
}

.header-nav {
    background-color: #0B204A;
    z-index: -1;
    position: absolute !important;
	pointer-events: "unset";
	opacity: 0;
}

.app-header-socials-text {
    font-size: 14px;
}

.app-header {
	position: sticky;
    top: 0;
    z-index: 100;
    display: grid;
    grid-template-rows: 1fr 1fr;
    background-color: #0B204A;
    color: white;
    padding: 20px 20%;
    padding-bottom: var(--header-padding);
	transition: all 0.5s;
}

.app-header-top-div {
    border-bottom: 1px solid #243C6C;
    padding-bottom: var(--header-padding);
    display: grid;
    align-items: center;
}

.app-header-socials-div {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 15px;
    align-items: center;
}

.header-socials-container {
    display: grid;
    grid-template-columns: repeat(4,max-content);
    grid-gap: 5px;
}

.app-header-top-left-div {
    display: grid;
    grid-template-columns: 1fr max-content;
}

.app-header-bottom-div {
    display: grid;
    grid-template-columns: max-content 1fr;
    padding-top: var(--header-padding);
    align-items: baseline;
}

.app-header-bottom-left-div {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 7px;
}

.header-btn {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 7px;
    border: 0px;
    transition: background-color 0.5s;
    text-decoration: none !important;
}

.btn-signin {
    background-color: #FF773D;
    color: white;
}

.btn-signin:hover {
    background-color: #dd5f29;
    cursor: pointer;
    color: white;
}

.btn-help {
    background-color: white;
    color: black !important;
}

.btn-help:hover {
    background-color: rgb(201, 201, 201);
    cursor: pointer;
}

.social-img-div {
    overflow: hidden;
    border-radius: 50%;
    background-color: #132C5E;
    cursor: pointer;
}

.header-link:hover {
    cursor: pointer;
}

.header-btn:focus {
    outline: none;
}

.pa-info-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pa-info-img-inner-div {
    display: grid;
    place-content: center;
    padding: 70px 0px;
    position: relative;
}

.pa-main-div {
    position: relative;
    display: grid;
    grid-template-columns: max-content max-content;
}

.pa-top-text {
    font-family: 'irSansBold';
    font-size: 20px;
}

.pa-higlight {
    color: #FB8856;
    font-family: 'irSansBold';
}

.pa-text-2 {
    font-family: 'irSansUltraLight';
    border: 1px solid white;
    padding: 10px;
    border-radius: 6px;
    background-color: #ffffff1a;
    color: white;
}

.pa-left-div {
    display: grid;
    grid-template-rows: max-content max-content;
    grid-gap: 30px;
    place-content: center;
}

.pa-left-top-div {
    text-align: center;
    display: grid;
    grid-gap: 15px;
}

.pa-top-text {
    color: white;
}

.pa-left-bottom-div {
    display: grid;
    place-content: center;
    grid-gap: 15px;
}

.social-img {
    padding: 7px;
}

/* /////////////////////// */

.pos-f-t {
    position: relative;
    direction: rtl;
    min-width: 100px;
}

.bg-dark {
    background-color: #0b204a !important;
}

#navbarToggleExternalContent {
    position: absolute;
    width: unset;
    z-index: 10;
    padding: 1px;
    border-radius: 8px;
    background-color: #0b204a;
}

#navbarToggleExternalContent ul {
    padding: 20px;
    border-radius: 8px;
}



/* //////////////////////////////// */

	#header-img-div{
	   
		position: relative;
		background-attachment: scroll;
		min-height:400px;
		
	}

	.header-img{
	
		
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;

	}
		
	.header-navbar{
			
		direction: rtl;
		padding: 30px 90px;
			
		}
		
	.logo{
				
			width:180px;
			fill: #ffffff !important ; 
		}
		
		
	.cadr{
			
			 margin: 70px 0px;
			
		}

	.menu-item-list{
		
		display: grid;
		grid-gap: 13px;
		padding-left: 120px;
		padding-right: 15px;

		}
		
	.card-header{

		background-color: #fff;

	}

	.right-list{
			
    		background: #f2f2f2;
			text-align: end;
			
					
		}
		
	.right-li{
			
			border-bottom: 1px solid #fff;		
			padding: 10px 10px;
			
		}

	.right-ul{
			
			text-align: justify;
		}
		
	.right-group{
			
			text-align: center;
			margin-bottom: 50px;
			font-weight: 700;
		
		}

	.right-a{

		color: #0b204b;
		transition: color 0.1;

	}

	.right-rahnama{

		color: #0b204b;
		transition: color 0.1s;
		
	}

	.right-rahnama:hover{

		color: #FF773D !important;
		text-decoration: none;

	}

	.right-a:hover{

		color: #FF773D !important;
		text-decoration: none;
	}


	.faq-menu-link{

		padding-right: 85px;

	}

	.left-radius{

		border-radius: 7px;
		
	}

	.left-col {
		
		padding: 1px 10px;	
		position: relative;
		overflow: hidden;
		direction: rtl;
		text-align: justify; 
	
		}

	.faq-menu{
	
	    padding: 70px 0px;
	
	}
		
	.entry-content {
		
		padding: 15px 0px 4px 33px;
	    text-align: -webkit-right;
		
	}
	
	 
		
	a {
			
			text-decoration: none;
		}	
		
	.title-faq-cat a:hover {
			 
				color: #0b204b;
				text-decoration: none;
		
			}

		
	ul{
			
			list-style-type: none;
			
		}	

	.menu {
		display: none;
	}

	.active {
		display: block !important;
		
	}


	.list {
		
		display: none;
	}

	.activerah {
		display: block !important;
		
	}

/*
	h5.title-faq-cat:before {
		
		background: #FF773D;
		border-radius: 50%;
		padding: 1px 6px;
		font-size: 18px;
		font-family: 'ElegantIcons';
		content: "+";
		color: #FCF7F7;
		

	}*/


	a {
		
		color:#FF773D;
		
	}


	.active-li {
		
		border-right: 4px solid #FF773D;
	}


@media screen and (max-width: 576px){
	
	.faq-menu-link{

		order:1;
		padding: 15px !important;
	}
	
	.faq-menu{
		
		order:2;
		
	}
	
	.menu-item-list{
		
		padding-left:0px;
		
	}
	

}

@media screen and (max-width: 768px){
	
	.faq-menu-link{

		order:1;
		padding: 10px;
		
	}
	
	
	.faq-menu{
		
		order:2;
		
	}
	
	.menu-item-list{
		
		padding-left:12px;
		
	}
	
}

@media screen and (max-width:1390px){
	
	.faq-menu-link {
		
     padding-right: 0px; 
	
		
	}
	
	*{
		
		font-size: 16px;
		
	}

}


/* HEADER NAV RESPONSIVENESS */

@media screen and (max-width: 1320px) {
    
	.app-header {
        padding: 10px 10%;
		--header-padding: 10px;
    }

	.header-nav {
        z-index: 2;
        position: relative !important;
        pointer-events: unset;
        opacity: 1;
    }

    .header-link-parent {
        z-index: -1;
        position: absolute;
    }

    .app-header {
        padding: 20px 10%;
        padding-bottom: 11px;
    }

    .default-header-nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    
    .app-header-socials-text {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    
    .pa-pc-pic {
        display: none;
    }
}

@media screen and (max-width: 920px) {
    
    #navbarToggleExternalContent .header-link-parent {
        text-align: center;
        display: flex;
        list-style: none;
        place-content: end;
        z-index: 2;
        background-color: #233967;
        margin-bottom: 0px !important;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 576px) {
    
    #navbarToggleExternalContent .header-link-parent {
        display: flex;
        flex-direction: column;
        text-align: center;
        white-space: nowrap;
        list-style: none;
        place-content: end;
        z-index: 2;
        background-color: #233967;
        margin-bottom: 0px !important;
    }

    .left-ul-span {
        display: flex;
        flex-direction: column-reverse;
    }

    .right-ul-span {
        display: flex;
        flex-direction: column-reverse;
    }
}




