body {
    min-width: 320px;
}
@font-face {
    font-family: 'IRANSans-web';

    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('eot'),  /* IE6–8 */
          url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
          url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
          url('../fonts/ttf/IRANSansWeb.ttf') format('ttf');
    font-weight: bold;
}

.section-0 {
    height: 40px;
    background-color: #0029a9;
}
.section-0 h5 {
    font-size: 12px;
    font-family: IRANSans-web;
}
.navbar {
    height: 40px;
    z-index: 1000;
}
#navbarNavAltMarkup {
    justify-content: flex-end;
}

.nav-item h5{
    color: white;
    margin: 0;
}
.nav-img {
    margin-right: 30px;
    width: 40px;
    height: 40px;
}
.navbar, .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand h4 {
   margin: 0;
   color: white;
   text-decoration: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar a:first-child .nav-img {
    height: 30px;
    width: 30px;
}
.nav-img {
   margin-right: 5px;
}
.section-0 h4 {
   font-size: 16px;
   font-family: IRANSans-web;
}
.c1 {
    padding: 0;
}
.c2 {
    background-color: #0029a9;
    opacity: 0.7;
    align-items: center;
}
.green {
    color: green;
}
.section-1 > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.section-1 h1 {
    font-size: 40px;
    font-weight: normal;
    font-family: 'Roboto',IRANSans-web, sans-serif;
    font-weight: 100;
    line-height: 1.4;
}
.section-1 h4 {
    margin-top: 20px;
    color: black;
    font-size: 14px;
    font-family: IRANSans-web;
}
.c3 {
    margin-top: 40px;
}
.c4 {
    display: none;
}
.dl {
    margin-top: 10px;
    border-radius: 10px;
    max-height: 85%;
    max-width: 85%;
}
.pack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.pack a {
    align-self: flex-start;
}
.section-1 {
    background-image: url("../img/banner");
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 450px) {
    .navbar a:first-child {
        margin-right: 0;
    }
    .nav-img {
        margin-right: 5px;
    }
    .navbar {
        padding: 0;
    }
    .section-1 h4 {
        margin-top: 0;
    }
    .section-1 {
        background-position: -300px 0;
    }
    .section-1 > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .section-1 h1 {
        font-size: 1.4em;
        margin-top: 5px;
        text-align: center;
    }
    .section-1 h4 {
        font-size: 1.1em;
        text-align: center;
    }
    .dl {
        margin-bottom: 5px;
    }
    .pack a {
        align-self: center;
    }
}

@media (max-width: 381px) {
    .navbar a:first-child h4 {
        display: none;
    }
}