/*

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;
}

body {
    background-color: var(--white-color);
    font-family: var(--body-font-family);
}

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

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
}

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: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

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 0.2s;
}

.link-fx-1:hover .icon circle {
    stroke-dashoffset: 200;
    transition: stroke-dashoffset 0.2s 0.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 0.2s 0.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 0.2s;
}

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

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

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-header h2 {
    color: #de1316;
    font-family: Raleway;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; /* 86.667% */
}
.section-header p {
    margin-top: 2.5em;
    color: #717171;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

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

.tab-content {
    background-color: var(--white-color);
    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: 15px;
}

.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, 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 {
    margin-right: 6em;
    background: #e67614;
    border-radius: 40px;
    border: 3px solid #e67614;

    color: var(--white-color);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-bold);
    line-height: normal;
    transition: all 0.3s;
    padding: 15px 25px;
}
.btn-get-started {
    font-size: 22px;
    font-weight: 500;
    background: #e77513;
    border: 2px solid #e67614;
    border-radius: 35px;
    color: #ffffff;
    line-height: normal;
    transition: all 0.3s;
    padding: 18px 36px;
}
.btn-get-started:hover {
    background: #fff;
    border: 3px solid #e67614;
    color: #e67614;
}

/* Special active state for Contact Us section */
.navbar-nav .nav-item .nav-link.custom-btn.active {
    background: #fff;
    border-color: #e67614;
    color: #e67614;
}

/* Hover behavior for the Contact Us section */
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover {
    background: #fff;
    border-color: #e67614;
    color: #e67614;
}

.navbar #navbarNav {
    margin-right: -16em;
}

.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: 0px;
}

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

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

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

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.2px;
    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;
    transition: color 0.3s ease;
}
/* Apply the underline effect to nav-links except the one with the custom-btn class */
.navbar-nav .nav-link:not(.custom-btn)::after,
.navbar-nav .nav-link:not(.custom-btn):hover::after {
    content: "";
    position: absolute;
    bottom: 0px; /* Adjust for spacing between text and underline */
    left: 14px;
    width: 100%;
    height: 2px;
    background-color: #e67613; /* Underline color */
    transition: width 0.3s ease;
}

/* Ensure the underline doesn't appear on the Contact Us link */
.navbar-nav .nav-link:not(.custom-btn)::after {
    width: 0;
}

.navbar-nav .nav-link.active:not(.custom-btn)::after,
.navbar-nav .nav-link:hover:not(.custom-btn)::after {
    width: 70%; /* Full width underline for active/hovered non-Contact links */
}

.navbar-nav .nav-link::after {
    width: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    font-weight: 700;
    color: #e67613;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    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: 100px;
    height: 100vh;
    /* height: calc(100vh - 51px); */
}
.hero-section h1 {
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 178.689% */
    letter-spacing: 0.2px;
    font-size: 58px;
}
.tech-box {
    display: inline-block;
    padding: 0px 14px;
    background-color: red; /* Red background for the box */
    color: white;
    font-size: 3em; /* Adjust the size as needed */
    font-weight: 700;
    border-radius: 8px; /* Adds rounded corners to the box */
    margin-top: 10px;
}
.hero-section p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 389.286% */
    letter-spacing: 0.2px;
    margin-top: 1em;
    margin-bottom: 1em;
}

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

.hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    /* padding-bottom: 50px;
   */
}

.hero-section .container .row #main-data {
    margin-right: 30em;
    margin-left: -23em;
}

.image-section {
    position: relative;
    margin-top: -5em; /* Adjust this value to overlap the image and the video */
}

.background-image {
    width: 100%;
    height: auto;
    position: relative;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.heading-line {
    width: 95px; /* Adjust the width as needed to fit the letters "A" to "S" */
    height: 4px; /* Thickness of the line */
    background-color: #de1316; /* Color of the line, adjust as needed */
    margin: 0 auto; /* Center the line */
     border-radius: 2px; /* Adjust the value to control the roundness */
}
.about-section {
    position: absolute;
    top: 100%; /* Adjust to control the positioning of the About section */
    width: 100%;
    z-index: 2;
}
.about-section .services-info h2 {
    color: #101828;
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: normal; /* 125% */
    letter-spacing: -0.96px;
    text-transform: uppercase;
}
.about-section .services-info p {
    color: #747f8e;
    text-align: justify;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.about-image {
    border-radius: var(--border-radius-medium);
    display: block;
}

.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;
}

/* our apps section */
.apps-section {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    margin-top: 44em;
}

/* Styling for the App Boxes */
.app-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px; /* Adds space below each app box */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



/* Adjusting the image size inside the app box */
.app-image {
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
}

/* App Info styling remains the same */
.app-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.app-title {
    /* display: block;
    line-height: 1.5; 
    height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  */
    color: var(--text-color, #252b42);
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.091px;
}
.app-title-line-radar {
    margin-top: -1em;
    width: 68px; /* Set the desired width */
    height: 2px; /* Line thickness */
    background-color: #fbbb71; /* Line color */
}
.app-title-line-Scanner {
  margin-top: -1em;
  width: 68px; /* Set the desired width */
  height: 2px; /* Line thickness */
  background-color: #fbbb71; /* Line color */
}
.app-title-line-status {
    margin-top: -1em;
    width: 68px; /* Set the desired width */
    height: 2px; /* Line thickness */
    background-color: #fbbb71; /* Line color */
}
.app-title-line-bubbles {
    margin-top: -1em;
    width: 68px; /* Set the desired width */
    height: 2px; /* Line thickness */
    background-color: #fbbb71; /* Line color */
}

.app-description {
    color: var(--second-text-color, #737373);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.182px;
    margin-top: 1em;

    margin-bottom: 20px;
}

.btn-download {
    color: var(--second-text-color, #737373);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 150% */
    letter-spacing: 0.182px;
    background-color: #faa441;
    color: white;
    width: 30%;
    padding: 10px 14px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-download:hover {
    border: 2px solid #faa441;
    color: #faa441;
}

/* Adding space between columns for better spacing */

.apps-section #app-margin {
    margin-top: 3em;
    margin-bottom: -1.3em;
}
.achievements-section #app-margin {
    margin-top: 3em;
    margin-bottom: -1.3em;
}

/*  achivements */
.achievements-section {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    margin-top: 120em;
}

.achievement-box {
    width: 310px;
    height: 310px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto; /* Increase margin for more spacing */
    padding: 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.achievement-image {
    width: 108px;
    height: 108px;
    margin-bottom: 15px;
}

.achievement-value {
    color: #000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; /* 90% */
    /* font-size: 64px;
    font-weight: 700;
    color: #000;
    line-height: 55px;
    margin-bottom: 10px; */
}

.achievement-text {
    color: var(--Style-5, #6c6c6c);
    text-align: center;
    /* Body Text */
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 162.5% */
    /* font-size: 18px;
    color: var(--Style-5, #6c6c6c);
    font-weight: 600;
    line-height: 50px; */
}
/* Responsive Styling for Mobile */
@media (max-width: 768px) {
    .achievement-box {
        margin: 15px auto; /* Reduce margin on smaller screens */
    }
}
/* contact us */

/* Contact Us Section Styling */
.contact-us-section {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    margin-top: 160em;
}

.contact-box {
    width: 100%;
    background: #fff;
    border-radius: 29px;
    box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin-top: 5em;
    align-items: center;
    overflow: hidden; /* Prevent elements from overflowing the box */
}

/* Image Styling */
/* .contact-image {
    width: 96%;
    max-height: 680px; 
    border-radius: 8px; 
} */

.contact-image {
  width: 96%;
  max-height: 680px; 

  border-radius: 8px; 
}

.contact-us-section .contact-box .overlay-heading {
  position: absolute;
  top: 20%; /* Adjust the position as needed */
  left: 40%;
  transform: translateX(-50%);
  color: var(--White, #FFF);
  font-family: Kodchasan;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 2;
}
.contact-us-section .contact-box 
.overlay-subtext {
  position: absolute;
  top: 64%; /* Place it right below the heading, adjust as needed */
  left: 35%;
  transform: translateX(-50%);
  color: #FFF;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 2;
}


/* Play Store Icon Styling */
.play-store-icon-link {
    position: absolute;
    top: 70%;
    left: 10%;
}

.play-store-icon {
    width: 100%; /* Set width of the Play Store icon */
    height: auto;
    cursor: pointer; /* Show pointer cursor on hover */
}

/* Contact Form Styling */
.contact-form {
    width: 100%; /* Full width inside the box */
}
.contact-form label {
    color: var(--Gray-6, var(--Gray-5, #101828));
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}

.contact-form .form-control {
    opacity: 40%;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 2.5em;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Textarea Styling */
.contact-form textarea.form-control {
    height: 209px; /* Specific height for textarea */
}

/* Button Styling */
.contact-form .btn-send-message {
    color: var(--White, var(--White, #fff));
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 141.176% */
    background-color: #faa441;
    color: #fff;
    border: none;
    padding: 16px 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    width: 100%; /* Full width button */
}

/* Button Hover Effect */
.contact-form .btn-send-message:hover {
    background-color: #fff;
    border: 2px solid #faa441;
    color: #faa441;
}

@media (max-width: 576px) {
    .contact-form .form-control,
    .contact-form .btn-send-message {
        width: 100%;
        max-width: none; /* Remove max-width */
    }
}

/*---------------------------------------
  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;
}

/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
    background-image: url("../images/nainoa-shizuru-unsplash-blur.jpg");
    background-color: #242424;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.table-responsive {
    filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.schedule-table .bg-warning {
    background: #f0a5a5 !important;
}

.schedule-table thead th {
    background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
    border-bottom-color: #363a3e;
    padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
    border-bottom-color: transparent;
}

.schedule-table thead th {
    border-right: 1px solid #c7460a;
    border-bottom-color: transparent;
}

.schedule-table th + td {
    border-bottom: 0;
}

.schedule-table thead th:last-child {
    border-right-color: transparent;
}

.schedule-table .pop-background-image {
    background-image: url("../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg");
}

.schedule-table .rock-background-image {
    background-image: url("../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg");
}

.schedule-table .country-background-image {
    background-image: url("../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg");
}

.table-background-image-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: none;
    position: relative;
}

.schedule-table h3,
.schedule-table p {
    color: var(--white-color);
    position: relative;
    z-index: 2;
}

/*---------------------------------------
  PRICING              
-----------------------------------------*/
.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);
}

/*---------------------------------------
  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: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    margin-top: 230em;
}

.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-links {
    padding-left: 0;
}

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

.copyright-text {
    margin-right: -12em;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*---------------------------------------
  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;
    }

    .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;
    }
}

.errorMessage {
    font-weight: 400;
    font-size: 16px;
}
.contact-form .form-group {
    display: flex;
    flex-direction: column;
}
