/*BODY*/
html, body { border: 0pt none; margin: 0pt; padding: 0pt; }
h1, h2, h3, h4, h5, h6 { margin: 0pt; padding: 0pt; font-weight: normal; }
p, ul, ol { margin: 0pt; padding: 0pt 0pt 1.25em; }
html { width:100%;height: 100%; -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%; }
body {width:100%; height: 100%; font-family: 'Open Sans', sans-serif; font-size: 14px;background: #fff;}
p { font-size: 16px; line-height: 20px; padding: 0px 0px 10px 0; text-align:left;}
a:active, a:focus, input {    outline: 0;    outline-style:none;    outline-width:0;}
a  {border: none;text-decoration:none; color:#fff; }
a img { border: none; }
img {border: none; }
ul {list-style: none;}
input, select {    -webkit-appearance: none;  border-radius: 0;}
.clear {clear:both; }
.row{
    height:100%;

}

.left{
    text-align: center;
    align-items: center;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    float: left;
    width: 58%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.left .fyllo_img {
    position: absolute;
    right: -50px;
    bottom: -35px;
    width: 310px;
    transform: rotate(190deg);
}

.logo img{
    width: 100%;
    max-width: 500px;
    height: auto;
}

.text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 3px solid #a39c92;
}

.right{
    position:relative;
    background-color: #010300;
    float:right;
    width:38%;
    padding:0 2% 0 2%;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}
.right h4, .right h4 a{
    font-size: 18px;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    margin-bottom:10px;
}

.right h4 i{
    padding: 5px;
    color: #a39c92;
    position: relative;
    top: 5px;
}

/*texts and logo*/
.text{
    color:white;
    font-family: 'Open Sans', sans-serif;
}

.text h4{
    line-height:2;

}
.logo-small{
    display:none;
}

.text a{
    color:white;
}

@media (max-width:1399px){
    .left{
        width:50%;
    }
    .right{
        width:46%
    }

}

@media (max-width:1099px){
    .logo img{
        max-width: 300px;
    }
    
    .right h4, .right h4 a{
        font-size:16px;
    }
    .right h4 i{
        font-size:16px;
    }

}

@media (max-width:959px){
    .logo img{
        max-width: 300px;
        width: 80%;
    }

    .left {
        width: 100%;
        height: 40vh;
    }
  .right{
      width:100%;
      height: 60vh;
      padding: 0;
      align-items: center;
  }

  .left .fyllo_img {
    width: 210px;
  }

  .right img {
    display: none;
  }
}

@media (max-width: 549px) {
    .text h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }  
    
    .left .fyllo_img {
        width: 140px;
        bottom: -20px;
        right: -30px;
    }

    .logo img {
        /* max-width: 280px; */
        width: 80%;
    }
}


@media (max-width:420px){
    .right h4, .right h4 a, .right h4 i{
        font-size:15px;
    }

    .left .fyllo_img {
        width: 120px;
    }    

    .logo img {
        width: 70%;
    }

    .text h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .right h4 i{
        padding: 3px;
        top: 2px;
    }
}