html {
    height:100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    font-size: 16px;
}
@font-face {
    font-family:"Aboreto";
    src: url("fonts/Aboreto-Regular.ttf");
}
@font-face {
    font-family:"Montserrat";
    src: url("fonts/Montserrat-Light.ttf");
}

@font-face {
    font-family:"Roboto";
    src: url("fonts/Roboto-Light.ttf");
}
@font-face {
    font-family:"Poppins";
    src: url("fonts/Poppins-Light.ttf");
}

:root {
    --white: #fdfdfd;
    --yellow: #d9c950;
    --yellow: #afa02d;
    --yellowgreen: #9aac74;
    --mainTextDark: #2d3726;
    --green: #475c4d;
    --green: #596b5e;
    --mainBack: rgb(253, 255, 250);
}
body {
    background-color: var(--mainBack);
    padding: 0;
    margin: 0;
}
.pageContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
}
h1{
    position: relative;
    color: var(--white);
    font-family: "Aboreto";
    font-size: 8rem;
    letter-spacing: 8px;
    margin: 0 auto;
}
h2{
    position: relative;
    color: var(--white);
    font-family: "Montserrat";
    font-size: 4rem;
    font-weight: normal;
    margin: 0 auto;
}
h3{
    color: var(--white);
    font-family: "Montserrat";
    font-size: 1.1rem;
    font-weight: 100;
    line-height: 1.3;
    letter-spacing: 1px;
    max-width: 500px;
    margin: 0 auto;
    
}
.subh{
    font-family:"Poppins";
    font-family: "Montserrat";
    font-size: 1.1rem;
    font-weight: 100;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 500px;
}
h4{
    color: #566641;
    font-family:"Poppins";
    font-family: "Montserrat";
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 auto;
}

h5{
    color: var(--green);
    font-family: "Poppins";
    font-size: 3rem;
    font-weight: bolder;
    line-height: 0.7;
    letter-spacing: 2px;
    margin: 0;

}


h6{
    color: var(--white);
    font-family:"Poppins";
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.7;
    letter-spacing: 4px;
}

.rowBox{
    position: relative;
    top: 0;
    text-align: center;
    z-index: 1;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.flexMe{
    display: flex;
    flex-wrap: wrap;
}
#heroSection, #heroSectionSub, #heroSectionSubCom {
    position: relative;
    background-image: url(common/mainHeaderImg.jpg);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 400px;
    width: 100%;
}
#heroSection{
    margin-bottom: 100px;
    
}

#heroSectionSubCom{
    background-image: url(common/comfrey2.jpg);
}
#heroSectionSub, #heroSectionSubCom{
    height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.s1{
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: 11;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
}
.darkLayer{
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .3;
    width: 100%;
    height: 100%;
    z-index: 2;  
}
.textBox{
    position: relative;
    background-color: transparent;
    z-index: 3;
    margin: 0 auto;
    opacity: 1;
    width: 700px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.splitBox{
    position: relative;
    width: 50%;
    height: 100%;

}

.mainSectionIcon{
    width: 110px;
    margin: 0 auto;
}
#aboutSection{
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: calc(100% - 30px);
    z-index: 3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(35, 59, 33, 0.3);
}

#turksvySection, #comfreySection, #prodSection{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* background-image: url(common/mainProductBU.png);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat; */
    color: var(--mainTextDark);
    margin-bottom: 50px;
}
#prodSection{
    margin-top: 50px;
}

hr{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 300px;
    border-radius: 50%;
    margin-top: 90px;
    margin-bottom: 50px;
}

.prodLeft, .prodRight{
    position: relative;
    min-width: 350px;        
    background: transparent;
    width: 50%;
    display: grid;
    align-items: center;
}
.prodLeft{
    order: 1;
    justify-content: flex-end;
    background-image: url(common/blare.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodRight{
    order: 2;
    justify-content: flex-start;
    padding-bottom: 20px;
}

/* .aboutSectionIcon{
    width: 150px;
    position: relative;
    margin: 0 auto;
    top: 0;
    opacity: .5;
} */
.leftInfoBox, .rightInfoBox{
    position: relative;
    width: 350px;
    height: 700px;
    overflow: hidden;
    
}
.leftInfoBox{
    box-shadow: -10px -8px 15px rgba(0, 0, 0, 0.1);
    /* box-shadow: none; */
    border-radius: 5px;
}
.rightInfoBox{
    display: grid;
    align-items: center;
}
.pointBox{
    position: relative;
    width: 280px;
    left: 5px;
    margin: 0 auto;
    text-align: center;
    background: var(--yellow);
    color: var(--white);
    color: var(--green);
    color: grey;
    color: white;
    /* border-radius: 25px; */
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-family:"Poppins";
    font-size: .9rem;
    font-weight: normal;
    line-height: 1;
    padding: 10px 0px 10px 20px;
    margin-top: 10px;
    text-align: left;
    line-height: 1.4;

}
.pointBox:hover{
    background: var(--green);
    color: var(--white);
}
.usage, .disclaimer{
    position: relative;
    color: var(--mainTextDark);
    font-family: "Roboto";
    font-family:"Poppins";
    font-size: 0.9rem;
    font-weight: normal;
    font-style: italic;
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
    margin-top: 0;
    
    padding: 15px;
    order: 4;
    letter-spacing: .9px;
    
}
.disclaimer{
    font-size: .7rem;
    margin-top: 20px;
    margin-bottom: 50px;
}
.univers{
    position: relative;
    border-radius: 50%;
    border: 0px solid #a71930;
    outline-offset: 5px;
    /* outline: 2px solid #0f204b; */
    font-family:"Aboreto";
    line-height: 1.3;
    font-size: 0.7rem;
    font-weight: bold;
    width: 120px;
    height: 120px;
    padding: 30px;
    
    margin: 0 auto;
    display: grid;
    background-color: rgb(224, 235, 223);
    box-shadow: 10px 18px 15px rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    rotate: 5deg;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #0f204b;
}
.free{
    position: relative;
    top: 0;
    height: 50px;
    left: 5px;
}
.turksvySectionIcon{
    position: relative;
    top: 10%;
    height: 80%;
    transition: all 1s ease-in-out;
}
.turksvySectionIcon:hover{
    scale: 1.2;
    transition: all 1s ease-in-out;
}
.comfreySectionIcon{
    position: relative;
    top: 28%;
    height: 50%;
    transition: all 1s ease-in-out;
}
.comfreySectionIcon:hover{
    scale: 1.2;
    transition: all 1s ease-in-out;
}


.seeMoreButton{
    position: relative;
    background-color: var(--yellowgreen);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
    z-index: 4;
    margin-top: 50px;
}
.vetBlok{
    height: 40px;
    font-size: 0.9rem;
    display: grid;
    justify-self: center;
    align-items: center;
}
.buttonsDiv{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 50px;
}
.buttonsDiv a{
    text-decoration: none;
}
.smallButton{
    width: 100px;    
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 0;
    font-size: 0.7rem;
    margin-right: 8px;
    margin-left: 8px;
    flex-grow: 1;
}
.messButton{
    width: 100px;
    text-transform: none;
    font-size: 13px;
    margin-top: 0;
    background: var(--yellow);
}

.pryse{
    background: transparent;
    
    font-family: "Poppins";
    font-size: .8rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1px;
    width: 310px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.priceOption1, .priceOption2, .priceOption3, .priceOption4, .priceOption5{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;    
    

}
/* .priceOption1{
    
    color: white;
    border: none;
} */
.priceOption5{
    background: var(--yellowgreen);
    border: none;
    color: white;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
}
.topMenu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: var(--white);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: "Poppins";
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1px;
}
.topMenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
.topMenu li{
    margin-right: 20px;
    color: var(--green);
    cursor: pointer;
}
.topMenu li:hover{
    color: var(--yellowgreen);
}
.topMenu a{
    text-decoration: none;
    color: var(--green);
    cursor: pointer;
}
.topMenu a:hover{
    color: var(--yellowgreen);
}

.seeMoreButton:hover{
    background-color: var(--green);
    color: var(--white);
}
#languageButton{
    position: absolute;
    right: 40px;    
    top: 10px;
    width: 100px;
    text-align: center;
}


#contactUsSection{
    background: transparent;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #322e2e;
    font-family: "Montserrat";
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    padding-top: 40px;
    padding-bottom: 80px;
    width: 100%;
}

.contactHead{
    position: relative;
    order: 1;
    width: 500px;
    margin: 0 auto;
    clear: both;
    height: 150px;
    line-height: 1.4;
}


input[type="radio"]{
    width: 40px;
}

input[type="submit"],
input[type="text"],
input[type="email"],
#fmessage,
textarea,
select,
input[type="reset"]{

    font-family: "Roboto";
    font-style: normal;
    font-size: .9rem;
    width: 280px;
    margin: 10px;
    border: 0;
    padding: 5px;
    border-bottom: 1px solid var(--yellow);
    background-color: transparent;
}
input[type="submit"]{
    background: var(--yellow);
    width: 80px;
    border-radius: 25px;
    margin-top: 20px;
    color: white;
}
#fmessage{
    height: 100px;
}
.contactH2{
    position: relative;
    top: 0;
    left: 0;
    font-family: "Montserrat";
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    
}
.messageDiv{
    position: relative;
    order: 2;
    height: 410px;
    width: 330px;
    outline: 0px solid transparent;
    border-radius: 5px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 80px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: -10px -8px 15px rgba(0, 0, 0, 0.1);
    
}
.messageDiv a{
    background: transparent;
    
}

.messageBox{
    position: relative;
    width: 300px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: normal;
    font-family: "Roboto";
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    font-size: .9rem;
    order: 3;
    text-align: center;
    display: grid;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background: #a5af8f;
    color: var(--white);
    box-shadow: -10px -8px 15px rgba(0, 0, 0, 0.1);
}
#bottomSection{
    background: linear-gradient(var(--green), #2a3d2f);
    height: auto;
    width: 100%;
    margin: 0 auto;
    color: var(----white);
    font-family: "Montserrat";
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    
}
.bottomTextBox{
    position: relative;
    background-color: transparent;
    z-index: 3;
    margin: 0 auto;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 700px;
    font-size: 1rem;
    color: white;
}
.sa{
    position: relative;
    top: 5px;
    height: 30px;
    margin-left: 10px;
}

.flex { 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .waves {
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:60px;
    margin-bottom:-7px;
    min-height:100px;
    max-height:150px;
  }
  .max500{
    width: 500px;
  }
/*end waves */

@media (min-width: 150px) and (max-width: 750px) {
 
    
    h1{
        font-size: 3rem;
        
    }
    h2{
        font-size: 1.8rem;
        
    }
    h3{
        font-size: .9rem;
        max-width: 300px;
    }
    h4{
        font-size: .9rem;
        max-width: 300px;
        
    }
    h5{
        font-size: 1.8rem;
    }
    .rowBox{
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }
    #heroSection{
        padding-top: 80px;
        padding-bottom: 400px;
        
    }

    #languageButton{
        position: absolute;
        right: 20px;    
        top: 350px;
        width: 70px;
        text-align: center;
    }   
    #heroSection{
        margin-bottom: 0;
    }
    #turksvySection, #comfreySection{
        margin-bottom: 20px;
        margin-top: 70px;
    }
    hr{
        margin-top: 60px;
        margin-bottom: 0px;
    }
    #contactUsSection{
        width: calc(100% - 20px);
    }
    
    .contactHead{
        width: calc(100% - 20px);
        margin: 0 auto;
        height: 80px;
    }
     .messageDiv{
        border-radius: none;
        margin: 0 auto;
        margin-right: 0;
        padding-top: 30px;
        box-shadow: none;
    } 
    
    .splitBox{
        position: relative;
        width: 100%;
        height: 100%;
    
    }
    input[type="text"],
    input[type="email"],
    #fmessage,
    textarea,
    select,
    input[type="reset"]{
        font-size: .9rem;
        width: 260px;
        border: 0;
        padding: 5px;
        border-bottom: 0.9px solid var(--yellow);
    }
    .rightInfoBox{
        width: 100%;
        height: auto;
    }
  
    .pointBox{
        width: 280px;
        left: 0px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        margin-top: 10px;
    }   
    .pointBox:first-child{
        margin-top: 0;
    } 
    .textBox{
        width: 100%;
    }
    .prodLeft, .prodRight{
        min-width: 300px;        
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: grid;
        align-items: center;
    }
    .prodLeft{
        justify-content: center;
        margin-bottom: 20px;
    }
    .prodRight{
        justify-content: center;
        padding-bottom: 20px;
        
    }
    .leftInfoBox, .rightInfoBox{
        width: 300px;
        margin: 0 auto;
        overflow: hidden;
    }
    .leftInfoBox{
        box-shadow: none;
        border-radius: 5px;
        height: 350px;
    }
    .rightInfoBox{
        display: grid;
        align-items: center;
    }
    .usage{
        max-width: 320px;
    }   
    #bottomSection{
        width: calc(100% - 20px);
        
    }
/*olie*/
    .topMenu{
        width: calc(100% - 5px);
        padding-left: 5px;
        font-size: 0.8rem;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }
    .topMenu ul{
        align-items: flex-start;
        
    }
    .topMenu li{
        margin-right: 10px;
        cursor: pointer;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 2px;
        
    }
    #heroSectionSub{
        height: 150px;
        margin-bottom: 0px;
    }
    #heroSectionSubCom{
        height: 150px;
        margin-bottom: 0px;
    }
    .buttonsDiv{
        width: calc(100% - 20px);
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .pryse{
        font-size: .8rem;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        margin-top: 20px;
    }
#prodSection{
    margin-top: 20px;
}    
.subh{
    font-size: 1rem;
}
}
