body {
    margin: 0;
    padding: 0;
    background-color: #000000; /* Background color for the body */
}

html {
    line-height: normal;
}

* {
    margin: 0;
    padding: 0;
}

.container {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 0; /* Content sits below the panel */
}

@font-face {
    font-family: "Betha";
    src: url("./Font/Betha.woff");
}

@font-face {
    font-family: "Anurati";
    src: url("./Font/hemi\ head\ bd\ it.otf");
}

.navbar .logo {
    position: absolute;
    width: 140px;
    cursor: pointer;
    z-index: 2; /* Logo is above the panel */
    margin-left: 20px; /* Adjust the margin as needed */
    margin-top: 5px;
}

.navbar p {
    position: absolute;
    display: inline-block;
    font-family: "Betha";
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-top: 30px;
    margin-left: 150px;
}

.navbar p br + .inline-space {
    margin-right: 80px; /* Adjust this value as needed */
}

.navbar p br + .inline-space1 {
    margin-right: 100px; /* Adjust this value as needed */
}

.navbar1 ul {
    float: right;
    list-style-type: none;
    z-index: 2; /* Navbar items are above the panel */
    margin-right: 100px;
}

.navbar1 ul li {
    display: inline-block;
    line-height: 80px;
    padding: 30px 40px;
}
    
.navbar1 ul li a {
    position: fixed;
    font-family: "Betha";
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    
}


.navbar {
    background-color: rgb(24, 70, 24);
    width: 100%;
    height: 150px;
    align-items: center;
    z-index: 2; /* Navbar is above the panel */
}

.navbar ul {
    float: right;
    list-style-type: none;
    z-index: 2; /* Navbar items are above the panel */
    margin-right: 40px;
}

.navbar ul li {
    display: inline-block;
    line-height: 80px;
    padding: 30px 40px;
}
    
.navbar ul li a {
    position: relative;
    font-family: "Betha";
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    
}

.custom-close{
    position: relative;
    top: 40px; /* Move the SVG 10px down from its original position */
    left: 40px; /* Move the SVG 20px to the right from its original position */
}

.custom-menu{
    position: relative;
    top: 12px; 
    left: 60px; 
    display: none;
}

.sidebar{
    position: fixed;
    top: 0;
    right: -100px;
    height: 100% ;/* Full height */
    width: 200px;
    z-index: 2;
    background-color: rgb(0, 0, 0);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(8, 230, 75, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
}

.sidebar li{
    width: 100%;
}

.sidebar a{
    width: 100%;
}

.new-section h1 {
    text-align: center;
    font-family: "Betha";
    color: #000000;
    padding: 50px 0px;
}

.new-section p {
    font-family: "Anurati";
    line-height: 23px;
    font-size: 18px;
    padding: 60px 100px;
    background-color: rgb(24, 70, 24);
}

.new-section span{
    font-size: 20px;
    color: #000000;
}


.new-section .description {
    position: relative;
    color: white;
    font-size: 15px;
    text-align: left;
    width: 100%;   
}

.navbar ul li a:hover{
    color: green;
    transition: .3s;
}

.new-section {
    position: relative;
    display: flex;
    background-color: rgb(24, 70, 24);
    text-align: center; 
    height: 1050px;
    z-index: 0;
    top: 275px;
    width: 100%;
}

@media (max-width: 1310px) {
    .custom-menu {
        display: block;
    }

    .navbar ul{
        display: flex;
    }

    .hideOnMobile {
        display: none;
    }
    
    footer{
        bottom: 0px;
    }

    .footerNav ul li{
        width:100%;
        text-align: center;
        margin: 10px 0px;
    }
}

@media (max-width: 570px) {

    .new-section{
        position: absolute !important;
        width: 100%;
        height: 100%;
    }

    .navbar{
        position: absolute;
    }

    .container {
        height: 100% !important;
    }

    .navbar .logo {
        position: absolute;
        width: 140px;
        cursor: pointer;
        z-index: 2; /* Logo is above the panel */
        margin-left: -20px; /* Adjust the margin as needed */
        margin-top: 5px;
    }

    .navbar p {
        margin-left: 90px;
    }

    .navbar p br + .inline-space {
        margin-right: 0px; /* Adjust this value as needed */
    }
    
    .navbar p br + .inline-space1 {
        margin-right: 0px; /* Adjust this value as needed */
    }

    .new-section p {
        padding: 60px 50px;
    }
}

@media (max-width: 320px) {
    .navbar {
        width: 400px;
    }

    .new-section {
        width: 400px;
    }

    footer{
        width: 400px !important;
    }
}
