@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@font-face {
	font-family: LadyNature;
	src: url(lady_nature/LadyNature.otf); 
  }

  @font-face {
	font-family: LadyNature-Italic;
	src: url(lady_nature/LadyNature-Italic.otf.otf); 
  }

  
*{
    font-family: 'Montserrat', sans-serif;
    color: #00DF8D;
    margin: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    background-color: #00172c;
    background-image: url(Image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;

    height: 100vh;
}

.header{
    float: right;
    margin: 20px;
}

.header ul{
    display: inline-flex;
    padding: 3px 10px;
}

.navi li{
    display: inline-block;
}

.navi li a{
    text-decoration: none;
    margin-right: 35px;
    padding-bottom: 5px;

    font-size: 10px;
    color: #00DF8D;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;

    transition: all ease-in-out .4s ;
}

.navi .home::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin: 3px 0;
    background: #00DF8D;
    transition: width .3s;
}

.navi .home:hover::after {
    width: 52%;
}

.navi .contact a{
    margin-right: 15px;
}

.navi .contact::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin: 3px 0;
    background: #00DF8D;
    transition: width .3s;
}

.navi .contact:hover::after {
    width: 77%;
}


.navi .plant a{
    font-family: LadyNature;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 12px;
    padding: 0 20px 0 20px;

    color: #00DF8D;
    margin: auto 20px auto 0;

    transition: all ease-in-out .3s;
}

.navi .plant a:hover{
    color: #00172c;
    background-color: #00DF8D;
    padding-top: 55px;
    padding-bottom: 10px;
}

.line{
    margin-top: 4px;
    color: #00DF8D;
}

.social{
    margin-top: 6px;
    margin-left: 40px;
}

.social a{
    font-size: 14px;
    color: #00DF8D;
    padding: 5px 7px;
    border-radius: 5px;
    transition: padding ease-in-out .3s;
}

.social a:hover{
    padding: 5px 14px;
    background-color: #003363;
}


/* >>>       BODY        <<< */


.plants{
    padding: 7em 2.5em 2.5em 2.5em;
    display: inline-flexbox;

    transition: all ease .5s;
}

.plants .infoTabs{
    display: inline-flex;
    margin: 5px;
    margin-bottom: 1.7em;

    transition: all ease .5s;
    cursor: default;
}

.plants .info{
    width: 14em;
    height: 8.54em;
    margin-right: 5px;
    padding: 15px;
    background-color: #00172C70;
}

.plantImg{
    width: initial;
    height: 8.54em;
    margin-right: 7.6px;
    border: solid 1px black;
  }
  
  .bullet{
      margin: 5px;
      font-weight: 500;
  }

.plants .info h2{
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.plants .info h3{
    font-size: 9px;
    font-weight: 500;
    color: #009882;
}


/* >>>       READ MORE        <<< */

.readMore{
    text-align: center;
    
}

.readMore span {
    font-size: 12px;
    color: #00EBFF;
    text-transform: uppercase;
    background: #00336390;

    padding: 10px 20px;
    cursor: default;
}

.readMore span:hover{
    background: #003363c9;
}

.fa-arrow-right{
    color: #00EBFF;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 10px;
    background: #00336390;

    padding: 12px 20px;
    transition: all ease .5s;
}

.fa-arrow-right:hover{
    padding: 12px 30px;
    background: #003363;
}






/* FOOTER */


footer{
    position: absolute;
    right: 0;bottom:0;left:0;
    background-color: #00336325;
    width: 100vw;
}

footer ul{
    display: inline-flex;
}

footer ul li{
    list-style-type: none;
    margin: 0 15px;
    padding: 10px 0;
}

footer ul li a{
    text-decoration: none;
    font-size: 10px;
}

.footerO1{
    text-transform: uppercase;
}

.footerO1 li{
    margin: 0 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footerO2{
    float: right;
    margin: 0 20px;
}

.footerO2 li a{
    color: #387E7B;
}



@media screen and (min-width:1205px) and (max-width:1280px){
   
    .plants{
        padding: 7em 1.1em 2.5em 1.1em;
    }
   
    .plants .infoTabs{
        margin: 5px;
    }
    .plants .info{
        height: 7em;
        margin-right: 5px;
        padding: 12px;
        background-color: #00172C70;
    }
    
    .plantImg{
        width: initial;
        height: 7em;
        margin-right: 6px;
        border: solid 1px black;
        padding: 0;
      }
      
}




@media screen and (max-width:1204px){
    html{
        background-color: #00172c;
        background-image: url(Image.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-blend-mode: luminosity;
    
        height: 100%;
    }

    .plants{
        padding-bottom: .5em;
    }

    .plants .info{
        width: 15.2em;
        height: 8.54em;
        margin-right: 5px;
        padding: 15px;
        background-color: #00172C70;
    }
    
    .plantImg{
        width: initial;
        height: 8.54em;
        margin-right: 7.6px;
        border: solid 1px black;
      }

    .readMore{
        margin-bottom: 3em;
    }
    .readMore span{
        font-size: 10px;
    }

    .fa-arrow-right{
        font-size: 10px;
    }


    /* FOOTER */
    footer{
        position: initial;
        background-color: #00336325;
        width: 100%;
    }

    footer ul li{
        margin: 0 10px;
        padding: 5px 0;
    }
    
    footer ul li a{
        text-decoration: none;
        font-size: 7px;

        vertical-align: middle;
    }
    
    .footerO1 li{
        margin: 0 20px;
    }

    .footerO2{
        margin: 0 10px;
    }
}