body {
    margin: 0;
    padding: 0;
    background-color: #000000; /* Background color for the body */
}

html {
    line-height: normal;
}

* {
    margin: 0;
    padding: 0;
}

.contained {
    height: 170vh;
    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%;
}

@media (max-width: 1310px) {
    .custom-menu {
        display: block;
    }

    .navbar ul{
        display: flex;
    }

    .hideOnMobile {
        display: none;
    }

    .new-section {
        position: relative;
        flex-direction: column;
        padding-bottom: 50px;
        margin-bottom: 0px  !important;
    }
  
    .new-section section.left{
        flex-basis: 60%;
        min-width: 320px;
        border-right: none !important;
        width: 100%;
        border-bottom: solid 10px white;

    }
    
    .new-section section.right{
        margin-top: 50px;
        flex-basis: 40%;
    }

    .new-section section.left .card1 {
        height: 420px !important;
        top: 0px !important;
    }

    .new-section1 {
        position: relative;
        flex-direction: column;
        padding-bottom: 50px;

    }
  
    .new-section1 section.left1{
        min-width: 320px;
        border-right: none !important;
        width: 100%;
        border-bottom: solid 10px white;
        padding-bottom: 40px;
    }
    
    .new-section1 section.right1{
        border-left: 0px !important;
    }

    .new-section1 section.left1 .card1 {
        height: 380px !important;
    }

    
    footer{
        top: 310px !important;
    }
    
}

@media (max-width: 760px) {
    .contained {
        width: 100% !important;
    }
   
    .new-section section.left{
        flex-direction: column !important;        
    }
    
    section.col1.right1{
        flex-direction: column !important;
    }

    .new-section section.left .description {
        padding-top: 10px !important;
        margin-left: 0px !important;
        margin-bottom: 100px;
        margin-right: 0px !important;
        margin: 0px !important;
        top: 0px !important;
        width: auto !important;
    }
    
    
    .new-section section.left .card1 {
       height: 100% !important;
       left: 0 !important;
       top: 0 !important;
       width: auto !important;
    }

    .new-section{
        width: 100% !important;
    }

    
 
}

@media (max-width: 570px) {
    .slideshow-container img{
        width: 100% !important;
        height: 600px !important;
    }
    
    .new-section section.left .card1 {
        min-width: 0% !important;
    }

    .navbar{
        position: absolute;
    }

    .contained {
        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 */
    }
 
    footer{
        top: 300px !important;
    }

    .footerNav ul{
        flex-direction: column;
    } 

    .footerNav ul li{
        width:100%;
        text-align: center;
        margin: 10px 0px;
    }
  
}

@media (max-width: 320px) {

    .navbar {
        width: 400px;
    }

    .new-section {
        width: 400px !important;
    }

    .new-section1 {
        width: 400px !important;
    }

    footer{
        width: 400px !important;

    }
}

.navbar ul li a:hover{
    color: green;
    transition: .3s;
}

.new-section {
    position: relative;
    display: flex;
    background-color: rgb(0, 0, 0);
    text-align: center; 
    min-height: 500px;
    z-index: 0;
    top: 275px;
    width: 100%;
    margin-bottom: 165px;
     /* Adjust as needed */
}

.new-section section.col{
    flex-direction: column;
    display: flex;
}

.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);
    min-height: 500px;
}

.new-section section.right{
    background-color: rgb(0, 0, 0);
    flex-basis: 40%;
    justify-content: center;
    align-items: center;
}

.new-section section.left .card1 {
    position: relative;
    z-index: 4;
    height: 420px;
    padding: 40px;
    top: 20px;
    min-width: 400px;
}

.new-section section.left img {
    border: 5px solid white;
    height: 100%;
    width: 100%;
    object-fit: fill;
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.7); /* Box shadow on hover */
    box-sizing: border-box;
    border: 10px solid white;
}

.new-section section.left h1 {
    text-align: center;
    font-family: "Betha";
}

.new-section section.left p {
    margin-top: 20px;
    font-family: "Anurati";
    line-height: 23px;
}

.new-section section.left .description {
    position: relative;
    color: white;
    font-size: 13px;
    text-align: left;
    padding: 40px;
    top: 10px;
    width: 100%;
}

.mySlides{
    display: none;
}

.slideshow-container img{
    height: 500px;
    width: 400px;
    border-radius: 20px;

}

.slideshow-container{
    max-width: 80%;
    position: relative;
    margin: 0px 40px;
}

.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    
}

.prev{
    left: 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover{
    background-color: rgba(0, 0, 0, 0.8);
}

.dot{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover{
    background-color: green;
}

.fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade{
    from {opacity: .4}
    to{opacity: 1}
}

@keyframes fade{
    from {opacity: .4}
    to{opacity: 1}
}

.new-section1 {
    position: relative;
    display: flex;
    background-color: rgb(0, 0, 0);
    min-height: 500px;
    z-index: 0;
    top: 240px;
    width: 100%;
     /* Adjust as needed */
}

.new-section1 section.col1{
    flex-direction: column;
    display: flex;
}

.new-section1 section.left1{
    background-color: rgb(0, 0, 0);
    flex-basis: 40%;
    justify-content: center;
    align-items: center;
}

.new-section1 section.right1{
    background-color: rgb(24, 70, 24);
    display: flex;
    flex-direction: row;
    flex-basis: 60%;
    min-width: 320px;
    border-left: solid 10px rgb(255, 255, 255);
    min-height: 500px;
}

.mySlides1{
    display: none;
}

.dot1{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.prev1:hover, .next1:hover{
    background-color: rgba(0, 0, 0, 0.8);
}

.active, .dot1:hover{
    background-color: green;
}

.prev1, .next1{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    
}

.prev1{
    left: 0;
}

.next1 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

footer{
    background-color: rgb(18, 80, 18);    
    position: relative;
    width: 100%;
    top: 370px;
}

.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;
}

.footerBottom{
    background-color: #142e12;
    padding: 10px;
    text-align: center;
}

.footerBottom p{
    font-family: "Anurati";
    color: white;
    font-size: 15px;
}

.slider-wrap {
    overflow-x: scroll;
    
}

.slider {
    display: flex;
    height: 100%;
}

.slider-item{
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.slider-item img{
    height: 475px;
    width: 350px;
    box-sizing: border-box;
    border: 5px solid white;
    
}