@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');

/* @import "https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"; */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

*:root {
    --color1: #f2eeff;
    --color2: #1472ff;
    --color3: #27d344;
    --color4: #f6f8fc;
    --color5: #dabdff;
    --hBase: #00AC99;
    --hBaseDark: #009a88;
}

*::selection {
    background-color: #D0E3FA;
}

#bgWala {
    background-image: url('https://images.unsplash.com/photo-1515511856280-7b23f68d2996?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1174&q=80');
    min-height: 93vh;
    background-attachment: fixed;
}

#tehar {
    /* background: linear-gradient(125deg,#31e9fd,#ff2e70); */
    text-align: center;
    padding: 20px;
}

#tehar h3 {

    color: #000;
    /* font-size: 30px; */
    font-family: 'Concert One', cursive;
}

#teshar {
    background-color: var(--color4);
    text-align: center;
    padding: 20px;
}

#tesmhar {
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 700px) {
    #tesmhar {
        width: 90vw;
    }

    #tesmhar img {
        width: 100%;
        height: 100%;
    }
}

.card-img-top {
    height: 130px;
    width: 190px;
}

#mainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainImg {
    height: 300px;
    width: 450px;
}

#mainImgs {
    height: 200px;
    width: 250px;
}

#sd {
    height: 200px;
    width: 270px;
}

.sn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shade {
    height: 1vh;
    /* border: 2px solid red; */
    transform: skewY(-14deg);
    background-color: white;
}

#knowMore {
    background-color: #444;
    outline: none;
    border: none;
    border: 2px solid #444;
    border-radius: 0px;
    transition: 0.3s;
}

#knowMore:hover {
    border: 2px solid #444;
    color: #444;
    background-color: #fff;
}

#doorShop {
    background-color: #222;
    outline: none;
    border-radius: 0px;
    border: none;
    border: 2px solid #222;
    transition: 0.3s;
}

#doorShop:hover {
    border: 2px solid #222;
    color: #222;
    background-color: #fff;
}

#specialOnehar {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}

.happyhar {
    padding: 30px;
    /* background-color: #CE844B; */
    background: none;
}



#abouthar {
    min-height: 100vh;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background-image: url('https://images.unsplash.com/photo-1566041510639-8d95a2490bfb?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=378&q=80');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
}



.about-title {
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    background-color: var(--color1);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
}


.card-title {
    margin: 20px 0;
}

.basicColorhar {
    background-color: var(--color2);
    border: none;
    outline: none;
    text-decoration: none;
    padding: 8px 18px;
    transition: 0.5s;
    color: #fff;
}

.basicColorhar:hover {
    color: #fff;
    box-shadow: 0 0 10px var(--color2);
}

.basicColorThar {
    background-color: var(--color3);
    border: none;
    outline: none;
    text-decoration: none;
    padding: 8px 18px;
    transition: 0.5s;
    color: #fff;
}

.basicColorThar:hover {
    color: #fff;
    box-shadow: 0 0 10px var(--color3);
}


.card {
    margin: 20px;
}


#moreSheetshar {
    transition: 0.4s ease;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    background-color: var(--color1);
    padding: 8px 18px;
}

#moreSheetshar:hover {
    background-color: var(--color2);
    color: #fff;
    box-shadow: 0 0 10px var(--color2);
}


#moreSheetshard {
    transition: 0.4s ease;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    background-color: #c1e3ff;
    padding: 8px 18px;
}

#moreSheetshard:hover {
    background-color: #c1e3ff;
    color: #000;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}




#sdsdsds {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hi-slide {
    position: relative;
    width: 754px;
    height: 292px;

}

.hi-prev,
.hi-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: white;
    color: black;
    transition: 0.7s;
    font-size: 20px;
    font-weight: bold;
}

.hi-prev:hover,
.hi-next:hover {
    opacity: 1;
    background-color: white;
}

.hi-prev {
    left: -70px;
}

.hi-prev::before {
    content: '<';
}

.hi-next {
    right: -70px;
}

.hi-next::before {
    content: ">";
}

.hi-slide>ul {
    list-style: none;
    position: relative;
    width: 754px;
    height: 292px;
    margin: 0;
    padding: 0;
}

.hi-slide>ul>li {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 377px;
    top: 147px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    /* border: 3px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #F1F8FE; */
    cursor: pointer;
}

.hi-slide>ul>li>img {
    width: 80%;
    height: 100%;
    background-position: center;
}



.navbar {
    background-color: red;
}


/* For Contact Us Page */
#centerBox {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 92vh;
}

#come {
    height: 4vh;
}

#directhar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 12vh;
}

.directhar {
    text-decoration: none;
    background-color: #f2eeff;
    padding: 10px 30px;
    color: #000;
    transition: 0.4s;
}

.direct:hover {
    background-color: #8396ff;
    color: #fff;
    box-shadow: 0 0 10px #8396ff;
}


#arrangeThemhar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    flex-wrap: wrap;
}


#ksjdkhar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 340px;
}

#ksjdkhar img {
    width: 100%;
    height: 100%;
}





/* Responsiveness */
@media(max-width: 700px) {
    #ksjdkhar {
        width: 100vw;
        height: 20vh;
        margin: 20px 0;
    }

    #ksjdkhar img {
        width: 100%;
        height: 100%;
    }
}

button:hover {
    outline: none;
    border: none;
}


a:hover {
    outline: none;
    border: none;
}


.genahar {
    text-decoration: none;
}


#adv {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    background-color: blanchedalmond;
    padding: 8px 18px;
}

#comes {
    height: 14vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#takehar {
    outline: none;
    border: none;
    background-color: #f00;
    box-shadow: 00 0 10px #f00;
    transition: 0.3s;
    color: white;
    /* border-radius: 50px; */
    cursor: pointer;
    padding: 10px 30px;
}

#takehar:hover {
    background-color: rgb(132, 132, 255);
    color: #fff;
    box-shadow: 00 0 10px rgb(132, 132, 255);
}



#harshal__height {
    display: flex;
    justify-content: center;
    align-items: center;
}

.harshal__imageone {
    width: 1450px;
    height: 100vh;
}

.harshal__imagetwo {
    width: 1450px;
    height: 100vh;
}

@media (max-width: 700px) {

    .harshal__imageone {
        width: 90vw;
        height: 50%;
    }

    #harshal__flex {
        flex-direction: column;
    }

    .harshal__imagetwo {
        width: 90vw;
        height: 50%;
    }
}






:root {
    --effect: hover 1s linear infinite;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div {
    text-align: center;
}

.p {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    font-family: arial;
    font-weight: 600;
    transform: scale(.5);
    color: #121212;
    -webkit-text-stroke: 2px gray;
}

.p:nth-child(1) {
    animation: var(--effect);
}

.p:nth-child(2) {
    animation: var(--effect) .125s;
}

.p:nth-child(3) {
    animation: var(--effect) .25s;
}

.p:nth-child(4) {
    animation: var(--effect) .375s;
}

.p:nth-child(5) {
    animation: var(--effect) .5s;
}

.p:nth-child(6) {
    animation: var(--effect) .675s;
}

.p:nth-child(7) {
    animation: var(--effect) .75s;
}

@keyframes hover {
    0% {
        transform: scale(.5);
        color: #121212;
        -webkit-text-stroke: 2px gray;
    }

    20% {
        transform: scale(1);
        color: pink;
        -webkit-text-stroke: 3px red;
        /* filter: drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 3px red)drop-shadow(0 0 5px red)hue-rotate(10turn); */
    }

    50% {
        transform: scale(.5);
        color: #121212;
        -webkit-text-stroke: 2px gray;
    }


}






.imageBoxhar {
    width: 330px;
    height: 270px;
}

.imageBoxshar {
    width: 260px;
    height: 270px;
}

@media(max-width: 700px) {
    .imageBoxhar {
        width: auto;
        height: auto;
    }
}



#harshal__height {
    min-height: 100vh;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


#harshal__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}





/* new styles 6th July 2023 */

.imageHarshalSection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 0.5rem;
}

.imageHarshalSection img {
    height: auto;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.imageHarshalSection div {
    /* grid-template-rows: 5fr 1fr;
    display: grid; */
    border: 1px solid #d9d9d9;
    /* background: red; */
    border-radius: 5px;
    height: min-content;
    /* height: 9000; */
}

.imageHarshalSection div p {
    text-align: center;
    padding-top: 15px;
}

.fiveImgPRow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
    padding: 0.5rem;
}

.fiveImgPRow > div {
    height: min-content;
}

.fiveImgPRow img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.fiveImgPRow div {
    display: grid;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    grid-template-rows: 5.2fr .5fr;
}


.fiveImgPRow div p {
    text-align: center;
    padding-top: 15px;
}

@media(max-width: 700px) {
    .imageHarshalSection {
        margin-top: 250px;
        gap: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0.5rem;
    }


    .imageHarshalSection img {
        height: 100%;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .imageHarshalSection div {
        display: grid;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .imageHarshalSection div p {
        text-align: center;
        padding-top: 15px;
    }

    .fiveImgPRow {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .fiveImgPRow img {
        width: 100%;
        height: 100%;
        border-radius: 5px 5px 0 0;
    }

    .fiveImgPRow div {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .fiveImgPRow div p {
        text-align: center;
        padding-top: 15px;
    }
}


/* new implementation -> Friday, 14 July, 2023 */

#mainClientDisplay {
    /* border: 1px solid red; */
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#mainClientDisplay .commonHarshalDivSeperator {
    /* border: 1px solid red; */
    padding: 20px;

}

#mainClientDisplay .firstLeftDis {
    /* border: 1px solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    flex-direction: column;
}

#mainClientDisplay .firstLeftDis p {
    line-height: 27px;
}

#mainClientDisplay .firstLeftDis h1 {
    width: 100%;
    text-align: justify;
}

#mainClientDisplay .firstLeftDis .buttonsFirstDis {
    display: flex;
    gap: 3rem;
    margin-top: 10px;
    width: 100%;
    align-items: center;
}

#mainClientDisplay .firstLeftDis .buttonsFirstDis a {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.4s ease;
    color: white;
    background-color: var(--hBase);
}

#mainClientDisplay .firstLeftDis .buttonsFirstDis a:nth-child(2) {
    background: none;
    color: var(--hBase);
    border: 1px solid var(--hBase);
}

#mainClientDisplay .firstLeftDis .buttonsFirstDis a:hover {
    background: var(--hBaseDark);
    color: #fff;
}

