/* Lora */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Acme&family=Alegreya+Sans:wght@100;300&family=Alkatra&family=Anton&family=Archivo&family=Arvo&family=Babylonica&family=Bebas+Neue&family=BioRhyme&family=Bitter:wght@300&family=Cabin&family=Changa+One&family=Charm&family=Chela+One&family=Cinzel&family=Dancing+Script&family=Exo+2:wght@100&family=Fira+Sans&family=Fjalla+One&family=Foldit&family=Geologica:wght@800&family=Gloock&family=Great+Vibes&family=Heebo:wght@300&family=Hind+Madurai:wght@300&family=Hind+Siliguri&family=IBM+Plex+Serif:wght@100&family=Inter:wght@600&family=Kalam:wght@300&family=Kanit:wght@100;400&family=Lato:wght@700&family=Libre+Franklin:wght@100&family=Lobster&family=Lora&family=Luckiest+Guy&family=M+PLUS+Rounded+1c:wght@100&family=Montserrat:wght@100;300&family=Noto+Sans:wght@300&family=Noto+Serif:wght@600&family=Open+Sans:wght@300&family=Oswald&family=PT+Sans+Narrow&family=Pacifico&family=Patua+One&family=Permanent+Marker&family=Poppins:wght@100;200;400;600&family=Quicksand:wght@300&family=Raleway:wght@100;300&family=Rampart+One&family=Righteous&family=Roboto+Condensed:wght@300;400&family=Roboto+Serif&family=Roboto+Slab:wght@100;400&family=Roboto:wght@100;400&family=Rubik&family=Secular+One&family=Shrikhand&family=Slabo+27px&family=Tilt+Neon&family=Tilt+Prism&family=Tilt+Warp&family=Urbanist:wght@300&display=swap');
/* Mukta Malar */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Acme&family=Alegreya+Sans:wght@100;300&family=Alkatra&family=Anton&family=Archivo&family=Arvo&family=Babylonica&family=Bebas+Neue&family=BioRhyme&family=Bitter:wght@300&family=Cabin&family=Changa+One&family=Charm&family=Chela+One&family=Cinzel&family=Dancing+Script&family=Exo+2:wght@100&family=Fira+Sans&family=Fjalla+One&family=Foldit&family=Geologica:wght@800&family=Gloock&family=Great+Vibes&family=Heebo:wght@300&family=Hind+Madurai:wght@300&family=Hind+Siliguri&family=IBM+Plex+Serif:wght@100&family=Inter:wght@600&family=Kalam:wght@300&family=Kanit:wght@100;400&family=Lato:wght@700&family=Libre+Franklin:wght@100&family=Lobster&family=Lora&family=Luckiest+Guy&family=M+PLUS+Rounded+1c:wght@100&family=Montserrat:wght@100;300&family=Mukta+Malar&family=Noto+Sans:wght@300&family=Noto+Serif:wght@600&family=Open+Sans:wght@300&family=Oswald&family=PT+Sans+Narrow&family=Pacifico&family=Patua+One&family=Permanent+Marker&family=Poppins:wght@100;200;400;600&family=Quicksand:wght@300&family=Raleway:wght@100;300&family=Rampart+One&family=Righteous&family=Roboto+Condensed:wght@300;400&family=Roboto+Serif&family=Roboto+Slab:wght@100;400&family=Roboto:wght@100;400&family=Rubik&family=Secular+One&family=Shrikhand&family=Slabo+27px&family=Tilt+Neon&family=Tilt+Prism&family=Tilt+Warp&family=Urbanist:wght@300&display=swap');

html {
    scroll-behavior: smooth;
}

.container_fluid{
    display: flex;
}

body {
    padding-top: 10px;
}

nav {
    margin-left: 10px;
    position: fixed;
    margin-top: 0;
    z-index: 9999;
    background-color: none;
}

.contact a:link, .contact a:visited {
    text-decoration: none;
    color: #445C6F;
}

.contact a:hover, .contact a:active {
    text-decoration: none;
    color: #007666;
    transition: color 0.5s ease;

}

.download-icon:link, .download-icon:visited {
    color: #445C6F;
}

.download-icon:hover, .download-icon:active {
    color: #F8873D;
}

main {
    z-index: 0;
    margin-top: -10px;
    overflow-x: hidden !important;
    background-color: #FFF8DE;
}

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

.section_title {
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Lora', serif;
    font-size: 45px;
}

#title_txt {
    color: #445C6F; 
    width: 75%; 
    font-size: 25px; 
    line-height: 40px;
}
.section_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Mukta Malar', sans-serif;
}

.bulletpoints-left {
    font-family: 'Mukta Malar', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    list-style: none;
    left: -15px;
}

.bulletpoints-left::before {
    content:'';
    position: absolute;
    left: -25px;
    top: 5px;
    width: 0.85rem;
    height: 1.2rem;
    background: url('images/bullet.png');
    background-size: 100% 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.bulletpoints-right {
    font-family: 'Mukta Malar', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    list-style: none;
    text-align: right;
    right: 28px;
}

.bulletpoints-right::before {
    content:'';
    position: absolute;
    right: -27px;
    top: 5px;
    width: 0.85rem;
    height: 1.2rem;
    background: url('images/bullet.png');
    background-size: 100% 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.section-group {
    padding-left: 10px;
    padding-right: 10px;
}

.section_subtitle {
    font-weight: bold;
    font-size: 30px;
    font-family: 'Lora', serif;
}
  
.logo {
    max-width: 220px;
    height: auto;
}

/* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 20px auto 10px;
  position: absolute;
  left: 10px;  
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #f8873d;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
  position: static;
  color: #445C6F;
  width: 200px;
  font-family: 'Mukta Malar', sans-serif;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,0.5);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15x solid transparent;
}

.navmenu, .navitem, .navitem a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.navitem a {
  padding: 5px;
  color: #445C6F;
  text-decoration: none;
  transition: all .2s;
}

.navitem a:hover,
.navitem a:focus {
  background: #F8873D;
  color: #fff;
  text-decoration: none;
}

.section1 {
    margin-bottom: 10rem;
    text-align: center;
}

#banner1 {
    background: #fce56d;
    width: 100%;
    height: 150px;
}

.sect2_leaf1 {
    position: absolute;
    top: -120px;
    left: -150px;
    width: 500px;
    height: auto;
    transform: rotate(-76deg);
    opacity: .8;
}

.sect2_leaf2 {
    position: absolute;
    top: -160px;
    right: -170px;
    transform: rotate(-60deg);
    width: 500px;
    height: auto;
    opacity: .8;
    overflow-x: hidden;
}

.sect2_sprout{
    position: absolute;
    top: -250px;
    left: -100px;
    width: 500px;
    height: auto;
}

.testimony {
    font-style: italic;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    font-family: 'Lora', serif;
    width: 55%;
    position: relative;
}

.ver_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 {
    margin-bottom: 13rem;
}

.section3 a {
    position: relative;
    z-index: 2000;
}

.sect3_leaf1 {
    left: -60px;
    top: -50px;
    position: absolute;
    transform: rotate(-220deg);
    width: 500px;
    height: auto;
    opacity: .8;
}

.sect3_leaf2 {
    position: absolute;
    left: -50px;
    top: 20px;
    transform: rotate(60deg);
    width: 500px;
    height: auto;
    opacity: .8;
}

.sect3_acorn {
    top: -630px;
    right: -780px;
    width: 675px;
    height: auto;
    transform: rotate(40deg);
    position: absolute;
}

.section4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#banner2 {
    background: #fce56d;
    width: 100%;
    height: 150px;
}

.sect4_leaf1 {
    position: absolute;
    top: -120px;
    right: -150px;
    width: 500px;
    height: auto;
    transform: rotate(130deg);
    opacity: .8;
}

.sect4_berry {
    position: absolute;
    height: auto;
    width: 400px;
    left: -130px;
    transform: rotate(30deg);
}

.sect5_acorn {
    position: absolute;
    width: 630px;
    height: auto;
    right: -340px;
    top: 10px;
}

#section5 {
    color: #445C6F; 
    margin-left: 30px; 
    margin-right: 30px;
}

.spacing {
    height: 100px;
}

.sect6_acorn {
    position: absolute;
    width: 700px;
    height: auto;
    right: -10px;
    top: -180px;
}

.section6 {
    color: #445C6F; 
    margin-left: 30px; 
    margin-right: 30px;
}
#banner3 {
    background: #fce569;
    width: 100%;
    height: 150px;
}

.section7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sect7_leaf1 {
    position: absolute;
    top: -100px;
    left: -150px;
    width: 500px;
    height: auto;
    transform: rotate(140deg);
    opacity: .8;    
}

.sect7_leaf2 {
    position: absolute;
    top: -180px;
    right: -160px;
    width: 500px;
    height: auto;
    transform: rotate(-150deg);
    opacity: .8;    
}

.sect8_tree {
    position: absolute;
    width: 550px;
    height: auto;
    left: -450px;
    top: -350px;
}

#banner4 {
    background: #fce56d;
    width: 100%;
    height: 150px;
}

.section9 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sect9_leaf1{
    position: absolute;
    top: -80px;
    right: -160px;
    width: 500px;
    height: auto;
    transform: rotate(-150deg);
    opacity: .8;   
}

.sect10_portrait {
    position: relative;
    height: auto;
    left: -20px;
    width: 300px;
    top: -10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#bear {
    position: relative;
}
.sect10_bear {
    position: absolute;
    height: auto;
    width: 400px;
    top: -320px;
    right: 5px;
}

.footer {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #F8873D;
    height: 200px;
    width: 100%;
    text-align: center;
    color: #f5efdb;
    font-family: 'Lora', serif;
    font-weight: 400;
}

.footer a:link, 
.footer a:visited {
    color:#f5efdb;
    text-decoration: none;
}

.footer a:hover,
.footer a:active {
    color: #fce56d;
}

/* Small Mobile */
@media screen and (min-width: 320px) and (max-width: 449px) {
    #bear {
        height: 150px;
    }
    .section_title {
        font-size: 32px;
    }
    #title_txt {
        font-size: 20px;
        line-height: 1.5;
    }
    .testimony {
        width: 200px;
        font-size: 16px;
    }
    #banner1 {
        height: 450px;
    }
    .sect2_leaf1 {
        width: 350px;
        left: -160px;
        top: -70px;
    }
    .sect2_leaf2 {
        width: 350px;
        top: 200px;
        right: -170px;
    }
    .sect2_sprout {
        width: 300px;
        left: -115px;
        top: -30px;
    }
    .section1 {
        margin-bottom: 6rem;
    }
    .logo {
        width: 150px;
    }
    .section_text {
        font-size: 18px;
        line-height: 25px;
    }
    .section2{
        margin-bottom: 4rem;
    }
    .sect3_acorn {
        top: -120px;
        right: -30px;
        width: 250px;
    }
    .sect3_leaf1 {
        width: 300px;
        left: -140px;
        top: 320px;
    }
    .sect3_leaf2 {
        width: 300px;
        left: -150px;
        top: 320px;
    }
    .section3 {
        margin-right: 10px;
        margin-left:5px;
    }
    #sect3_colopt {
        height: 6rem;
    }
    .bulletpoints-left {
        font-size: 16px;
    }
    .bulletpoints-right {
        font-size: 16px;
    }
    #banner2 {
        height: 450px;
    }
    .sect4_leaf1 {
        top: -160px;
        right: -190px;
        width: 350px;
    }
    .sect4_berry {
        width: 250px;
        left: -70px;
        top: 270px;
    }
    .section_subtitle {
        font-size: 25px;
    }
    .sect5_acorn {
        width: 250px;
        right: -130px;
        top: 500px;
    }
    .spacing {
        height: 50px;
    }
    .section5 {
        margin-bottom: 8rem;
    }
    .sect6_acorn {
        width: 250px;
        right: -100px;
        top: 60px;
    }
    #banner3 {
        height: 450px;
    }
    .sect7_leaf1 {
        top: -80px;
        left: -190px;
        width: 350px;
    }
    .sect7_leaf2 {
        top: 180px;
        right: -190px;
        width: 350px;
    }
    #banner4 {
        height: 280px;
    }
    .sect9_leaf1{
        top: -80px;
        right: -170px;
        width: 350px;  
    }
    #banner5 {
        height: 450px;
    }
    .sect8_tree {
        width: 250px;
        left: -160px;
        top: 250px;
    }
    #sect8_colopt {
        height: 3rem;
    }
    .sect10_bear {
        right: -20px;
        top: -80px;
        width: 300px;
    }
    .footer {
        font-size: 14px;
    }
    #contact_opt{
        font-size: 14px;
    }
}

/* Large Mobile */
@media screen and (min-width: 450px) and (max-width: 480px) {
    #banner1 {
        height: 400px;
    }
    .sect2_leaf1 {
        width: 350px;
        left: -160px;
        top: -70px;
    }
    .sect2_leaf2 {
        width: 350px;
        top: 200px;
        right: -170px;
    }
    .testimony {
        width: 42%;
        font-size: 16px;
    }
    .sect2_sprout {
        width: 330px;
        left: -110px;
        top: 50px;
    }
    .section1 {
        margin-bottom: 8rem;
    }
    .logo {
        max-width: 200px;
    }
    .section_title {
        font-size: 35px;
    }
    #title_txt {
        font-size: 22px;
    }
    .section_text {
        font-size: 20px;
        line-height: 30px;
    }
    .sect3_acorn {
        top: -600px;
        right: -400px;
        width: 400px;
    }
    .section2{
        margin-bottom: 4rem;
    }
    .sect3_leaf1 {
        width: 350px;
        left: -100px;
        top: -10px;
    }
    .sect3_leaf2 {
        width: 350px;
        left: -150px;
        top: 50px;
    }
    #banner2 {
        height: 400px;
    }
    .sect4_leaf1 {
        top: -130px;
        right: -190px;
        width: 350px;
    }
    .sect4_berry {
        width: 250px;
        left: -110px;
        top: 160px;
    }
    .sect5_acorn {
        width: 480px;
        right: -340px;
        top: 10px;
        opacity: .55;
        transition: opacity .5s;
    }
    .sect6_acorn {
        width: 450px;
        left: 50%;
        top: -120px;
        opacity: .55;
        transition: opacity .5s;
    }
    #banner3 {
        height: 400px;
    }
    .sect7_leaf1 {
        top: -70px;
        left: -190px;
        width: 350px;
    }
    .sect7_leaf2 {
        top: 130px;
        right: -190px;
        width: 350px;
    }
    #banner4 {
        height: 280px;
    }
    .sect9_leaf1{
        top: -80px;
        right: -170px;
        width: 350px;  
    }
    #banner5 {
        height: 400px;
    }
    .sect8_tree {
        width: 300px;
        left: -140px;
        top: 170px;
    }
    #sect8_colopt {
        height: 6rem;
    }
}

@media screen and (max-width: 768.5px){
    .sect10_portrait {
        width: 100%;
        left: 0;
        top: -40px;;
    }
}

/* Tablets */
@media screen and (min-width: 481px) and (max-width: 767px) {
    #banner1 {
        height: 300px;
    }
    .sect2_leaf1 {
        width: 400px;
        left: -160px;
        top: -70px;
    }
    .sect2_leaf2 {
        width: 400px;
        top: 20px;
        right: -170px;
    }
    .testimony {
        width: 45%;
    }
    .sect2_sprout {
        width: 330px;
        top: -50px;
        left: -100px;
    }
    .section1 {
        margin-bottom: 8rem;
    }
    .section2{
        margin-bottom: 8rem;
    }
    .sect3_acorn {
        top: -600px;
        right: -400px;
        width: 400px;
    }
    .sect3_leaf1 {
        width: 400px;
        left: -100px;
        top: -10px;
    }
    .sect3_leaf2 {
        width: 400px;
        left: -160px;
        top: 80px;
    }
    #banner2 {
        height: 300px;
    }
    .sect4_leaf1 {
        top: -100px;
        right: -190px;
        width: 400px;
    }
    .sect4_berry {
        width: 300px;
        left: -120px;
        top: 10px;
    }
    .sect5_acorn {
        width: 480px;
        right: -340px;
        top: 10px;
    }
    .sect6_acorn {
        width: 450px;
        left: 50%;
        top: -120px;
    }
    #banner3 {
        height: 300px;
    }
    .sect7_leaf1 {
        top: -90px;
        left: -190px;
        width: 400px;
    }
    .sect7_leaf2 {
        top: -5px;
        right: -190px;
        width: 400px;
    }
    .sect8_tree {
        width: 400px;
        left: -130px;
        top: -290px;
    }
    #banner4 {
        height: 300px;
    }
    .sect9_leaf1{
        top: -80px;
        right: -170px;
        width: 400px;  
    }
    .sect10_portrait {
        width: 400px;
    }
}

/* Small screens, laptops */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #banner1 {
        height: 200px;
    }
    .sect2_leaf1 {
        width: 450px;
        left: -140px;
        top: -70px;
    }
    .sect2_leaf2 {
        width: 450px;
        top: -130px;
        right: -170px;
    }
    .testimony {
        width: 49%;
    }
    .sect2_sprout {
        width: 450px;
        left: -100px;
        top: -160px;
    }
    .sect3_acorn{
        top: -600px;
        right: -550px;
        width: 560px;
    }
    .sect3_leaf1 {
        width: 450px;
        left: -80px;
        top: -10px;
    }
    .sect3_leaf2 {
        width: 450px;
        left: -70px;
        top: 100px;
    }
    #banner2 {
        height: 200px;
    }
    .sect4_leaf1 {
        top: -100px;
        right: -180px;
        width: 450px;
    }
    .sect4_berry {
        width: 350px;
        left: -125px;
    }
    .sect5_acorn {
        width: 575px;
        right: -220px;
        top: 10px;
    }
    .sect6_acorn {
        width: 600px;
        right: -250px;
        top: -150px;
    }
    #banner3 {
        height: 200px;
    }
    .sect7_leaf1 {
        top: -70px;
        left: -180px;
        width: 450px;
    }
    .sect7_leaf2 {
        top: -180px;
        right: -180px;
        width: 450px;
    }
    .sect8_tree {
        width: 480px;
        left: -400px;
        top: -250px;
    }
    #banner4 {
        height: 200px;
    }
    .sect9_leaf1{
        top: -80px;
        right: -160px;
        width: 450px;  
    }
    .sect10_portrait {
        width: 250px;
    }
}

/* Desktops, large screens */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect3_acorn {
        right: -700px;
    }
}

/* Extra large screens, TV */
@media screen and (min-width: 1201px){
    .sect3_acorn {
        right: -100%;
    }
    .sect5_acorn {
        right: -100px;
    }
}