* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Century Gothic", Arial, sans-serif;
    background-color:  black;
}

#demo-background{
    min-height: 100vh;
    width: 100%;
    background: url('/static/KeyImages/yortor_background_new4.png');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit, Arial, sans-serif;
}

/* Navbar styles */
.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    min-height: 56px;
    height: auto;
}

.navbar.with-dropdown {
    background-color: rgba(0, 0, 0, 0.00001); /* Semi-transparent black */
    backdrop-filter: blur(10px); /* Blur the content underneath */
    -webkit-backdrop-filter: blur(10px); /* For Safari support */
}


/* Dropdown menu */
.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 14px;
  left: 14px;
  margin-left: 53px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 5500;
}

.dropdown-menu.show {
  visibility: visible;
  display: flex;
  opacity: 1;
}

#menu-home{
    margin-left: 10px;
    font-size: 25px;
    margin-right: 18px;
    color: black;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    align-items: center;
    text-align: left;
    line-height: 42.5px;
}

#menu-about, #menu-tcs, #menu-privacy, #menu-pricing, #menu-demo{
        font-size: 20px;
        margin-right: 24px;
        color: black;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        align-items: center;
        text-align: left;
        line-height: 42.5px;
    }

#menu-about::after,  #menu-tcs::after,  #menu-privacy::after, #menu-pricing::after,  #menu-demo::after{
        content: ""; /* Create the pseudo-element */
        position: absolute; /* Position relative to the parent */
        bottom: 8px; /* Place at the bottom of the link */
        left: 0; /* Start at the left */
        width: 0; /* Initial width is 0 (hidden) */
        height: 2px; /* Height of the underline */
        background-color: black; /* Black underline */
        transition: width 0.6s ease; /* Smooth animation */
}

#menu-about:hover::after {
        width: 100%
}

#menu-tcs:hover::after {
        width: 100%
}

#menu-privacy:hover::after {
        width: 100%
}

#menu-pricing:hover::after {
        width: 100%
}

#menu-demo:hover::after {
        width: 100%
}

#navbar-right{
    display: flex;
}

#signin, #create-account {
    padding: 12px 18px;
    text-decoration: none;
    font-size: 16px;
}

#profile-icon i{
    color: black;
    font-size: 36px;
    line-height: 42.5px; /* match the 'signout' height */
    padding-left: 10px;
    padding-right: 10px;
    cursor:pointer;
}

#profile-icon i:hover {
    transform: scale(1.03);
}

#signout{
    border: 0px;
    color: #FCFCFC;
    background-color: black;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 16px;
    font-family: "Century Gothic", Arial, sans-serif;
    cursor: pointer;
    position:relative;
}

#signout::after {
    content: ""; /* Create the pseudo-element */
    position: absolute; /* Position relative to the parent */
    bottom: 0; /* Place at the bottom of the link */
    left: 0; /* Start at the left */
    width: 0; /* Initial width is 0 (hidden) */
    height: 2px; /* Height of the underline */
    background-color: #fcfcfc; /* Black underline */
    transition: width 0.6s ease; /* Smooth animation */
}

#signout:hover::after {
    width: 100%; /* Full width on hover */
}

#signin{
    color: #FCFCFC;
    background-color: black;
    font-weight: bold;
    position: relative;
}

#create-account{
    color: black;
    background-color: #FCFCFC;
    font-weight: bold;
    position: relative;
}

#create-account::after {
    content: ""; /* Create the pseudo-element */
    position: absolute; /* Position relative to the parent */
    bottom: 0; /* Place at the bottom of the link */
    left: 0; /* Start at the left */
    width: 0; /* Initial width is 0 (hidden) */
    height: 2px; /* Height of the underline */
    background-color: black; /* Black underline */
    transition: width 0.6s ease; /* Smooth animation */
}

#create-account:hover::after {
    width: 100%; /* Full width on hover */
}

#signin::after {
    content: ""; /* Create the pseudo-element */
    position: absolute; /* Position relative to the parent */
    bottom: 0; /* Place at the bottom of the link */
    left: 0; /* Start at the left */
    width: 0; /* Initial width is 0 (hidden) */
    height: 2px; /* Height of the underline */
    background-color: #fcfcfc; /* Black underline */
    transition: width 0.6s ease; /* Smooth animation */
}

#signin:hover::after {
    width: 100%; /* Full width on hover */
}

.demo-video {
    margin-left: 80px;
    margin-right: 80px;

}

.demo-video video {
    max-width: 940px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2); /* subtle shadow */
}

#demo-statement {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 80px;
}

#follow-statement {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 60px;
}

#demo-sub-statement {
    max-width: 940px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: 80px;
    margin-right: 80px;
}

#demo-sub-statement2 {
    max-width: 940px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 40px;
    margin-left: 80px;
    margin-right: 80px;
}

#demo-sub-statement3 {
    max-width: 940px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 40px;
    margin-left: 80px;
    margin-right: 80px;
}

#bottom-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 50px;
    margin-top: 20px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 100px;
}

.get-started-btn {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    line-height: 46px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FCFCFC;
    color: black;
    border: none;
    border-radius: 7px;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    vertical-align: top; /* Align tab headings to the top */
    text-align: center; /* Center text horizontally */
    text-decoration: none; /* remove underline */
}


.get-started-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.save-btn {
    display: inline-block;
    width: 270px;
    height: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 46px;
    background-color: rgba(255, 255, 255, 0.55);
    color: black;
    border: none;
    border-radius: 7px;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    vertical-align: top; /* Align tab headings to the top */
    text-align: center; /* Center text horizontally */
    text-decoration: none; /* remove underline */

}

.save-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.pricing-btn {
    display: inline-block;
    width: 175px;
    height: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: black;
    color: #fcfcfc;
    border: none;
    border-radius: 7px;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    vertical-align: top; /* Align tab headings to the top */
    line-height: 46px;
    text-align: center; /* Center text horizontally */
    text-decoration: none; /* remove underline */
    margin-bottom: 10px;
}

.pricing-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

#footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        background-color: black;
    }

    #footer-links{
        display: flex;
        flex-direction: column;
    }

    #footer-about, #footer-tcs, #footer-privacy, #footer-pricing, #footer-demo, #footer-account{
        width: fit-content;
        font-size: 18px;
        margin-bottom: 20px;
        color: #fcfcfc;
        cursor: pointer;
        position: relative;
        text-decoration: none;
    }

     #footer-about::after,  #footer-tcs::after,  #footer-privacy::after, #footer-pricing::after, #footer-demo::after, #footer-account::after{
        content: ""; /* Create the pseudo-element */
        position: absolute; /* Position relative to the parent */
        bottom: -3px; /* Place at the bottom of the link */
        left: 0; /* Start at the left */
        width: 0; /* Initial width is 0 (hidden) */
        height: 2px; /* Height of the underline */
        background-color: #FCFCFC; /* Black underline */
        transition: width 0.6s ease; /* Smooth animation */
    }

    #footer-about:hover::after {
        width: 47px;
    }

    #footer-tcs:hover::after {
        width: 175px;
    }

    #footer-privacy:hover::after {
        width: 114px;
    }

   #footer-pricing:hover::after {
        width: 55px;
    }

   #footer-demo:hover::after {
        width: 49px;
    }

   #footer-account:hover::after {
        width: 95px;
    }


    #panel-logo {
        width: auto;
        height: 34px;
        display: block;
    }

    #footer-company{
        margin-top: 80px;
        position: relative;
    }

    #footer-company p{
        color: #fcfcfc;
    }

    #footer-email{
        margin-top: 10px;
    }

    #footer-logo{
        margin-bottom: 20px;
        float: right;
        padding-left: 20px;
    }

    #footer-logo-contact{
        position: absolute;
        right: 0;
        bottom: 0;
    }

    #footer-copyright{
        width: 45%;
        padding-right: 20px;
    }

#features-grid-container {
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 940px;
}

#features-grid .feature-item {
  background: #FCFCFC;
  border-radius: 12px;
  padding: 18px;
  transition: 0.2s ease;
}

#features-grid .feature-item:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
}

#features-grid label {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

#features-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: #777;
}

.feature-item{
    display: flex;
}

.feature-item i{
    font-size: 16px;
    margin-top: 2px;
    margin-right: 18px;
}

#ai-venue-finder-example{
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    color: #aaa;
    line-height: 20px;
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
        #demo-statement, #follow-statement{
            font-size: 36px;
             -webkit-text-size-adjust: 100%;
        }

        #demo-sub-statement, #demo-sub-statement2, #demo-sub-statement3 {
            font-size: 20px;
             -webkit-text-size-adjust: 100%;
        }

        #menu-home {
            margin-left: 0px;
        }

       #profile-icon i{
            padding-right: 0px
       }

        #menu-about, #menu-tcs, #menu-privacy, #menu-pricing, #menu-demo{
            margin-right: 20px;
         }

        .dropdown-menu {
              margin-left: 43px;
        }

        #demo-statement, #follow-statement, #demo-sub-statement, #demo-sub-statement2, #demo-sub-statement3,  .demo-video, #bottom-container, #features-grid-container{
            margin-left: 40px;
            margin-right: 40px;
        }

    }

@media screen and (max-width: 670px) {
    .dropdown-menu {
              visibility: hidden !important;
    }
}

@media screen and (max-width: 560px)  {
    .demo-video{
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 490px)  {
    #demo-sub-statement {
        margin-bottom: 20px;
    }

    #demo-statement, #follow-statement{
            margin-top: 100px;
        }
}

