/* CSS Reset */
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Marck Script';
}

/* Global */
.section {
  width: 100%;

}

.container {
  padding: 100px 0;
}

.link {
  text-decoration: none;
  color: #fea127;
}

.link:hover{
  color: #fea127;
  border-bottom: 1px dotted #fea127;
}

.title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.text {
  color: #391f10;
  font-size: 22px;
}

/* Menu */
.menu__section {
  background: #391F10;
}
.menu__container {
  padding: 0;
}
.menu__row {

}
.menu__col-2{
  display: flex;
  
}
.logo__link {
  margin-top: 15px;
}

.logo__link:hover{
  border: 0   ;
}

.img {
}
.logo__img {
  margin-top: 10px;
  height: 60px;

}
.menu {
  display: flex;
  justify-content: flex-end;
  height: 80px;
  align-items: center;
}
.menu__link {
  margin-left: 20px;
  font-size: 24px;
  color: #fff;
}

.menu__link:hover{
  color: #fea127;
  border: 0;
}

/* Banner */
.banner__section {
  background: url('../img/fon.jpg');
  background-size: cover;
  background-position: center top;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
.banner__container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E0FFFF;
  font-family: 'Marck Script', cursive;
  
}

.banner__row {
}

.banner__title {
  font-size: 50px;
  text-shadow: 1px 1px 2px black;
  color: white;
}

.banner__text {
  padding: 0 40px;
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
  font-family: 'Marck Script';
  font-size: 25px;
  text-shadow: 1px 1px 2px black;
  color: white;
}

/* Bio */
.bio_section {
  background: url('/img/fon1.jpg');
  background-repeat: no-repeat;
   background-size: cover;
  background-position: center center;
}
.bio_container {
 width: 1320px;
}
.bio_row {
  width: 1320px;
}
.bio_col{  
  
}
.bio__img {
  background-size: cover;
  width: 500px;
  height: 700px;
}
.bio__title {
  color: #391f10;
}
.bio__text {
}
.bio__link {
  font-size: 22px;
}

/* Creative */
.creative__section {
  background: url('/img/fon2.jpg');
  background-repeat: no-repeat;
   background-size: cover;
  background-position: center center;
  
}
.creative__container {
  color: black;
}
.creative__row {
}
.creative__title {
}
.creative__card {
}
.creative_img{
  height: 300px
}

.card-btn{
  background: #391F10;
  color: white;
  font-size: 22px;
  border: 0;
}

.card-btn:hover{
  background: #fea127;
}

/* Views */
.views__section {
  background: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.views__container {
}
.views__row {
}
.views__title {
  padding-bottom: 20px;
}
.views__title-h3 {
  text-align: start;
  font-size: 30px;
}
.views__text {
  padding-bottom: 30px;
}

/* Fact */
.fact__section {
  background: url(../img/fon3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: white;
}
.fact__container {
}
.fact__title {
  padding-bottom: 30px;
}
.fact__row {
  margin-bottom: 30px;
}
.fact__span {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
  line-height: 38px;
  text-align: right;

}
.fact__title-h3 {
  text-align: start;
  font-size: 30px;
  margin-bottom: 10px;
}
.fact__text {
  color: white;
}

/* About */
.about__section {
 margin: 0;
}
.about__container {

  color: black;
 padding: 20px;
}
.about__link {
}
.about__text {
  margin-right:10px;
  text-decoration: none;
  color: black;
}
.about{
width: 20%;
height: 100%;
}
.about__img{
  width: 50px;
  height: 50px;
}
.col__flex{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}