body {
    margin: 0;
    padding: 0;
    background-color: #000000; /* Background color for the body */
}

html {
    line-height: normal;
}

.sectionX {
    height: 600px;
    position: relative;
    background-color: black;
    color: white;
    padding: 100px 100px;
    text-align: center;
}

.second-title h2{
    font-family: "Betha"; 
    font-size: 60px;
    margin-bottom: 100px;
}

.new-section {
    position: relative;
    display: flex;
    text-align: center; 
    justify-content: space-between;
    height: 600px;
    margin-bottom: 150px;
    width: 100%;
}

.new-section section.col{
    display: flex;
    flex-direction: column;
}

.new-section section.left{
    flex-basis: 50%;
    border-right: solid 10px rgb(255, 255, 255);
}

.new-section section.right{
    background-color: rgb(24, 70, 24);
    flex-basis: 50%;
    align-items: center; /* Center horizontally */  
}

* {
    margin: 0;
    padding: 0;
}

.container {
    height: 120vh;
    width: 100%;
    background-image: url(Media/back.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -1; /* 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;
    margin-bottom: 150px;
    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;
    
}

.navbar ul li a:hover{
    color: green;
    transition: .3s;
}

.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%;
}

.error-message {
    font-family: "Betha";
}

.error-messagetwo {
    font-family: "Betha";
}

.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;
  
}

.popuptwo{
    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-contenttwo{
    height: 250px;
    width: 500px;
    background: #fff;
    padding: 20px;
    border-radius:20px;
    position: relative;
  
}


.button {
    border-left: 5px solid black;
    border-right: 5px solid black;
    font-family: "Betha";
    height: 14px;
    width: 60px;
    background: #fff;
    padding: 14px 12px 12px 12px;
    color: green;
    font-size: 14px;
    box-shadow: 6px 6px 29px -4px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    transition: 0.4s;
}

.button:hover{
    background: #34995e;
    color: #fff;
}

.button2 {
    border-right: 5px solid black;
    border-left: 5px solid black;
    font-family: "Betha";
    background: #fff;
    padding: 14px 12px 12px 12px;
    color: green;
    font-size: 14px;
    box-shadow: 6px 6px 29px -4px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    transition: 0.4s;
    text-align: center;
}

.button2:hover{
    background: #34995e;
    color: #fff;
}

input{
    margin: 20px auto;
    display: block;
    width: 50%;
    padding: 8px;
    border: 1px solid gray;
    font-family: "Anurati";
}

.close{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 6px 6px 29px -4px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.closetwo{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 6px 6px 29px -4px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.logo-two{
    height: 60px;
    width: 60px;

}

.lefty {
    margin-top: 6%;
}

.lefty h1 {
    font-family: "Betha";
    font-size: 100px;
    color: #fff;
    line-height: 110px;
    margin: 0;
}

.container-two {
    justify-content: center;
    padding-top: 60px;
    display: flex;
    width: 100%;
    height: 100%;
}

.videos-container{
    bottom: 10px;
    right: 100%;
    width: 100%;
    border-radius: 20px;
}

.video-wrapper {
    border-radius: 20px; /* Apply border-radius to all corners */
    width: 100%; /* Adjust width as needed */
    height: 500px; /* Adjust height as needed */
}

.video-wrapper iframe {
    box-shadow: -3px 10px 40px rgba(9, 255, 0, 0.7); /* Box shadow on hover */
    width: 100% !important;
    height: 450px !important;
}

.video-title {
    font-family: "Betha"; 
    margin-bottom: 20px;
    margin-top: 20px;
    color: white; /* Change color to whatever you want */
    font-size: 40px; /* Optional: Change font size */
    top: 510px;

}

.new-container {
    height: 100%;
    padding: 3rem 2rem;
    background-color: #000000;
    background-position: center;
    position: relative;
    z-index: 0; /* Content sits below the panel */
}

.new-container .title {
    font-family: "Betha";
    font-size: 3.5rem;
    color:white;
    margin-bottom: 3rem;
    text-align: center;
}

.new-container .products-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.new-container .products-container .product{
    text-align: center;
    background-color: rgb(24, 70, 24);
    box-shadow: 0 .5rem 1rem rgb(0, 0, 0, 0.1);   
    cursor: pointer;
    border-radius: 20px;
}

.new-container .products-container .product:hover{
    outline: .2rem solid #ccc;
    outline-offset: -1.5rem;
    border-radius: 20px;
}

.new-container .products-container .product img{
    height: 20rem;
    width: 90%;
    border: 5px solid white;
    border-radius: 20px;
}

.new-container .products-container .product:hover img{
    transform: scale(.9);
    border-radius: 20px;
}

.products-preview {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 7;
}

.products-preview .preview {
    display: none;
    background: rgb(0, 0, 0);
    position: relative;
    margin: 2rem;
    width: 500px;
    box-sizing: border-box;
    border: 5px solid rgb(24, 70, 24);
    border-radius: 20px;

}

.products-preview .preview.active {
    display: inline-block;
}

.products-preview .preview img{
    height: 30rem;
    width: 100%;
    border-radius: 20px;
    
}

.products-preview .preview .fa-times{
    position: absolute;
    top: 0rem; right: 0rem;
    cursor: pointer;
    color: #ffffff;
    font-size: 4rem;
    background-color: #000000;
    box-sizing: border-box;
    border-left: 5px solid rgb(24, 70, 24);
    border-bottom: 5px solid rgb(24, 70, 24);
    border-radius: 20px;
}

.products-preview .preview .button3{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000000;
    border-radius: 20px;
}

.products-preview .preview .button3 a{
    flex: 1 1 16rem;
    padding: 1rem;
    font-size: 1.8rem;
    color: rgb(24, 70, 24);
    text-decoration: none;
}

.products-preview .preview .button3 a.shop{
    background-color: #070707;
    color: #fff;
    font-family: "Betha"; 
    border-radius: 20px;
}

.wrapper {
  width: 100%;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  color: green;
}

.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child{
  left: -22px;
}

.wrapper i:last-child{
  right: -22px;
}

.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background-color: rgb(24, 70, 24);
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}

.carousel .card .img {
  background: #8B53FF;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}

.card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}

.carousel .card h4 {
  font-family: "Betha";  
  color: black;
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}

.carousel .card span {
  font-family: "Betha";  
  color: #ffffff;
  font-size: 1.31rem;
}

.dropdown {
    position: relative;
    display: flex;
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 85px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    height: 50px;
    border: 5px solid black;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 0px;
    text-decoration: none;
    display: block;
    font-family: "Betha";
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: green;
}

/* Show the dropdown content */
.dropdown .dropdown-content.show {
    display: block;
    top: 40px;
}



@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}


@media (max-width: 1310px) {
    .new-container .products-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        gap: 2rem;
        justify-content: center;
        align-items: center;
    }

    .navbar {
        margin-bottom: 0;
    }

    .custom-menu {
        display: block;
    }

    .navbar ul{
        display: flex;
    }

    .hideOnMobile {
        display: none;
    }

    .new-section {
        position: relative;
        flex-direction: column;
        padding-bottom: 50px;
        height: auto;
    }
  
    .new-section section.left{
        flex-basis: 60%;
        min-width: 320px;
        border-right: none !important;
        width: 100%;
        
    }
    
    .new-section section.right{
        border-top: solid 10px white;
        margin-top: 50px;
        flex-basis: 40%;
        padding: 40px 100px;
    }

    .second-title h2{
        font-family: "Betha"; 
        font-size: 6vw;
        margin-bottom: 100px;
    }

    .new-container .title {
        font-family: "Betha";
        font-size: 6vw;
        color:white;
        margin-bottom: 3rem;
        text-align: center;
    }
}

@media (max-width: 760px) {
    .new-section section.left{
        flex-direction: column !important;        
    }

    .new-section{
        width: 100% !important;
    }
    
    .new-container .products-container .product{
        text-align: center;
        background-color: rgb(24, 70, 24);
        box-shadow: 0 .5rem 1rem rgb(0, 0, 0, 0.1);   
        cursor: pointer;
    }

        
    .new-section section.right{
        border-top: solid 10px white;
        margin-top: 50px;
        flex-basis: 40%;
        padding: 40px 0px;
    }

 
}

@media (max-width: 570px) {
   
    .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 */
    }

    .lefty h1 {
        font-family: "Betha";
        font-size: 50px;
        color: #fff;
        line-height: 50px;
        margin: 0;
    }

    .footerNav ul{
        flex-direction: column;
    } 

    .footerNav ul li{
        width:100%;
        text-align: center;
        margin: 10px 0px;
    }
}



@media (max-width: 320px) {

    .navbar {
        width: 404px;
    }

    .new-section {
        width: 404px !important;
    }

    .container {
        width: 404px !important;
    }

    .sectionX {
        width: 200px !important;
    }

    .new-container {
        width: 340px !important;
    }

    
    footer{
        width: 404px !important;
    }

}

.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;
}

footer{
    background-color: rgb(18, 80, 18);    
    position: relative;
    width: 100%;
    top: 50px;
}
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(18, 80, 18);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    transition: opacity 0.3s, transform 0.3s; 
}

#scrollToTopBtn:hover {
    transform: translateY(-5px);
    opacity: 0.9;
}