nav{
    padding-left: 35px !important;
    padding-right: 35px !important;
}
@media only screen and (max-width:500px) {
    nav{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.dropdown-lang{
    min-width: 75px;
    width: auto;
}
#header .lang-flag-current{
 width: 45px;
 height: 35px;
}

#header .lang-flag{
 width: 35px;
 height: 25px;
}

.navbar-toggler-icon{
    width: 2.5em;
    height: 2.5em;
}

.dropdown-toggle::after{
    border-top: 0.3em solid #fff;
}

.logo-container{
    max-width: 160px;
}

/* Loader */
.loader-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: var(--accent-color);
    z-index: 9999999;
}
.loader-bg .loader-content{
    position: absolute;
    top: 43%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
}
.loader-bg .text-loader{
    /* font-size: 24px; */
    font-weight: 500;
    font-family: var(--font-1);
    color: #f1f5f9;
    /* width: 100%;
    position: absolute;
    top: -66px; */
}
/* HTML: <div class="loader"></div> */
.loader{
    margin:auto;
    width: 40px;
    aspect-ratio: 1;
    --c:no-repeat linear-gradient(#f1f5f9 0 0);
    background: 
      var(--c) 0    0,
      var(--c) 0    100%, 
      var(--c) 50%  0,  
      var(--c) 50%  100%, 
      var(--c) 100% 0, 
      var(--c) 100% 100%;
    background-size: 8px 50%;
    animation: l7-0 1s infinite;
    position: relative;
    overflow: hidden;
  }
  .loader-blue{
    margin:auto;
    width: 40px;
    aspect-ratio: 1;
    --c:no-repeat linear-gradient(var(--accent-color) 0 0);
    background: 
      var(--c) 0    0,
      var(--c) 0    100%, 
      var(--c) 50%  0,  
      var(--c) 50%  100%, 
      var(--c) 100% 0, 
      var(--c) 100% 100%;
    background-size: 8px 50%;
    animation: l7-0 1s infinite;
    position: relative;
    overflow: hidden;
  }
  .loader-blue::before,
  .loader:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f1f5f9;
    top: calc(50% - 4px);
    left: -8px;
    animation: inherit;
    animation-name: l7-1;
  }
  .loader-blue::before{
    background: var(--accent-color);
  }
  
  @keyframes l7-0 {
   16.67% {background-size:8px 30%, 8px 30%, 8px 50%, 8px 50%, 8px 50%, 8px 50%}
   33.33% {background-size:8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 50%, 8px 50%}
   50%    {background-size:8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 30%}
   66.67% {background-size:8px 50%, 8px 50%, 8px 30%, 8px 30%, 8px 30%, 8px 30%}
   83.33% {background-size:8px 50%, 8px 50%, 8px 50%, 8px 50%, 8px 30%, 8px 30%}
  }
  
  @keyframes l7-1 {
   20%  {left:0px}
   40%  {left:calc(50%  - 4px)}
   60%  {left:calc(100% - 8px)}
   80%,
   100% {left:100%}
  }
/* Loader */

.card {
    border: none;
    border-radius: 10px;
    background-color: var(--accent-color-2);
    transition: all 0.5s;
}

.card .icon-box.bg-accent-color {
    background-color: white;
    color: var(--accent-color-2);
}

.card:hover {
    background-color: var(--accent-color);
    transform: translateY(-20px);
    color: white;
}

.card.card-outline-hover:hover {
    background-color: var(--accent-color);
}

.card.card-outline-hover:hover .border-accent-color {
    border-color: white !important;
}

.card.card-outline-hover:hover i {
    color:white;
}

.list-outside{
    list-style: outside;
}
.list.list-style-accent i{
    color:white;
}

.section {
    padding: 4em 2em 4em 2em;
}

.section-image {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.justify-hyphens{
    text-align: justify;
    hyphens: auto;
}

.list .icon-box {
    width: 1.3rem;
    height: 1.3rem;
}

.swal2-success-line-tip, .swal2-success-line-long {
    font-size: 16px !important;
  }

  .swal2-x-mark-line-right, .swal2-x-mark-line-left {
    font-size: 16px !important;
  } 

.section-nav{
    scroll-margin-top: 74px !important;
}

#navmenu-nav li.active .nav-link {
    color: white !important;
    font-weight: bold;
}
ul.list li .link,
#navmenu-nav .nav-link:hover{
    color: white !important;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .nav-link {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 1201px) {
    .nav-link {
        font-size: 0.9rem;
    }
    .row-cols-xl-7>*{
        flex:0 0 auto;
        width:14.28571429%
    }
}

@media screen and (min-width: 991px)  {
    .justify-hyphens{
        font-size: 16px !important;
    }
}
@media screen and (min-width: 992px) {
    .justify-hyphens{
        font-size: 18px !important;
    }
    .px-10{
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}


