/* App Fonts */

@font-face {
    font-family: "TTNorms";
    src: url("../fonts/TTNorms-Regular.otf") format("openType");
}

@font-face {
    font-family: "TTNorms Medium";
    src: url("../fonts/TTNorms-Medium.otf") format("openType");
}

@font-face {
    font-family: "TTNorms Light";
    src: url("../fonts/TTNorms-Light.otf") format("openType");
}

@font-face {
    font-family: "Times Roman Italic";
    src: url("../fonts/Times-new-roman-italic.ttf") format("truetype");
}

/* Normalize Css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Start Project */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "TTNorms";
}

.container {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}









/*header Top*/

.header {}

.container {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

.nav {
    display: flex;
    align-items: center;
}

.nav_logo {
    margin-right: 1.5rem;
}

.nav__img {}

.menu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
}

.menu__item {}

.menu__link {
    text-decoration: none;
    color: #081d43;
    padding: 0 1rem;

}

.header__btn {
    background: #0050c8;
    color: #fff;
    text-decoration: none;
    padding: 0.8rem 1rem;
    border-radius: 0.5rem;
}

/*header Bottom*/

.header-bottom {
    margin-top: 6rem;
}

.header-content {
    display: flex;
    align-items: center;
}

.header-content__left {
    flex-basis: 50%;
}

.header-content__wrapper {
    max-width: 28rem;
}

.header-content__right {
    flex-basis: 50%;
}

.header-content__links {
    display: flex;
    margin-top: 1.5rem;
}

.header-content__link {
    background-color: #0050c8;
    color: #fff;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    border-radius: 0.5rem;
    margin-right: 0.8rem;
    display: block;
    width: 10rem;
    text-align: center;
}

.header-content__link:nth-child(1) {
    background-color: #87BC25;
}

.header-content__tittle {
    color: #081d43;
    font-family: 'TTNorms Medium';
    font-weight: normal;
    line-height: 2.5rem;
}

.header-content__text {
    color: #6c7890;
    line-height: 2rem;
}

.header-content__img {
    width: 100%;
}

/* Start Main */
.main{
    padding: 5rem 0;
}
.works{
    text-align: center;
}
.works__text{
    color: #6C7890;
    margin-bottom: 0;
}
.works__title{
    color: #081D43;
    margin-top: 0.8rem;
    font-family: 'TTNorms Medium';
    font-weight: normal;
}
.works-content{
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-around;
}
.works-content__title{
    color: #081D43;
}
.works-content__text{
    color: #6C7890;
    line-height: 2rem;
    max-width: 16rem;
}
.works-img{
    max-width: 31rem;
    margin: 0 auto;
}
.works-img__img{
    width: 100%;
}

/* Person-Comments Section */




.person-comments{
    background-color: #2F5BEA;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
}
.person-comments__title{
    font-family: "TTNorms Medium";
    font-weight: normal;
}
.person-comments__text{
    font-family: "TTNorms Light";

}
.comments-container{
    min-width: 70rem;
    margin: 3.5rem auto;
}
.comments{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    
}
.comment{
    background-color: #fff;
    margin: 1rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 18rem;
    flex-basis: 13rem;
}
.comment__content{
    text-align: left;
    padding: 1.2rem;
}
.comment__body{
    font-family: 'Times Roman Italic';
    color: #7E8085;
    line-height: 1.5rem;
    margin: 0;
}
.comment__info{
    display: flex;
    border-top: 1px solid #E8EBEF;
    padding: 0.8rem 1.2rem;
    align-items: center;
}
.comment__img{

}
.comment__person{
    color: #000000;
    margin: 0 0 0 0.5rem;
}



/* Project Responsive */

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        max-width: 100%;
    }
}