/*
Theme Name: Vivegam
Theme URI: https://yourdomain.com/
Author: Your Name
Author URI: https://yourdomain.com/
Description: A basic WordPress theme with Bootstrap 5.3.3, Font Awesome, Chopin Light, Vevey & Helvetica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vivegam
*/
/* Chopin Light font */
@font-face {
    font-family: 'Choplin';
    src: url('assets/fonts/Choplin-Light.eot');
    src: url('assets/fonts/Choplin-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Choplin-Light.woff2') format('woff2'),
        url('assets/fonts/Choplin-Light.woff') format('woff'),
        url('assets/fonts/Choplin-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vevey';
    src: url('assets/fonts/Vevey.eot');
    src: url('assets/fonts/Vevey.eot#iefix') format('embedded-opentype'),
        url('assets/fonts/Vevey.woff2') format('woff2'),
        url('assets/fonts/Vevey.woff') format('woff'),
        url('assets/fonts/Vevey.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Global Styles */
html {
    font-size: 16px; /* 1rem = 16px */
}

body {
    font-family: 'Choplin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
}


p {
    font-family: 'Choplin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Vevey', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

/* Remove outline on anchor focus */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
  outline-offset: 0;
}

a.btn-eft,
a.btn-eft:hover {
  box-shadow: none;
}

a.btn-eft:active {
  box-shadow: none;
  transform: translateY(4px);
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.pos-rel {
  position: relative;
}

.pos-abs-full-hgt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hei100 {
  height: 100%;
}
.text-justify-custom {
  text-align: justify;
}
.v-red-text
{
  color: #c70500;
}
.heading-with-icon {
  position: relative;
  display: inline-block;
  font-family: "Vevey";
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  padding: 0 0 0 0;
}

.heading-with-icon::before,
.heading-with-icon::after {
    content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100%; /* Match the full height of the text */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.heading-with-icon::before {
  left: -60px;
  background-image: url('assets/images/left-heading-leaf.png'); /* Update with actual path */
}

.heading-with-icon::after {
  right: -60px;
  background-image: url('assets/images/right-heading-leaf.png'); /* Update with actual path */
}

/* Navbar background and border */
.navbar {
  background-color: #000;
  border-bottom: 5px solid #c70500;
  padding: 15px 0;
}
.cpy-cnt {
  background-color: #272727;
}

/* Nav links */
.navbar .navbar-nav .nav-link {
  color: #fff;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  color: #ddd;
}

/* User icon dropdown */
.navbar .dropdown-toggle {
  color: #fff;
  background-color: #222;
}

.navbar .dropdown-menu {
  background-color: #111;
  border: none;
}

.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  display: inline-block;
  margin: 0px;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #222;
  color: #fff;
  
}

.navbar li a,
.navbar-nav .nav-link {
    color: #ffffff;
    font-family: 'Choplin', sans-serif;
    text-transform: uppercase;
    margin: 0 15px;
}
.account-dropdown-toggle a {
  background-color: #444;
  height: 40px;
  border-left: 1px solid #fff;
  padding-left: 15px;
}
  a.privacy-link::before{
    border-left: 2px solid #fff;
        content: '';
        position: absolute;
        left: 0px;
        height: 15px;
        top: calc(50% - 8px);
        bottom: 0;
        vertical-align: middle;
  }
  .ftr-wrapper-child-2
  {
    background-color: #000;
  }
.ftr-wrapper-child-2 li a {
    color: #ff0000;
}
.ftr-wrapper-child-1
{
    background: url("assets/images/vivegam-footer-background-1200.jpg") no-repeat top center;
    background-size: cover;
    padding: 150px 0;
}
.ftr-wrapper-child-1 p 
{
    max-width: 590px;
    margin: 0 auto;
}
.ftr-wrapper-child-1 p a
{
    color:#c89e2a;
}
.ftr-wrapper-child-1 .heading-with-icon {
    font-size: 6rem;
}
.vip-modal .heading-with-icon
{
    font-size: 3rem;
    margin: 0 auto;
}
.mdl-head-cnt
{
    margin: 0 auto;
}
.vip-modal .heading-with-icon::before, .vip-modal .heading-with-icon::after {
    width: 100%;
    height: 100%;
    transform: translateY(-25%);
}
.vip-modal .heading-with-icon::before {
    left: -19%;
}
.vip-modal .heading-with-icon::after {
    right: -100%;
}
/* Bootstrap modal-dialog-end slides from right */
.modal-dialog.modal-dialog-slide {
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}

.modal.show .modal-dialog.modal-dialog-slide {
  transform: translateX(0);
}

  .custom-input {
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #444;
  }

  .custom-input::placeholder {
    color: transparent;
  }

  .custom-input:focus {
    background-color: #111 !important;
    color: #fff;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
  }

  .form-floating > label {
    color: #ccc;
    transition: all 0.2s ease-in-out;
    padding: 1rem 1.5rem;
  }

  .form-floating > .custom-input:focus ~ label,
  .form-floating > .custom-input:not(:placeholder-shown) ~ label {
    color: #fff;
  }

  .form-control:focus {
    color: #fff;
  }

  .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
  }

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}
.become-vip-btn {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 1rem 1.5rem 1rem;
    font-family: 'Vevey';
    background-image: linear-gradient(0deg, #000000 0%, #444444 100%);
    border: 1px solid #ffffff;
}
:root {
  --navbar-height: 80px;
}

.home-slide-container {
  min-height: calc(100vh - var(--navbar-height));
}
.lightslidercustom-wrapper {
  height: calc(100vh - 80px);
}
.lightslidercustom
{
  background-color: #000;
}
.lightslidercustom-slide.bg-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 85px);
  z-index: 1;
  transition: transform 0.3s ease;
}
.lightslidercustom-slide .heading-with-icon {
    min-height: 150px;
    align-content: center;
}
/* Initially show title, hide hover content */
.lightslidercustom-slide {
  background-size: cover;
  background-position: center;
  height: calc(100vh - 85px);
  overflow: hidden;
}

/* Hide hover content by default */
.lightslidercustom-slide .hover-reveal {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
li.lightslidercustom-slide.lslide:hover {
background-position: 0 -5rem;
    transition: all 0.3s ease;
    transform: scale(0.95);
}
li.lightslidercustom-slide.lslide
{
    background-position: 0% 50%;
  transition: all 0.3s ease;
     transform: scale(1);
}
/* Show hover content and hide title on hover */
.lightslidercustom-slide:hover .hover-reveal {
  opacity: 1;
  visibility: visible;
}

.lightslidercustom-slide:hover .content-overlay {
  opacity: 0;
  visibility: hidden;
}
.home-slide-container .lSAction a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  font-size: 2rem;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s ease;
}

.lSAction a:hover {
  color: #555;
  opacity: .5;
}

/* Positioning */
.lSAction .lSPrev {
  left: 10px;
}

.lSAction .lSNext {
  right: 10px;
}

/* Insert Font Awesome icons using pseudo-elements */
.lSAction .lSPrev::before {
  content: "\f177"; /* fa-chevron-left */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.lSAction .lSNext::before {
  content: "\f178"; /* fa-chevron-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.viv-sec-2
{
  background: url("assets/images/vivegam-crew-background.png") no-repeat center center / cover;
}
.sec-title-redbox i::after
{
    content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 2px;
  background-color:#c70500;
  transform: translateY(-50%);
}
.viv-sec-2 h3
{
  font-size: 5rem;
}
.viv-sec-2 h4
{
  font-size: 4rem;
}
.viv-sec-2 h5
{
  font-size: 2rem;
  font-family: "Choplin";
  padding: 1rem;
}
.viv-sec-2 p
{
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.8rem;
}
.viv-sec-2 h2
{
    font-size: 3rem;
}
.viv-sec-3{
  background-color: #000;
}
.viv-sec-3 h3
{
  font-size: 7rem;
}
.viv-sec-3 h4
{
  font-size: 4rem;
}
.viv-sec-3 h5
{
  font-size: 1.2rem;
  font-family: "Choplin";
  padding: 1rem;
}

  .swiper-slide {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    width: 80%; /* width for centered video */
    transition: transform 0.4s ease;
      max-width: 1400px;
  }



.swiper-slide-prev,
.swiper-slide-next {
  opacity: 1.0;
  transform: scale(0.9);
}
.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

  .swiper-slide:not(.swiper-slide-active) .ratio::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0); /* invisible layer */
    z-index: 10;
  }
  .swiper-slide .ratio {
    position: relative;
  }
    .swiper-slide .ratio {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Proportional scaling */
  }
.viv-sec-4
{
  background-color: #000;
}

@media (min-width: 1921px) {
html
{
  font-size: 18px;
}
body {
     font-size: 1.5rem;
}
.ftr-wrapper-child-1 p {
    max-width: 976px;
    margin: 0 auto;
    
}
.ftr-wrapper-child-1
{
    background: url("assets/images/vivegam-footer-background-1920.jpg") no-repeat top center / cover;
    padding: 20% 0;
}
}

@media (min-width: 992px) {
  .navbar li a, .navbar-nav .nav-link
{
  display: inline-block;
}
  .ftr-wrapper-child-1
{
  background-size: 100% 100%;
}
    .navbar li.menu-item:first-child a {
        margin-left: 0;
    }

    .navbar li.menu-item:last-child a {
        margin-right: 0;
    }
    .navbar li.menu-item
    {
        align-content: center;
        text-align: center;
    }
      #userDropdownDesktop {
    margin-left: 15px;
  }
.account-dropdown::before {
    border-left: 2px solid #fff;
    content: '';
    position: absolute;
    left: 5px;
    height: 15px;
    top: calc(50% - 8px);
    bottom: 0;
    vertical-align: middle;
}

.account-icon {
  width: 40px;
  height: 40px;
 background-color: transparent;
border: 1px solid;
margin-left: 0.5rem;
}

.ftr-wrapper-child-1 p {
    max-width: 719px;
    margin: 0 auto;
    font-size: 24px;
}
.become-vip-btn {
    font-size: 4rem;
    line-height: 4.5rem;
    padding: 1.3rem 3.5rem 1rem;
}
}
@media (max-width: 991px) {
/* Base styles */
.stylish-toggler {
    border: none;
    background: none;
    padding: 0.25rem 0.5rem;
    position: relative;
    width: 30px;
    height: 24px;
    z-index: 1001;
}

/* Common bar styles */
.stylish-toggler .toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transition: all 0.3s ease-in-out;
}

/* Position bars */
.stylish-toggler .top-bar {
    top: 0;
}
.stylish-toggler .middle-bar {
    top: 10px;
}
.stylish-toggler .bottom-bar {
    top: 20px;
}

/* Animate to X when open */
.stylish-toggler.collapsed .top-bar {
    transform: rotate(0deg);
    top: 0;
}
.stylish-toggler:not(.collapsed) .top-bar {
    transform: rotate(45deg);
    top: 10px;
}

.stylish-toggler.collapsed .middle-bar {
    opacity: 1;
}
.stylish-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}

.stylish-toggler.collapsed .bottom-bar {
    transform: rotate(0deg);
    top: 20px;
}
.stylish-toggler:not(.collapsed) .bottom-bar {
    transform: rotate(-45deg);
    top: 10px;
}
.stylish-toggler, .stylish-toggler:focus {
    outline: none;
    box-shadow: none;
}
.main-nav
{
    margin:0 -15px;
}
.main-nav li.menu-item
{
    padding: 15px 0;    
    border-bottom: 1px solid #fff;
}
.main-nav li.menu-item:last-child
{
    border-bottom: 0px none;
    padding-bottom: 0;
}
.main-nav li.menu-item:first-child
{
    padding-top: 0;
}

.mob-act
{
    position: absolute;
    right:50px;
}
  .navbar-collapse {
    border-top: 5px solid #c70500;
    border-bottom: 5px solid #c70500;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #000; /* or match your navbar color */
    z-index: 999;
    padding: 1rem;
   transition: all 0.3s ease-in-out;    
  }
  .collapsed .navbar-collapse.collapsing {
    height: auto;    
    display: block;
  }
    .navbar-collapse.show {
    display: block;
      transition: all 1.3s ease-in-out; 
  }

}