/* Section NAVBAR */

.navbar {
  z-index: 5;
  background: #000000;
  box-shadow: 0px 8px 5px rgb(0,0,0);
}

.navbar-brand {
  margin-inline-end: 2%;
}

.navbar-brand img {
  width: clamp(110px,12vw,200px);
  transform: translateY(1%);
}

.navbar-toggler {
  border-style: solid;
  border-color: rgba(255,129,38,0.41);
}

.searchbar {
  height: 40px;
  margin-top: 15px;
  margin-bottom: 1%;
  width: 100%;
  display: inline-block;
}

.searchbar input {
  background: #222;
  background: linear-gradient(#333, #222);
  border: 1px solid #444;
  border-radius: 5px 0 0 5px;
  color: #888;
  display: block;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  margin: 0;
  padding-inline-start: 10px;
  width: 100%;
}

.searchbar input:focus {
  animation: glow 1100ms ease infinite alternate;
  background: #222922;
  background: linear-gradient(#333933, #222922);
  border-color: #996a33;
  box-shadow: 0 0 5px rgba(255,107,0,0.2), inset 0 0 5px rgba(255,107,0,0.2), 0 2px 0 #000;
  color: #efe;
  outline: none;
}

    .searchbar .searchbutton {
        position: relative;
        background: #651e00;
        box-sizing: border-box;
        border: 1px solid #91330b;
        border-left-color: #000;
        border-radius: 0 5px 5px 0;
        color: #ff8450;
        display: block;
        font-size: 27px;
        width: 70px;
        height: 100%;
        transition: all 0.2s;
        text-decoration: none;
    }

    .searchbar .searchbutton:hover {
        background: rgb(170,50,0);
    }

@media (max-width: 992px) {
  .navbar .searchbar:first-child {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar .searchbar:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
    .navbar .searchbar:last-child {
        display: flex;
    }
}

@keyframes glow {
  0% {
    border-color: rgba(255,103,39,0.5);
    box-shadow: 0 0 5px rgba(255,92,0,0.2), inset 0 0 5px rgba(255,92,0,0.1), 0px 3px 10px #0000006e;
  }
  100% {
    border-color: rgb(255,129,38);
    box-shadow: 0 0 20px rgba(255,103,39,0.75), inset 0 0 10px rgba(255,103,39,0.52), 0px 3px 10px #0000006e;
  }
}

.navbar .language {
    margin-inline-end: 3%;
    margin-inline-start: 4%;
    font-size: 30px;
    
}

    .navbar .language svg {
        transition: 0.2s;
        color: #dfdfdf;
    }

    .navbar .language svg:hover {
        transform: translateY(-3px);
    }

@media (max-width: 992px) {
  .navbar .language {
    margin-inline-start: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 992px) {
  .navbar .language a {
    text-decoration: none;
  }
}

@media (max-width: 992px) {
  .navbar .language > a::after {
    font-size: 20px;
    content: "LANGUAGE";
    font-family: 'Oswald';
    letter-spacing: 2px;
    color: var(--nav-font-color);
  }
}

@media (max-width: 992px) {
  .navbar .language svg {
    margin-inline-end: 10px;
    font-size: 22px;
    margin-top: 0;
    color: var(--nav-font-color);
    margin-bottom: 6px;
  }
}

.navbar-nav {
    padding: 0;
}

.navbar .glowingbutton {
  background-color: var(--bs-primary);
  box-shadow: 0px 0px 20px rgba(255,103,39,0.7);
  border-radius: 10px;
  border-style: none;
  height: clamp(35px,3vw,40px);
  padding: 0;
  margin-inline-end: 15px;
  min-width: 45px;
  min-height: 45px;
  aspect-ratio: 1;
}

@supports (-moz-appearance:none) {
    .navbar .glowingbutton {
        margin-inline-end: 30px;
    }
}

#signIn-Button {
    font-size: clamp(12px,1vw,16px) !important;
    padding-inline-end: 20px;
    padding-inline-start: 20px;
    min-width: auto;
    min-height: 30px;
    white-space: nowrap;
    border-radius: 10px;
    margin-bottom: 0;
}

.navbar .glowingbutton:hover {
    background-color: #ff8126;
    box-shadow: 0px 0px 20px #ff8126;
    border: none;
}

.navbar .glowingbutton.btn:active {
  background-color: #ff3326;
  box-shadow: 0px 0px 20px #ff8126;
  border: none;
  transform: translateY(0%);
}

#nav-user .glowingbutton svg {
    font-size: 24px;
}

.navbar .nav-item {
  font-size: clamp(14px,1vw,16px);
  line-height: 0;
}

@media (max-width: 992px) {
  .navbar .nav-item, .navbar .nav-item li {
    font-size: 20px;
  }
}

.navbar .nav-item svg {
  font-size: clamp(14px,1vw,18px);
  margin-bottom: 4px;
  margin-inline-end: 10px;
}

@media (max-width: 992px) {
  .navbar .nav-item svg {
    font-size: 20px;
    margin-inline-start: 10px;
  }
}

.navbar .dropdown-item {
    text-align: center;
}

.navbar .class-menu .dropdown-item {
    text-align: center;
    width: 49%; 
    line-height: 25px;
}

.navbar .class-item {
    text-align: center;
    display: inline-block;
    padding: 10px;
    width: 49%;
    line-height: 25px;
}

.nav-item .dropdown a {
  padding: 8px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .nav-item .dropdown > a {
    padding-inline-start: 0;
  }
}

@media (max-width: 992px) {
  .navbar .nav-item a {
    padding-inline-end: 10px;
  }
}

.navbar .class-menu {
    
    width: 100%;
    min-width: clamp(250px,30vw,500px); 
    padding: 0px;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
  #navcol-1 {
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(255,102,38,0.22) 100%);
    border-radius: 5px;
    margin-top: 5px;
  }
}

#nav-signIn {
  margin-inline-start: auto;
}

@media (max-width: 992px) {
  #nav-signIn {
    margin-inline-end: 20px;
  }
}

#nav-user {
  display: none;
}

#nav-signIn.logged-in #nav-sign-button {
  display: none;
}

#nav-signIn.logged-in #nav-user {
  display: block;
  font-size: clamp(12px,1vw,14px);
}

:root {
  --nav-font-color: #898989;
  --ttx-font-color: #cd7737;
}

.glow a {
  position: relative;
  display: inline-block;
  color: var(--nav-font-color);
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  overflow: hidden;
  letter-spacing: 2px;
  border-radius: 3px;
  font-family: 'Oswald';
  line-height: 0;
}

.glow a:hover {
  background: var(--bs-primary);
  color: #050801 !important;
  box-shadow: var(--custom-glowing-color);
}

.glow:hover li {
  color: #050801 !important;
  transition: 0s;
}

/* TTX BUILDER TEXT */

ul.pre-loader {
  padding: 0;
}


    ul.pre-loader li {
        list-style: none;
        color: var(--ttx-font-color);
        display: inline;
        font-size: clamp(14px,1vw,16px);
        animation: pre-load 5s linear infinite;
        line-height: 0;
        font-weight: bold;
        margin-left: -3px
    }

@keyframes pre-load {
  0% {
    color: var(--ttx-font-color);
    text-shadow: none;
  }
  20% {
    color: var(--ttx-font-color);
    text-shadow: none;
  }
  40% {
    color: #ffcb9b;
    text-shadow: 0 0 7px #ffb067, 0 0 20px #ffcb9b;
  }
  60% {
    color: var(--ttx-font-color);
    text-shadow: none;
  }
  80% {
    color: var(--ttx-font-color);
    text-shadow: none;
  }
  100% {
    color: var(--ttx-font-color);
    text-shadow: none;
  }
}

ul.pre-loader li:nth-child(1) {
    animation-delay: 0.6s;
    margin-inline-end: -3px;
}

ul.pre-loader li:nth-child(2) {
  animation-delay: 0.8s;
}

ul.pre-loader li:nth-child(3) {
  animation-delay: 1s;
}

ul.pre-loader li:nth-child(4) {
  animation-delay: 1.2s;
}

ul.pre-loader li:nth-child(5) {
  animation-delay: 1.4s;
}

ul.pre-loader li:nth-child(6) {
  animation-delay: 1.6s;
}

ul.pre-loader li:nth-child(7) {
  animation-delay: 1.8s;
}

ul.pre-loader li:nth-child(8) {
  animation-delay: 2s;
}

ul.pre-loader li:nth-child(9) {
  animation-delay: 2.2s;
}

ul.pre-loader li:nth-child(10) {
  animation-delay: 2.4s;
}

ul.pre-loader li:nth-child(11) {
  animation-delay: 2.6s;
}

ul.pre-loader li:nth-child(12) {
  animation-delay: 2.8s;
}
ul.pre-loader li:nth-child(13) {
    animation-delay: 3.0s;
}
ul.pre-loader li:nth-child(14) {
    animation-delay: 3.2s;
}
ul.pre-loader li:nth-child(15) {
    animation-delay: 3.4s;
}
ul.pre-loader li:nth-child(16) {
    animation-delay: 3.6s;
}

