/* فایل: zomorod-result.css */

/* استایل کلی برای HTML طراحی فیگما در محتوای مودال */

.hero{
    padding-top: 32px;
    padding-bottom: 120px;
	height: 315px
}
.hero-text{
  display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 440px;
    align-content: center;
    height: min-content;
    flex-wrap: nowrap;
}
.title-h1{
  color:#F8F9FA;
text-align: right;
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 120%;
}
.subtitleh1{
color: #F8F9FA;
text-align: right;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%;
}
.frame-parent {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-align: center;
    font-size: 16px;
    color: #6c757d; 
    font-family: IRANSansXV, sans-serif;
}

.texttext-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.texttext {
    align-self: stretch;
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.text {
    align-self: stretch;
    position: relative;
    line-height: 150%;
}

.div {
    position: relative;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    color: #000;
}

.divider {
    width: 300px;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.line-icon {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.frame-group {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: right;
    font-size: 12px;
}

.texttext-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.div1 {
    align-self: stretch;
    position: relative;
    font-size: 14px;
    line-height: 150%;
    color: #000;
}

.row1{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.hero-back{ 
	background: linear-gradient(rgb(174, 162, 141) 0%, rgb(122, 122, 122) 100%);
}
}