
body {
    margin: 0px;
    font-family: 'verdana', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    box-sizing: border-box;
}  

a {
    color: #ff8400;
}

a:hover{
    text-decoration: none;
    color: #db7100;
}

/* HEADER */


.logo{
    float:center;
    margin-left: 46%;
}

.logowhite{
    display: none;
}

.lang{
    float:right;
    position: absolute;
    right: 2%;
    top: 14px;
}

.lang a{
    padding: 10px 10px;
    font-size: 17px;
    color: #f2f2f2;
}

.lang a:hover {
    background-color: #ff8400;
    color: #ffffff;
    text-decoration: none;
}

.langActive {
    background-color: #ff8400;
    color: #ffffff;
    text-decoration: none; 
}

.picture{
    display: block;
    height: 250px;
    background-image: url("../img/people1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -70px;
    z-index: 1;   
}

.slogan{
    font-size: 4em;
    text-align: center;
    padding-top: 100px;
    color: #ffffff;
    min-height: 20px;
    animation-name: title;
    animation-duration: 2s;
  }
  
  @keyframes title {
    0% {opacity: 0}
    100% {opacity: 1}
  }

.headoffer{
    font-size: 1.25em;
    text-align: center;
    color: #ffffff;
    min-height: 20px;
    padding-top: 50px;
    animation-name: to;
    animation-duration: 4s;
  }
  
  @keyframes to {
    0% {opacity: 0}
    20% {opacity: 0}
    100% {opacity: 1}
  }


.title{
    font-size: 36px;
    color: #303030;
    text-align: center;
    padding-top: 40px;
}


/* ABOUT WEB */

.about-wrapper {
    display: flex;
    margin: 0;
}

.about{
    background-image: url("../img/paper_tr.png");
}

.photo{
    width: 40%;
    padding: 100px 50px 70px 50px;
}

.photo__picture {
    width: 100%;
}
    
.abouttext{   
    width: 60%;
    font-size: 1.2em;
    line-height: 1.5em;
    font-style: italic;
    padding: 50px 50px 50px 20px;

}

.abouttitle{
    font-size: 2em;
    color: #ff8400;
    text-align: center;
    padding-bottom: 40px;
}


/* CO WEB */

hr { 
    width: 80%;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #f5f5f5;
}

.co--wrapper {
    display: flex;
    padding: 50px;
}
.co--picture {
    width: 50%;
}

.co--texts {
    width: 50%;
}

.co--head {
    padding-left: 20px;
    font-size: 1.5em;
    font-style: bold;
    color: #ff8400;
    padding-bottom: 30px;
}

.co--image {
    padding-top: 10px;
    width: 90%;
}

.left {
    padding-left: 15%;
}

/* WHY WEB */
.why {
    background-image: url("../img/kofe_br.png");
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    background-repeat: no-repeat;
}



.why-wrapper {
    display: flex;
}

.titleWhy{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    padding-top: 60px;
    padding-bottom:60px;
}

.why--colomn {
    width: 20%;
    padding: 0 10px 0 10px;
}

.why--colomn__left {
    padding-left: 50px;
}

.why--colomn__right {
    padding-right: 50px;
}

.textWhy{
    color: #ffffff;
    font-size:16px;
}

.whyIcon {
    display: flex;
    height: auto; 
    width: auto; 
    margin: auto;
    max-width: 100px;
}


/*  PARTNERS PHOTO LINE WEB */
.imgPartners{
    width: 100%;
    margin-bottom:50px;
}

.commonPhoto{
    background-image: url("../img/commonPhoto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 550px;
    width: 100%;
}

/* LOGO */

.logo-wrapper{
    align-items: center;
    height: 420px;
}

.logoBottom{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.orangeHr{
    width:90%; 
    height:2px; 
    background: #ff8400;  
    margin-top:-220px;
}

/* CAROUSEL WEB */
.reference--block{
    display: flex;
    min-height: 300px;
    padding: 20px 0 20px 0;
}

.reference--block__left{
    width: 10%;
}

.reference--block__center{
    display: flex;
    width: 80%;
}

.reference--block__right{
    width: 10%;
}

.array{
    width: 7%;
    text-align: center;
    padding-top: 140px;
}
.array .fa {
    color: #f5f5f5;
}


.array .fa:hover {
    color: #ff8400;
    transition: 1s;
}

.center--wrapper{
    width: 86%;
    background-color: #f5f5f5; 
}

.text--wrapper{
    display: flex;
}

.quote__icon{
    font-size: 20px;
    width: 12%;
    text-align: center;
    color: #d4d4d4;
}

.fa-quote-left{
    padding-top: 30px;
}

.fa-quote-right{
    padding-top:250px;
}

.reference--text{
    width: 76%;
    height: 80%;
    padding-top: 10%;
}

.reference-author{
    text-align: left;
    color: #ff8400;
    font-size: 14px;
    padding: 0 0 5% 11.5%;
}

.dots .fa {
    color: #909090;
    margin: 0 5px 15px 5px;
}

.dots{
    text-align: center;
}

.dots .fa-active {
    color: #ff8400;
}



/* BUTTON + FOOTER */

.buttonOrder {
    border: none;
    padding: 25px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
  }


.buttonPosition{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 50px 0;
}

.buttonOrder,
.buttonOrder:active,
.buttonOrder:visited,
.buttonOrder:focus {
    background-color: #ff8400;
    color:#ffffff ;
} 

.buttonOrder:hover{
    background-color: #ffa340;
    color:#ffffff;
    text-decoration: none !important;
}

.contacts {
    padding: 30px 100px 50px 100px;
    margin-left: 100px;
    margin-right: 100px;
}

.block-contacts {
    display: flex;
    margin-top: 50px;
}

.map{
    width:50%;
    height:400px;
}

.map_picture {
    width: 100%;
    object-fit: cover;
}

.contacts-text{
    padding: 0 30px 0 30px;
    width:50%;
    height:400px;  
}

/* FOOTER */

.footer{
    background: #303030;
}

.footer .fa{
    color: white;
}

.social_p .fa:hover{
    color: #ff8400;  
}

.socicon{
    padding-top: 20px;
    margin-right:30px;
}

.socialButtons{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.social_p{
    font-size: 15px;
    text-align:center;
}

.fa:hover{
    color: #ffffff;
}

.studio{
    padding: 45px 20px 20px 0;
    text-align: center;
}

.studio a {
    color: white;
}

.studio a:hover{
    text-decoration: none;
    color: white;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: #ff8400;
  text-decoration: none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}