body {
  font-family: 'Cairo', sans-serif !important;
}

a {
  text-decoration: none !important;
}

@font-face 
{ 
    font-family: Sakkal_Majall_regular; 
    src: url('/fonts/Sakkal_Majall_regular.ttf');
}
@font-face 
{ 
    font-family: Sakkal_Majalla_Bold; 
    src: url('/fonts/Sakkal_Majalla_Bold.ttf');
}

.Sakkal-light {
  font-family: Sakkal_Majall_regular !important; 
}

.Sakkal-Bold {
  font-family: Sakkal_Majalla_Bold !important; 
}


.text-with-breaks {
  white-space: pre-line;
}

.text-justify {
  text-align: justify !important;
}


.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
}



.btn-mobile-nav {
padding: 1.5rem 0.75rem !important;
font-size: 1.125rem !important;
border: 1px solid white !important;
border-radius: 0.25rem !important;
float: left !important;
}

/*  PRELOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.preloader .preloader-before,c59c45
.preloader .preloader-after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(21, 40, 75, 0.9);
}

.preloader .preloader-before {
  top: 0;
}

.preloader .preloader-after {
  bottom: 0;
}

.preloader .preloader-block {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.preloader .preloader-block.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader .preloader-block .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-110px, -110px);
  -ms-transform: translate(-110px, -110px);
  transform: translate(-110px, -110px);
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  margin: auto;
}

.preloader .preloader-block .title img {
  -webkit-animation: lds-ripple 4s ease-in-out infinite;
  animation: lds-ripple 4s ease-in-out infinite;
  width: 150px;
}

.preloader .preloader-block .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 700;
  font-size: 24vw;
  color: rgba(54, 54, 53, 0.1);
  z-index: 1;
}

.preloader .preloader-block .loading {
  position: absolute;
  top: calc(50% + 16px);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: blink-animation 2.2s linear infinite;
}

.preloader .preloader-bar {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  background: #14415A;
}

.preloader .preloader-bar .preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  width: 0;
  background: #fff;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #14415A;
  top: 0;
  left: 0
}

.preloader .loader {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.preloader .box {
    width: 100%;
    height: 100%;
    background: #158285;
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px
    
}

.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #fff;
    opacity: .5;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .5s linear infinite;
    animation: shadow .5s linear infinite
}

@-webkit-keyframes loader {
  0% {
      left: -100px
  }

  100% {
      left: 110%
  }
}

@keyframes loader {
  0% {
      left: -100px
  }

  100% {
      left: 110%
  }
}

@-webkit-keyframes animate {
  17% {
      border-bottom-right-radius: 3px
  }

  25% {
      -webkit-transform: translateY(9px) rotate(22.5deg);
      transform: translateY(9px) rotate(22.5deg)
  }

  50% {
      -webkit-transform: translateY(18px) scale(1,.9) rotate(45deg);
      transform: translateY(18px) scale(1,.9) rotate(45deg);
      border-bottom-right-radius: 40px
  }

  75% {
      -webkit-transform: translateY(9px) rotate(67.5deg);
      transform: translateY(9px) rotate(67.5deg)
  }

  100% {
      -webkit-transform: translateY(0) rotate(90deg);
      transform: translateY(0) rotate(90deg)
  }
}

@keyframes animate {
  17% {
      border-bottom-right-radius: 3px
  }

  25% {
      -webkit-transform: translateY(9px) rotate(22.5deg);
      transform: translateY(9px) rotate(22.5deg)
  }

  50% {
      -webkit-transform: translateY(18px) scale(1,.9) rotate(45deg);
      transform: translateY(18px) scale(1,.9) rotate(45deg);
      border-bottom-right-radius: 40px
  }

  75% {
      -webkit-transform: translateY(9px) rotate(67.5deg);
      transform: translateY(9px) rotate(67.5deg)
  }

  100% {
      -webkit-transform: translateY(0) rotate(90deg);
      transform: translateY(0) rotate(90deg)
  }
}

@-webkit-keyframes shadow {
  50% {
      -webkit-transform: scale(1.2,1);
      transform: scale(1.2,1)
  }
}

@keyframes shadow {
  50% {
      -webkit-transform: scale(1.2,1);
      transform: scale(1.2,1)
  }
}
/*   END PRELOADER */








/*  MAIN MENU */
.MENU-UPPER {
  width: 100%;
  height: 55px; 
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.MENU-UPPER a:hover {
  color: #158285  !important;
}

.MENU-LOWER {
  width: 100%;
  height: 90px; 
  position: sticky;
  top: 0px;
  z-index: 1000;

  border-top: #158285 solid 2px;
  border-bottom: #158285 solid 2px;
}

.banner-bottom-form {
  width: 100%;
  float: left;
  height: 90px; 
  position: sticky;
  top: 0px;
  z-index: 98;
}

.banner-bottom-form.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.search_nav {
  margin: 33px 0 0 36px;
  width: 85%;
  float: left;
}

.inner-banner-botm .search_nav li a {
  font-size: 14px;
  float: left;
  margin-left: 30px;
  position: relative;
  color: #fff;
  cursor: pointer;
  font-family: 'Cairo', sans-serif;
}

.inner-banner-botm .search_nav li {
  float: left;
}


.search_nav li a:before {
  top: 7px;
  height: 16px;
  right: -15px;
}

.search_nav li:last-child a:before {
  background: none;
}

.inner-banner-botm .search_nav {
  margin-left: 0;
  width: 80%;
}

.inner-banner-botm .search_nav li:first-child a {
    margin-left: 0px;
  }

.inner-banner-botm .search_nav li a:hover, header.fixed .inner-banner-botm nav ul li a:hover {
  color: #158285;
}


nav ul li a:before {
  background: none !important;
}


.nav-link.active {
  /*background: #158285 !important;
  border-color: #14415A!important;*/
  color: #fff !important;
}


.search-form {
  float: right;
  width: 20%;
  padding-top: 15px;
  position: relative;
}

.inner-banner-botm .search-form input {
  font-size: 16px;
  min-height: 40px;
}

.search_nav li a.active {  
  font-family: 'Cairo', sans-serif;
  color: #158285;
}
/*   END MAIN MENU */



/*  FOOTER */
.FOOTER-UPPER {
  color: #f8f9fa ;
}

.FOOTER-UPPER a:hover {
  color: #158285;
}

.FOOTER-LOWER {
  min-height: 3.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #14415A;
  font-size: 0.875rem;
}

.FOOTER-LOWER a {
  color: #14415A;
  border-bottom: none;
  text-decoration: none;
}

.FOOTER-LOWER a:hover {
  color: #f8f9fa ;
}

#ToTop 
{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #158285;
  color: #14415A;
  cursor: pointer;
  padding: 0.9rem 1rem;
  border-radius: 30px;
  border: 3px solid #14415A!important;
  display: none;
}
    
#ToTop:hover 
{
  color: #158285;
  background-color: #14415A;
  border: 3px solid #158285 !important;
}
/*   END FOOTER */










/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
 /* Handle */
 ::-webkit-scrollbar-thumb {
  background:#2d3436 ; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2d3436 ; 
}

/* width */
 ::-webkit-scrollbar {
  width: 10px;
}



.bg-major {
  background-color: #14415A!important;
}

.bg-minor {
  background-color: #158285 !important;
}


.text-major {
  color: #14415A!important;
}

.text-minor {
  color: #158285 !important;
}


.modal-footer a:hover {
  color: #14415A!important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-context {
  cursor: context-menu !important;
}


.btn-major {
  color: #fff;
  background-color: #14415A;
  border-color: #fff ;
}

.btn-major:hover {
  color: #fff;
  background-color: #14415Ac9;
  border-color: #fff;
}

.btn-major:focus,
.btn-major.focus {
  box-shadow: 0 0 0 0.2rem #14415Ac9;
}

.btn-major.disabled,
.btn-major:disabled {
  color: #fff;
  background-color: #14415Ac9;
  border-color: #fff ;
}



.btn-minor {
  color: #fff;
  background-color: #158285;
  border-color: #fff ;
}

.btn-minor:hover {
  color: #fff;
  background-color: #158285c9;
  border-color: #fff;
}

.btn-minor:focus,
.btn-minor.focus {
  box-shadow: 0 0 0 0.2rem #158285c9;
}

.btn-minor.disabled,
.btn-minor:disabled {
  color: #fff;
  background-color: #158285c9;
  border-color: #fff ;
}


.border-minor {
  border-color: #158285c9 !important;
}



.gab-5 {
  margin-bottom: 250px;
}

.gab-4 {
  margin-bottom: 200px;
}

.gab-3 {
  margin-bottom: 150px;
}

.gab-2 {
  margin-bottom: 100px;
}

.gab-1 {
  margin-bottom: 50px;
}

.gab-0 {
  margin-bottom: 25px;
}





ul {
  list-style-type: none;
}

ul a {
  color: #f8f9fa ;
  list-style-type: none;
}

ul a:hover {
  color: #158285;
}


.note-text:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  border-bottom: 1px solid #dfe1e3;
}
 .note-text {
  position: relative;
  margin: 0 0 9px;
  text-align: center;
  color: #969ca0;
  z-index: 1;
}
.note-text span {
  background: #e2f1f1;
  padding: 0 17px;
}


.alert-fly {
  position: fixed !important;
  bottom: 10px;
  right: 10px;
  z-index: 500;
  width: 300px;
}



article.rounded-circle.make-round-box {
  width: 300px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  border: 3px dotted #14415A !important;
  border-radius: 50px !important;
}

article.rounded-circle.make-round-box h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

hgroup.number-hgroup-tag {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background: #fff;
}

.button-background {
background-size: cover;
background-position: center center;
background-image: url(/imgs/button-background.png);
cursor: default;
}

.Box-Img {
  background-image: url(/imgs/avatar.png);
  height: 270px;
  background-size: cover;
  background-position-x: center;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.overlay-carousel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
  border-radius: 50px;
}

.eckcon:hover .overlay-carousel 
{
  opacity: 0.8;
}

.category-featured a:before
{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:.5rem;
  border:1px solid #fff;
  border-radius:5px;
  z-index:100;
  opacity:0;
  -webkit-transform:scale(.8) translateY(40px);transform:scale(.8) translateY(40px);
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}
  
.category-featured a:hover:before
{
  -webkit-transform:scale(1) translateY(0);
  transform:scale(1) translateY(0);
  opacity:1;
}

.category-featured a:after
{
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background: #14415A;
  opacity: 0.8;
  border-radius: 0px;
}

.category-featured a:before
{
  content:"";
  position:absolute;
  left:15px;
  right:15px;
  top:0;
  bottom:0;
  margin:.5rem;
  border:1px solid #fff;
  border-radius:0px;
  z-index:80;
  opacity:0;
  -webkit-transform:scale(.8) translateY(40px);transform:scale(.8) translateY(40px);
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.category-featured a:hover:before
{
  -webkit-transform:scale(1) translateY(0);
  transform:scale(1) translateY(0);
  opacity:1;
}

.category-featured a:hover h3
{
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}

.category-featured h3
{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  -webkit-transform:translateY(70%);
  transform:translateY(70%);
  color:#fff;
  text-align:center;
  font-size:20px;
  z-index:80;
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.category-featured a img.cat-featured-img
{
  display:block;
  width:100%;
  height:auto;
  border-radius: 5px;
}


li.home-btn a {
  background: none;
  border-color: #1a1b18;
  border-style: dashed;
  border-width: 1px;
  color: #393a35 !important;
  margin-right: 10px;
  min-width: 150px;
  text-align: center;
  font-size: 15px;
  border-radius: 0px;
  font-family: 'Cairo', sans-serif;
  margin-bottom: 10px;
}

li.home-btn a:hover {
  background: #158285;
  border-color: #f2f6e2;
  color: #f2f6e2 !important;
}

.pos-f-t .nav-item
{
  margin: 5px -1px;
  padding: 0px 5px;
  text-align: right;
}

.pos-f-t li.home-btn a {

  margin-right: 0px;
}



.circle-active
{ 
  width: 45px;
  height: 45px; 
  color: #f8f9fa;
  font-size: 18px;
  background-color: #343a40;
  margin-bottom: 0 !important;
  padding: 8px 8px !important;
  text-align: center;
  border-radius: 50% !important;
  border: 1px solid #343a40 !important;
}

.circle-active:hover {
  cursor: pointer;
}

.circle-normal
{ 
  width: 45px;
  height: 45px; 
  color: #343a40;
  font-size: 18px;
  background-color: #E3E1E0;
  margin-bottom: 0 !important;
  padding: 8px 8px !important;
  text-align: center;
  border-radius: 50% !important;
  border: 1px solid #E3E1E0 !important;
}

.circle-normal:hover {
  cursor: pointer;
}


.cube-hover
{   
  color: #ffffff;
  background-color: #2a2f34;
  cursor: pointer;
  text-align: center;
}

.cube-active
{   
  color: #ffffff;
  background-color: #2a2f34;
  cursor: pointer;
  text-align: center;
}


@media (max-width: 767px) {
  .pc-view
  {
    display: none!important;
  }

  

.btn-good {
  color: #fff !important;
  background-color: #158285;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  width:50%;
}

.btn-good:hover {
  color: #fff;
  background-color: #466b6d;
  cursor: pointer;
}

.btn-bad {
  color: #2c4a4c !important;
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  width:50%;
}

.btn-bad:hover {
  color: #2c4a4c;
  background-color: #f2f6e2;
  cursor: pointer;
}



}

@media (min-width: 768px) {
  .mobile-view
  {
    display: none !important;
  }
  

.btn-good {
  color: #fff !important;
  background-color: #158285;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  width:150px;
}

.btn-good:hover {
  color: #fff;
  background-color: #466b6d;
  cursor: pointer;
}

.btn-bad {
  color: #2c4a4c !important;
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  width:150px;
}

.btn-bad:hover {
  color: #466b6d;
  background-color: #f2f6e2;
  cursor: pointer;
}

}

.Scroll {
  overflow-y: scroll;
}

.preview 
{
    overflow: hidden;
    width: 128px; 
    height: 128px;
    margin: 10px;
    border: 1px solid red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  background-color: var(--bs-body-bg) !important;
  border: 1px #dee2e6 solid !important;
}

[type=search] {
  outline: none !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  outline: none !important;
  font-size: 14px !important;
}

.select2-container {
  outline: none !important;
}

.form-label {
  font-size: 14px !important;
}

.form-control { 
  font-size: 14px!important;
}

.form-select { 
  font-size: 14px!important;
}



article.card-new {
  width: 100%;
  height: 350px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

article.card-new .thumb-new {
  width: auto;
  height: 260px;
  
  background-size: cover;
  border-radius: 3px;
}

article.card-new .infos-new {
  width: auto;
  height: 350px;
  position: relative;
  padding: 14px 24px;
  background: #fff;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  cursor: pointer;
}

article.card-new .infos-new .title-new {
  position: relative;
  margin: 10px 0;
  color: #152536;
  font-size: 1rem;
  text-transform: uppercase;
  text-shadow: 0 0 0px #32577f;
}

article.card-new .infos-new .flag {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 23px;
  background: url("/imgs/flag.png") no-repeat top right;
  background-size: 100% auto;
  display: inline-block;
}

article.card-new .infos-new .date, article.card-new .infos-new .seats {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(21, 37, 54, 0.7);
  text-align: right;
}

article.card-new .infos-new .seats {
  /*display: inline-block;*/
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card-new .infos-new .txt {
  line-height: 2;
  color: rgba(21, 37, 54, 0.7);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  text-align: right;
}

article.card-new .infos-new .details {
  position: absolute;
  left: 0;
  left: 0;
  bottom: 0;
  margin: 10px 0;
  padding: 20px 24px;
  color: #4e958b;
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card-new:hover .infos-new {
  transform: translateY(-260px);
}

article.card-new:hover .infos-new .seats, article.card-new:hover .infos-new .txt, article.card-new:hover .infos-new .details {
  opacity: 1;
}



.overlay-old {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.transparent-counter {
  left: 5%;
  right: 5%;
  top: 40%;
  color: white;
  text-align: center;
  position: absolute;
  min-height: 100px;
  width: auto;
  z-index: 99;
}

.transparent-counter-mobile {
  left: 5%;
  right: 5%;
  top: 35%;
  color: white;
  text-align: center;
  position: absolute;
  min-height: 100px;
  width: auto;
  z-index: 99;
}

.transparent-register {
  left: 5%;
  right: 5%;
  top: 70%;
  color: white;
  text-align: center;
  position: absolute;
  width: auto;
  z-index: 99;
}

.transparent-register-mobile {
  left: 5%;
  right: 5%;
  top: 45%;
  color: white;
  text-align: center;
  position: absolute;
  width: auto;
  z-index: 99;
}



.hor-g-line {
  height: 1px;
}

.hor-g-line {
  opacity: .5;
}

.hor-g-line {
  margin: 3rem 0;
}

.w-100.hor-g-line {
  margin-left: auto;
}

.hor-g-line {
  height: 2px;
  margin: 0px;
  /*margin: 15px 0;*/
  background: white;
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.489233) 25%,white 50%,rgba(255,255,255,.514443) 75%,rgba(255,255,255,0) 100%);
  background: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.489233) 25%,white 50%,rgba(255,255,255,.514443) 75%,rgba(255,255,255,0) 100%);
}

.navbar-toggler-icon {
  background-color: #fff0 !important;
}
