body {
    margin: 0;
    padding: 0;
    background-color: #000000; /* Background color for the body */
}

html {
    line-height: normal;
}


* {
    margin: 0;
    padding: 0;
}

.contained {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    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%;
}

.navbar ul li a:hover{
    color: green;
    transition: .3s;
}

.new-section {
    position: relative;
    display: flex;
    background-color: rgb(0, 0, 0);
    text-align: center; 
    height: 1000px;
    z-index: 0;
    top: 275px;
    width: 100%;
}

.new-section section.col{
    flex-direction: column;
    display: flex;
    float: left;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.new-section section.left{
    background-color: rgb(24, 70, 24);
    display: flex;
    flex-direction: row;
    flex-basis: 60%;
    min-width: 320px;
    border-right: solid 10px rgb(255, 255, 255);
}

.new-section section.right{
    background-color: gray;
    flex-basis: 50%;
    height: 100%;
}

form{
    padding-top: 20px;
    width: 100%;
}

h2 {
    font-family: "Betha";
    padding-bottom: 60px;
}


h1 {
    font-family: "Betha";
    padding-bottom: 40px;
    padding-top: 150px;
}

.new-section section.right p {
    font-family: "Anurati";
    line-height: 23px;
    font-size: 18px;
    padding: 60px 100px;
}

button{
    font-family: "Anurati";
    width: 80px;
    height: 40px;
    margin-top: 10px;
    border-right: 5px solid green;
    border-left: 5px solid green;
    border-radius: 10px;
}

.b1 button{
    font-family: "Anurati";
    width: 100px;
    margin-top: 10px;
    border-right: 5px solid green;
    border-left: 5px solid green;
    border-radius: 10px;
}

label {
    padding: 10px;
    font-family: "Betha";
}

input[type="text"], input[type="file"], input[type="email"]{
    border-right: 10px solid green;
    border-left: 10px solid green;
    border-radius: 10px;
    box-sizing: border-box;
    height: 50px;
    background-color: transparent;
    font-family: "Anurati";
    color: white;
    width: 90%;
}

input[type="submit"] {
    font-family: "Anurati";
    width: 80px;
    height: 40px;
    margin-top: 10px;
    border-right: 5px solid green;
    border-left: 5px solid green;
    border-radius: 10px;
}

textarea {
    background-color: transparent;
    border-radius: 10px;
    border-right: 10px solid green;
    border-left: 10px solid green;
    color: white;
    font-family: "Anurati";
    resize: none;
    height: 120px;
    width: 87%;
}

select#packagepromo {
    font-family: "Betha";
    background-color: #ffffff;
    color: #000000;
    border-left: solid green;
    border-right: solid green;
    cursor: pointer;
    height: 40px;
    width: 20;
    border-radius: 10px;
}

.search input{
    width: 100%;
    margin-bottom: 40px;
}

.popup{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 4;

}

.popup-content{
    height: 250px;
    width: 500px;
    background: #fff;
    padding: 20px;
    border-radius:20px;
    position: relative;
  
}

.close{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 6px 6px 29px -4px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.message{
    font-family: "Betha";
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-top: 60px;
}

.logo-two{
    height: 60px;
    width: 60px;

}

@media (max-width: 1310px) {

    .new-section section.right p {
        font-family: "Anurati";
        line-height: 23px;
        font-size: 18px;
        padding: 60px 0px;
    }


    .custom-menu {
        display: block;
    }

    .navbar ul{
        display: flex;
    }

    .hideOnMobile {
        display: none;
    }

    .new-section {
        position: absolute;
        flex-direction: column;
        height: 2000px;
    }

    .new-section section.left{
        background-color: rgb(24, 70, 24);
        display: flex;
        flex-direction: row;
        flex-basis: 40%;
        min-width: 320px;
        border-right: solid 10px rgb(255, 255, 255);
    }
    
    .new-section section.right{
        width: 100%;
    }
    
    
    .new-section section.left{
        flex-basis: 50%;
        min-width: 320px;
        border-right: none !important;
        height: 100%;
        width: 100%;
        border-bottom: solid 10px white;
    }

}

@media (max-width: 570px) {

    .navbar{
        position: absolute;
    }

    .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 */
    }

}

@media (max-width: 320px) {
    .navbar {
        width: 400px;
    }

    .new-section {
        width: 400px;
    }

}