/* CSS reset */
*{
    margin: 0;
    padding: 0;
}

/* CSS Variables */

:root{
    --navbar-height: 59px;
}


/* Top */
#top {
    background: #478cb3;
    display: block;
    color: #478cb3;
    align-items: center;
    padding: 5px 5px;
    font-size: 0.8rem;
    font-family: 'Baloo Bhai 2', cursive;
}
/* Navigation Bar */
/* #navbar::before {
    content: "";
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
}

#navbar{
    display: flex;
    align-items: center;
    position: relative;
    top: 0px;
} */

/* Navigation Bar : Logo and Image */
/* #logo{
    margin: 10px 34px;
}
#logo img{
    height: 59px;
    margin: 3px 6px;

} */

/* Navigation Bar : List Styling */
/* #navbar ul{
    display: flex;
}

#navbar li {
    list-style: none;
    font-size: 1.3rem;
}

#navbar li a{
    color: white;
    display: block;
    padding: 3px 22px;
    border-radius: 20px;
    text-decoration: none;
}

#navbar li a:hover {
    color: black;
    background-color: white;
    
} */

/* Home Section */
#home::before {
    content: "";
    /* background: url('../bg1.jpg') no-repeat center center/cover; */
    position: absolute;
    top: 0px;
    left: 0px;
    height: 800px;
    width: 100%;
    z-index: -1;
    opacity: 0.89;
}
#home{
    display: flex;
    flex-direction: column;
    padding: 3px;
    height: 720px;
    justify-content: center;
    align-items: center;
}

#home h1{
    color: grey;
    text-align: center;
    font-family: 'Baloo Bhai 2', cursive;
}

#home p {
    color: grey;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Bree Serif', serif;
}

/* Services Section */
#services {
    margin: 34px;
    display: flex;
}
#services .box{
    border: 2px solid brown;
    padding: 34px;
    margin: 3px 6px;
    border-radius: 28px;
    background: #f2f2f2;
}
#services .box img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
#services .box p{
    font-family: 'Bree Serif', serif;
}

/* Client Section */
#client-section{
    height: 344px;
}
#client-section::before {
    content: "";
    background: url('../bg.jpg') no-repeat center center/cover;
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: -1;
    opacity: 0.4;
}
#clients{
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-items{
    padding: 34px;
}
#clients img {
    height: 124px;
}

/* Contact Section */
#contact{
    position: relative;
} 
#contact::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background: url('/bg1.jpg') no-repeat center center/cover;
}

#contact-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 34px;
}
#contact-box input,
#contact-box textarea{
    width: 100%;
    padding: 0.5rem;
    border-radius: 9px;
    font-size: 1.1rem;
}

#contact-box form{
    width: 40%;
}
#contact-box label {
    font-size: 1.3rem;
    font-family: 'Bree Serif', serif;
}
footer{
    background: #478cb3;
    color: white;
    padding: 9px 20px;
    font-size: 1.rem;
    font-family: 'Baloo Bhai 2', cursive;
}
#navbar-footer::before {
    content: "";
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
}

#navbar-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0px;
}

/* Navigation Bar : Logo and Image */
#logo {
    margin: 10px 34px;
}

#logo img {
    height: 59px;
    margin: 3px 6px;

}

/* Navigation Bar : List Styling */
#navbar-footer ul {
    display: flex;
}

#navbar-footer li {
    list-style: none;
    font-size: 1.rem;
    font-family: 'Baloo Bhai 2', cursive;
}

#navbar-footer li a {
    color: white;
    display: block;
    padding: 3px 22px;
    border-radius: 20px;
    text-decoration: none;
}

#navbar-footer li a:hover {
    color: black;
    background-color: white;

}

/* Utility Classes */
.h-primary{
    font-family: 'Bree Serif', serif;
    font-size: 2.8rem;
    padding: 12px;
}
.h-secondary {
    font-family: 'Bree Serif', serif;
    font-size: 1.5rem;
    padding: 12px;
}

.btn{
    padding: 12px 100px;
    border: 2px solid white;
    background-color: brown;
    color:  white;
    margin: 10px;
    margin-bottom: 50px;
    font-size: 1.8rem;
    border-radius: 10px;
    cursor: pointer;
}

.btn a {
    /* padding: 12px 100px;
    border: 2px solid white;
    background-color: brown; */
    color: white;
    /* margin: 10px;
    margin-bottom: 50px;
    font-size: 1.8rem;
    border-radius: 10px;
    cursor: pointer; */
    text-decoration: none;
}

.center{
    text-align: center;
}





#policy-home::before {
    content: "";
    /* background: url('../bg1.jpg') no-repeat center center/cover; */
    position: absolute;
    top: 0px;
    left: 0px;
    height: 800px;
    width: 100%;
    z-index: -1;
    opacity: 0.89;
}

#policy-home {
    display: flex;
    flex-direction: column;
    padding: 3px;
    height: 1800px;
    justify-content: center;
    align-items: center;
}

#policy-home h1 {
    color: grey;
    text-align: center;
    font-family: 'Baloo Bhai 2', cursive;
}

#policy p {
    color: grey;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Bree Serif', serif;
}


#disclaimer-home::before {
    content: "";
    /* background: url('../bg1.jpg') no-repeat center center/cover; */
    position: absolute;
    top: 0px;
    left: 0px;
    height: 800px;
    width: 100%;
    z-index: -1;
    opacity: 0.89;
}

#disclaimer-home h1 {
    color: grey;
    text-align: center;
    font-family: 'Baloo Bhai 2', cursive;
}

#disclaimer-home {
    display: flex;
    flex-direction: column;
    padding: 3px;
    height: 750px;
    justify-content: center;
    align-items: center;
}

#disclaimer p {
    color: grey;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Bree Serif', serif;
}

#tc-home::before {
    content: "";
    /* background: url('../bg1.jpg') no-repeat center center/cover; */
    position: absolute;
    top: 0px;
    left: 0px;
    height: 800px;
    width: 100%;
    z-index: -1;
    opacity: 0.89;
}

#tc-home {
    display: flex;
    flex-direction: column;
    padding: 3px;
    height: 2900px;
    justify-content: center;
    align-items: center;
}

#tc-home h1 {
    color: grey;
    text-align: center;
    font-family: 'Baloo Bhai 2', cursive;
}

#tc p {
    color: grey;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Bree Serif', serif;
}