/*
Theme Name: IRTIF
Theme URI: http://www.azadcom.com
Author: afarid
Author URI: https://azadcom.com

*/
@import "blog/css.css";
/* STANDARDS */

.smsir .h-16{
    height:0 !important;
    display:none !important;
}
.formArea p{
    text-align:center;
    margin:24px;
}
.smsir button {
    background-color: #1D396A !important;
    color: rgba(255, 255, 255) !important;
}
.smsir .ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
    display: none  !important;
}
.smsir .text-\[\#5B5C60\] {
    --tw-text-opacity: 1;
    color: rgb(91 92 96 / var(--tw-text-opacity));
    display: none !important;
}
*{
    padding: 0px;
    margin: 0px;
    font-family: yekanL !important;
    outline: none !important;
        unicode-bidi: embed;
}

html{
    margin: 0 !important;
    padding: 0 !important;
    scroll-behavior: smooth;
}


ul,li,ol{
    list-style: none;
}

.res{
    display: block;
}
.res img,.res video{
    display: block;
    width:100%;
    height: auto;
}
.frized{
    overflow: hidden;
}

.fit img,.fit video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cen{
    width:1200px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}
.cem{
    width:1276px;
    box-sizing: border-box;
    max-width: 1276px;
    margin: 0 auto;
}
.header {

    grid-template-columns: 22% 56% 22% !important;
    display: grid;

}
.header *,.mainSlide * {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.container{
    padding: 93px 0px;
}
.flexWrp{
    height: 100vh;
     justify-content: center;
}

.flex{
    display: flex;
    align-items: center;
}
.verticalFlex{
    flex-direction: column;
}

.br{
    clear: both;
}
h1,h2,h3,h4{
    font-weight: normal;
    line-height: 1.8em;
}
.s0{
   font-size: .9em;
}
.s1{
   font-size: 1em;
}
.s2{
   font-size: 1.2em;
}
.s3{
   font-size: 1.4em;
}
.s4{
   font-size: 1.6em;
}
.s5{
    font-size: 1.8em;
}
.s6{
    font-size: 2em;
}
.left{
    float: left;
}
.right{
    float: right;
}
.ani *,.ani{
    transition: .2s;
}
.ani2 *,.ani2{
    transition: .3s;
}
.ani3 *,.ani3{
    transition: .5s;
}
.btn{
   padding: 13px 32px;
   padding-bottom: 12px ;

   color:#FFF;
   text-align: center;
   box-sizing: border-box;
   cursor: pointer;
   transition: .2s;
   display: inline-block;
   transition: .3s;
   border-radius: 0px;
   position: relative;
}
.btn span{
   transition: .3s;
    position: relative;
    z-index: 10;
}
.btn:before{
   background: #5E1117;
   transition: .3s;
    position: absolute;
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    display: block;
    content:"";
    transform: skewX(-24deg);
}
.btn:hover{
    transition: .3s;
   color:#FFF;


}
.btn:hover:before{
   background: #811821;
    transform: skewX(24deg);
}

.btn:hover{

}
.btn:active{

}

.pad1{
    padding-bottom: 32px ;
}
.central{
    text-align: center;
}

/* ================================================================== */
/* FONTS */
@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/yekan/YekanBakh-Regular.ttf);
}

@font-face {
    font-family: yekanB;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/yekan/YekanBakh-Bold.ttf);
}

@font-face {
    font-family: yekanM;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/yekan/YekanBakh-SemiBold.ttf);
}

@font-face {
    font-family: yekanL;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/yekan/YekanBakh-Light.ttf);
}
@font-face {
    font-family: yekanT;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/yekan/YekanBakh-Thin.ttf);
}
.t,.t *{
    font-family: yekanT !important;
}
.r,.r *{
    font-family: yekan !important;
}
.l,.l *{
    font-family: yekanL !important;
}
.b,.b *{
    font-family: yekanB !important;
}
.b2,.b2 *{
    font-family: yekanM !important;
}

/* ===================================================================== */
body{
background: #E8A2AB;

    direction: rtl;
    text-align: right;
    line-height: 1.5em;
    font-size: 1em;
    color:#1D3969;
    cursor: default;
    min-height: 100vh;
}
a{
    text-decoration: none;
    color:#5E1117 ;
}
a:hover{
    color:#811821 ;
}
#all{
  min-height: 100vh
}
.int #con{
  padding-top: 100px;
  z-index: 100;
  position: relative;
}


.contents {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 50vh;
    align-items: center;
    color: #1D396A;
    position: relative;
    z-index: 10;
}
.circle{
    width:100vw;
    height: 100vw;
    background: #FFF;
    position: fixed;
    bottom: -77vw;
    right:-40vw;
    border-radius: 999999999px;
}

.vector{
        padding: 40px 10px;
}
.vector2{
    display: none;
}

.contentsArea{
    position: relative;
   padding: 40px 0px;
   padding-top: 120px;

}

.contentsArea h1 {
    font-size: 2.6em;
    line-height: 1.1em;
    padding-bottom: 40px;
    padding-bottom: 24px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.contentsArea h2{
    font-size: 1.1;
    line-height:1.4em;
    padding: .3em 0;
    text-align: center;
}
.logo {
    position: absolute;
    left: 22%;
    top: 2px;
    width: 28%;
}
.btnForm {
    padding: 19px 32px;
    display: block;
    border-radius: 900px;
    background: #FFF;
    box-shadow: 0px 2px 4px rgba(0,0,0,.1);
    text-align: center;
    margin: 1em 0;
    font-size: 1.6em;
    color: #1D396A;
    transition: .3s;
}
.btnForm:hover{

    background: #1D396A;
    box-shadow: 0px 2px 8px rgba(0,0,0,.2);

    color:#FFF;
    transition: .3s;
}
.socials{
    text-align: center;
    padding-top: 12px;
}
.socials a {
    display: inline-block;
    background-position: center;
    width: 40px;
    height: 40px;
    padding: 2px 4px;
    transition: .3s;
    transform: rotate(0deg);
    opacity: 1;
    background-size: contain !important;
    margin: 0 4px;
}
.socials a:hover{

   transform:rotate(10deg);
   transition: .3s;

}
.copy{
    border-top: solid 1px #D9D9D9;
    padding-top:32px;
    margin-top:32px;
    font-size: .8em;
    text-align: center;
    color:#666
}
.mainLogo {
    width: 316px;
    /* margin: 0 auto; */
    position: relative;
    xxz-index: 1001;
    float: left;
    top: 12px;
    left: 0;
}
/*  */



.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*="gform-field-label--type-"])) {
    xxdisplay: none;
    color: #FFF;
    color: #1D396A;
}
.gfield_required{
    display: none;
}
.gform_footer  {
    clear: both;
}
.gform-theme--foundation .gfield .ginput_password, .gform-theme--foundation .gfield input, .gform-theme--foundation .gfield select, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    max-inline-size: 100%;
    border-radius: 12px !important;

    background: rgba(255,255,255,.4) !important;
    border: solid 1px rgba(255,255,255,.7) !important;
    color: #1D396A !important;
    width: 100% !important;
}

.gfield--type-textarea{
    float: none !important;
    clear: both !important;
    width:100% !important;
}

.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message)) {
    margin-block-start: var(--gf-desc-space);
    display: none;
}
.formArea *{
    xxcolor: #FFF !important;
}

.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    padding: 0  !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview_list {
    display: flex;
    flex-direction: column;
    gap: var(--gf-ctrl-file-prev-area-gap);
    margin-block-start: var(--gf-ctrl-file-prev-area-margin-y-start);
    width: 100%;
    background: #FFF;
    color: #222 !important;
    padding: 8px;
    border-radius: 12px;
}
.gform-theme--framework .gform_validation_errors {
    background-color:#FFF !important;
}
.gform-theme--framework .gform_validation_errors *{
    color: #222 !important;
    border-radius: 12px !important;
}

.ginput_preview *{
    color: #222 !important;
}
#input_1_7 {
    padding: 0 !important;
    height: 48px;
    padding-right: 12px !important;
}
#field_1_8{

    width: 100% !important;

}

#input_1_8 {
    padding: 0 !important;
    height: 48px;


    padding-right: 0px !important;

    display: block;

    margin-bottom: 0 !important;

}
#field_1_8 .gfield_label{
    display:block !important;
}
.ginput_container_fileupload {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;

}
.ginput_container_fileupload::before {
    display: block;
    display: none;
    content: "";
    z-index: 11;
    width: 114px;
    height: 100%;
    background: url(images/file.png) no-repeat;
    background-position: center;
    background-size: 40%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FFF;

}
.gform_button {
    padding: 12px 32px !important;
    background: #1D396A !important;
    color: #FFF !important;
    border-radius: 8px !important;
    display: inline-block !important;
    font-size: 1.4em !important;
    box-shadow: 0px 2px 4px rgba(0,0,0,.1) !important;
    transition: .2s;
    width: 100%;
    display: block !important;
    /* all: unset; */
    float: left;
    margin-left: 7px !important;
}
.gform_button:hover{

   background: #1D396A!important;

   box-shadow: 0px 2px 4px rgba(0,0,0,.2)  !important;
   transition: .2s;
}
.gform_footer {
    margin-top: 8px !important;
    padding-right: 8px !important;
}
.trp-language-switcher-container{
    display: none !important;
}
.gform_heading{
    display: none !important;
}

option{
    color:#222 !important;
}
/*  */
.btns{
     display: grid;
    grid-template-columns:  repeat(2, 1fr);
    gap: 32px
}
/* azadMenuBtn */
.azadMenu {
    padding: 80px 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.srchArea{
    display: block;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: .3s;

    background: #FFF;
    visibility: hidden !important;
    opacity: 0;
    transform: scale(.9);
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(164px);
    border: solid 1px rgba(255,255,255,.2);
    padding: 80px 0;
    z-index: 0;
}
.openedSrch .srchArea{
    z-index: 1002;
    transition: .3s;
    transform: scale(1);
    visibility: visible  !important;
    opacity: 1;
}
.opened .azadMenu{
    z-index: 1000;

}
.close{
    width:58px;
    height:58px;
    background: url(images/close.png) no-repeat;
    background-position: center;
    position: absolute;
    right:32px;
    top:32px;
    cursor: pointer;
    transition: .3s;
    border:solid 1px #000;
    border-radius: 200px ;
    filter: invert(1);
    background-color: #000;
    transition: 0;
    border-color: #000;
}
.close:hover{
    border:solid 1px rgba(255,255,255,.6);
    transition: .3s;
}

.azadMenuArea {
    display: block;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: .3s;

    background: #FFF;
    visibility: hidden !important;
    opacity: 0;
    transform: scale(.9);
    background-color: rgba(255, 255, 255, 0.7);
    background-color: #E8A2AB;
    backdrop-filter: blur(164px);
    border: solid 1px rgba(255,255,255,.2);
    padding: 80px 0;

}

.opened .azadMenuArea{
    transition: .3s;
    transform: scale(1);
    visibility: visible  !important;
    opacity: 1;
}
.azadMenuBtnWrp {
    position: fixed;
    position: relative;
    padding: 32px 0;
    z-index: 1001;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    transition: .3s;
}
.logoBar{
    float:left;
}

.fixed.azadMenuBtnWrp {
    transition: .3s;
    padding: 12px 0;
    transition: .3s;
}
.azadMenuBtn {
    width: 64px;
    height: 64px;
    position: relative;
    xxtop: -16px;
    margin-left: 8px;
    margin-right: 8px;
    transition: .3s;
    cursor: pointer;
    z-index: 1001;
    background: #F8F8F8;
    border-radius: 90%;
    overflow: hidden;

    background-color: rgba(255, 255, 255, 0.0);
    backdrop-filter: blur(12px);
    border: solid 1px rgba(255,255,255,0);

}
.fixed .srchBtn, .fixed .azadMenuBtn{
    box-shadow: 0px 1px 3px rgba(0,0,0,.1) ;
}

.opened .azadMenuBtn {
    box-shadow: 0px 3px 12px rgba(0,0,0,.06);
    transition: .3s;
    background: #FFF;
}
.azadMenuBtn:hover {
    transition: .3s;
   background-color: rgba(255, 255, 255, 1);
}
.opened .azadMenuBtn:hover .az_ln{
   xxbackground: #FFF;
   transition: .3s;
}
.az_lnArea {
    position: relative;
    width: 100%;
    height: 100%;
    top: 2px;
    left: -1px;
    transition: 0.3s ease-in-out !important;
}
.az_ln{
    width:32px;
    height: 2px;
    background: #1D396A;
    position: absolute;
    top:20px;;
    left:17px;
    transition: .3s;
   opacity: 1;
}
.az_ln1{
    top:20px;
    left:17px;
}
.az_ln2{
    top:30px;
    left:17px;
}
.az_ln3{
    top:40px;
    left:17px;
}
.opened .az_ln1{
   transition: .3s;
   transform: rotate(-45deg);
   top:30px;
}
.opened .az_ln2{
   transition: .3s;
   left:80px;
   opacity: 0;
   xxtransform: rotate(90deg)
}
.opened .az_ln3{
   transition: .3s;
   transform: rotate(45deg);
   top:30px;
}
.azadMenuItems{
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    width:100%;
    xxmargin-top: 40px;
    height: 100%;
}
.azadMenuItems div{
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    width:100%;

}
.azadMenuItems ul{
    margin: 0 auto
}
.azadMenuItems ul li,.azadMenuItems ul li a{
    display:block;


}
.azadMenuItems ul li a{
    color:#1D396A;
    font-size: 1.3em;
    padding: 12px 24px;
    transform: scale(1);
    transition: .3s;
    font-family: yekanB !important;

}
.azadMenuItems ul li a:hover{
    transform: scale(1.1);
    color:#000;
    transition: .3s;
}


/*  */
.mainHeader {
    position: fixed;
    width: 100%;
    z-index: 1002;
    background: #E8A2AB
}
.mainLogo {
    width: 200px;
    /* margin: 0 auto; */
    position: relative;
    xxz-index: 1001;
    float: left;
    top: 34px;
    left: 0;
}
.siteTitle{
    text-align: center;
    padding: 12px 0;
    color:#333;
    font-size: 2em;
    position: relative;
    z-index: 10;
    display: none;
}
.gform-theme--foundation .gform-grid-col {
    flex: none;
    inline-size: 100%;
    padding-inline: calc(var(--gf-field-gap-x)/ 2);
    width: 100% !important;
}
.gform-theme--foundation .gform-grid-row {
    display: grid;
    flex-flow: row wrap;
    margin-inline: calc(var(--gf-field-gap-x) * -1 / 2);
    row-gap: var(--gf-field-gap-y);
    grid-template-columns: repeat(3, 1fr) !important;
}
.gform-field-label--type-sub{
    display: none !important;
}
.large.gfield_select{
    padding: 0px 12px !important;
}
.formArea select{
    padding: 2px 12px !important;
    height: 47px;
    box-sizing: border-box;
}
.formArea input{
    padding: 22px 12px !important
}
;
#field_2_8, #field_2_13, #field_2_14{
    width: 100%
}
.gform-footer{
    display: block !important;
}

/*  */
.page-template-page-form-php #con, .page-template-page-form-php2 #con{
    padding-top: 0px;
    padding: 40px 0;
}
.page-template-page-form-php #con,
.page-template-page-form-php2 #con,
.home #con
  {
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 100vh;
}
.loginArea {
    float: right;
    position: relative;
    top: 15px;
    right: 24px;
}
.smsir .modal-close[data-v-c6d74706] {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 99pc;
    width: 48px;
    height: 50px;
}
.logoutBtn{
    display: block;
    padding: .5rem 1rem;
    border: none;
    border-radius: .375rem;
    cursor: pointer;
    float: right;
    position: relative;
    top: 0px;
    right: 0px;
    background-color: #1D396A !important;
    color: rgba(255, 255, 255) !important;

}
.formTitle span{
    font-size: .6em !important;
}
.dateArea {
    grid-template-columns: 50% 50%;
    display: grid;
    border-radius: 12px !important;
    padding: 22px 12px !important;
    background: rgba(255,255,255,.4) !important;
    border: solid 1px rgba(255,255,255,.7) !important;


    box-sizing: border-box;
    margin: 9px 0px;
}
.eventInfo div{
    font-size: 1em;
    padding-bottom: .4em
}
.eventInfo span{
    font-size: 1.2em;
    display: block;
}
.smsir div.items-center.flex {
    background-color: rgb(232, 162, 171) !important;
    box-shadow: none;
}
.smsir .modal-content[data-v-c6d74706] {
    padding: 2rem;
    border-radius: 1.5rem !important;
    position: relative;
    overflow-y: auto;
    background: #e8a2ab !important;
}
.smsir .modal-close[data-v-c6d74706] {
    position: absolute;
    top: 1rem !important;
    right: 1rem !important;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 15px;
}
.not{
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 12px !important;
    background: rgba(255,255,255,.4) !important;
    border: solid 1px rgba(255,255,255,.7) !important;
    color: #1D396A !important;
    width: 100% !important;

}
.gform-theme--foundation .gform_fields {
    display: grid;
    width: 100%;
    float: none;
    box-sizing: border-box;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px !important;
}
.gform-theme--foundation .gfield--width-full {
    xxgrid-column: span 12;
    xxall: unset;
}
.gform-theme--foundation .gfield {

    xxdisplay: block;
    width: 100%;
    float: none;
    padding: 8px 0px;
    xxheight: 90px;
    box-sizing: border-box;
}
.gform-theme--foundation .gfield {
    grid-column: unset !important;

}
/*.gfield--type-fileupload {
    position: relative !important;
    top: -6em !important;
}*/


.formChanger {
    max-inline-size: 100%;
    border-radius: 12px !important;
    background: rgba(255,255,255,.4) !important;
    border: solid 1px rgba(255,255,255,.7) !important;
    color: #1D396A !important;
    width: 100% !important;
    padding: 12px;
    font-size: 1.1em;
}

.dateArea,.formArea  {
    transition: .5s;
    opacity: 1
}
.hide{
    transition: .5s;
    opacity: 0
}
.show{
    display: block !important;
}

.wait {
    display: none;
    margin-top: 9px;
}
