/* GENERAL STYLES */
@font-face {
    font-family: 'IRANSansM';
    src: url('./font/IRANSans_Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'IRANSansB';
    src: url('./font/IRANSans_Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'IRANSansR';
    src: url('./font/IRANSans_Light.ttf') format('truetype')
}

@font-face {
    font-family: 'IRANSans';
    src: url('./font/IRANSans.ttf') format('truetype')
}

html, body {
    height: 100%;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'IRANSansM';  
}

section {
    overflow-x: hidden;
}

.outer-container {
    overflow-x: hidden;
}

.inner-container {
    margin: 0 5em;
} 

.main {
    margin-top: 19em;
}

@media (max-width : 992px) {
    .inner-container {
        margin: 0 2.5em;
    }
    section .inner-container {
        margin: 0 2em;
    }
    .main {
        margin-top: 3em;
    }
}

/* HEADER STYLES */
.header {
    position: relative;
    width: 100%;
}



.header-mask {
    width: 100%;
    margin-top: -6em;
    min-height: 660px;
}

.alis-container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 7.3em auto 0;
    width: max-content;
}

.alis-wrapper {
    position: relative;
    background-color: #065D2E;
    border-radius: 2.8em;
    padding: 2.3em 3em 1.7em;
    margin-right: -7em;
    width: 763px;
    height: 264px;
}

.alis {
    position: absolute;
    top: -2.7em;
    right: .5em;
}

.alis-img {
    width: 267px;
}

.alis-text {
    margin: 3em 1.5em 0 0;
    font-family: 'IRANSansB';
}

.alis-family {
    font-size: 2.9em;
    color: #F4E61E;
}

.alis-gift {
    font-size: 1.7em;
    color: #ffffff;
}

.bottom-line {
    position: relative;
}

.bottom-line::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #FED12E;
    border-radius: 1em;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ellipse {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.header-alis14 {
    display: block;
    position: absolute;
    left: -10.5em;
    top: -5em;
    width: 400px;
}

.chance-wrapper {
    position: relative;
    margin-top: -7em;
}

.chance-container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    background-color: white;
    margin: 0 7.2%;
    padding: 3em 0;
    border-radius: 1.25em;
    -webkit-box-shadow: 0px 0px 20px -2px #3E3C3C29; 
    box-shadow: 0px 0px 20px -2px #3E3C3C29;
}

.chance-title {
    font-family: 'IRANSansB';
    font-size: 1.37em;
    color: #042340;
    margin-bottom: .5em;
}

.tilte-line {
    position: relative;
}

.tilte-line::before{
    content: ' ';
    display: inline-block;
    width: 92%;
    height: .3em;
    background-color: #FED12E;
    opacity: 60%;
    border-radius: 1em;
    position: absolute;
    bottom: 0;
    left: .7em;
    top: .8em;
    z-index: -1;
}

.chance-content {
    font-size: 15px;
    color: #6E6E6E;
    margin: 0 auto 2em;
    width: 42em;
    line-height: 1.8em;
}

@media (max-width : 992px) {
    .header .inner-container {
        margin: 0;
    }

    .chance-content {
        width: auto;
    }
    .chance-container {
        position: relative;
        text-align: center;
        background-color: white;
        padding: 3em 2em;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 20px -2px #3E3C3C29; 
        box-shadow: 0px 0px 20px -2px #3E3C3C29;
        margin-top: 18.5em;
    }
    .tilte-line::before{
        left: -.2em;
    }
    .header-mask {
        display: none;
    }
    .mask-wrapper {
        background-image: url('./images/hedaer2.jpg');
        background-repeat: no-repeat;
        height: 556px;
        background-position: bottom left;
        margin-left: -6px;
    }
    .alis {
        position: absolute;
        top: 196px;
        right: .1em;
    }
    .alis-img {
        width: 195.5px;
    } 
    .alis-container {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding-left: 4.5em;
        padding-top: 10em;
        width: 100%;
    }
    .alis-wrapper {
        position: relative;
        background-color: #065D2E;
        border-radius: 2.8em 0 0 2.8em;
        padding: 0;
        margin-right: 0;
        width: auto;
        height: auto;
        padding-top: 21em;
        padding-right: 2em;
        padding-left: 0;
        margin-top: 0;
        padding-bottom: 3em;
        /*max-width: 362px;*/
    }

	.chance-wrapper {
    margin-top: 25em;
}
    
    .alis-text {
        margin: 0;
        font-family: 'IRANSansB';
    }
    
    .alis-family {
        font-size: 54px;
        color: #F4E61E;
    }
    
    .alis-gift {
        font-size: 2.5em;
        color: #ffffff;
    }
    .header-alis14 {
        display: block;
        position: absolute;
        left: -5.5em;
        top: -1.8em;
        width: 325px;
    }
    .bottom-line::after {
        bottom: 8px;
        right: 0;
    }
    .ellipse {
        position: absolute;
        top: 11em;
        bottom: 0;
        margin: auto -.8em;
        width: 64.84px;
    }
}

@media (max-width : 380px) {
    .alis-family {
        font-size: 45px;
    }
    .alis-gift {
        font-size: 2em;
    }
}

/* VIDEO-SECTION STYLES */
.video-wrapper {
    position: relative;  
}

.video-bg{
    width: 100%;
    display: block;
    position: relative;
    object-position: center;
    object-fit: cover;
    margin: auto;
}

.video-wrapper video {
    position: absolute;
    background-color: #282828;
    top: 1.2em;
    left: 1em;
    right: 0;
    bottom: 0;
    border-radius: 1.25em;
    width: 78%;
    margin: auto;
    border: .4em solid #fff;
    -webkit-box-shadow: 0px 0px 12px -2px #EEECEC; 
    box-shadow: 0px 0px 12px -2px #EEECEC;
}

video[poster] {
    object-fit: cover;
}

.video-desc {
    text-align: right;
}

.title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
}

.green-line {
    width: 3.8em;
    height: .38em;
    background-color: #7FCE15;
    opacity: 25%;
    border-radius: .5em;
    margin-left: 1.1em;
}

.video-green-line {
    display: none !important;
}

@media (min-width : 992px) {
    .video-container {
        margin-right: .5em;
    }
    .title-wrapper {
        justify-content: flex-start;
    }
    .video-green-line {
        display: block;
    }

    .video-container .green-line {
        display: block !important;
    }
}

.video-title {
    font-size: 1.75em;
    font-weight: bold;
    color: #001D5E;
}

.video-content {
    font-size: 15px;
    line-height: 2em;
    color: #656C7B;
    margin: 0 auto;
    margin-top: .8em;
}

.video-bg-m {
    display: none;
}

@media (min-width : 992px) {
    .video-content {
        font-size: 15px;
        line-height: 2em;
        margin-top: .8em;
        margin-left: 5em;
    }
}

@media (max-width : 992px) {
    .video-section .inner-container {
        margin: 0;
    }

    .video-desc {
        padding: 0 3em;
    }

    .video-bg {
        display: none;
    }

    .video-bg-m {
        width: 100%;
        display: block;
        position: relative;
        object-position: center;
        object-fit: cover;
        margin: auto;
    }
    .video-wrapper video {
        position: absolute;
        background-color: #282828;
        top: -7px;
        left: -0.5em;
        right: 0;
        bottom: 0;
        border-radius: 1.25em;
        width: 78%;
        margin: auto;
        border: .4em solid #fff;
        -webkit-box-shadow: 0px 0px 12px -2px #EEECEC;
        box-shadow: 0px 0px 12px -2px #EEECEC;
        height: 73%;
    }
    .title-wrapper {
        margin-top: 1em;
    }
}

/* CONDITION-SECTION STYLES */
.condition-section {
    margin-top: 9em;
    font-family: 'IRANSansB';
}

.condition-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

.condition-title h3 {
    color: #333456;
    font-size: 1.375em;
    white-space: nowrap;
}

.condition-title .green-line {
    margin: 0 1em;
}

.conditions-wrapper {
    padding: 0 6em;
    display: flex;
    align-items: center;
}

.condition-wrapper{
    display: flex;
}

.condition-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 1.7em;
}

.condition-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.condition-img {
    position: relative;
    flex-shrink: 0;
}

.condition-img img {
}

.condition-line {
}

.large-line {
    display: none;
}

.short-line {
    margin: .2em 0;
}

.condition-desc {
    font-size: 15px;
    margin-bottom: 0;
    color: #333456;
    line-height: 1.7em;
}

.conditions-images {
   text-align: left;
   margin-right: 1.5em;
}

.conditions-images img {
    width: 33.67vw;
    max-width: 28.75em;
    margin-top: 2em;
}

@media (max-width : 992px) {
    .condition-section .inner-container {
        margin: 0 2em;
    }
    .conditions-wrapper {
        flex-direction: column;
        padding: 0;
    }
    .condition-wrapper {
        padding: 1em 0;
    }
    .conditions-images {
        order: -1;
        width: 100%;
        text-align: center;
    }
    .green-line {
        display: block;
        margin: 0 !important;
    }
    .conditions-images img {
        width: 19.75em;
        margin-top: 1em;
        margin-right: -1.5em;
    }
    
    .condition-title h3 {
        margin: 0 .4em;
    }
}

@media (max-width : 576px) {
    .condition-desc {
        justify-content: space-between;
    }
    .condition-icons {
        margin-left: .9em;
    }
    .large-line {
        display: block;
        margin: .5em 0;
    } 
    .short-line {
        display: none;
    }
}

/* TIME-SECTION STYLES */
.time-section {
    overflow-x: hidden;
}

.time-wrapper {
    position: relative;
    background: rgb(35,83,7);
    background: linear-gradient(121deg, rgba(35,83,7,1) 0%, rgba(51,120,10,1) 67%); 
    border-radius: 2em;
    padding: 5.5em 4em 2em;
    width: 100%;
    margin: 0 auto;
    margin-top: 16vw;
    -webkit-box-shadow: 0px 0px 20px -2px #C8C6C682; 
    box-shadow: 0px 0px 20px -2px #C8C6C682;
}

@media (max-width : 992px) {
    .time-wrapper {
        margin-top: 10em;
        padding: 5.5em 0 2em;
        border-radius: 0;
    }

    .time-section .inner-container {
        margin: 0;
    }
}

.man-img {
    position: absolute;
    bottom: 0;
    right: 3em;
    width: max-content;
}

.man-img img{
    max-width: 28.75em;
    width: 33.82vw;
}

@media (max-width : 992px) {
    .man-img {
        position: absolute;
        top: -5.5em;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .man-img img {
        width: 334px;    
    }
   
}

.time-content {
    position: relative;
    padding-right: 5em;
    padding-bottom: 1.7em;
}

.content-pattern {
    position: absolute;
    top: -2em;
    right: 2.5em;
}

@media (max-width : 992px) {
    .time-extra {
        width: 100%;
        height: 14.5em;
    }

    .time-content {
        padding: 0 3em;
    }

    .content-pattern {
        top: -1.5em;
        right: 1em;
    }
}

.content-title {
    font-size: 1.87em;
    font-family: 'IRANSansB';
    color: #ffffff;
    margin-bottom: .4em;
}

.content-desc {
    font-size: 1.125em;
    color: #FED12E;
    line-height: 1.8em;
    text-align: justify;
}

.white-color {
    color: #ffffff;
}

.web-link {
    text-decoration: none;
    background-color: #DE2648;
    color: #fff;
    font-size: 1.125em;
    font-family: 'IRANSansB';
    padding: .2em 1em;
    border-radius: .5em;
    display: table;
    margin-right: auto;
    transition: all .4s;
}

@media (max-width : 992px) {
    .web-link {
        margin-bottom: 2em;
    }
}

.web-link:hover {
    background-color: #fff;
    color: #DE2648;
}

.circles-wrapper {
    display :none;
    position: absolute;
    bottom: .5em;
    padding: 0;
    right: 93.5%;
    width: max-content;
}

@media (min-width : 996px) {
    .circles-wrapper {
        display :block;
    }
}

.time-circles {
}

/* GIFT-SECTION STYLES */
.gift-section {
    padding-top: 10em;
}

.gift-wrapper {
    padding: 0 4em;
}

.gift-image {
    text-align: left;
}

.gift-content {
    padding: 0 2em;
}

.gift-title1 {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
}

.gift-title1 h3 {
    font-family: 'IRANSansM';
    font-size: 1.2em;
    color: #065D2E;
    margin: 0;
}

.gift-line {
    display: block;
    width: 1.6em;
    height: .18em;
    background-color: #7FCE15;
    opacity: 62%;
    border-radius: .5em;
    margin: 0 .4em;
}

.gift-title2 {
    color: #001D5E;
    font-size: 1.62em;
    font-family: 'IRANSansB';
    white-space: nowrap;
}

.gift-box {
    display: flex;
    align-items: center;
    margin: 1em 0;
}

.box-img {

}

.box-text {
    color: #31740A;
    font-size: 1.37em;
    font-family: 'IRANSansB';
    font-weight: bold;
    margin: 0;
    padding-right: .6em;
}

.gift-text {
    color: #333456;
    font-family: 'IRANSansM';
    font-size: 15px;
    line-height: 1.7em;
    margin: 0;
}

@media (max-width : 992px) {
    .gift-wrapper {
        padding: 0;
    }
    .gift-image {
        text-align: center;
        padding: 0 !important;
        margin: 0 auto;
    }
    .gift-image img{
        margin: 0 auto;
    }
    .gift-content {
        padding: 0;
        margin-top: 4em;
    }
    .box-img {
        margin-top: -2em;
    }
    .gift-box {
        margin: 2em 0 1em;
    }
}


/* QUESTION-SECTION STYLES */
.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button::after {
    background-image: none;
}

.question-section {
    padding-top: 7em;
    position: relative;
}

.question-content {
    padding: 0 3em;
}

.question-content h3 {
    font-size: 1.25em;
    font-family: 'IRANSansB';
    color: #303031;
}

.accordion {
    padding: 2.5em 2.8em;
    position: relative;
}

.accordion-pattern {
    position: absolute;
    right: -3.5em;
    top: 4em;
}

.questions {
    position: relative;
}

.questions::before {
    content: ' ';
    position: absolute;
    width: 100%;
    bottom: -.1em;
    background-color: #2F4B12;
    height: .1em;
    border-radius: 1em;
}

.accordion-item {
    border: 0;
}

.accordion-border {
    border-bottom: .1em solid #EDEFF1;
}

.accordion-header {

}

.accordion-button {
    color: #0A100D;
    font-family: 'IRANSansB';
    font-size: 18px;
    padding-bottom: 1em;
}

.ic{
    font-family: 'IRANSansR';
    color: #234004;
    font-size: 28px;
    margin-left: .5em;
    font-weight: bold;
}

.accordion-button[aria-expanded="false"] .ic.pluse{display: inline-flex;}
.accordion-button[aria-expanded="false"] .ic.mines{display: none;}

.accordion-button[aria-expanded="true"] .ic.pluse{display: none;}
.accordion-button[aria-expanded="true"] .ic.mines{display: inline-flex;}

.accordion-button:not(.collapsed) {
    color: #0A100D;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.accordion-collapse {

}

.accordion-body {
    position: relative;
    color: #656C7B;
    font-size: 1em;
    font-family: 'IRANSans';
    line-height: 1.87em;
    text-align: justify;
    margin: 0 4.3em 2.5em 0;
    margin-right: 6em;
    padding: 0;
    display: flex;
}

.vertical-line {
    min-width: 2px;
    background-color: #234004;
    margin-left: 4.5em;
    margin-top: .45em;
}

.rec-pattern {
    display: table;
    margin-right: auto;
    margin-left: -13.5em;
    margin-top: -7.5em;
}

@media (max-width : 992px) {
    .question-content {
        padding: 0;
    }
    .accordion {
        padding: 2.5em 0;
    }
    .accordion-button {
        padding: 1rem 0;
    }
    .accordion-body {
        margin: 0 1em 2.5em 0;
        margin-right: .2em;
        padding: 0 !important;
    }
    .accordion-body::before {
        height: 4em;
    }
    .accordion-pattern {
        right: -4em;
        top: -6em;
    }
    .vertical-line {
        margin-left: 1em;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

/* FOOTER STYLES */
.footer {
    background: #234004;
    margin-top: 6em;
    color: #fff;
    padding: 2em 0 .5em;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover, .footer a:focus {
    color: #fff;
}

.footer-contnet {

}

.alis-familylogo {

}

.footer-links {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: .5em;
}

.footer-img {

}

.footer-links {
    
}

.text-links {
    font-size: 14px;
}

.link {
    font: inherit;
}

.icon-links {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    width: max-content;
    float: left;
    margin-top: .3em;
}

.info {
    margin-bottom: 0;
    margin-left: .6em;
    font-size: 15px;
    margin-top: .2em;
}

.icons {
    padding: 0 .5em 0 0;
}

.icon-link {
}

.blongs-alis {
    font-family: 'IRANSans';
    font-size: 1em;
    margin-top: .8em;
}

.landin {
    display: block;
    font-size: 12px;
    text-align: center;
   margin: 1em 0;
}

@media (max-width : 992px) {
    .footer {
        background: #234004;
        margin-top: 2em;
        color: #fff;
        padding: 1.5em 0 .5em;
    }

    .footer .inner-container {
        margin: 0 2em;
    }

    .clear-fix {
        clear: both;
    }
    .clear-fix::after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-links {
        align-items: start;
        justify-content: space-between;
        margin-top: 0;
    }
    .icons {
        padding: 0;
    }
    .info {
        margin: .5em 0;
    }
    .icon-links {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        width: max-content;
        float: left;
        margin-top: -1.5em;
        align-items: flex-end;
    }
    .blongs-alis {
        font-size: 14px;
        margin: 1.5em 0;
    }
    .landin {
        margin: 2em 0 0;
    }
}



          