﻿@font-face {
    font-family: IRANSans;
    src: url(IRans.ttf);
    font-family: yekan;
    src: url(yekan.ttf)
}

body{
    font-family:IRANSans;
    width:100% !important;
}

.title1 {
    font-family: IRANSans;    
    text-align: center;
}

.labals {
    font-weight: bold;
    font-size: 32px;
}

.hielight1 {
    font-size: 32px;
    font-weight: bold;
    color: rgb(0, 177, 106)
}

.hr {
    margin-left: 400px;
    margin-right: 400px;
}

.hr1 {
    margin-left: 540px;
    margin-right: 525px;
    background-color: rgb(0, 177, 106)
}

#container {
    font-family:IRANSans;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0px;
    text-align: center;
    margin:30px;
    gap:50px
    

}

.grid-item4, .grid-item5, .grid-item6 {
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
   
    
}

#item4 {
    grid-area: 1 / 3 / 2 / 4;
}

#item5 {
    grid-area: 1 / 2 / 2 / 3;
}

#item6 {
    grid-area: 1 / 1 / 2 / 2;
}

.ImgA{
    width:auto
}


@media (max-width: 1200px) {
    #container {
        display: grid;
        grid-template-areas:
            'Card1 Card1 Card1 Card1 Card1 Card1'
            'Card2 Card2 Card2 Card2 Card2 Card2'
            'Card3 Card3 Card3 Card3 Card3 Card3' ;
        font-family:IRANSans
    }

    #item4 {
        grid-area: Card1;
    }

    #item5 {
        grid-area: Card2;
    }

    #item6 {
        grid-area: Card3;
    }
}

.p1 {
    font-family:IRANSans;
    font-size: 18px;
   text-align:center
}

.lb1 {
    font-weight: bold;
    font-size: 20px
}



.amozesh {
    font-family: IRANSans;
}

.aligne {
    text-align: center;
    background-color: white
}



#empty3 {
    grid-area: Empty3;
}

#text2 {
    grid-area: Text2;
}

#empty4 {
    grid-area: Empty4;
}


#container1 {
    display: grid;
    grid-template-areas:
        'Empty3 Text2 Text2 Empty4 Empty4 Empty4';
    gap: 200px;
    padding: 0;
    font-family: IRANSans;
    margin-bottom: 0px
}

.container1-item {
    padding: 20px;
    font-size: 30px;
}

.text2 {
    background-color: rgba(0, 177, 106, 0.8);
    color: white;
}

.btn2 {
    background-color: white;
    border: none;
}



@media (max-width: 1306px) {
    #container1 {
        display: grid;
        grid-template-areas:
            'Text2 Text2 Text2 Text2 Text2 Text2';
        gap: 10px;
        padding: 10px;
        text-align: center;
    }

    #empty3 , #empty4 {
        display:none
    }

    .labals {
        font-size: 26px;
    }

    .p1 {
        font-size: 14px;
        font-family:IRANSans
    }
}

@media (max-width: px) {
}

.title2 {
    background-color: white;
    width: 100%;
    margin-top: 0;
    font-family: IRANSans;
    
    text-align: center
}

/*cards*/

.card {
    width: 252px;
    height: 265px;
    background: white;
    border-radius: 30px;
    box-shadow: 15px 15px 30px #bebebe, -15px -15px 30px #ffffff;
    transition: 0.2s ease-in-out;
}

.img {
    width: 100%;
    height: 50%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: linear-gradient(#e66465, #9198e5);
    display: flex;
    align-items: top;
    justify-content: right;
}


.text {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: space-around;
}



.icon-box {
    margin-top: 15px;
    width: 70%;
    padding: 10px;
    background-color: #e3fff9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
}



.text .h3 {
    font-family: 'Lucida Sans' sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.text .p {
    font-family: 'Lucida Sans' sans-serif;
    color: #999999;
    font-size: 13px;
}

.icon-box .span {
    margin-left: 10px;
    font-family: 'Lucida Sans' sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #9198e5;
}

.card:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}


.stiky {
    position: absolute;
    background-color: rgba(0, 177, 106,0.7);
    border-radius: 5px;
    color: white;
    top: 20px;
    left: 20px;
    padding: 5px;
    font-size:16px
}



/*footer*/

#container5 {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 60px;    
    font-family: IRANSans;
    width: 100%;
}

.container5 {
    background-color: rgb(0, 0, 0);
    color: white
}

.container5-item10, .container5-item11, .container5-item12 {
    text-decoration:none;
    padding: 20px 0;
    font-size: 24px;
}

#item10 {
    grid-area: 1 / 4 / 2 / 4;
}

#item11 {
    grid-area: 1 / 3 / 2 / 3;
}

#item12 {
    grid-area: 1 / 2 / 2 / 2;
}



@media (max-width: 1250px) and (min-width: 768px) {

    #container5 {
        display: grid;
        grid-template-areas:
            'Card11 Card11 Card11 Card10 Card10 Card10'
            'Card12 Card12 Card12 Card12 Card12 Card12';
    }

    #item10 {
        grid-area: Card10;
    }

    #item11 {
        grid-area: Card11;
    }

    #item12 {
        grid-area: Card12;
    }

   

}

@media (max-width: 768px) {
    #container5 {
        display: grid;
        grid-template-areas:
            'Card10 Card10 Card10 Card10 Card10 Card10'
            'Card11 Card11 Card11 Card11 Card11 Card11'
            'Card12 Card12 Card12 Card12 Card12 Card12'
           
    }

    #item10 {
        grid-area: Card10;
    }

    #item11 {
        grid-area: Card11;
    }

    #item12 {
        grid-area: Card12;
    }

   
}

.numbers{
    font-family:yekan
}

.ftLi{
    
    font-size:16px;
    list-style-type:none;
    list-style-position:outside
}

.ftLi1 {
    direction:ltr;
    font-size: 16px;
    list-style-type: none;
    list-style-position: outside
}



.HV:hover {
    color: rgb(0, 177, 106) !important
}

.ftImg{
    margin-top:0px;
    border:none;
    border-radius:50px
}

.ftA{
    text-decoration:none !important;
    color:white
}

.ftHr {
    background-color: rgb(0, 177, 106);    
    border: 2px solid rgb(0, 177, 106);
    width:50%;
    margin-top:10px
}

.ftHr1 {
    background-color: rgb(0, 177, 106);
    border: 2px solid rgb(0, 177, 106);
    width: 30%;
    margin-top: 10px
}

@media (max-width:1250px){
    .ftHr1{
        width:20%
    }
}
@media (max-width:768px){
    .ftHr{
        width:30%
    }
}
@media (max-width:425px){
    .ftHr{
        width:60%
    }

    .ftHr1{
        width:45%
    }
}
@media (max-width:320px){
    .ftHr{
        width:100%
    }

    .ftHr1{
        width:70%
    }
}



.ftlogo{
    text-decoration:none;
    font-size:18px;
    color:white
}

.endDiv {
    background-color: rgba(0, 0, 0, 0.85);
    font-family:IRANSans;
    text-align:center;
    width:100%;
    color:white;
    font-size:17px
}

#container5 a:hover {
    color: white;
    text-decoration: none
}

.ftlogo label{
    font-size:9px
}

.lines{
    line-height:35px
}


/*fixed background*/
.bg-img {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.img1 {
    background-image: url("assets/images/bg1.jpg");
    height: auto
}

/**/

.bg-img1 {
    text-align: center;
    
}

.amar {
    font-family: IRANSans;
    font-size: 16px;
    text-align: center;
    padding-top: 10%;
    color: white;
}

.amar .labals label{
    font-size:16px
}

.testAmar {
    font-family:IRANSans;
    max-width: 1000px;
    margin: auto;
    text-align:center;
    color: white
}

    .testAmar li {
        display: inline-block;
        margin: 10px;
        padding-inline: 1.6em;
        font-size: 19px;
        /*float:left*/
    }



.labalA {
    display: block;
    margin-top:15%;
    font-weight: 600;
}

.strongA {
    height: 100px;
    width: 100px;
    border: 10px solid rgb(0, 177, 106);
    border-radius: 50px
}

    .strongA strong {
        position: relative;
        top: 32%;
    }





