.venturelogo {
  margin: 0 0px;
  /* Space around the logo */
  text-align: center;
}

.cart-icon {
  position: absolute !important;
  right: 10px !important;
  top: 20px !important
}

@media (max-width: 1024px) {
  .cart-icon {
    position: static !important;
    right: auto !important;
  }
}

@media (max-width: 1024px) {
  .fa-shopping-cart:before {
    content: none !important;
  }
}

@media (max-width: 1023px) {

  #DynabicMenuInnerDiv .venturelogo,
  .venturelogo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, 0%) !important;
    width: 270px !important;
    background-size: 270px !important;
    background-size: 100% !important;
  }

  #DynabicMenuInnerDiv .venturelogo a.pirathonv2,
  #DynabicMenuInnerDiv .venturelogo a,
  .venturelogo a.pirathonv2,
  .venturelogo a {
    width: 270px !important;
    background-size: 270px !important;
  }

  @media (max-width: 400px) {

    #DynabicMenuInnerDiv .venturelogo a.pirathonv2,
    #DynabicMenuInnerDiv .venturelogo a,
    .venturelogo a.pirathonv2,
    .venturelogo a {
      width: 200px !important;
      background-size: 200px !important;
      margin-left: 50px !important;
    }
  }

  .menuitems {
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
  }
}


@media (min-width: 1401px) {
  .venturelogo {
    margin: 0 -80px;
    /* Increased negative margin to move logo 60px more to the left */
    transform: translateX(-95px);
    /* Additional transform to ensure 60px left movement */
  }
}

@media (min-width: 1025px) {
  .menuitems:not(.topbutton) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(-10px);
    margin-left: 0px;
  }

  .left-menu:not(.topbutton),
  .right-menu:not(.topbutton) {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .left-menu:not(.topbutton) {
    margin-left: -250px;
  }

  .right-menu:not(.topbutton) {
    margin-left: 20px !important;
    margin-right: 0px;
  }

  .left-menu:not(.topbutton) li,
  .right-menu:not(.topbutton) li {
    margin: 0 10px;
  }

  .venturelogo:not(.topbutton) a {
    display: inline-block;
    transform: scale(1.4);
    vertical-align: middle;
  }

  .topheadermenus:not(.topbutton) {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .topsection-panel:not(.topbutton) {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .topheadermenus:not(.topbutton) li ul {
    position: absolute;
    top: 100%;
    margin-top: 0px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s ease-in-out;
  }

  .topheadermenus li:hover ul {
    visibility: visible;
    opacity: 1;
  }

  .topheadermenus li {
    position: relative;
  }

  .topheadermenus li a {
    position: relative;
    text-decoration: none;
    color: inherit;
    padding-bottom: 7.5px;
    background-color: transparent;
    border: none;
    font-size: 1.1em;
  }

  .topheadermenus li li a {
    font-size: 1.0em !important;
  }

  @media (max-width: 1400px) and (min-width: 1024px) {

    .topheadermenus li a {
      font-size: 0.9em;
    }

    .topheadermenus li li a {
      font-size: 0.9em !important;
    }

    .venturelogo:not(.topbutton) a {
      transform: scale(0.8);
    }

    .left-menu:not(.topbutton) {
      margin-left: 0px;
    }

    .right-menu:not(.topbutton) {
      margin-left: -100px !important;
    }
  }

  .topheadermenus li:not(.cart-icon) a:hover {
    background-color: transparent;
    border: none;
  }

  .topheadermenus li:not(.cart-icon) a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background-color: #A0522D;
    transition: width 0.4s ease-out;
  }

  .topheadermenus li:not(.cart-icon) a:hover::after {
    width: 100%;
  }

  .topheadermenus li.cart-icon a:hover,
  .topheadermenus li.cart-icon ul li a:hover {
    background: none !important;
  }

  #DynabicMenuInnerDiv .topheadermenus li a:hover::after,
  #DynabicMenuInnerDiv .topheadermenus li a:focus::after,
  #DynabicMenuInnerDiv .topheadermenus li a:active::after {
    width: 100%;
  }

  #DynabicMenuInnerDiv .topheadermenus.left-menu li ul {
    padding-left: 5px;
  }

  #DynabicMenuInnerDiv .topheadermenus.left-menu li ul li a::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 6px;
    width: 0;
    height: 2px;
    background-color: #A0522D;
    transition: width 0.4s ease-out;
  }

  #DynabicMenuInnerDiv .topheadermenus.left-menu li ul li a:hover::after,
  #DynabicMenuInnerDiv .topheadermenus.left-menu li ul li a:focus::after,
  #DynabicMenuInnerDiv .topheadermenus.left-menu li ul li a:active::after {
    width: 90%;
  }

  #DynabicMenuInnerDiv .topheadermenus.right-menu li ul {
    padding-left: 5px;
  }

  #DynabicMenuInnerDiv .topheadermenus.right-menu li ul li a::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 6px;
    width: 0;
    height: 2px;
    background-color: #A0522D;
    transition: width 0.4s ease-out;
  }

  #DynabicMenuInnerDiv .topheadermenus.right-menu li ul li a:hover::after,
  #DynabicMenuInnerDiv .topheadermenus.right-menu li ul li a:focus::after,
  #DynabicMenuInnerDiv .topheadermenus.right-menu li ul li a:active::after {
    width: 90%;
  }

  .menuitems {
    width: calc(100% - 60px);
  }
}

.topheader {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  height: 150px !important;
}

@media (max-width: 1024px) {
  .topheader {
    height: 120px !important;
  }
}

.topsection-panel {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 1024px) {
  .topsection-panel {
    top: 25% !important;
    transform: translateY(0) !important;
  }
} 

@media (min-width: 1024px) {
  .topsection-panel {
    justify-content: flex-start;
    padding-left: 15px;
  }

  .togglebtn {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  .menuitems {
    justify-content: center;
    transform: none;
  }

  .topheadermenus {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .venturelogo {
    margin: 0 0px;
    /* Increased negative margin to move logo 60px more to the left */
    transform: translateX(-50px);
    /* Additional transform to ensure 60px left movement */
  }
}

@media (min-width: 1025px) {
  .togglebtn {
    display: none;
  }
}

@media (max-width: 1025px) {

  .menuitems:has(> .right-menu) {
    position: relative;
    top: 135px;
  }

}

.width220 {
  min-width: 260px !important;
}

.cart-icon {
  font-size: 2.0em;
  color: white;
  background-color: unset !important;
  right: 10px !important;
  top: 20px !important;
}

.topheadermenus a {
  float: left;
  line-height: 20px;
  margin-top: 5px;
}


.container-fluid.static_header {
  position: relative;
  /* Ensure the parent container is relative so child elements can be positioned absolutely */
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100vh;
  /* Fill the viewport height */
  overflow: hidden;
  /* Hide any overflow from the video elements */
}

@media (max-width: 1025px) {
  .container-fluid.static_header {
    height: 50vh;
    /* Fill the viewport height */
  }
}


.inline-YTPlayer {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
}

.inline-YTPlayer .mb_YTPlayer {
  height: 100% !important;
  padding-bottom: 0 !important;
}

.animate-bounce i.fas.fa-chevron-down {
  font-size: 3vw !important;
  position: relative;
  top: 0px;
  /* Lower the icon by 30px */
}

#scroll-arrow {
  cursor: pointer;
  /* Changes the cursor to a pointer (button) when hovering */
}

.welcome-text {
  font-family: 'raleway', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 150px;
  text-transform: uppercase;
}

.headertext {
  position: relative;
}

.headertext h1 {
  color:black;
 text-shadow: none;
 font-size: 4vw !important;
}

/* For screens larger than 1024px */
/* All screen sizes */
.container.headertitle {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.container.headertitle>.headertext {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Responsive font sizes using viewport units */
.container.headertitle>.headertext .welcome-text {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  /* Responsive font size */
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

.container.headertitle>.headertext h1 {
  font-family: "Roboto", serif;
  font-size: 8vw;
  /* Responsive font size */
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}

.container.headertitleprev>.headertext h1 {
  font-family: "Cormorant", serif;
  font-size: 8vw;
  /* Responsive font size */
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}

.container.headertitle>.headertext .tagline {
  font-family: 'Allison', cursive;
  font-size: 3.25vw;
  /* Responsive font size */
  color: #c69c6d;
  text-shadow: none;
  position: static;
  line-height: 0.9;
}

/* Adjust the size and position of the scroll arrow */
.container.headertitle>.headertext .animate-bounce i.fas.fa-chevron-down {
  font-size: 5vw;
  /* Responsive font size */
  margin-top: 1vw;
  /* Adjust spacing below content */
}

/* Override any conflicting media queries */
@media (max-width: 1024px) {

  .container.headertitle>.headertext h1,
  .container.headertitle>.headertext .tagline,
  .container.headertitle>.headertext .welcome-text {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  /* Ensure font sizes remain responsive */
  .container.headertitle>.headertext h1 {
    font-size: 48px !important;
  }

  .container.headertitle>.headertext .tagline {
    font-size: 40px;
  }

  .container.headertitle>.headertext .welcome-text {
    font-size: 14px !important;
  }
}

/* Ensure content remains centered when zoomed out */
body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
}

.arrow-link {
  text-decoration: none !important;
}

.arrow-link {
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.arrow-link:hover,
.arrow-link:focus {
  transform: scale(1.2);
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

body {
  font-family: "Lato", sans-serif;
}

.subtitle {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 2.0rem
}

.subheading {
  font-size: 2.0rem;
  padding-bottom: 0.5rem;
}

/* Animated underline for links in .menuitems */
.menuitems a {
  position: relative;
  text-decoration: none;
  color: inherit;
  padding-bottom: 5px;
  background-color: transparent;
  border: none;
}

.menuitems a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
}

@media (max-width: 1024px) {

  .menuitems a:hover,
  .menuitems ul li li a:hover {
    background: #d4a373 !important;
  }
}

.menuitems a:hover::after {
  width: 100%;
}

.cart-icon:hover,
.cart-icon:active {
  color: #d4a373;
  /* Orange color used elsewhere */
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Styling for all other links */
a:not(.menuitems a):not(#DynabicMenuInnerDiv a):not(.arrow-link):not(:has(button)):not(:has(.fab)):not(:has(.fa)):not(:has(.fa-chevron-down)) {
  color: #d4a373;
  /* Orange color used elsewhere */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:not(.menuitems a):not(#DynabicMenuInnerDiv a):not(.arrow-link):not(:has(button)):not(:has(.fab)):not(:has(.fa)):not(:has(.fa-chevron-down)):hover,
a:not(.menuitems a):not(#DynabicMenuInnerDiv a):not(.arrow-link):not(:has(button)):not(:has(.fab)):not(:has(.fa)):not(:has(.fa-chevron-down)):active {
  color: #4a4a4a;
  /* Dark grey color for hover and active states */
}

/* Image link hover effect */
a:has(img):not(#DynabicMenuInnerDiv a):not(:has(button)) img {
  transition: opacity 0.3s ease-out;
}

a:has(img):not(#DynabicMenuInnerDiv a):not(:has(button)):hover img {
  opacity: 0.75;
}

.bg-texture {
  background-color: #1a1a1a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.12'%3E%3Cpath fill='%23232323' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%232c2c2c' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23353535' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%233e3e3e' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23474747' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23515151' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%235a5a5a' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23636363' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%236c6c6c' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23757575' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.swiper-container {
  width: 100%;
  height: 50vh;
  /* Set a fixed height for the container */
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Hide overflowing parts of images */
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This will cover the entire slide area */
  border-radius: 8px;
}

.swiper-pagination {
  position: absolute;
  bottom: -30px !important;
  /* Position below the slider */
  left: 0;
  right: 0;
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 40px !important;
  /* Reduced from 50px */
  height: 40px !important;
  /* Reduced from 50px */
  border-radius: 50% !important;
  /* Make buttons round */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.3s ease !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  /* Reduced from 24px */
  font-weight: bold !important;
}

/* Style pagination bullets */
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.socialiconfooter ul li {
  transition: transform 0.3s ease !important;
}

.socialiconfooter ul {
  display: flex;
  justify-content: center;
  gap: 5rem;
  /* Increased spacing between icons */
}

.socialiconfooter ul li:hover {
  transform: scale(1.2) !important;
}

.socialiconfooter ul li a {
  color: white !important;
  font-size: 2rem !important;
  transition: color 0.3s ease !important;
}

.socialiconfooter ul li a:hover {
  color: #d4a373 !important;
}

.bottomenuitems ul li a {
  color: white !important;
  transition: color 0.3s ease !important;
}

.bottomenuitems ul li a:hover {
  color: #d4a373 !important;
}

.sep1 {
  margin: 0 0.5rem !important;
  color: #555 !important;
  display: inline-block !important;
}

.footer2text a {
  color: white !important;
  transition: color 0.3s ease !important;
}

.footer2text a:hover {
  color: #d4a373 !important;
}

.footer2bar {
  height: 65px;
}

.bottom-bar {
  background-color: rgb(40, 39, 39);
  padding: 1rem 0;
  width: 100%;
}

.bottom-bar-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  /* Increased from 0.9rem */
  color: #a0a0a0;
  /* Darker shade of text */
}

.bottom-bar a {
  color: #a0a0a0 !important;
  /* Darker shade for links */
  transition: color 0.3s ease !important;
}

.bottom-bar a:hover {
  color: #d4a373 !important;
}

@media (min-width: 1024px) {
  .bottom-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bottom-bar-content>div {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .bottomenuitems ul {
    flex-direction: column;
    align-items: center;
  }

  .bottomenuitems ul li {
    margin: 0.5rem 0;
  }

  .bottomenuitems ul li .sep1 {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .static_header {
    margin-top: 110px !important;
  }
}

/* Add new rule to create space for the overview section */
#overview {
  padding-top: 100px !important;
}