* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
}

#ABC {
    background: url('images/bg3.png');
    border: 1px solid rgb(255, 255, 255);
}

#nav-title span {
    font-weight: 500;
}

nav a:hover {
    font-weight: 600;
}

#fixed-header {
    background: transparent;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0px;
    z-index: 10px;
    width: -webkit-fill-available;
}

img {
    border-left: 20px;
    max-width: 170%;
}

#MNO {
    background: rgb(255, 250, 191);
    background: linear-gradient(90deg, rgba(255, 250, 191, 0.43043154761904767) 0%, rgba(128, 219, 255, 0.4500393907563025) 50%, rgba(255, 177, 101, 0.45284051120448177) 100%);
    border: 1px solid rgb(255, 255, 255);
}

div p span {
    color: rgb(83, 108, 144);
    font-size: 16px;
    font-weight: 500;
}

h1 {
    text-align: center;
}

#PQR {
    background: url('/images/bg2.png');
    border: 1px solid rgb(255, 255, 255);
    margin-top: 95px;
}

h1 {
    text-align: center;
}

#DEF {
    background-color: rgb(232, 235, 240);
    border: 1px solid rgb(255, 255, 255);
}

#GHI {
    background: url('bg4.png');
    border: 1px solid rgb(255, 255, 255);
}

.p-6 {
    background-color: white;
}

.h-full {
    background-color: white;
}

@media (min-width: 1024px) {
    .lg\:h-48 {
        height: 18rem;
    }
}

img .w-full {
    width: 100%;
}

#blocks:hover {
    font-weight: 1000;
}

/* #contact {
    z-index: -1;
} */

#image-hover:hover {
    box-shadow: 0px 0px 10px 0px #ccc;
}

.mills {
    padding: 50px;
}

.mills h1 {
    font-size: 25px;
    font-weight: 500;
    padding: 0px 0 10px 0;
}

.content {
    text-align: left;
    align-items: center;
    display: flex;
    flex-direction: row;
    
    overflow: auto;
}

.text {
    width: 255px;
}

.box {
    border: 2px solid white;
    display: flex;
    height: 395px;
    flex-direction: column;
    margin: 20px;
    padding: 0px 40px 0px 40px;
    box-shadow: 2px 2px 10px 0px #d7d7d7;
    border-radius: 10px;
}

.box:hover {
    box-shadow: 0px 0px 20px 0px #ccc;
}

.img {
    width: 150px;
    left: 0px;
    padding-bottom: 20px;
}

#head {
    font-size: 18px;
    padding: 0px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 2px;
}

#loc {
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 4px;
    color: #6d6d6d;
}

#desc {
    font-size: 14px;
    padding-bottom: 4px;
}

#products .relative {
    z-index: -1;
}

#form {
    z-index: 0;
}

footer div span {
    cursor: pointer;
}
