/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #F8CB2E;
  --secondary-color:              #EE5007;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #EE5007;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}
  html {
    scroll-padding-top: 100px; /* adjust as needed */
  }

body {
  font-family: var(--body-font-family); 
  background-color: #1a1a1a;
  background-image: url('../images/image4.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 100px;
  background-color: #1a1a1a;
  min-height: 100vh;
}

/* Responsive Design Improvements */
@media (max-width: 1200px) {
  :root {
    --h1-font-size: 60px;
    --h2-font-size: 38px;
    --h3-font-size: 28px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --p-font-size: 16px;
  }
}

@media (max-width: 992px) {
  :root {
    --h1-font-size: 50px;
    --h2-font-size: 32px;
    --h3-font-size: 24px;
    --h4-font-size: 20px;
    --h5-font-size: 18px;
    --h6-font-size: 16px;
    --p-font-size: 15px;
  }
  
  .unique-wrapper-xyz {
    max-width: 400px;
    padding: 15px;
  }
  
  .exclusive-image-holder img {
    width: 280px;
    height: 320px;
  }
}

@media (max-width: 768px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 28px;
    --h3-font-size: 22px;
    --h4-font-size: 18px;
    --h5-font-size: 16px;
    --h6-font-size: 14px;
    --p-font-size: 14px;
  }
  
  body {
    background-attachment: scroll;
  }
  
  .unique-wrapper-xyz {
    max-width: 350px;
    padding: 10px;
  }
  
  .exclusive-image-holder img {
    width: 250px;
    height: 280px;
  }
  
  .navbar-brand {
    font-size: 20px;
  }
  
  .navbar-nav .nav-link {
    padding: 6px 12px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 24px;
    --h3-font-size: 20px;
    --h4-font-size: 16px;
    --h5-font-size: 14px;
    --h6-font-size: 12px;
    --p-font-size: 13px;
  }
  
  .unique-wrapper-xyz {
    max-width: 300px;
    padding: 8px;
  }
  
  .exclusive-image-holder img {
    width: 220px;
    height: 250px;
  }
  
  .navbar-brand {
    font-size: 18px;
  }
  
  .navbar-nav .nav-link {
    padding: 4px 8px;
    font-size: 13px;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .unique-wrapper-xyz {
    max-width: 280px;
    padding: 5px;
  }
  
  .exclusive-image-holder img {
    width: 200px;
    height: 230px;
  }
  
  .distinctive-text-overlay h2 {
    font-size: 14px;
  }
  
  .outstanding-quote-style {
    font-size: 12px;
    padding: 8px;
  }
}

/* Enhanced Mobile Compatibility */
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.95);
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px;
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-item {
    margin: 5px 0;
  }
  
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    margin-top: 10px;
    border-radius: 5px;
  }
  
  .dropdown-item {
    text-align: center;
    padding: 10px 15px;
  }
  
  /* Mobile navbar brand adjustments */
  .navbar-brand {
    font-size: 18px;
  }
  
  .navbar-brand img {
    height: 35px !important;
    margin-right: 8px !important;
  }
}

/* Hero Section Mobile Optimizations */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0 40px;
    min-height: 70vh;
  }
  
  .hero-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .hero-section .btn {
    padding: 10px 25px;
    font-size: 14px;
  }
  
  /* Video mobile optimization */
  .hero-image-container video {
    object-position: center center;
  }
  
  /* About section mobile */
  .about-section .row {
    flex-direction: column-reverse;
  }
  
  .about-section .col-lg-6:first-child {
    margin-top: 30px;
  }
  
  .about-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 50px 0 30px;
    min-height: 60vh;
  }
  
  .hero-section h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .hero-section .btn {
    padding: 8px 20px;
    font-size: 13px;
  }
  
  /* Mobile navbar adjustments */
  .navbar-brand {
    font-size: 16px;
  }
  
  .navbar-brand img {
    height: 30px !important;
    margin-right: 6px !important;
  }
  
  /* Director and CEO sections mobile */
  .unique-wrapper-xyz {
    max-width: 280px;
    padding: 5px;
  }
  
  .exclusive-image-holder img {
    width: 200px;
    height: 230px;
  }
  
  .distinctive-text-overlay h2 {
    font-size: 14px;
  }
  
  .outstanding-quote-style {
    font-size: 12px;
    padding: 8px;
  }
  
  /* Services section mobile */
  .work .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .work .col-lg-6 {
    margin-bottom: 30px;
  }
  
  .work .col-lg-5 {
    padding: 0 15px;
  }
  
  .work img {
    max-width: 100%;
    height: auto;
  }
  
  /* Footer mobile adjustments */
  .site-footer .row {
    text-align: center;
  }
  
  .site-footer .col-lg-4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .navbar-brand {
    font-size: 14px;
  }
  
  .navbar-brand img {
    height: 28px !important;
    margin-right: 5px !important;
  }
  
  .hero-section h1 {
    font-size: 1.5rem;
  }
  
  .unique-wrapper-xyz {
    max-width: 260px;
    padding: 3px;
  }
  
  .exclusive-image-holder img {
    width: 180px;
    height: 200px;
  }
  
  /* Text adjustments for very small screens */
  p {
    font-size: 12px;
    line-height: 1.4;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
}

/* Hero Section Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding: 80px 0 60px;
  }
  
  .hero-section h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  
  .hero-section .btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 60px 0 40px;
  }
  
  .hero-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .hero-section .btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
    min-height: 80vh;
    padding-top: 120px;
  }

  .hero-image-container {
    position: relative;
    height: 70vh;
  }

  .hero-video {
    object-fit: contain;
    background: #000;
  }

  .video-sound-toggle {
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 70vh;
    padding-top: 110px;
  }

  .hero-image-container {
    height: 60vh;
  }

  .hero-video {
    object-fit: contain;
  }

  .video-sound-toggle {
    bottom: 15px;
    right: 15px;
    font-size: 11px;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding-top: 100px;
    min-height: 65vh;
  }

  .hero-image-container {
    height: 55vh;
  }

  .video-sound-toggle {
    bottom: 12px;
    right: 12px;
    font-size: 10px;
    padding: 6px 10px;
  }
}

/* Services Section Responsive */
@media (max-width: 768px) {
  .work .container-fluid {
    padding: 0 15px;
  }
  
  .work h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .work .row h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .work .para-light {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 576px) {
  .work .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .work .col-lg-6 {
    margin-bottom: 30px;
  }
  
  .work .col-lg-5 {
    padding: 0 15px;
  }
  
  .work img {
    max-width: 100%;
    height: auto;
  }
}

.video-sound-toggle {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.video-sound-toggle:hover {
  background: rgba(238, 80, 7, 0.9);
  transform: translateY(-1px);
}

.video-sound-toggle.is-active {
  background: rgba(238, 80, 7, 0.95);
  border-color: rgba(238, 80, 7, 0.8);
}

@media (max-width: 768px) {
  .video-sound-toggle {
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .video-sound-toggle {
    bottom: 15px;
    right: 15px;
    font-size: 11px;
    padding: 6px 12px;
  }
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: white;
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  text-align: justify  !important;
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 25px;
  padding-bottom: 30px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
 
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 10px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 9;
  
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  min-height: 100vh;
  height: auto;
}

.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  min-height: 60vh;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}

.video-sound-toggle {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.video-sound-toggle:hover {
  background: rgba(238, 80, 7, 0.9);
  transform: translateY(-1px);
}

.video-sound-toggle.is-active {
  background: rgba(238, 80, 7, 0.95);
  border-color: rgba(238, 80, 7, 0.8);
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-image: url('../images/image4.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.about-image {
  border-radius: var(--border-radius-medium);
 height:500px;
 width:900px;
  margin-top: 5rem;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
  text-align: justify;
}

/*----------------------
ABOUT US-1
----------------*/

.section-head-1{
  margin-bottom: 60px;
  background-size: 200%;
  background-position: left;

}
.section-head-1 p{
  color:#333;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.item{
  background:#fff;
  text-align: center;
  padding:30px 25px;
  box-shadow: 0 0 25px rgba(0,0,0,0.07);
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0,0,0,0.07);
  -webkit-transition:all 0.7s ease 0s;
  transition:all 0.7 ease 0s;
  
}
.item:hover{
  background-image: linear-gradient(to bottom right, #66ffcc 0%, #ffccff 100%);
  background-position: right;
  transition: background-position 3s;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.7s ease 0s;
}
.item:hover .item,
.item:hover span.icon{
  background:#fff;
  border-radius: 10px;
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.item:hover h6,
.item:hover p{
  color:#2b6777;
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.item .icon{
  font-size:40px;
  margin-bottom: 25px;
  color:yellow;
  width:90px;
  height:90px;
  line-height: 96px;
  border-radius: 50px;
}
.item .feature_box_col_one{
  background:rgba(247,198,5,0.2);
  color:#52ab98;
}
.item .feature_box_col_two{
  background: rgba(255, 77, 28, 0.15);
  color:#52ab98;
  
}
.item .feature_box_col_three{
  background:rgba(0,147,38,0.15);
  color:#52ab98;
}
.item .feature_box_col_four{
  background:rgba(0,108,255,0.15);
  color:#52ab98;
  
}
.item .feature_box_col_five{
  background:rgba(146,39,255,0.15);
  color:#52ab98;
}
.item .feature_box_col_six{
  background:rgba(23,39,246,0.15);
  color:#52ab98;
}
.item p{
  font-size: 15px;
  font-family: "Varela Round",Arial,"Helvetica Neue",Helvetica,sans-serif;
  line-height: 26px;
  text-align: justify;
}
.item h6{
  margin-bottom: 20px;
  font-family: "Varela Round",Arial,"Helvetica Neue",Helvetica,sans-serif;
  color:#2f2f2f;
}

/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../images/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}



/*---------------------------------------
  CEO DESK           
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}
.unique-wrapper-xyz {
  max-width: 500px;
  text-align: center;
  background: rgb(4 2 2 / 10%);
  padding: 20px;
  border-radius: 39px;
  box-shadow: 0px 0px 10px rgb(174 5 5 / 20%);
  margin: 0 auto;
}

.exclusive-image-holder {
  position: relative;
  display: inline-block;
}
.exclusive-image-holder img {
  width: 350px;
  border-radius: 7px;
  height: 396px;
}
.distinctive-text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 5px;
}
.distinctive-text-overlay h2 {
  margin: 0;
  font-size: 18px;
}
.outstanding-quote-style {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px;
  font-style: italic;
  color: #b0b0b0;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
}
.outstanding-quote-style::before {
  content: '\201C';
  font-size: 30px;
  color: #2d9cdb;
  margin-right: 5px;
}
.outstanding-quote-style::after {
  content: '\201D';
  font-size: 30px;
  color: #2d9cdb;
  margin-left: 5px;
}
/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

