@font-face {
  src: url(/static/fonts/Mardoto-Black.ttf);
  font-family: citizen-m-bl;
  } 

@font-face {
  src: url(/static/fonts/Mardoto-Bold.ttf);
  font-family: citizen-m-b;
  } 

@font-face {
  src: url(/static/fonts/Mardoto-Medium.ttf);
  font-family: citizen-m-m;
  } 

@font-face {
  src: url(/static/fonts/Mardoto-Regular.ttf);
  font-family: citizen-m-r;
  } 

@font-face {
  src: url(/static/fonts/Mardoto-Light.ttf);
  font-family: citizen-m-l;
  } 

@font-face {
  src: url(/static/fonts/Mardoto-Thin.ttf);
  font-family: citizen-m-t;
  } 

@font-face {
  src: url(/static/fonts/BebasNeue.ttf);
  font-family: citizen-bn;
  } 
    
  

.citizen-m-bl {
  font-family: citizen-m-bl;
  letter-spacing: 0.05rem;
}
 
.citizen-m-b {
  font-family: citizen-m-b;
  letter-spacing: 0.02rem;
}

.citizen-m-m {
  font-family: citizen-m-m;
  letter-spacing: 0.05rem;
}

.citizen-m-r {
  font-family: citizen-m-r;
  letter-spacing: 0.02rem;
}

.citizen-m-l {
  font-family: citizen-m-l;
  letter-spacing: 0.02rem;
}

.citizen-m-t {
  font-family: citizen-m-t;
  letter-spacing: 0.02rem;
}

.citizen-bn {
  font-family: citizen-bn;
  letter-spacing: 0.02rem;
}


*:focus {
  outline: none;
} 


::-moz-selection { /* Code for Firefox */
color: #fff !important;
background: #B8BEC4 !important; 
}

::selection {
color: #fff !important;
background: #B8BEC4 !important;
}




.image-cover {
    -o-object-fit: cover;
       object-fit: cover; 
  }

  .basic-image-cover {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; 
  }

.basic-image-cover-centered {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  -o-object-fit: cover;
}

.image-cart-cover {
    max-height: 100px;
    -o-object-fit: cover;
       object-fit: cover; 
  }




.flag {
    width: 20px;
    max-height: 15px;
    border-radius: 0.15rem !important;
    -o-object-fit: cover;
       object-fit: cover; 
  }  


.ajaxProgress {
    width: 100%; 
    height: 100vh;
    position: fixed;
    display: none; 
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 1000000;
}

.hidden {
    display: none !important;
}



.dropdown-item {
  white-space:normal !important;
  word-break:keep-all !important;
}


.navbar-fullscreen .navbar-nav .nav-link {
  color: #161717;  
}


.fs-7 {
    font-size: 0.750rem !important;
  }

.fs-8 {
    font-size: 0.625rem !important;
  }

.fs-9 {
    font-size: 0.500rem !important;
  }

.darkHeader {
    background-color: rgba(0, 0, 0, 0.7);  
}

.ls-1 {
    letter-spacing: 1px;
}

.pointer {
    cursor: pointer;
}

.rounded-start-lg-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  overflow: hidden; 
}




@media (min-width: 768px) {
    .vh-md-25 {
      height: 25vh !important;
    }
}



@media (min-width: 992px) {
    .min-h-lg-100 {
      min-height: calc(100vh) !important;
    }

    .max-w-lg-300 {
      width: 322px !important; 
      max-width: 322px !important; 

    }

    .max-w-lg-250 {
      max-width: 250px !important; 
      min-width: 250px !important; 
    }

    .rounded-start-lg-top {
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
      border-bottom-left-radius: 0.5rem !important;
      border-top-left-radius: 0.5rem !important;
    }

}



.basic-image-responsive {
  width: 100%;
  object-fit: fill;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  
  .embed-responsive::before {
    display: block;
    content: "";
  }
  
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .embed-responsive-21by9::before {
    padding-top: 42.85714%;
  }
  
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }

  .form-switch .form-check-input-sm {
    width: 2em;
    height: 1.3em;
    border-width: 0;
    background-color: #e7eaf3;
    margin-top: 0.1em;
    margin-right: 0.75rem;
  }

  .form-switch .form-check-input-sm:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }

  .form-check-input-sm:checked {
    background-color: #1da1f2;
  }


.custom-nav-icon {
  text-align: center;
  margin-right: 7px;
  width: 25px;
}


.card-form-check {
  padding: 0px;
  border: none;
  border-color: transparent;
}






/* ACCORDION */

ul.accordion, ul.accordion ul {
  list-style: none;
  padding: 0;
}


ul.accordion ul.inner{
  background: #ECEDEE; 
  padding-left: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden; 
  display: none;
}

ul.accordion ul.inner.show {
/* display: block;     */ 
}


ul.accordion li div.toggle {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  color: #343a40;
  padding: 8px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 1s;
}   

ul.accordion li div.toggle.arr_up { 
  background: #ECEDEE;
}

ul.accordion li div.toggle:hover { 
  background: #FFEED4;
  transition: .5s;
}


ul.accordion li div.toggle span:before { 
  text-decoration: none;
  position: relative;
  color: #1da1f2;  
  font-size: 12px;
  font-weight: 800;
  content: '↓';
  float: right; 
  transition: 1s;
}

ul.accordion li div.toggle.arr_up span:before { 
  -webkit-transform: rotate(540deg);
  -moz-transform: rotate(540deg);
  transform: rotate(540deg);
  
} 


.img-hover-zoom { 
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2); 
}


.centered-cropped-image {
  width:100%; 
  height:100%;
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  -o-object-fit: cover;
}

.cut-lines-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 1.4em;
  line-height: 1.4em;
  }
  
  .cut-lines-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 2.8em;
  line-height: 1.4em;
  }
  
  .cut-lines-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 4.2em;
  line-height: 1.4em;  
  }
  
  .cut-lines-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 5.6em;
  line-height: 1.4em;
  }
  
  .cut-lines-5 { 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 7em; 
  line-height: 1.4em;
  }


  .cut-lines-1 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-height: 1.4em;
    line-height: 1.4em;
    }
    
    .cut-lines-2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    line-height: 1.4em;
    }
    
    .cut-lines-3 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-height: 4.2em;
    line-height: 1.4em;  
    }
    
    .cut-lines-4 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-height: 5.6em;
    line-height: 1.4em;
    }
    
    .cut-lines-5 p { 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-height: 7em; 
    line-height: 1.4em;
    }

    .cut-lines-1  p:not(:first-child){
      display: none !important; 
    }

    .cut-lines-2  p:not(:first-child){
      display: none !important; 
    }

    .cut-lines-3  p:not(:first-child){
      display: none !important; 
    }

    .cut-lines-4  p:not(:first-child){
      display: none !important; 
    }

    .cut-lines-5  p:not(:first-child){
      display: none !important; 
    }

  .loaderContainer {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);  
    display: flex;
    justify-content: center;
    align-items: center;
}


.loaderContainer.loaderHidden {
    animation: fadeOutLoader 0.7s;
    animation-fill-mode: forwards;
}

@keyframes fadeOutLoader {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}



.loader {
  margin: 0 auto;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: linear-gradient(#1da1f2,  #8c45ff);
  animation: animate .9s linear infinite;
}

.loader span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(#1da1f2,  #8c45ff); 
}

.loader:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50px;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.note-editable { 
  font-family: citizen-m-r;
  font-size: 14px;
}


.text-or-vert {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  rotate: 180deg; 
}

.rounded-lg {
  border-radius: 16px;
}


.citizen-card {
  overflow: hidden;
  border-color: var(--bs-gray-300) !important; 
  border-width: 2px !important;  
}

.citizen-card:hover, .citizen-input:focus{
  border-color: var(--bs-primary) !important;
}

.citizen-card img {
  transition: transform .5s ease;
}

.citizen-card:hover img {
  transform: scale(1.2); 
}



.animated-image {
  transform-origin: 100% center;
  animation: animate-image 2s linear infinite;
}


@keyframes rotate { 100% { transform:rotate(-360deg); } }



/* @keyframes animate-image {
    0% {
        transform: translateX(-10px) translateY(-10px);
    }
    50% {
      transform: translateX(10px) translateY(10px);
    }
    100% {
      transform: translateX(-10px) translateY(-10px);
    }
} */

@keyframes animate-image { 100% { transform:rotate(-360deg); } }


.saturn {
    
  position: absolute;
  -webkit-animation: myOrbit 3s linear infinite; /* Chrome, Safari 5 */
     -moz-animation: myOrbit 3s linear infinite; /* Firefox 5-15 */
       -o-animation: myOrbit 3s linear infinite; /* Opera 12+ */
          animation: myOrbit 3s linear infinite; /* Chrome, Firefox 16+, 
                                                    IE 10+, Safari 5 */
}


@-webkit-keyframes myOrbit {
  from { -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to   { -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@-moz-keyframes myOrbit {
  from { -moz-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to   { -moz-transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@-o-keyframes myOrbit {
  from { -o-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to   { -o-transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@keyframes myOrbit {
  from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to   { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}


.saturn2 {
    
  position: absolute;
  -webkit-animation: myOrbit2 3.5s linear infinite; /* Chrome, Safari 5 */
     -moz-animation: myOrbit2 3.5s linear infinite; /* Firefox 5-15 */
       -o-animation: myOrbit2 3.5s linear infinite; /* Opera 12+ */
          animation: myOrbit2 3.5s linear infinite; /* Chrome, Firefox 16+, 
                                                    IE 10+, Safari 5 */
}


@-webkit-keyframes myOrbit2 {
  from { -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to   { -webkit-transform: rotate(-360deg) translateX(10px) rotate(360deg); }
}

@-moz-keyframes myOrbit2 {
  from { -moz-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to   { -moz-transform: rotate(-360deg) translateX(10px) rotate(360deg); }
}

@-o-keyframes myOrbit2 {
  from { -o-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to   { -o-transform: rotate(-360deg) translateX(10px) rotate(360deg); }
}

@keyframes myOrbit2 {
  from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to   { transform: rotate(-360deg) translateX(10px) rotate(360deg); }
}

.text-gray {
  color: #B8BEC4;
}

.bg-gray {
  background-color: #F6F6F5;
}

.bg-gray-2 {
  background-color: #EBEBEB;
}

.border-gray {
  border-color: #B8BEC4 !important;  
  border-width: 2px !important;   
}

.border-gray2 {
  border-color: #D7DCE0 !important;  
  border-width: 2px !important;   
}

.border-gray-video {
  border-color: #EBEBEB !important;  
  border-width: 10px !important;   
}





.text-xxs {
  font-size: 10px !important;
}

.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-md {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-lg {
  font-size: 24px !important;
}

.text-xl {
  font-size: 50px !important;
}

.text-xxl {
  font-size: 80px !important;
}

.citizen-badge {  
  width: fit-content;
  display: block;
  padding: 2px 6px 2px 6px;
  border: 1px solid #EBEBEB !important;  
  border-radius: 5px;
  background-color: #F6F6F5;
}


.noUi-horizontal .noUi-handle {
  width: 34px !important;
  height: 34px !important;
  right: -17px !important;
  top: -15px !important;
}

.noUi-handle {
  /* border: 1px solid #cccccc;
  border-radius: 5px; */
  border: none !important;
  border-width: 0px !important; 
  border-radius: 15px !important;
  background-color: #fff !important;
  background-image: url('/static/img/icons/slider-handle-arrow.svg') !important;
  width: 34px !important;
  height: 34px !important; 
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important; 
  padding: 0px !important; 
  margin: 0px !important; 
  cursor: pointer; 
  box-shadow: none !important;
}



.noUi-target {
  background: #EBEBEB !important;
  border: 1px solid #EBEBEB !important;
}

.swiper-pagination {
  position: absolute; 
  bottom: 15px !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  z-index: 2 !important; 
}
.swiper-pagination-bullet {
  border-radius: 5px!important;
	width: 24px !important;
	height: 6px !important;
	opacity: 1;
	background: rgba(22,23,23,0.6);
  transition: all 0.5s;
}
.swiper-pagination-bullet-active {
	background: #1da1f2; 
}

.team-elipse-animated {
  display: block; 
  z-index: -1;
  position: absolute;
  border-radius: 1000px; 
  transition: all 0.8s;
}


