﻿.Sections{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  width:100%; 
}
.Section0{
  margin:4px;
  margin-bottom:0.5rem;
}

.Section{
  width: 345px;  
  margin:4px;
  margin-bottom:0.5rem;
}

.Section2{
  width: 695px;
  margin-left:3px;
  margin-bottom:0.5rem;
}

.Section3 {
    width: 1045px;
    margin-left: 3px;
    margin-bottom: 0.5rem;
}

.Section4 {
    width: calc(100% - 5px);
    margin-left: 3px;
    margin-bottom: 0.5rem;
}

.Section5{
  width: 900px;
  margin-left:3px;
  margin-bottom:0.5rem;
}

.Section6 {
    margin: 10px;
}
.Section50 {
    width: calc(50% - 24px);
    padding:7px;    
    border-radius:8px;
    font-family:Vazir;
    font-size:12px;
}
.Section65 {
    width: calc(65% - 8px);
    font-family:Vazir;
    font-size:12px;
}
.Section35 {
    width: calc(35% - 8px);
    font-family:Vazir;
    font-size:12px;
    margin:0 4px;
}
.Section70 {
    width: calc(78% - 8px);
    border-radius:8px;
    font-family:Vazir;
    font-size:12px;
}
.Section90 {
    width: calc(90% - 8px);
    border-radius:8px;
    font-family:Vazir;
    font-size:12px;
}
.Section100 {
    width: calc(100% - 8px);
    border-radius:8px;
    font-family:Vazir;
    font-size:12px;
}

.Section2x{
  width: 65%;  
  margin:4px;
  margin-bottom:0.5rem;
  display:flex;
  flex-wrap:wrap;
}

.Section-Color {
    background-color: beige;
    border-radius: 1rem;
}
.order1
,.order2
,.order3
{
 
}


@media (max-width: 800px) {
    .Section,
    .Section2,
    .Section3,
    .Section4,
    .Section5,
    .Section6,
    .Section65,
    .Section35,
    .Section50, 
    .Section70,
    .Section90,
    .Section100,
    .Section2x      
    {
        margin: 3px;
        width: calc(100% - 6px);
    }

    .Section70 {
        width: 98%;
        order:2;
    }
    #Question
    {
        margin-bottom:2rem;
    }

    .Section0
    {
        margin: 3px;
        width: calc(90% - 6px);
    }

    .order1{
        order:1;
    }
    .order2{
        order:2;
    }
    .order3{
        order:3;
    }

}
@media (max-width: 700px) {
    .Section65,.Section50
    {
        margin: 3px;
        width: calc(100% - 6px);
    }

    .order1{
        order:1;
    }
    .order2{
        order:2;
    }
    .order3{
        order:3;
    }
}