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


#terms-and-conditions *{
  margin: revert;
  padding: revert;
}

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

#terms-background{
    background-color: #fcfcfc;
}

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;
    padding-bottom: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    min-height: 56px;
    height: auto;
    background: url('/static/KeyImages/yortor_background_new4.png');
    background-position: center;
    background-size: cover;
}

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


#terms-and-conditions{
        border-left: 175px solid #FCFCFC;
        border-right: 175px solid #FCFCFC;
        padding-bottom: 80px;
        padding-top: 100px;
}


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



@media screen and (max-width: 1024px)  {
       #terms-and-conditions{
            border-left: 80px solid #FCFCFC;
            border-right: 80px solid #FCFCFC;
       }
}

@media screen and (max-width: 768px) {
    #terms-and-conditions{
        border-left: 80px solid #FCFCFC;
        border-right: 80px solid #FCFCFC;
        padding-bottom: 40px;
    }

}


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

@media screen and (max-width: 640px) {
   #terms-and-conditions{
            border-left: 40px solid #FCFCFC;
            border-right: 40px solid #FCFCFC;
        }
}