:root {
  --virvon-blue: #122450;
}


body {
  margin: 0;
  font-family: "Lato", sans-serif !important;
  color: #fff !important;
  overflow-x: hidden;
}
html,
body {
  overflow-x: hidden;
}
.container-fluid.w-100 {
    z-index: 1;
}
.swiper-slide {
  
    height: auto;
  
}
.radio-text {
    font-family: 'Raleway';
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #000;
}
.joinchat__button {
   
    right: -5px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:focus {
background-color:#1a2c50;
}

.count-row .col-md-3 {
    border-right: 1px solid #ccc;
}

.count-row .col-md-3:last-child {
    border-right: none;
}

.count-row {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 70%;
    margin-top: 40px;
    position: relative;
    right: 30px;
}

span.wpcf7-spinner {
    width: 0px;
    height: 0px;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
    color: #00000030;
    border-color: #0000002b !important; 
    outline: 0;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.1) !important;
   
}
.btn:hover {
    background-color: #000 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px 10px;
    padding: 10px;
    border: 2px solid #00a0d2;
    position: relative;
    /* top: -17px; */
    bottom: 55px;
    color: #000;
    text-align: center;
}
.category-item {
  text-align: center;
}
.category-item img {
  width: 100%;

  cursor: pointer;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,9px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,4px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,38%);
 

}
.category-text {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
footer.footer.footer-border-top a:hover {
    text-decoration: none;
    color: #ffffff;
}
.faq-section {
    height: 550px;
    overflow-y: scroll;
}


.banner-layout .col-md-5 {
    padding: 0px;
}
.custom-survey-form {
  
    margin: auto;
    background: #fff;
    padding: 15px;
    font-family: 'Lato', sans-serif;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border-radius: 10px; */
    margin: 0px;
}
	span.wpcf7-not-valid-tip {
    padding: 0px;
    margin: 0px;
    height: 0px ;
/*     bottom: 36px ; */
    position: relative ;
    text-align: end;
		font-weight: 300;
}
.custom-survey-form h3 {
  color: #0b1e3b;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 5px;
}

.custom-survey-form .form-description {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
}

.custom-survey-form input[type="text"], .custom-survey-form input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom:1px solid #cccccc73;
    padding: 10px 0;
    margin-bottom: 5px;
    background: transparent;
    font-size: 15px !important;
    font-weight: 600;
    font-family: 'Raleway',sans-serif;
}
hr {
    height: 0;
    border: 0;
     border-bottom: 1px solid #ccc !important;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form select {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #cccccc73;
    font-size: 16px;
    background: transparent;
    color: #3333337a;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

/* Placeholder text color */
.wpcf7-form select:invalid,
.wpcf7-form input::placeholder {
  color: #999;
}

/* Add a dropdown arrow */
.wpcf7-form select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 16px;
  padding-right: 30px;
}

/* Checkbox styling */
.wpcf7-form input[type="checkbox"] {
  accent-color: black; /* Modern browsers */
  transform: scale(1.3);
  margin-right: 8px;
  cursor: pointer;
}

.wpcf7-form label {
  font-weight: bold;
  cursor: pointer;
}

select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-family: Arial, sans-serif;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
}

/* Style for the placeholder option */
select option[disabled] {
  color: #888;
  font-style: italic;
}

/* Optional: style individual options */
select option {
  padding: 8px;
  font-size: 15px;
  color: #333;
}
.custom-survey-form .form-subheading {
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.custom-survey-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}

.custom-survey-form input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.1);
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form select {

    padding: 10px 0px;
  
}
.banner-form p {
    margin-left: 15px;
}
.radio-text span.wpcf7-not-valid-tip {
    padding: 0px;
    margin: 0px;
    height: 0px;
    bottom: 14px;
    position: relative;
   
}
.radio-text span.wpcf7-list-item.first.last {
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
}
.radio-text label {
    font-weight: bold !important;
	
    color: #000 !important;

}
.radio-text input[type="radio"] {
    position: relative;
    top: 2px;
}
.custom-survey-form input[type="submit"] {
  background: #122450;
  color: #fff;
  padding: 12px 30px;
  border: none;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  text-transform: uppercase;
	border-radius: 0px;
}
.wpcf7-form label {
    font-weight: 300;
    cursor: pointer;
    color: #333333bd;
    font-weight: 400;
    font-size: 15px;
}

.banner-form p {
    font-family: 'raleway', sans-serif;
    color: #33333399;
    font-weight: 600;
    font-size: 15px;
}
.custom-survey-form input[type="submit"]:hover {
  background: #1a2c50;
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 999;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 12px 16px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#backToTop:hover {
  background-color: #333;
  transform: scale(1.1);
}

/* Announcement Bar */
.announcement-bar {
  background-color: var(--virvon-blue);
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  font-size: 14px;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
	
}

.announcement-bar span {
  display: flex;
  gap: 150px;
  animation: scrollText 23s linear infinite;
	color:#fff;
	      margin-left: 20px;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Navbar */
.navbar-custom {
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 100%;
  max-height: 84px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.nav-link {
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0;
  line-height: 24px;
  text-decoration: none;
}

.btn-signup {
  background-color: var(--virvon-blue);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 40px;
  border: none;
  border-radius: 0;
  height: 40px;
  line-height: 20px;
}

.hamburger {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
}

/* Fullscreen Menu */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 36, 80, 0.97);
  z-index: 998;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.fullscreen-menu a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 12px 0;
  text-transform: uppercase;
  text-decoration: none;
}

.fullscreen-menu.show {
  display: flex;
}

.fullscreen-menu .btn-signup {
  margin-top: 24px;
}

/* Hero Section */
.hero-section {
  background: url("../images/Banner-image.png") no-repeat center center/cover;
  height: 170vh;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 0px;
}
.banner-layout {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 60px;
}

.hero-title {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    /* margin-bottom: 18px; */
    color: #fff !important;
}

.hero-subtitle {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.btn-early-access {
    background-color: var(--virvon-blue) !important;
    color: #fff !important;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    /* width: 70%; */
}

.countdown {
    display: flex;
    margin-top: 40px;
    /* gap: 45px; */
    flex-direction: row;
    justify-content: space-around;
    width: 75%;
    align-items: center;
}

.countdown .divider {
  height: 80px;
  width: 1.2px;
  background-color: #fff;
  opacity: 0.4;
}

.countdown-item {
  text-align: center;
}


.countdown-item span {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}

.countdown-item small {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff99;
}
/* Feature Section */
.feature-section {
  background-color: var(--virvon-blue);
  padding: 40px 60px;
  width: 100%;
}

.feature-container {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-content: space-between;
    justify-items: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.feature-item h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 57.6px;
  letter-spacing: -1.92px;
  margin-bottom: 10px;
  color: white;
}

.feature-item p {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -0.18px;
  color: white;
}

/* Updated Silver Section */
.silver-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;

}

.silver-image {
  flex: 1 1 50%;
  background-image: url("../images/LANDING PAGE.png");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.silver-text {
  flex: 1 1 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.silver-text-content {
  max-width: 90%;
  text-align: left;
}

.silver-text-content h2 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 120%;
  margin-bottom: 24px;
  color: #000;
}

.silver-text-content p {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  margin-bottom: 32px;
  color: #000;
}

.contact-btn {
	border-radius: 0px !important;
    background-color: #122450 ;
    color: #fff !important;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 90%;
    text-decoration: none;
  
}


.contact-btn.btn.signup {
    width: 40%;
}
.contact-btn:hover {
    background-color: black ;
}
/* Gold Section */
.gold-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}

.gold-text {
  flex: 1 1 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.gold-text-content {
  max-width: 100%;
  text-align: left;
  padding-left: 20px;
}

.gold-text-content h2 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 120%;
  margin-bottom: 24px;
  color: #000;
}

.gold-text-content p {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  margin-bottom: 12%;
  color: #000;
  width: 90%;
}

.gold-btn {
  background-color: #122450;
  color: #fff;
  padding: 11px 24px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 80%;
}

.gold-image {
  flex: 1 1 50%;
  background-image: url("../images/gold-section.png");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

/* Category Images Section */
.category-section {
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.category-gallery {
  display: flex;
  width: 100%;
  height: 598px;
  gap: 0;
  max-width: 100%;
}

.category-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.category-column:first-child {
  width: 50%;
  flex-direction: row;
}

.category-column:last-child {
  width: 50%;
}

.category-item {
  height: 100%;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: none;
}

.category-column:first-child .category-item:first-child {
  width: 50%;
}

.category-column:first-child .category-item:nth-child(2) {
  width: 50%;
}

.category-item:last-child {
  width: 100%;
}

.category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-item:last-child img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  display: block;
}

.category-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 5px 10px;
  z-index: 1;
}

.zoom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.zoom-modal img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.category-section .col-12 {
  padding: 0;
}

/* New Scrolling Section */
.new-scrolling-section {
  background-color: var(--virvon-blue);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  font-size: 14px;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.new-scrolling-section .announcement-text {
  display: flex;
  gap: 150px;
  animation: scrollText 20s linear infinite;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  background-color: #fff;
}

.visual-panel {
  flex: 1 1 50%;


}

.info-block {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}



.info-details h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.info-item img {
    margin-right: 15px;
    /* flex-shrink: 0; */
    /* margin-top: 10px; */
    width: 30px;
    position: relative;
    top: 10px;
}

.text-block {
  display: flex;
  flex-direction: column;
}

.text-block .subheading {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #122450;
  margin: 0 0 10px;
}
.virvon-faq-question:hover {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, .1);
}
.virvon-faq-item.active .virvon-faq-question {
    background-color: #000 !important;
    color: #fff;
}
.text-block .description {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #000000b2;
  margin: 0;
}

.exclusive-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: 2;
}

.banner-content {
  position: absolute;
  bottom: 60px;
  left: 80px;
  z-index: 3;
  max-width: 60%;
}

.banner-content h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 30px;
}

.banner-btn {
  display: inline-block;
  padding: 14px 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  background-color: #122450;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 315px;
}

.banner-play-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(255 255 255 / 6%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    z-index: 4;
}

.virvon-faq-section {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  background: #fff;
}

.virvon-faq-left {
  width: 50%;
  padding: 60px;
}

.virvon-faq-left h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left;
}

.virvon-faq-item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    /* padding: 0px 20px; */
    margin: 0px 20px 40px 0px;
}

.virvon-faq-question {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
  color: #000;
  background: #fff;
  border: none;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
}
.virvon-faq-question:hover::before {
    color: #fff;
}

.virvon-faq-question::before {
    content: "+";
    margin-right: 10px;
    font-weight: 700;
    color: #122450;
    font-size: x-large;
}

.virvon-faq-item.active .virvon-faq-question::before {
  content: "-";
	color: #fff;
	   font-size: x-large;
}

.virvon-faq-answer {
  display: none;
  padding: 15px 20px;
  background: #fff;
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

.virvon-faq-item.active .virvon-faq-answer {
  display: block;
}

.virvon-faq-right {
  width: 50%;
  padding: 0;
}

.virvon-faq-right img {
  width: 100%;
  height: 781px;
  border-radius: 0;
  object-fit: cover;
}

.community-section {
  padding: 60px 0px;
  overflow: hidden;
  background-color: #fff;
}

.community-heading {
  text-align: left;
  margin: 0px 0px 40px 40px;
}

.community-heading h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20px;
}

.community-heading p {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
  color: #575757;
  margin: 0;
}

.scrolling-wrapper {
  overflow: hidden;
  position: relative;
}

.scrolling-images {
  display: flex;
  gap: 20px;
  animation: scroll 25s linear infinite;
  width: max-content;
}

.scrolling-images.paused {
  animation-play-state: paused;
}

.scrolling-images img {
  height: 420px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.scrolling-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer {
  color: white;
  background-color: #122450;
}

.footer-border-top {
  border-top: 1px solid #3b4b6c;
}

.footer-top {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #3b4b6c;

  padding-top: 50px;
}

.footer-column {
  flex: 1;
  padding: 40px 60px;
  border-top: 1px solid #3b4b6c;
}

.footer-column:not(:last-child) {
  border-right: 1px solid #3b4b6c;
}

.footer-title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-link {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
  color: white;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding: 50px 20px 40px;
}

.footer-logo {
    max-width: 100%;
    width: 100%;
    opacity: 0.7;
    padding: 30px;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 27px;
    /* z-index: 999; */
    font-size: 18px;
    background-color: #122450;
    color: #fff;
    border: 1px solid #444;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px;
}

#backToTop:hover {
    background-color: #69727d;
    color: #ffffff;
}


.mobile{
	display:none;
}

	
/* iPhone 11–15 Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 430px) 
  and (orientation: portrait) {
    
   button.hamburger {
    font-size: 55px !important;
    top: -5px !important;
}
	 .menu-open  button.hamburger {
    font-size: 45px !important;
  
}
}

@media (min-width: 992px) {
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
}

/* Responsive */
@media screen and (max-width: 768px) {


	.mobile{
	display:block;
}
.navbar-custom {
    background: transparent;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

 .btn-early-access {
    background-color: var(--virvon-blue) !important;
    color: #fff !important;
    padding: 14px 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    width: 100%;
}

  .btn-signup {
    padding: 10px 20px;
	  font-size: 15px;
	  margin-left: 90px;
	  height: 29px;
    line-height: 9px;
  }

	.custom-survey-form {
    max-width: 100%;
       justify-content: space-around;
}
.countdown-item span {
    display: block;
    font-size: 17px;
    font-weight: 700;
}
	.count-row {
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    align-items: center;
    width: 27%;
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
		right:0px;
}
	.countdown {
    display: flex;
    margin-top: 30px;
    align-items: center;
    gap: 45px;
    margin-bottom: 30px;
		width:100%;
}
.countdown-item small {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff99;
}
	.logo {
    /* height: 100%; */
    max-height: 51px;
    /* width: auto; */
    /* max-width: 200px; */
    /* object-fit: contain; */
    /* display: block; */
}
  .hero-title {
    font-size: 25px;
  }
     .hero-subtitle {
        font-size: 9px;
        color: #ffffffb2;
        
    }
  .feature-section {
    padding: 20px;
  }
  .feature-item h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
.feature-item p {
    font-size: 15px;
    color: #ffffffb2;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: -0.18px;
}

  .feature-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

    justify-content: space-between;
    justify-items: start;
    align-items: center;
  }

  .gold-section {
    flex-direction: column-reverse;
  }

  .gold-section {
    flex-direction: column;
  }

  .gold-text {
    padding: 20px;
    flex: unset;
    order: 1;
  }

  .gold-image {
    order: 2;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    margin: 20px;
  }

.gold-text-content h2 {
    font-size: 27px;
    /* color: #33338f; */
    text-align: left;
    margin-bottom: 20px;
    /* text-transform: capitalize; */
    font-family: "Lato", sans-serif;
    /* font-weight: 500; */
    font-style: normal;
    /* font-size: 18px; */
    line-height: 2.5rem;
}
	
	.footer-column {
    flex: 1;
    padding: 20px;
    border-top: 1px solid #3b4b6c;
}
	.community-heading {
    text-align: left;
    margin: 0px 0px 40px 0px;
}

.gold-text-content p {
    font-size: 16px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    /* font-size: 18px; */
    text-align: left;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: "Lato", sans-serif;
    /* font-weight: 500; */
    font-style: normal;
    font-size: 18px;
    /* line-height: 2.5rem; */
    letter-spacing: -0.18px;
}
	.category-column:first-child {
    width: 100%;
    flex-direction: row;
}
	.category-gallery {
    display: flex;
    width: 100%;
    height: 598px;
    gap: 0;
    max-width: 100%;
    flex-direction: column;
}
.virvon-faq-left h2 {

    font-size: 24px;
    line-height: 2rem;
  
}
.banner-content {
    position: absolute;
   
    left: 20px;
    z-index: 3;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}
  .gold-text-content {
    text-align: left;
    max-width: 100%;
    padding-left: 0;
  }

  .gold-btn {
    width: 100%;
  }

  .silver-section {
    flex-direction: column;
  }

  .silver-text {
    padding: 20px;
    flex: unset;
    order: 1;
  }

  .silver-image {
    order: 2;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    margin: 20px;
  }

.silver-text-content h2 {
    font-size: 30px;
/*     color: #33338f; */
    text-align: left;
    margin-bottom: 20px;
/*     text-transform: capitalize; */
    font-family: "Lato", sans-serif;
    /* font-weight: 500; */
    font-style: normal;
    /* font-size: 18px; */
    line-height: 2.5rem;
    /* letter-spacing: -0.18px; */
}
.silver-text-content p {
    /* font-size: 18px; */
    text-align: left;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: "Lato", sans-serif;
    /* font-weight: 500; */
    font-style: normal;
    font-size: 18px;
    /* line-height: 2.5rem; */
    letter-spacing: -0.18px;
}

  .silver-text-content {
    text-align: center;
    max-width: 100%;
  }

  .silver-btn {
    width: 100%;
  }

  .countdown {
    gap: 12px;
  }

  .community-section {
    padding: 20px;
  }

  .community-heading h2 {
    font-size: 30px;
  }

  .community-heading p {
    font-size: 16px;
  }

  .scrolling-images img {
    height: 280px;
  }

  .footer-top {
    flex-direction: column;
    border-bottom: none;
  }

  .footer-column {
    border-right: none;
    border-bottom: 1px solid #3b4b6c;
  }

  .footer-column:last-child {
    border-bottom: none;
  }

  .footer-logo {
    width: 100%;
    padding: 0px;
}
  .virvon-faq-section {
    flex-direction: column;
  }

.virvon-faq-left, .virvon-faq-right {
    width: 100%;
    padding: 15px;
}
  .content-wrapper {
    flex-direction: column;
  }
.exclusive-banner {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
.visual-panel {
    min-height: 300px;
    /* width: 100%; */
    margin: 10px 10px 0px 10px;
}

  .info-block {
    padding: 40px 20px;
    text-align: center;
  }

 .info-details h3 {
    font-size: 25px;
    font-weight: 900;
	         text-align: left;
}

	.text-block .subheading {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
   
    text-align: left;
}
	section#why-virvon {
    display: flex;
    flex-direction: column-reverse;
}
	.banner-content h2 {
    font-weight: 700;
    font-size: 25px;
 
    text-transform: uppercase;
    color: white;
    margin-bottom: 30px;
}
	
.text-block .description {
    font-family: "Lato", sans-serif;
   
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000b2;
    margin: 0;
    text-align: left;
}
.info-item {
    display: flex;
    margin-bottom: 30px;
    flex-direction: row;
    align-content: center;
/*     justify-content: center; */
    align-items: flex-start;
}
	.category-text {
    position: absolute;
    bottom: -2px;
    left: 3px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 8px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 0px 5px;
    z-index: 1;
}
	.virvon-faq-right img {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: cover;
}
.info-item img {
    margin-bottom: 10px;
    width: 30px;
}

  .category-gallery {
    height: auto;
  }

  .category-column {
    width: 100%;
    flex-direction: column;
  }

 
	.hero-content {
  
    margin-top: 120px;
}
.hero-section {
   
    height: 70vh;
}
button.hamburger {
 
    font-size: 45px;
 
    background-color: #23232300 !important;

    box-shadow: transparent !important;
    padding: 0px;
    top: -2px;
    position: relative;
}
	.banner-layout {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
		text-align:center;
}
	.contact-btn.btn.signup {
    width: 60%;
}
	span.wpcf7-not-valid-tip {
 
    bottom: 10px !important;
    position: relative !important;
  
}
	.contact-btn {
   
    width: 100%;
   
}.custom-survey-form h3 {
   
    font-size: 20px;
  
}
	.countdown-item {
    text-align: center;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
	.divider {
    display: none;
}
	.joinchat__button {
    right: 15px !important;
	    bottom: 160px !important;	
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px 10px;
    padding: 6px;
    border: 2px solid #00a0d2;
    position: relative;
    /* top: -17px; */
    bottom: 50px;
    color: #000;
    text-align: center;
    font-size: 10px;
}
	
.countdown-item:first-child {
    border-left: none;
    padding-left: 0; /* Optional: to remove extra spacing */
}
	.desktop {
    display: none;
}
.virvon-faq-question:hover {
    color: none;
    background: none;
    box-shadow: none;
}
	.virvon-faq-question:hover::before {
    color: none !important;
}
	.virvon-faq-question::before {
   
    color: #122450 !important;

}
	.virvon-faq-item.active .virvon-faq-question::before {
    content: "-";
    color: #fff !important;
    font-size: x-large;
}
.virvon-faq-item.active .virvon-faq-question {
    background-color: #000 !important;
    color: #fff !important;
}
		.virvon-faq-question {
  
    color: #000 !important;
 
}
	.radio-text span.wpcf7-list-item-label {
    /* font-weight: 900; */
    font-size: 9px;
}
	
.menu-open .logo,
.menu-open .btn-signup {
    display: none;
}
.fullscreen-menu {
 
    justify-content: flex-start;
    
   padding-top:100px;
}
.fullscreen-menu a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 6px 0;
    text-transform: uppercase;
    text-decoration: none;
}
/* 	.menu-open .hamburger {
    font-size: 24px !important;
    background-color: #23232300 !important;
    box-shadow: transparent !important;
    padding: 0px;
    top: -1px;
    position: relative;
} */

.menu-open .navbar-custom {
    background: transparent;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
	
}





@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 768px) 
and (min-device-height: 1024px) 
and (max-device-height: 1024px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait) {
  

	.col-md-5 {
    flex: 0 0 auto;
    width: 100%;
}
	.info-item {
    display: flex;
    margin-bottom: 30px;
    flex-direction: row;
    align-content: flex-start !important;
    align-items: flex-start;
}
	.info-details {
    max-width: 100%;
}
}
@media (max-width: 820px) {
	
	
	.exclusive-banner {
   
    height: 65vh !important;
    overflow: hidden;
}
	
	.silver-section {

    flex-direction: column;
}
	.silver-text {
  
    padding: 6px;
}
	.silver-section {
 
    min-height: 80vh !important;
}
	.visual-panel {
    flex: 1 1 100% !important;
}
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
   

   section#hero-section-form {
    height: 120vh;
}
	  div#contact {
    width: 100%;
}
	 .nav-link {
 
    font-size: 13px;

} 
	  
	  .countdown {

   
    width: 100%;
  
}
	  .hero-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    text-align: center;
}
	  div#contact {
    width: 100%;
    margin-top: 50px;
}
}


/* Target devices between 800px and 900px */
@media (min-width: 750px) and (max-width: 1080px) {
  
	
	
	.count-row {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
		right:0px;
}
/* section#hero-section-form {
    height: 230vh;
} */
	div#contact {
    width: 100%;
    margin-top: 40px;
}
	.banner-layout {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 60px;
}
.col-lg-7.col-12.hero-content.px-4.ps-lg-5 {
    width: 100%;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}




