: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;
}
.navbar-container nav{
    display: none;
}

/*Target Tablets Devices: (width = min-768 max-1114)*/
@media only screen and (min-width: 500px){
    header{
        padding: 1em 2em;
    }
    .navbar-container nav{
        display: block;
    }
    .buttons-container{
        display: none;
    }
    
    .navbar-container nav a{
        margin-right: 2rem;  
    }
    
    .navbar-container nav a:hover{
        scale: 1.1; 
        transition: all .5s;
        cursor: pointer;
    }
    .navbar-container nav a{
        color: var(--text-dark-blue);
    }
    .navbar-container nav a:hover{
        color: var(--accent-green);
        transition: all .5s;
    }

    .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: 0.7rem 8vw;
    }
    .logo{
        margin-right: 0px;
    }
    
}

/*Target Monitors > 23inch and Above: width > min-1920 max-2048*/
@media only screen and (min-width: 1920px){
    header{
        padding: 1rem 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: #000000;   
}
.dropdown nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.dropdown a{
    margin: 2rem 0px;
    
}
.dropdown hr{
    width: 100%;
    height: 0.1em;
    border: none;
    background-color: var(--line-border-color);

}
/*/////////////////////////////////////////////////////////////////////*/

/*FORM*/
.form-container{
    margin: 2em auto;
    width:94%;
    position: relative;  
    z-index: 1;
    border-radius: 10px;
    background: #0598d74c;
    max-width: 600px;
    
}
.form-title-container{
    width: 80%;
    margin: 0px auto;
    margin-bottom: 1em;
}
.form-title{
    margin-top: 3em;
    color: #000000;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
}
.f-sub-title{
    color: #797979;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
}
.form-below-div{
    width: 92%;
    margin: 0px auto;
    padding-bottom: 2.5em;
}
.input-container{
    margin-bottom: 18px;
}
.input-container:first-child{
    margin-top: 0.5em;
}
.input-title{
    margin: 6px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;

}
.input-title-gender{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
label{
    font-size: 18px !important;
}
input::placeholder{
    font-size: 16px;
}

.enq-bg-container{
    margin-top: -35vh;  
}
.enq-bg-container img{
    height: 50vh;
}

input[type="text"], input[type="email"], input[type="tel"]{
    height: 2rem;
    padding: 3px 10px;
    border: none;
    border-radius: 6px;
    background-color: #F5F5F5;
    font-size: 18px;
}
input[type="radio"], input[type="checkbox"]{
    width: 15px;
    height: 15px;
}
.radio-btn-container{
    margin-right: 10px;
}
.radio-btn-container label, .check-box-container label{
    font-size: 16px;
    color: #000000;
}
.policy-label{
    font-size: 14px;
    color: #ffffff;
}
.policy-label a{
    color: #44D800;
}
.input-container .white{
    color: #ffffff;
}
textarea{
    border: none;
    border-radius: 6px;
    background-color: #F5F5F5;
    padding: 1.2em;
    font-size: 18px;
    min-height: 200px;
    width: auto;
}

input[type="email"]:invalid:required, input[type="text"]:invalid:required, input[type="tel"]:invalid:required, textarea:invalid:required{
    outline-color: var(--accent-green);
}

.form-submit-btn{
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    border: none;
    padding: 14px;
    margin: 1em auto;
    width: 60%;
    border-radius: 15px;
    box-shadow: 0px 3.981px 5.972px 2.986px rgba(0, 0, 0, 0.15), 0px 1.991px 1.991px 0px rgba(0, 0, 0, 0.30);
    cursor: pointer;
    animation: sm-btn-glow 2s infinite;  
}
.form-submit-btn:hover{
    background-color: #053944;
    border-radius: 40px;
    transition: 1s;
    animation: none;
}

/* Success or Failure DIV */

.result-div.active{
    border-radius: 0.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed; 
    z-index: 8;
    font-size: 18px;
    text-align: center;
    color: #797979;
    min-width: 200px;
    max-width: 500px;
    width: 70vw;
    min-height: 40vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 2em;
    box-shadow: 0px 0px 50px 100vw #e0e0e0c2;

}
.tick-gif{
    width: 10em;
}
.result-div span{
    text-align: center;
    padding: 0.3em;
}

@media only screen and (min-width: 600px){
    .form-container{
        width: 64%;
        padding: 20px;
    }
    .form-title{
        font-size: 24px;

    }
    .f-sub-title{
        font-size: 1.1em;
        line-height: 24px;
    }
    .input-title{
        font-size: 1.2em;
    }
    .input-title-gender, .policy-label{
        font-size: 20px;
    }
    .radio-btn-container label, .check-box-container label{
        font-size: 1.1em;
    }
    .form-submit-btn{
        font-size: 1.1em;
        letter-spacing: 1px;
    }
    .input-container:first-child{
        margin-top: 0em;
    }
    .form-container{
        width: 75%;
    }  
    .inputs-holder{
        display: flex;
        justify-content: space-between;   
    }
    .form-below-div{
        width: 100%;
    }
    input[type="email"], input[type="text"], input[type="tel"] {
        width: 250px;
        margin: 6px 10px 10px 10px;
    }
}


@media only screen and (min-width: 1280px){
    .form-container{
        width: 46%;
    }
}
@media only screen and (min-width: 1920px){
    .form-container{
        width: 40%;
    }

}
@keyframes sm-btn-glow{
    0%{ background-color: #000000;}
    20%{background-color: #000000ac;}
    60%{background-color: #0000007f;}
    80%{background-color: #00000043;}
    100%{background-color: #000000;}
}
/*////////////////////////////////////////////////////////////////////////////////////////*/


/*FOOTER-2*/
.footer-2{
    background-color: #ffffff;
    padding-bottom: 1em;  
}
.footer-2-container{
    background: url(/assets/img/dotted-line-mobile.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.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; 
    }
}


