:root{
    --white: #FFFFFF;
    --black: #000000;
    --primary-green: #44D800;
    --accent-green: #078500;
    --dark-green: #072708;
    --text-gray: #9795B5;
    --text-light-dark: #090909;
    --text-light-blue: #312E57;
    --text-dark-blue: #3F3D56;
    --line-border-color: #D4D2E3;
    --light-green: #DCF1D2;
 
}

/*NAVBAR*/
header{
    padding: 1rem 0.7rem;
    z-index: 3;
    position: sticky;
    top: 0px;
    background-color: #ffffff;
}
nav{
    display: none;
}

.buttons-container a{
    display: none;
}

/*Styling Enquire Button*/
.buttons-container a { 
    padding: 8px 32px;
    border-radius: 8px;
    color: var(--white); 
    background-color: var(--primary-green);
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: .1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
.buttons-container a span {
    position: absolute;
    width: 25%;
    height: 100%;
    background: linear-gradient(20deg, var(--dark-green), var(--accent-green));
    transform: translateY(150%);
    border-radius: 70%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.buttons-container a:hover span {
    transform: translateY(0) scale(2);
}

.buttons-container a span:nth-child(1) {
    --n: 1;
}

.buttons-container a span:nth-child(2) {
    --n: 2;
}

.buttons-container a span:nth-child(3) {
    --n: 3;
}

.buttons-container a span:nth-child(4) {
    --n: 4;
}

/*Target Tablets Devices: (width = min-768 max-1114)*/
@media only screen and (min-width: 500px){
    header{
        padding: 1em 2em;
    }
    nav{
        display: block;
    }
    nav dt{
        margin-right: 2rem;  
    }
    
    nav dt:hover{
        scale: 1.1; 
        transition: all .5s;
        cursor: pointer;
    }
    nav a{
        color: var(--text-dark-blue);
    }
    nav a:hover{
        color: var(--accent-green);
        transition: all .5s;
    }
    #burgerButton{
        display: none;
    }
    .buttons-container a{
        display: block;
    }
    .logo{
        margin-right:10%;
    }
    
}
/*Target Medium to Large Devices-Laptops > 13inch to 16inch: width > min-1280 max-1728*/
@media only screen and (min-width: 1280px){
    header{
        padding: 1.5px 8vw;
    }
    .logo{
        margin-right: 0px;
    }
    
}

/*Target Monitors > 23inch and Above: width > min-1920 max-2048*/
@media only screen and (min-width: 1920px){
    header{
        padding: 1.5px 12vw;
    }
   
}
/*/////////////////////////////////////////////////////////////////////*/

/*DROP DOWN MENU*/
.dropdown{
    display: none;
    font-size: 18px;
    width: 60%;
    height: auto;
    position: fixed;
    top: 4rem;
    left: 40%;
    border-bottom: solid 0.1em var(--line-border-color);
    border-left: solid 0.1em var(--line-border-color);
    border-bottom-left-radius: 1.5em;
    color: var(--text-gray);
    background-color: var(--white);
    z-index: 3;

}

.dropdown a{
    color: var(--accent-green);   
}
.dropdown dl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.dropdown dt{
    margin: 2rem 0px;
    
}
.dropdown hr{
    width: 100%;
    height: 0.1em;
    border: none;
    background-color: var(--line-border-color);

}
dt .enquire-button-mobile{
    border: none;
    border-radius: 0.4em;
    padding: 0.4em 1.8em;
    color: var(--white);
    background-color: var(--primary-green);
}
/*/////////////////////////////////////////////////////////////////////*/


/*HERO SECTION*/
.hero-container{
    width: 90%;
    text-align: center;
    padding: 0.4em;   
}
.text-main{
    margin-top: 2em;
}
.text-main span{
    font-size: 42px;
    font-weight: bolder;
    color: var(--text-dark-blue);
}
.text-main span:nth-child(3){
    color: var(--text-dark-blue);
}
.text-small{
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-gray);
    min-width: 290px;
}
.tree-of-life{
    width: 100%;

}
.epic-team{
    width: 100%;
    margin-top: -28%;
    z-index: 1;
}

.king-icon {
    scale: 0.7;
}

/*WHATSAPP BUTTON + ITS HIDDEN DROPDOWN*/
.whatsapp-btn-and-drop-down-container{
    position: fixed;
    top: 70vh;
    right: 0px;
    z-index: 5;
}
.whatsapp-btn{
    background-color: #DCF1D2;
    margin-bottom: 2px;
    padding: 0.4em 0.8em;
    border-radius: 12px 0px 0px 12px;
}
.whatsapp-btn:hover{
    cursor: pointer;
}
.whatsapp-btn img{
    width: 24px;
}
@media only screen and (min-width: 600px){
    .whatsapp-btn img{
        width: 28px;
    }
}
.whatsapp-btn-dropdown{
    background-color: var(--text-light-blue);
    width: 88px;
    height:fit-content;
    padding: 8px 16px;
    border-radius: 12px 0px 0px 12px;
    display: none;
}

.whatsapp-btn-dropdown span{
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--white);
    text-wrap: nowrap;
}


/*Media Querries*/
/*Target Tablets Devices: (width = min-768 max-1114)*/
@media only screen and (min-width: 500px){ 
    .hero-container{
        display: flex;
        align-items: center;
    
    }
     
    .right-hero-div, .left-hero-div{
        width: 50%;
    }
 
}
/*Target Medium to Large Devices-Laptops > 13inch to 16inch: width > min-1280 max-1728*/
@media only screen and (min-width: 1280px){
    .hero-container{
        width: 80%;
    }
    
    .text-main span{
        font-size: 8.4vh;
    }
    .text-small{
        font-size: 3vh;
    }
    .king-icon{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 25%;
    }
  
}
/*Target Monitors > 23inch and Above: width > min-1920 max-3040*/
@media only screen and (min-width: 1920) {
   
    .text-main span{
        font-size: 10vh;
    }
    .text-small{
        font-size: 3.6vh;
    }   
}
/*/////////////////////////////////////////////////////////////////////*/

/*ABOUT US*/
.about-us-container{
    background-image: url('/assets/img/about-us-bg.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 2em 0em;
    margin-top: -0.5em;
}
.about-us-card-container{
    width: 92%;
}
.about-us, .vision-mission{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-us-span{
    margin-bottom: 1em;
    font-size: 18px;
    color: var(--white);
}
.image-container{
    width: 100%;
}
.image-container img{
    width: 100%;
}

@media only screen and (min-width: 600px){
    .about-us-card-container{
        display: flex;
        justify-content: space-around;
        width: 95%;
    }
    
}
@media only screen and (min-width: 1280px){
    .about-us-card-container{
        width: 80%;   
    }
    .about-us, .vision-mission{
        scale: 1.3;
        margin: 2em;
    }
}
@media only screen and (min-width: 1920){
    .about-us-card-container{
        width: 70%;   
    }
}
/*/////////////////////////////////////////////////////////////////////*/


/*MORE ABOUT US*/
.more-about-us{
    position: relative;
}
.cards-container{
    padding: 1em;
}
.about-card{
    width: 80%;
    margin: 0.7em;
}
.eliza-hero{
    width: 30%;
    position: absolute;
    bottom: -3.25em;
    right: 0px;
    z-index: 1;
    
}
.thick-lines{
    height: .8em;
    width: 100%;
    border: none;
    background-color: #2C885B;
    margin: 2px 0px;
    position: relative;
    top: 5em;
}
.thick-lines:last-child{
    background-color: #BECDF8;
}
@media only screen and (min-width: 600px) {
    .about-card{
        width: 70%;
        height: 30%;
        margin-bottom: 4%;
    }
    .cards-container{
        max-width: 70%;
        margin: 3% auto;
    }
    .eliza-hero{
        right: -0.2em;     
    }
    
}
@media only screen and (min-width: 1280px){
    .cards-container{
        max-width: 90%;
        margin: 3% auto;
        flex-direction: row;
        flex-wrap: wrap;
        min-width: 80%;
    }
    .about-card{
        width: 35%;
    }
    .thick-lines{
        top: 0.1em;
    }
    .eliza-hero{
        width: 14%;
        bottom: 1.6em;
    }

}
@media only screen and (min-width: 1920px){
    .eliza-hero{
        width: 12%;
        bottom: 1.6em;
    }
}
/*/////////////////////////////////////////////////////////////////////*/

/*OUR SERVICES*/
.our-services{
    background-color: #ffffff;
    margin-top: 6em;
}
.our-services-container{
    width: 94%;
}
.text-title{
    margin: 1em;
}
.text-title .title-1{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #0D4872;
}
.text-title .title-2{
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    color: #001403;
}
.services-cards-container{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.card-and-button-container{
    min-width: 320px;
    max-width: 542px;
    margin: 2em 0em;
    width: 100%; /*here*/
}
.service-card{
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    border-radius: 2em;
    
}
.left-img{
    border-radius: 2em 0 0 2em;
    width: 50%;
}
.right-img{
    border-radius: 0 2em 2em 0;
    width: 50%;
}
.right-div, .left-div{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    align-content: center;

}
.text-box span{
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    color: #0D4872;
    text-align: center;

}
.card-text-bottom p{
    font-size: 9px;
    font-weight: bold;
    color: #595773;
}
.card-text-bottom p:last-child{
    font-size: 10px;
    line-height: 12.2px;
    color: #8C9497;
}
.card-text-bottom{
    text-align: center;
}
.visit-page-button{
    width: 280px;
    margin-top: 1em;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
}

.visit-page-button span{
    margin-left: 0.5em;
}
.visit-page-button:hover{
    background-color: #DAFCD9;
    color: #000000;
    border-radius: 90px;
}
.visit-page-button:active{
    background-color: #0f2704;
    color: #ffffff;
}
.visit-page-button img{
    background-color: #203d86;
    border-radius: 24px;

}
.top-cards .card-and-button-container:nth-child(1) .visit-page-button img{
    animation: rotate1 4s infinite ease alternate;
    transition: all 1s;
}
.top-cards .card-and-button-container:nth-child(2) .visit-page-button img{
    animation: rotate2 2s infinite ease alternate;
    transition: all 1s;
}
.bottom-cards .card-and-button-container:nth-child(1) .visit-page-button img{
    animation: rotate3 2s infinite ease alternate;
    transition: all 1s;
}
.bottom-cards .card-and-button-container:nth-child(2) .visit-page-button img{
    animation: rotate4 2s infinite ease-in;
    transition: all 1s;
}


@keyframes rotate1 {
    0%{transform: rotate(-280deg);}
    30%{transform: rotate(-190deg);}
    60%{transform: rotate(0deg);}
    90%{transform: rotate(190deg);}
    100%{transform: rotate(280deg);}  
}
@keyframes rotate2 {
    0%{transform: rotate(90deg);}
    30%{transform: rotate(190deg);}
    60%{transform: rotate(0deg);}
    90%{transform: rotate(-10deg);}
    100%{transform: rotate(-20deg);}  
}
@keyframes rotate3 {
    0%{transform: rotate(0deg);}
    30%{transform: rotate(45deg);}
    60%{transform: rotate(90deg);}
    90%{transform: rotate(130deg);}
    100%{transform: rotate(175deg);}  
}
@keyframes rotate4 {
    0%{transform: rotate(180deg);}
    30%{transform: rotate(135deg);}
    60%{transform: rotate(90deg);}
    90%{transform: rotate(45deg);}
    100%{transform: rotate(0deg);}  
}
.visit-page-button img:hover{
    background-color: var(--primary-green);
    border-radius: 24px;
}


/*Statistics Section*/
.statistics{
    background-color: #d9fafc;
    width: 100%;
    padding: 1em 0;
}
.stats-data-container{
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    justify-content: center;
    
}
.stats-data{
    margin: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.4em;
}
.num-n-plus-wrapper{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;

}

.data-num:nth-child(1){
    min-width: 130px;
    text-align: center;
    background-color: #ffffff7d;
    border-radius: 10px;
}

.data-num{
    font-family:'Segoe UI', Tahoma, sans-serif;
    margin: 2px;
    font-weight: bold;
    font-size: 38px;
    color: var(--primary-green);
    letter-spacing: 4px;
    transition: all 1s;

}

.data-descr{
    margin-top: 8px;
    font-weight:600;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-green);
}

@media only screen and (min-width: 600px) {
    .text-title{
        margin-bottom: 4em;
    }
    .text-title .title-1{
        font-size: 30px;
    }
    .text-title .title-2{
        font-size: 20px;
        margin-top: 16px;
    }
    .top-cards,.bottom-cards{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-and-button-container{
        margin: 2em 2em;
        width: 30%; /*here*/
    }
    .services-cards-container{
        width: 94%;
    } 
    .stats-data-container{
        width: 85%;
    }
    .services-cards-container{
        background-image: url(/assets/img/our-services-bg.webp);
        background-repeat: no-repeat;
        background-size: 30%;
        width: 99%;
        background-attachment: fixed;
    }
    .visit-page-button{
        width: 220px;
    }
}
@media only screen and (min-width: 1280px){
    .card-and-button-container{
        margin: 2em 2.5em;
        width: 35%; /*here*/
    } 
    .unique-align{
        position: relative;
        top: 70px;
    }
    .text-box span{
        font-size: 22px;
    }
    .card-text-bottom p{
        font-size: 12px;
    }
    .card-text-bottom p:last-child{
        font-size: 14px;
        line-height: 18px;
    }  

}
/*/////////////////////////////////////////////////////////////////////*/

/*OUR TEAM*/
.our-team-container{
    width: 96%;
    min-width: 320px;
    margin: 2em auto;
}
.our-team-tittle{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    padding: 10px 30px;
    color: #5D5A88;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    margin: 3em;
}
.team-members-card-container{
    background-color: #F7F7F7;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-rows{
    width: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team-member{
    width: 88VW;
    margin: 10px 0px;
    pointer-events: none;   
}
.right-space{
    margin-right: 12px;
}
.left-space{
    margin-left: 12px;
}
@media only screen and (min-width: 600px){
    .card-rows{
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
    }
    .team-member{
        width: 48%;
    }
}
@media only screen and (min-width: 1280px){
    .team-members-card-container{
        width: 60vw;
    
    }
    .our-team-tittle{
        font-size: 20px;
        padding: 12px 36px;
    }
    .card-rows{
        width: 85%;
    }  
}
@media only screen and (min-width: 1920px){
    .team-members-card-container{
        width: 70vw;
    
    }
}
/*/////////////////////////////////////////////////////////////////////*/

/*TESTIMONY SECTION*/
.testimony-cards-container{
    display: flex;
    width: 98vw;
    align-items: center;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.testimony-cards-container::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.testimony-title{ 
    color: #5D5A88;
    font-size: 20px;
    font-weight: 700;
    margin: 2em 1em 3em 1em;
}

.card{
    border-radius: 1em;
    border: 2.58px solid #CCCBD3;
    background: #FFF;
    padding: 18px;
    width: 86vw;
    margin: 1em 1.2em;
}
.card-data-container{
    width: 288px;
    margin: 16px auto;
}
.pp-and-name-container{
    width: 100%;
    background-color: #ffffff;
}
.pp-container{
    width: 30%;
    display: flex;
    justify-content: flex-start;
}
.name-container{
    width: 70%;
    margin-left: 20px;
}
.pp-container img{
    width: 100%;
}
.name{
    color: #5D5A88;
    font-size: 16.503px;
    font-weight: 700;
    line-height: 16.503px;

}
.review{
    color: #9795B5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.105px;
}

@media only screen and (min-width: 600px){
    .testimony-cards-container{
        width: 90vw;
    }
    .card{
        padding: 18px;
    }
    .testimony-title{
        font-size: 24px;
    }

}
@media only screen and (min-width: 1280px){
    .testimony-cards-container{
        width: 87vw;
    }
    .testimony-title{
        font-size: 26px;
    }
    .card{
        padding: 20px;
    }
    .review{
        font-size: 16px;
        line-height: 25px;
    }
    .card{    
        animation: cardslide 50s infinite linear;
        animation-direction: alternate-reverse;
    }
    @keyframes cardslide{
        to{
            transform: translateX(-160vw);
        }
    }
}
@media only screen and (min-width: 1920px){
    .testimony-cards-container{
        width: 75vw;
    }
}
/*///////////////////////////////////////////////////////////////////////////////////*/


/*CALL TO ACTION*/
.call-to-action{
    margin-bottom: 2em;
    padding-bottom: 30px;
}
.call-to-action-container{
    margin: 10px auto;
    width: 90%;
}
.cta-img{
    scale: 0.4;
    pointer-events: none;
}
.cta-text-container{
    margin-bottom: 2em;
}
.cta-title-container span{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-green);
}
.cta-title-container span:last-of-type{
    color: #1966B1;
    margin-top: 6px;
}
.cta-text-container p{
    font-size: 17px;
    color: #2F2E41;
    line-height: 20px;
    width: 320px;
    letter-spacing: 0.8px;
}
.cta-text-container p:last-of-type{
    font-size: 15px;
    color: #9795B5;
    line-height: 18px;
}
.cta-enquire-btn{
    background: #44D800;
    border-radius: 14px;
    padding: 10px 18px;
    margin-right: 20px;
    animation: colorchange 6s infinite;
}
.cta-enquire-btn img{
    animation: swing 5s infinite;
    transition: all 2s;
    animation-fill-mode: backwards;
    animation-direction: alternate;
    background-color: #000000;
    border-radius: 20px;
}
@keyframes colorchange{
    40%{
        background-color: #29460d;
    }
    60%{
        background-color: #44d800d6;
    }
    100%{
        background-color: #44D800;
    }

}
@keyframes swing{
    0%{transform: rotate(-45deg);}
    20%{
        transform: rotate(45deg);
        scale: 0.6;
    }
    40%{transform: rotate(95deg);}
    60%{
        transform: rotate(180deg);
        scale: 0.7;
    }
    100%{
        transform: rotate(-45deg);
        scale: 1;
    }
}
.cta-enquire-btn span{
    color: #ffffff;
    text-wrap: nowrap;
    margin-right: 4px;
}

@media only screen and (min-width: 600px){
    .call-to-action-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cta-top-div{
        width: 56%;
    }
    .cta-bottom-div{
        width: 40%;
    }
    .cta-img{
        scale: 0.6;
    }
    .cta-enquire-btn{
        display: none;
    }
}
@media only screen and (min-width: 1280px){
    .cta-img{
        scale: 0.7;
    }
    .cta-title-container span{
        font-size: 30px;
    }
    .cta-text-container p{
        font-size: 20px;
        line-height: 26px;
    }
    .cta-text-container p:last-of-type{
        font-size: 18px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 1920px){

}
/*/////////////////////////////////////////////////////////////////////*/

/*SCROLL UP*/
.scroll-up-btn{
    scale: 0.7;
    margin: 0em 1em;
}
@media only screen and (min-width: 600px){
    .scroll-up-btn{
        scale: 0.8;
        margin: 0em 3em;
    }
    .scroll-up{
        margin-top: -6em;
    }
}
@media only screen and (min-width: 1280px){
    .scroll-up-btn{
        scale: 1;
    }
}
@media only screen and (min-width: 1920px){
    .scroll-up-btn{
        scale: 1.2
    }
}
/*/////////////////////////////////////////////////////////////////////*/

/*FOOTER-1*/
.f1-gif{
    width: 30px;
    margin-right: 30px;
    pointer-events: none;
}
.n-container p, .e-container p{
    color: #757399;
    font-size: 16px;
    margin: 10px;
}
.n-container p:hover, .e-container p:hover{
    color: var(--text-light-blue);
    scale: 1.05;
    transition: 0.5s;
}
.footer-1{
    background: url(/assets/img/shadow-circles.svg);
    background-repeat: no-repeat;
    background-size: 370px;
    background-position-y: bottom;
    background-position-x: left;
    background-attachment: fixed;
}
.footer-1-container{
    width: 94%;
}
.f1-card-title{
    color: #44D800;
    font-weight: bold;
    font-size: 24px;
    margin-left: 1em;
}
.cont-info{
    background: linear-gradient(180deg, #f9faf9, #D3F8C7);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 74%;
    min-width: 320px;
    padding: 0.8em 0em;
    box-shadow: 2.7px 2.7px 2.7px 0px #00000025;
}
.cont-info-container{
    margin: 0.8em auto;
    width: fit-content;
}
.f1-svg{
    width: 250px;
    pointer-events: none;
}
@media only screen and (min-width: 600px){
    .footer-1{
        background-position-x: center;
        background-position-y: bottom;
        margin-bottom: 2em;
    }
    .footer-1-container{
        display: flex;
        align-items: center;
    }
    .f1title-and-continfo-container{
        width: 90%;
    }
    .f1-svg{
        width: 90%;
    }
}
@media only screen and (min-width: 1114px){
    .f1title-and-continfo-container{
        width: 50%;
    }
    .footer-1{
        height: 45vh;
    }
    .cont-info{
        height: 30vh;
    }
    .n-container p, .e-container p{
        font-size: 20px;
    }
}
@media only screen and (min-width: 1920px){
    .f1title-and-continfo-container{
        width: 30%;
    }
}
/*/////////////////////////////////////////////////////////////////////*/

/*FOOTER-2*/
.footer-2{
    background-color: #F0FFEF;
    padding-bottom: 1em;
}
.footer-2-container{
    background: url(/assets/img/dotted-line-mobile.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}
.f2-top-div{
    width: 70%;
    padding: 1em;
}
.hr-bamboo-tree-container{
    margin: -180px auto 0px auto;
    width: 90%;
}
.f2-line{
    width: 100%;
    height: 2px;
    background-color: #D4D2E3;
    border: none;
}
.bamboo-tree img{
    width: 200px;
    pointer-events: none; 
}
.bamboo-tree{
    width: fit-content;
    margin-bottom: -12px;
}
.ftitle-list-container{
    margin-bottom: 20px;
    margin-right: 24px;
    width: fit-content;
}
.ftitle{
    text-wrap: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-green);
    margin-bottom: -4px;
}
.links-container dt{
    margin: 12px;
}
.links-container a{
    color: #10095A;
    font-size: 16px;
    text-wrap: nowrap;
    letter-spacing: 0.4px;
}
.links-container dt:hover{
    scale: 1.05;
    transition: 0.2s;
}
.links-container dt:first-child:hover{
    scale: 1;
}
.f2-link-icon{
    margin-right: 8px;
    z-index: 1;
    pointer-events: none;
}
.f2-bottom-div{
    width: 90%;
    margin: 2em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.f2-logo{
    width: 250px;
    pointer-events: none;
}
.copyright-text{
    margin: 1.4em 2px;
}
.copyright-text p{
    color: #44D800;
    text-align: center;
}
.josephel-logo{
    z-index: 3;
    scale: 1.4;
}

@media only screen and (min-width: 600px){
    .f2-top-div{
        width: 92%;
    }
    .f2-bottom-div{
        flex-direction: row;
        width: 96%;
        height: 250px;
        justify-content: space-between;
    }
    .copyright-text{
        order: -1;
        align-self: flex-start;
    }
    .josephel-logo{
        align-self: flex-end;
    
    }
    .f2-logo{
        scale: 1.2;
    }
    .bamboo-tree img{
        width: 250px;
    }
    .footer-2-container{
        background: url(/assets/img/dotted-line.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
    }
}
@media only screen and (min-width: 1280px){
    .f2-top-div{
        margin-left: 2em;
        padding-top: 3em;
        width: 80%;
    }
    .f2-bottom-div{
        width: 88%;
        height: 150px;
    }
    .ftitle, .links-container a{
        font-size: 18px;
    }
    .copyright-text p{
        font-size: 18px;
    }
    .ftitle-list-container{
    margin-right: 5em; 
    }
}





