body {
    margin: 0;
    padding: 0;
    background-color: #000000; /* Background color for the body */
    
}

html {
    line-height: normal;
    font-family: "Anurati";
}

.new-section {
    position: relative;
    display: flex;
    text-align: center; 
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
    z-index: 1; 
    height: 600px;
    z-index: 1;
    top: 270px;
}

.new-section section.col{
    display: flex;
    flex-direction: column;
}

.new-section section.left{
    background-color: rgb(24, 70, 24);
    flex-basis: 50%;
    border-right: solid 10px rgb(255, 255, 255);
    min-width: 900px;

}

.new-section section.right{
    background-color: rgb(0, 0, 0);
    flex-basis: 50%;
    align-items: center; /* Center horizontally */
}

section.left .contactTitle .seal{
    font-family: "Betha";
    position: relative;
    font-size: 25px;
    color: #ddd;
    display: inline-block;  
    margin: 0;
}

.video-player {
    position: relative;
    margin: 20px auto;
    width: 100%;
    max-width: 100%;
    height: 535px;
    max-height: 100%;
    overflow: hidden;
    box-shadow: -10px 10px 40px rgba(9, 255, 0, 0.7); /* Box shadow on hover */
    transition: box-shadow 0.3s ease; /* Smooth transition for box shadow */
}

.video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Media/favicon.ico');
    background-size: 100% 100%;
    background-position: center;
}


#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

* {
    margin: 0;
    padding: 0;
}

.contain {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    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");
}

.navbarlock .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;
}

.navbarlock p {
    position: absolute;
    display: inline-block;
    font-family: "Betha";
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-top: 30px;
    margin-left: 150px;
}


.navbarlock p br + .inline-space {  
    margin-right: 80px; /* Adjust this value as needed */
}

.navbarlock p br + .inline-space1 {
    margin-right: 100px; /* Adjust this value as needed */
}

br {
    height: 0 !important;
}

.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;
    
}

.navbarlock {
    background-color: rgb(24, 70, 24);
    width: 100%;
    height: 150px;
    align-items: center;
    z-index: 2; /* Navbar is above the panel */
}

.navbarlock ul {
    float: right;
    list-style-type: none;
    z-index: 2; /* Navbar items are above the panel */
    margin-right: 40px;
}

.navbarlock ul li {
    display: inline-block;
    line-height: 80px;
    padding: 30px 40px;
}
    
.navbarlock 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%;
}

@media (max-width: 1310px) {
    .custom-menu {
        display: block;
    }

    .navbarlock ul{
        display: flex;
    }

    .hideOnMobile {
        display: none;
    }

    .new-section {
        position: relative;
        flex-direction: column;
        padding-bottom: 500px;
    }
  
    .new-section section.left{
        
        flex-basis: 50%;
        min-width: 320px;
        border-right: none !important;
        width: 100%;
        border-bottom: solid 10px white;
    }
    
    .new-section section.right{
        margin-top: 50px;
        flex-basis: 60%;
        padding-left: 15px;

    }

    footer{
        top: 1100px !important;
    }

}


@media (max-width: 570px) {
    
    .footerNav ul{
        flex-direction: column;
    } 

    .new-section{
        position: absolute !important;
        width: 100%;
        height: 100%;
    }

    .navbarlock{
        position: absolute;
    }

    .new-section section.right .messageForm{
        display: block !important;
    }

    .new-section section.right .inputGroup{
        position: absolute;
        margin: -10px -10px 40px 0px !important;
    }

    .container {
        height: 100% !important;
    }

    .navbarlock .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;
    }

    .navbarlock p {
        margin-left: 90px;
    }

    .navbarlock p br + .inline-space {  
        margin-right: 0px; /* Adjust this value as needed */
    }
    
    .navbarlock p br + .inline-space1 {  
        margin-right: 0px; /* Adjust this value as needed */
    }

    footer{
        top: 1600px !important;
    }

    .footerNav ul{
        flex-direction: column;
    } 

    .footerNav ul li{
        width:100%;
        text-align: center;
        margin: 10px 0px;
    }


}

@media (max-width: 320px) {
    .messageForm{
        width: 290px;
    }

    .navbarlock {
        width: 400px;
    }

    .new-section {
        width: 400px;
    }

    footer{
        width: 400px !important;
    }

}


.navbarlock ul li a:hover{
    color: green;
    transition: .3s;
}

.right .carousel-box{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(20px);
    border-radius: 10px;
}

.carousel {
    position: relative;
    perspective: 1500;
}

.carousel .carousel-item{
    width: 250px;
    cursor: pointer;
}

.carousel .carousel-item img{
    max-width: 235px;
    border-radius: 10px;
    transform: translateX(8px) translateY(-100px);
    object-fit: cover;
    object-position: center;
}

.right .numgall {
    position: relative;
    display: flex; /* Change 'block' to 'flex' */
    flex-wrap: wrap; /* Ensure boxes wrap to next line when needed */
    justify-content: center; /* Center horizontally */
    background-color: rgb(24, 70, 24);
    width: 60%;
    height: 200px;
    border-right: solid 10px rgb(255, 255, 255);
    border-left: solid 10px rgb(255, 255, 255);
    overflow: auto; /* Clear float */
    padding: 10px;
}

.dj-box {
    width: 40px; /* 60px is the total margin for 5 boxes, adjust as needed */
    height: 35px; /* Adjust as needed */
    background-color: green; /* Adjust as needed */
    color: #fff;
    display: inline-block;
    margin: 5px; /* Adjust spacing between boxes */
    cursor: pointer;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    padding-top: 5px;
    border-left: solid 2px white;
    border-right: solid 2px white;
}


.dj-box:hover {
    background-color: rgb(0, 0, 0); /* Adjust hover color */
}

.pagination {
    text-align: center;
    margin-top: 10px;

}

.pagination button {
    margin: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-family: "Betha";
    background-color: rgb(24, 70, 24);
    color: white;
}

.pagination .prev {
    border-left: solid 5px white;
}

.pagination .next {
    border-right: solid 5px white;
}

.contactTitle h2 {
    top: 10px;
}

.footerContainer {
    width: 100%;
}

.footerNav{
    padding: 20px 0;
}

.footerNav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.footerNav ul li a{
    color:white;
    margin: 20px;
    text-decoration: none;
    font-size: 15px;
    opacity: 0.7;
    transition: 0.5s;
    font-family: "Betha";
}

.footerNav ul li a:hover{
    opacity: 1;
}

footer .footerBottom{
    background-color: #142e12;
    padding: 10px;
    text-align: center;
}

footer .footerBottom p{
    font-family: "Anurati";
    color: white;
}

footer{
    background-color: rgb(18, 80, 18);    
    position: relative;
    width: 100%;
    top: 404px;
    font-size: 15px;
}