/* CSS STYLING */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
    margin: 0%;
    padding: 0%;
}

html {
    scroll-behavior: smooth;
}

#navbar {
    display: flex;
    align-items: center;
    position: sticky;
    width: 100%;
    top: 0px;
    left: 10px;
    justify-content:left;
    z-index: 999;
}

#navbar img {
    width: 40px;
    height: 40px;
}
#navbar img:hover{
    width: 43px;
    height: 43px;
}

#logo {
    margin: 23px 23px;
}

#navbar ul {
    display: flex;
    font-family: 'Baloo Bhai', cursive;
}

#navbar::before {
    content: "";
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 87%;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
}

#navbar ul li {
    list-style: none;
    font-size: 1.2rem;
}

#navbar ul li a {
    color: white;
    display: block;
    padding: 0px 15px;
    border-radius: 20px;
    text-decoration: none;
}

#navbar ul li a:hover{
    color: black;
    background-color: white;
    font-size: 1.3rem;
}

#home {
    display: flex;
    flex-direction: column;
    padding: 3px 200px;
    height: 394px;
    justify-content: center;
    align-items: center;
}

#home::before {
    content: "";
    background: url('img/bg.jpg') no-repeat center center/cover;
    position: absolute;
    left: 0px;
    height: 1000px;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
}

#home h1 {
    color: black;
    text-align: center;
    font-family: 'Bree Serif', serif;
    font-size: 2.5rem;
}

#home p {
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Bree Serif', serif;
    font-size: 1.4rem;
}

.btn {
    padding: 6px 20px;
    border: 2px solid black;
    background-color: blanchedalmond;
    font-family: 'Bree Serif', serif;
    margin: 17px;
    font-size: 1.5rem;
    border-radius: 15px;
    cursor: pointer;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}
.btn:hover {
    background-color: rgb(255, 220, 167);
    font-size: 1.6rem;
    box-shadow: 3px 5px 5px rgb(43, 43, 43);
}
label{
    font-family: 'Bree Serif', serif;
    font-size: 1.8rem;
}
#branch-loc{
    font-size: 1.7rem;
    font-family: 'Bree Serif', serif;
    color: black;
    margin: 17px;
    cursor: pointer;
}
#branch-loc input{
    width: 20px;
    height: 16px;
    font-family: 'Bree Serif', serif;
}
label{
    font-size: 1.7rem;
    font-weight: 500;
    font-family: 'Baloo Bhai', cursive;
    color: black;
    margin: 17px;
    cursor: pointer;
}
label select{
    font-size: 1.3rem;
}
label #branch5{
    background: #ffe0e0;
    color: black;
    border-radius: 10px;
}
/* service container */
#services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
    grid-gap: 11px;
    background:linear-gradient(180deg,blanchedalmond,#514944);
}

#services-container {
    height: 200px;
}
#box {
    box-shadow: 5px 10px 18px #453b3b;
    padding: 36px;
    margin: 20px 35px;
    border-radius: 12px;
    background: #f4efef;
    margin-bottom: 20px;
}

#box img {
    display: block;
    padding: 5px;
    margin: auto;
    height: 200px;
    width: 100%;
}
#box img:hover{
    display: block;
    padding: 5px;
    margin: auto;
    height: 200px;
    width: 100%;
}

#box p {
    font-family: 'Bree Serif', serif;
}

.primary-center {
    font-family: 'Baloo Bhai', cursive;
    text-align: center;
    height: 10px;
    padding: 50px;
    margin-top: 25px;
}

.center {
    text-align: center;
    font-family: cursive;
}


#client-section h1 {
    font-size: 2.5rem;
    font-family: 'Baloo Bhai', cursive;
}

.h-secondary-center {
    font-family: 'Baloo Bhai', cursive;
}
/* Enhancing part */
#enhance{
    background: #514944;
    color: white;
    height: 110%;
    width: 100%;
}
#enhance-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
    grid-gap: 11px;
    align-items: center;
    justify-content: center;
    margin-left: 180px;
    margin-right: 45px;
}
#enhance-content .box{
    margin-bottom: 40px;
}
#enhance-content img{
    width: 110px;
    height: 230px;
    padding: 34px;
}

#enhance-content p{
    font-size: medium;
    transform: translateZ(-380px);
    margin-top: 20px;
    margin-right: 50px;
}

/* client section */
#client-section {
    position: relative;
}

#client-section::before {
    content: "";
    position: absolute;
    background: url('img/bg.jpg');
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}

#client {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-item {
    padding: 34px;
    background: transparent;
}
.client-item img {
    width: 310px;
    height: 250px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
.client-item img:hover {
    width: 330px;
    height: 270px;
    box-shadow: 10px 15px 28px #3e3939;;
    cursor: pointer;
}

#clients img {
    background: transparent;
    height: 124px;
}

#contact {
    position: relative;
}

#contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background: linear-gradient(180deg,rgb(168, 233, 233),#292929);;
}

#contact-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 34px;
    font-family: 'Baloo Bhai', cursive;
}

#contact-box input,
#contact-box textarea {
    width: 100%;
    padding: 0.5rem;
    border-radius: 9px;
    font-size: 1.1rem;
    cursor:pointer;
}

#contact-box form {
    width: 40%;
}

#contact-box label {
    font-size: 1.3rem;
    font-family: 'Bree Serif', serif;
}
#submit button{
    background-color: rgb(216, 214, 214);
    color: black;
    width: 100%;
    padding: 0.5rem;
    border-radius: 9px;
    font-size: 1.1rem;
    cursor:pointer;
}
#submit button:hover{
    background-color: darkviolet;
    color: black;
    width: 100%;
    padding: 0.5rem;
    border-radius: 9px;
    font-size: 1.2rem;
    cursor:pointer;
}
footer{
    background: black;
    color: white;
    padding: 9px 20px;
    margin-top: -17px;
}

a:link { text-decoration: none; }
footer .center .icon{
    background: black;
    color: white;
    width: 100%;
    font-size: 1.2rem;
    line-height: 35px;
    padding: 15px;
}
footer .center .icon:hover{
    background: black;
    color: white;
    width: 100%;
    font-size: 1.4rem;
    line-height: 40px;
    padding: 15px;
}
#contact h1{
    font-size: 2.5rem;
    font-family: 'Bree Serif', serif;
}
footer .center .icon1{
    background: black;
    color: white;
    width: 100%;
    font-size: 1rem;
    line-height: 35px;
    cursor: pointer;
}
footer .center .icon1:hover{
    background: black;
    color: white;
    width: 100%;
    font-size: 1.1rem;
    line-height: 35px;
    cursor: pointer;
}