:root {
    --font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    --text-color: white;
    --highlight-color: rgb(139, 36, 1);
    --nav-bg-color:#bb9760a2;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: var(--font-family);
    text-align: center;
}

.nav-bar {
    height: 40px;
    width: 100%;
    background-color: var(--nav-bg-color);
    position: fixed;
    top: 0;
    z-index: 11;
}

.icons {
    display: flex;
    position: absolute;
    right: 70px;
    padding-left: 10px;
}

.fourthPage {
    background-image: url(./assets/backgroundImage.png);
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.inner {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    position: absolute;
}

.HSimage {
    height: 400px;
    width: 400px;
    top: 110px;
    left: 10px;
    z-index: 4;
}

.god {
    height: 100px;
    width: 100px;
    z-index: 5;
}

.god7 {
    top: 115px;
    left: 230px;
}

.god8 {
    top: 260px;
    left: 320px;
}

.god9 {
    top: 400px;
    left: 230px;
}

.leaf {
    position: absolute;
}

.orangeLeaf1 {
    height: 450px;
    width: 450px;
    transform: rotate(25deg);
    top: -80px;
    left: 250px;
}

.greenLeaf2 {
    height: 200px;
    width: 390px;
    top: 200px;
    left: 310px;
    z-index: 1;
}

.orangeLeaf3 {
    height: 400px;
    width: 460px;
    top: 260px;
    left: 250px;
}

span {
    color:rgb(139, 36, 1);
}

h3 {
    color: white;
}

h3:hover {
    transform: scale(1.1);
}

.Charvaka {
    position: absolute;
    top: 80px;
    left: 435px;
    transition: transform 0.3s ease;
}

.Buddhism {
    position: absolute;
    top: 250px;
    left: 480px;
    z-index: 1;
    transition: transform 0.3s ease;
}

.Jainism {
    position: absolute;
    top: 430px;
    left: 460px;
    transition: transform 0.3s ease;
}
